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> @@ -504,7 +504,6 @@ operId: this.form.operId } delFuncOperation(params).then(res => { console.log(res); if (res.data.code === 200) { this.$message.success(res.data.msg); this.handleRefreshTree('del');