取消
This commit is contained in:
parent
7ea79d5ed4
commit
29584f6da1
@ -889,6 +889,7 @@ export default {
|
||||
console.log(res);
|
||||
});
|
||||
}
|
||||
this.imgsurl = { pictureUrlList: [] };
|
||||
this.$modal.msgSuccess("修改成功");
|
||||
|
||||
this.open = false;
|
||||
|
||||
@ -388,6 +388,7 @@ export default {
|
||||
console.log(res);
|
||||
});
|
||||
}
|
||||
this.imgsurl = { pictureUrlList: [] };
|
||||
this.$modal.msgSuccess("修改成功");
|
||||
this.open = false;
|
||||
this.getList();
|
||||
|
||||
@ -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();
|
||||
|
||||
@ -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);
|
||||
});
|
||||
|
||||
Loading…
Reference in New Issue
Block a user