|
@@ -390,7 +390,7 @@ export default {
|
|
if (valid) {
|
|
if (valid) {
|
|
if (this.form.id != null) {
|
|
if (this.form.id != null) {
|
|
updatePileHoleInfo(this.form).then(response => {
|
|
updatePileHoleInfo(this.form).then(response => {
|
|
- this.$modal.msgSuccess(this.$t("tips.deletedSuccess"));
|
|
|
|
|
|
+ this.$modal.msgSuccess(this.$t("tips.modifySuccess"));
|
|
this.open = false;
|
|
this.open = false;
|
|
this.getList();
|
|
this.getList();
|
|
});
|
|
});
|