瀏覽代碼

上传图片

qinhouyu 1 年之前
父節點
當前提交
a634048fee
共有 3 個文件被更改,包括 6 次插入0 次删除
  1. 1 0
      src/views/zdsz/openbolt/index.vue
  2. 2 0
      src/views/zdsz/opencheck/index.vue
  3. 3 0
      src/views/zdsz/openrepair/index.vue

+ 1 - 0
src/views/zdsz/openbolt/index.vue

@@ -457,6 +457,7 @@ export default {
       getComprehensive(id).then(response => {
         this.loading = false;
         this.form = response.data;
+        this.form.picIds = response.data.mapList;
 
         this.open = true;
         this.title = "修改开栓";

+ 2 - 0
src/views/zdsz/opencheck/index.vue

@@ -449,6 +449,8 @@ export default {
       getComprehensive(id).then(response => {
         this.loading = false;
         this.form = response.data;
+        this.form.picIds = response.data.mapList;
+
         this.open = true;
         this.title = "修改安检";
       });

+ 3 - 0
src/views/zdsz/openrepair/index.vue

@@ -402,6 +402,7 @@ export default {
         isMaintenance: undefined,
         remark: undefined,
         delFlag: 0,
+        picIds: [],
         createBy: undefined,
         createTime: undefined,
         updateBy: undefined,
@@ -448,6 +449,8 @@ export default {
       getComprehensive(id).then(response => {
         this.loading = false;
         this.form = response.data;
+        this.form.picIds = response.data.mapList;
+
         this.open = true;
         this.title = "修改维修";
       });