!277 fix importTable有多个根节点

Merge pull request !277 from Nottyjay/fix-importtable
This commit is contained in:
疯狂的狮子Li 2026-06-29 05:03:52 +00:00 committed by Gitee
commit 71e00e560c
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,5 +1,4 @@
<template> <template>
<!-- 导入表 -->
<el-dialog v-model="visible" title="导入表" width="1100px" top="5vh" append-to-body> <el-dialog v-model="visible" title="导入表" width="1100px" top="5vh" append-to-body>
<el-form ref="queryFormRef" :model="queryParams" :inline="true"> <el-form ref="queryFormRef" :model="queryParams" :inline="true">
<el-form-item label="数据源" prop="dataName"> <el-form-item label="数据源" prop="dataName">