Ver Fonte

同步成功后,刷新元素表

gangyj há 2 anos atrás
pai
commit
80b37d5a75
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      src/views/manager/projectinfo/tree.vue

+ 1 - 0
src/views/manager/projectinfo/tree.vue

@@ -2937,6 +2937,7 @@ export default {
           duration: 0
         });
         syncNodeTable(data.primaryKeyId).then(()=>{
+          this.updateNodeTable();
           this.$message({
             type: 'success',
             message: '同步成功',