|
@@ -163,6 +163,7 @@ const formInline = reactive({
|
|
|
auditTimeEnd: "",//审核时间结束
|
|
auditTimeEnd: "",//审核时间结束
|
|
|
costDescribes: [],//费用描述
|
|
costDescribes: [],//费用描述
|
|
|
companyId: '',//保险公司id
|
|
companyId: '',//保险公司id
|
|
|
|
|
+ auditPerson: '',//审核人
|
|
|
})
|
|
})
|
|
|
const companylist = computed(() => {
|
|
const companylist = computed(() => {
|
|
|
let list = [] as any;
|
|
let list = [] as any;
|
|
@@ -621,6 +622,7 @@ const handleClick = (pane: any) => {
|
|
|
findpage("2");
|
|
findpage("2");
|
|
|
}
|
|
}
|
|
|
resetForm();
|
|
resetForm();
|
|
|
|
|
+
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
</script>
|
|
</script>
|