|
|
@@ -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');
|
|
|
}
|
|
|
}
|
|
|
}
|