duy 7 mesi fa
parent
commit
460ad3064c
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  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()
 }