duy 7 months ago
parent
commit
460ad3064c
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/views/desk/wbs/element-lib.vue

+ 2 - 0
src/views/desk/wbs/element-lib.vue

@@ -127,6 +127,8 @@ watch(isShow, (val) => {
 
 //处理相关数据
 const getDataApi = () => {
+    tableData.value = []
+
     getTreeData()
 }