소스 검색

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

wukai 1 년 전
부모
커밋
15a2ce3182
3개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 1
      src/views1/File/Individual/IndividualView.vue
  2. 1 1
      src/views1/File/Part/PartView.vue
  3. 1 1
      src/views1/File/Publi/PublicView.vue

+ 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
       })
     },
     /** 提交按钮 */