فهرست منبع

Merge branch 'master' of http://182.44.34.170:8081/jiankun/q-baqd

yuwandanmian 2 سال پیش
والد
کامیت
ed962fa683
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/views/outpatient/control/components/ProblemTableBox.vue

+ 1 - 1
src/views/outpatient/control/components/ProblemTableBox.vue

@@ -41,7 +41,7 @@ export default {
   },
   methods: {
     toPage(row) {
-      this.$router.push({ path: '/defectNumber', query: { rule_id: row.key }})
+      this.$router.push({ path: '/outpatientMedicalRecordDefectNumber', query: { is_error: 1, rule_id: row.rule_id }})
     }
   }
 }