sunny 2 тижнів тому
батько
коміт
0da135de3e

+ 1 - 1
src/views/week/VisitSummaryAdd.vue

@@ -1033,7 +1033,7 @@ export default {
       }
       const isExceedLimit = dataList.length >= val.maxValue;
       if (val.maxValue !== null && isExceedLimit) {
-        this.$toast('选择经销商超过最大限制!');
+        this.$toast('超过最大限制!');
       } else {
         this.agentValue = '';
         if(answerType == 'jxs'){

+ 1 - 1
src/views/week/componVisitSummary.vue

@@ -997,7 +997,7 @@ export default {
       }
       const isExceedLimit = dataList.length >= val.maxValue;
       if (val.maxValue !== null && isExceedLimit) {
-        this.$toast("选择经销商超过最大限制!");
+        this.$toast("超过最大限制!");
       } else {
         this.agentValue = "";
         if (answerType == "jxs") {