|
|
@@ -835,6 +835,7 @@
|
|
|
:preserve-expanded-content="true"
|
|
|
@selection-change="handleSelect"
|
|
|
@select="handelSelectRow"
|
|
|
+ @row-click="handleClickRow"
|
|
|
>
|
|
|
<el-table-column type="expand">
|
|
|
<template #default="scope">
|
|
|
@@ -2020,6 +2021,9 @@ const handelSelectRow = (a, b) => {
|
|
|
} else {
|
|
|
insurancePolicyForm.value.order.insuranceCompanyCode = ''
|
|
|
}
|
|
|
+}
|
|
|
+const handleClickRow = (a, b) => {
|
|
|
+
|
|
|
}
|
|
|
// 选择险种
|
|
|
let insuranceShow = ref(false)
|
|
|
@@ -2237,7 +2241,6 @@ const handleRecognition = () => {
|
|
|
// 提交
|
|
|
let loading = ref(false)
|
|
|
const handleSubmit = async (InsurancePolicyRefs: FormInstance | undefined, scope) => {
|
|
|
- console.log(scope.$index)
|
|
|
if(!InsurancePolicyRefs) {
|
|
|
InsurancePolicyRefs?.resetFields()
|
|
|
return
|