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; }