3 Commits 73d1e88e33 ... 41932a5c74

Autor SHA1 Mensagem Data
  sunny 41932a5c74 Merge branch 'feature_20251114_主管任务经销商单选&门店题型' into uat(dev) 1 semana atrás
  sunny 631905bc04 修改 2 semanas atrás
  sunny 0da135de3e 修改 2 semanas atrás

+ 2 - 2
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'){
@@ -1095,7 +1095,7 @@ export default {
     onConfirmChainsList(value) {
       if (value && value.chainName != undefined) {
         let JXSSataList = this.collectionItemList.find((item) => item.answerType == 'jxs');
-        if (!JXSSataList.chainList) {
+        if (!JXSSataList.chainList){
           JXSSataList.chainList = [];
         }
         let isFlag = JXSSataList.chainList.find((val) => val.chainCode == value.chainCode);

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

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