|
@@ -783,11 +783,11 @@ export default {
|
|
|
},
|
|
|
/** 修改按钮操作 */
|
|
|
handleUpdate(row) {
|
|
|
- // this.reset();
|
|
|
+ this.reset();
|
|
|
const docId = row.docId || this.ids;
|
|
|
getInfo(docId, row.createYear).then((response) => {
|
|
|
this.form = response.data;
|
|
|
- // this.form.tagList = this.dynamicTags;
|
|
|
+ this.dynamicTags = this.form.tagList.tagName;
|
|
|
this.open = true;
|
|
|
this.title = "修改文件基本信息";
|
|
|
// console.log(response);
|