Преглед изворни кода

9月9,武穴费用清单

yq1 пре 9 месеци
родитељ
комит
cf1d7cd66c
1 измењених фајлова са 2 додато и 1 уклоњено
  1. 2 1
      src/xt_pages/hospitalStation/summary.vue

+ 2 - 1
src/xt_pages/hospitalStation/summary.vue Прегледај датотеку

@@ -1321,7 +1321,8 @@ export default {
1321 1321
     },
1322 1322
     toDetail(row) {
1323 1323
       this.$router.push(
1324
-        "/outpatientCharges/summaryDetail?patient_id=" +
1324
+        // "/outpatientCharges/summaryDetail?patient_id=" +
1325
+          "/hospitalCharges/summaryDetail?patient_id=" +
1325 1326
           row.patient.id +
1326 1327
           "&number=" +
1327 1328
           row.number +