From 74bb85c7e20fcbc05c971a0dbcfbac32cda35edb Mon Sep 17 00:00:00 2001 From: liujun Date: Mon, 8 Apr 2024 14:56:17 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=BB=E7=AE=A1=E9=83=A8=E9=97=A8'=E6=97=A0'?= =?UTF-8?q?=E5=8F=96=E6=B6=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/xgf/insert/components/corpInfoAdd.vue | 5 ----- src/views/xgf/insert/components/corpInfoEdit.vue | 5 ----- 2 files changed, 10 deletions(-) diff --git a/src/views/xgf/insert/components/corpInfoAdd.vue b/src/views/xgf/insert/components/corpInfoAdd.vue index 46fe8e2..1a48d75 100644 --- a/src/views/xgf/insert/components/corpInfoAdd.vue +++ b/src/views/xgf/insert/components/corpInfoAdd.vue @@ -419,11 +419,6 @@ export default { ).then((data) => { const treeData = this.listTransTree(JSON.parse(data.zTreeNodes), 'id', 'pId', 'nodes') this.treeData = this.removeEmptyChildren(treeData) - this.treeData.push({ - id: '0', - name: '无', - nodes: [] - }) }).catch((e) => { }) }, diff --git a/src/views/xgf/insert/components/corpInfoEdit.vue b/src/views/xgf/insert/components/corpInfoEdit.vue index 4a1668e..1b39cb0 100644 --- a/src/views/xgf/insert/components/corpInfoEdit.vue +++ b/src/views/xgf/insert/components/corpInfoEdit.vue @@ -539,11 +539,6 @@ export default { ).then((data) => { const treeData = this.listTransTree(JSON.parse(data.zTreeNodes), 'id', 'pId', 'nodes') this.treeData = this.removeEmptyChildren(treeData) - this.treeData.push({ - id: '0', - name: '无', - nodes: [] - }) console.log(this.treeData) }).catch((e) => { })