This commit is contained in:
闫晓茹 2022-12-07 11:36:08 +08:00
parent 7ea79d5ed4
commit 29584f6da1
4 changed files with 4 additions and 0 deletions

View File

@ -889,6 +889,7 @@ export default {
console.log(res);
});
}
this.imgsurl = { pictureUrlList: [] };
this.$modal.msgSuccess("修改成功");
this.open = false;

View File

@ -388,6 +388,7 @@ export default {
console.log(res);
});
}
this.imgsurl = { pictureUrlList: [] };
this.$modal.msgSuccess("修改成功");
this.open = false;
this.getList();

View File

@ -821,6 +821,7 @@ export default {
if (obj.pictureUrlList.length > 0) {
updatePicture(obj).then((res) => {});
}
this.imgsurl = { pictureUrlList: [] };
this.$modal.msgSuccess("修改成功");
this.open = false;
this.info();

View File

@ -1115,6 +1115,7 @@ export default {
if (obj.pictureUrlList.length > 0) {
updatePicture(obj).then((res) => {});
}
this.imgsurl = { pictureUrlList: [] };
this.form.nurseStationItemPrices.forEach((e) => {
e.price = Number(e.price);
});