Explorar el Código

拉取修改模块后端数据

yxc hace 2 años
padre
commit
60e3b06f3e
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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);