Browse Source

忘记带科室了

xiaochan 3 năm trước cách đây
mục cha
commit
1391d0a911
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/components/inpatient/WeiGuiFeiYongFenXi.vue

+ 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()
           })
         })