|
|
@@ -28,7 +28,7 @@
|
|
|
<el-form-item label="险种类型" prop="productId">
|
|
|
<el-radio-group :disabled="isEdit" v-model="projectAddFrom.productId" @change="initProduct">
|
|
|
<el-radio-button v-for="item in insuranceType" :key="item.value" :value="item.value">{{ item.label
|
|
|
- }}</el-radio-button>
|
|
|
+ }}</el-radio-button>
|
|
|
</el-radio-group>
|
|
|
</el-form-item>
|
|
|
|
|
|
@@ -85,7 +85,7 @@
|
|
|
<el-table-column label="名称" prop="productName">
|
|
|
<template #default="scope">
|
|
|
<el-button link type="primary" @click="getJYXDetail(scope.row)">{{ scope.row.productName
|
|
|
- }}</el-button>
|
|
|
+ }}</el-button>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
<!-- 客户端状态(仅自选方案显示) -->
|
|
|
@@ -229,6 +229,7 @@ import rule from '../../../../components/ruleConditionContainer/index.vue'
|
|
|
import detail from '../../../../layouts/components/JYXDetail/index.vue'
|
|
|
import ruleSelect from '../../../../layouts/components/ruleSelect/index.vue'
|
|
|
import Detail from "@/views/representative/detail.vue";
|
|
|
+import { emitEvent } from '../eventBus.js';
|
|
|
// 导入Vue 3组合式API
|
|
|
import { ref, onMounted, onBeforeMount, nextTick } from 'vue'
|
|
|
|
|
|
@@ -893,6 +894,7 @@ const save = async (ProjectAddRef: FormInstance | undefined) => {
|
|
|
message: res.msg,
|
|
|
type: 'success'
|
|
|
})
|
|
|
+ emitEvent('sendData',);
|
|
|
myRouter.push({
|
|
|
path: '/quoteConfig/agreement/project',
|
|
|
query: {
|