lxl
2022-10-19 2813ea20120a1ce6f5ab6625783140d9c2cdc578
src/views/datamanage/catalogueManage.vue
@@ -373,7 +373,7 @@
      updateDirTrees(this.newData)
        .then((res) => {
          if (res.code == 200) {
            alert("调整完成。请及时刷新页面!");
            this.getDirTree();
            return;
          } else {
            alert("调整失败,请重试!");
@@ -398,7 +398,7 @@
                setTimeout(() => {
                  this.fullscreenLoading = false;
                  if (res.code == 200) {
                    alert("修改完成,请及时刷新页面!");
                    this.getDirTree();
                    this.itemdetail = {};
                    this.dialogFormVisible = false;
                  }