Explorar el Código

同步成功后,刷新元素表

gangyj hace 2 años
padre
commit
80b37d5a75
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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: '同步成功',