소스 검색

+ 桩点聚合到视野功能

chen.cheng 3 달 전
부모
커밋
da4d731199
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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();
             });