Browse Source

指标库、预测指标库、图库的目录移动,不允许目录移动后,在同一目录下存在同级目录名称

hbchen 1 year ago
parent
commit
902e3241ea
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/dataEntry_manage/chartSetting.vue

+ 1 - 1
src/views/dataEntry_manage/chartSetting.vue

@@ -1412,8 +1412,8 @@ export default {
       }).then((res) => {
       }).then((res) => {
         if (res.Ret === 200) {
         if (res.Ret === 200) {
           this.$message.success('移动成功!');
           this.$message.success('移动成功!');
-          this.getTreeData();
         }
         }
+        this.getTreeData();
       });
       });
 		},
 		},