Browse Source

优化。

lighter 3 years ago
parent
commit
558361986f
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/views/hospitalization/case-front-sheet/FillCaseFrontSheet.vue

+ 2 - 0
src/views/hospitalization/case-front-sheet/FillCaseFrontSheet.vue

@@ -947,6 +947,8 @@ const nextPage = () => {
 }
 const fetchSearchData = () => {
   const param = {
+    patNo: patient.value.bah,
+    times: patient.value.admissTimes,
     method: searchMethod.value,
     target: searchUrl.value,
     content: searchContent.value,