|
@@ -311,7 +311,7 @@ export default {
|
|
|
decTypes: [],
|
|
|
flag: 0,
|
|
|
auditFlag: 4,
|
|
|
- psnType: '',
|
|
|
+ psnType: [],
|
|
|
currentPage: 1,
|
|
|
pageSize: 40,
|
|
|
total: 0,
|
|
@@ -563,7 +563,7 @@ export default {
|
|
|
queryTerm.value.insutype = xianZhongChuQu(insutypes.value, ['340', '350', '360', '510', '410'])
|
|
|
queryTerm.value.psnType = xianZhongChuQu(getPsnType, ["13"])
|
|
|
queryTerm.value.clrOptins = xianZhongChuQu(clrOptins.value, ["439900", "430121 "])
|
|
|
- queryTerm.value.outDept = [store.state.user.info.dept]
|
|
|
+ queryTerm.value.outDept = [store.state.user.info.deptCode]
|
|
|
}
|
|
|
}, 1000)
|
|
|
})
|