@@ -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
})
},
/** 提交按钮 */
@@ -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;
});
@@ -626,7 +626,7 @@ export default {
this.dynamicTags = this.form.tagList.map((item) => item.tagName)