Explorar el Código

门诊病历质控

yuwandanmian hace 2 años
padre
commit
0a95b6f6a0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 }})
     }
   }
 }