Browse Source

公装主管任务bug修改

zhujindu 7 tháng trước cách đây
mục cha
commit
e486e863a7
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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');
           }
         }
       }