Browse Source

公装主管任务bug修改

zhujindu 7 months ago
parent
commit
e486e863a7
1 changed files with 2 additions and 2 deletions
  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;
         this.collectionItemList[this.index].answerValue = val.deptCode;
         for (var k1 = 0; k1 < this.collectionItemList.length; k1++) {
         for (var k1 = 0; k1 < this.collectionItemList.length; k1++) {
           if (this.collectionItemList[k1].answerType == 'xsb' && val.deptId != '') {
           if (this.collectionItemList[k1].answerType == 'xsb' && val.deptId != '') {
-            this.getDeptInfo('dept', 'xsb', this.collectionItemList[k1].answerValue);
+            this.getDeptInfo('dept', 'xsb');
           }
           }
         }
         }
       } else {
       } else {
@@ -685,7 +685,7 @@ export default {
             this.collectionItemList[k1].answerValue = val.deptCode;
             this.collectionItemList[k1].answerValue = val.deptCode;
           }
           }
           if (this.collectionItemList[k1].answerType == 'xsb' && val.deptId != '') {
           if (this.collectionItemList[k1].answerType == 'xsb' && val.deptId != '') {
-            this.getDeptInfo('dept', 'xsb', this.collectionItemList[k1].answerValue);
+            this.getDeptInfo('dept', 'xsb');
           }
           }
         }
         }
       }
       }