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

修改隐患信息图片回显

parent f1949978
......@@ -222,7 +222,6 @@
typeOptions: [],
// 设备级联
options: [],
plansName: '',
props: {
multiple: true,
value: "id",
......
......@@ -539,6 +539,11 @@ export default {
}
this.open1 = true;
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