Browse Source

元素排序成功后,隐藏弹框,更新数据

gangyj 3 years ago
parent
commit
06da075c8e
1 changed files with 3 additions and 2 deletions
  1. 3 2
      src/views/manager/wbsinfo/edit.vue

+ 3 - 2
src/views/manager/wbsinfo/edit.vue

@@ -1607,8 +1607,9 @@ export default {
       const { data: res } = await wbsTreeTableSort(this.sort)
       //console.log(res);
       if (res.code == 200) {
-        this.excelSortTag = true
-        this.excelSortTag2 = true
+        this.excelSortTag = false
+        this.excelSortTag2 = false
+        this.updateNodeTable();//更新元素表
       }
     },
     //#endregion