Merge remote-tracking branch 'origin/dev'

This commit is contained in:
纪寒 2022-12-08 11:24:01 +08:00
commit e3d5e046c4
4 changed files with 4 additions and 0 deletions

View File

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

View File

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

View File

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

View File

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