设备知识库维修,保养的图片上传解决

master
maxw@mesnac.com 9 hours ago
parent dba810ac57
commit f6e4e614a7

@ -404,6 +404,7 @@ export default {
this.form.fileUrls = this.imgAddress;
addKnowledgeRepair(this.form).then(response => {
this.$modal.msgSuccess("新增成功");
this.imgAddress.length = 0;
this.open = false;
this.getList();
});

@ -461,6 +461,8 @@ export default {
this.$modal.msgSuccess("新增成功");
this.open = false;
console.log(this.imgAddress)
this.imgAddress.length = 0;
this.getList();
});
}

Loading…
Cancel
Save