Commit 531ffdd4 authored by 刘予佳's avatar 刘予佳

随访审核部分

parent e734b407
......@@ -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",
},
],
},
......
......@@ -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")
}
},
},
......
<template>
<!-- 随访调查录入 -->
<div>
<ConfigForms form-type="2" formClass="follow-form"></ConfigForms>
<!-- <ConfigForms form-type="2" formClass="follow-form"></ConfigForms> -->
<read-form ref="form" :options="followupForm"></read-form>
</div>
</template>
<script>
import ConfigForms from "@/views/screening/components/ConfigForms.vue"
import ReadForm from "@/components/FormComponents/ReadForm/index"
export default {
name: "FollowupEntry",
name: "FollowupAudit",
components: {
ConfigForms,
ReadForm
},
data() {
return {
form:{
followupForm:{
column: [],
labelPosition: 'right',
labelSuffix: '',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment