소스 검색

拉取修改模块后端数据

yxc 2 년 전
부모
커밋
60e3b06f3e
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/views1/File/Individual/IndividualView.vue

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

@@ -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);