Commit e4cd6844 authored by 王晓倩's avatar 王晓倩

修改隐患信息图片回显

parent f1949978
...@@ -222,7 +222,6 @@ ...@@ -222,7 +222,6 @@
typeOptions: [], typeOptions: [],
// 设备级联 // 设备级联
options: [], options: [],
plansName: '',
props: { props: {
multiple: true, multiple: true,
value: "id", value: "id",
......
...@@ -539,6 +539,11 @@ export default { ...@@ -539,6 +539,11 @@ export default {
} }
this.open1 = true; this.open1 = true;
this.title1 = "修改隐患信息"; this.title1 = "修改隐患信息";
if (this.form1.pictureUrl) {
this.fileList.push({
url: this.form1.pictureUrl,
});
}
}); });
}, },
/** 提交按钮 */ /** 提交按钮 */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment