Browse Source

前端bug

xiaochan 3 years ago
parent
commit
d388eac41c
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/medical-insurance/allpatient/SetSheetUpload.vue

+ 2 - 2
src/views/medical-insurance/allpatient/SetSheetUpload.vue

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