Explorar el Código

忘记带科室了

xiaochan hace 3 años
padre
commit
1391d0a911
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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()
           })
         })