ソースを参照

Merge branch 'feature_20250415_公装主管任务' into release

zhujindu 7 ヶ月 前
コミット
5c333098f4
1 ファイル変更2 行追加2 行削除
  1. 2 2
      src/views/week/VisitSummaryAdd.vue

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

@@ -671,7 +671,7 @@ export default {
         this.collectionItemList[this.index].answerValue = val.deptCode;
         for (var k1 = 0; k1 < this.collectionItemList.length; k1++) {
           if (this.collectionItemList[k1].answerType == 'xsb' && val.deptId != '') {
-            this.getDeptInfo('dept', 'xsb', this.collectionItemList[k1].answerValue);
+            this.getDeptInfo('dept', 'xsb');
           }
         }
       } else {
@@ -685,7 +685,7 @@ export default {
             this.collectionItemList[k1].answerValue = val.deptCode;
           }
           if (this.collectionItemList[k1].answerType == 'xsb' && val.deptId != '') {
-            this.getDeptInfo('dept', 'xsb', this.collectionItemList[k1].answerValue);
+            this.getDeptInfo('dept', 'xsb');
           }
         }
       }