浏览代码

解决文档修改时目录不正常的BUG

wukai 1 年之前
父节点
当前提交
15a2ce3182

+ 1 - 1
src/views1/File/Individual/IndividualView.vue

@@ -665,7 +665,7 @@ export default {
         this.open = true
         this.title = '修改文件基本信息'
         this.dynamicTags = this.form.tagList.map(item => item.tagName)
-        this.form.dirId = this.dirList[0].dirId
+        // this.form.dirId = this.dirList[0].dirId
       })
     },
     /** 提交按钮 */

+ 1 - 1
src/views1/File/Part/PartView.vue

@@ -671,7 +671,7 @@
           this.open = true;
           this.title = "修改文件基本信息";
           this.dynamicTags = this.form.tagList.map(item => item.tagName);
-          this.form.dirId = this.dirList[0].dirId;
+          // this.form.dirId = this.dirList[0].dirId;
         });
       },
       /** 提交按钮 */

+ 1 - 1
src/views1/File/Publi/PublicView.vue

@@ -626,7 +626,7 @@ export default {
         this.open = true
         this.title = '修改文件基本信息'
         this.dynamicTags = this.form.tagList.map((item) => item.tagName)
-        this.form.dirId = this.dirList[0].dirId
+        // this.form.dirId = this.dirList[0].dirId
       })
     },
     /** 提交按钮 */