sunny 2 周之前
父节点
当前提交
0da135de3e
共有 2 个文件被更改,包括 2 次插入2 次删除
  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") {