Explorar o código

+ 桩点聚合到视野功能

chen.cheng hai 3 meses
pai
achega
da4d731199
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/views/cons/pileHoleInfo/index.vue

+ 1 - 1
src/views/cons/pileHoleInfo/index.vue

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