xiaomei 6 달 전
부모
커밋
6bb7e3080c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/trade/detail.vue

+ 1 - 1
src/views/trade/detail.vue

@@ -344,7 +344,7 @@ export default {
     // 无关联地区的
     submitNoarea() {
       if (this.number <= 0) {
-        return Notify({ type: 'warning', message: this.$t('lang242') });
+        return Notify({ type: 'warning', message: this.$t('lang119') });
       }
       let _this = this;
       Dialog.confirm({