Source/plt-web/plt-web-ui/src/views/systemModel/businessModel/index.vue
@@ -6,7 +6,7 @@ <avue-tree :key="refresh" ref="tree" :data="treeData" :option="treeOption" node-key="id" @node-click="nodeClick"> <span slot-scope="{ node, data }" class="el-tree-node__label"> <span style="font-size: 15px"> <span> <i :class="data.icon"></i> {{ (node || {}).label }} </span> @@ -524,9 +524,7 @@ func.downloadFileByBlobHandler(res); this.createdLoading = false this.$message.success('导出成功'); }).catch(err => { this.$message.error(err); }) }); }, // 导入