Explorar el Código

+ 桩点聚合到视野功能

chen.cheng hace 3 meses
padre
commit
da4d731199
Se han modificado 1 ficheros con 1 adiciones y 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();
             });