diff --git a/src/router/index.js b/src/router/index.js index fcba141ff97e3bd8f16689bb48ebe1157cd771ad..c6509b7bc578529930c26cd14d1946f0272b5a96 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -53,14 +53,14 @@ export const constantRoutes = [ ], }, { - path: "/followaduit", + path: "/followaudit", component: Layout, children: [ { - path: "/followaduit", - component: () => import("@/views/followupentry/followaduit"), + path: "/followaudit", + component: () => import("@/views/followupentry/followaudit"), hidden: true, - name: "followaduit", + name: "followaudit", }, ], }, diff --git a/src/views/audit-qualitycontrol/hospital.vue b/src/views/audit-qualitycontrol/hospital.vue index c1ae7268ea8595239681e5c4a88e02125864ae7a..5c5f42a1b157f67cb2490b7068293778b37f4f6e 100644 --- a/src/views/audit-qualitycontrol/hospital.vue +++ b/src/views/audit-qualitycontrol/hospital.vue @@ -104,9 +104,9 @@ export default { } }, auditHandle(data, i) { - console.log(data,i) + console.log(data,i,"表单") if(this.type=="1"){ - this.$router.push("/followaduit") + this.$router.push("/followaudit") } }, }, diff --git a/src/views/followupentry/followaduit.vue b/src/views/followupentry/followaudit.vue similarity index 96% rename from src/views/followupentry/followaduit.vue rename to src/views/followupentry/followaudit.vue index e24c5d9398a6a80196a62367aec60db02f899e28..161628e03702a12cb2fa6d6731644aeeb9293062 100644 --- a/src/views/followupentry/followaduit.vue +++ b/src/views/followupentry/followaudit.vue @@ -1,20 +1,23 @@