xiaomei 6 months ago
parent
commit
6bb7e3080c
1 changed files with 1 additions and 1 deletions
  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({