xiaochan 3 rokov pred
rodič
commit
1391d0a911

+ 1 - 1
src/components/inpatient/WeiGuiFeiYongFenXi.vue

@@ -335,7 +335,7 @@ export default {
         dangerouslyUseHTMLString: true,
       })
         .then(() => {
-          yiZhuTuiFeiPiPei(huanZheXinXi.value.inpatientNo, huanZheXinXi.value.admissTimes, huanZheXinXi.value.deptCode).then((res) => {
+          yiZhuTuiFeiPiPei(huanZheXinXi.value.inpatientNo, huanZheXinXi.value.admissTimes, store.state.user.info.deptCode).then((res) => {
             chaXunWeiGuiClick()
           })
         })