sunny il y a 2 semaines
Parent
commit
0da135de3e
2 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 1 1
      src/views/week/VisitSummaryAdd.vue
  2. 1 1
      src/views/week/componVisitSummary.vue

+ 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") {