Kaynağa Gözat

feature_20251114_主管任务经销商单选&门店题型

sunny 3 hafta önce
ebeveyn
işleme
b3754546e4
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      src/views/week/VisitSummaryAdd.vue

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

@@ -978,7 +978,7 @@ export default {
     addJXS(chainList,maxValue) {
       let dataList = chainList ? chainList : [];
       const isExceedLimit = dataList.length >= maxValue;
-      if (isExceedLimit) {
+      if (maxValue !== null && isExceedLimit) {
         this.$toast('选择经销商超过最大限制!');
       } else {
         this.agentValue = '';