|
|
@@ -174,7 +174,7 @@
|
|
|
<el-col :span="8">
|
|
|
<el-form-item label="险种" prop="riskcode">
|
|
|
<el-select v-model="formDataAdd.riskcode" placeholder="选择险种" size="small">
|
|
|
- <el-option v-for="item in InsInsuranceKindoptions" :key="item.dictValue" :label="item.dictTag"
|
|
|
+ <el-option v-for="item in productsTypeoptions" :key="item.dictValue" :label="item.dictTag"
|
|
|
:value="item.dictValue"></el-option>
|
|
|
</el-select>
|
|
|
</el-form-item>
|
|
|
@@ -258,7 +258,7 @@ export default {
|
|
|
fileList: [],
|
|
|
progressPercent: 0,
|
|
|
dialogVisibleprogress: false,
|
|
|
- InsInsuranceKindoptions: [],
|
|
|
+ productsTypeoptions: [],
|
|
|
ztreeNodes: [],
|
|
|
optionProps: {
|
|
|
//公司下拉列表配置
|
|
|
@@ -678,7 +678,7 @@ export default {
|
|
|
this.treedata = res.data;
|
|
|
});
|
|
|
this.findPage();
|
|
|
- this.getDicType("InsInsuranceKind"); //险种类型
|
|
|
+ this.getDicType("productsType"); //险种类型
|
|
|
this.getDicType("agreementType"); //险种类型
|
|
|
this.areaqueryList(1, 99, "provinceId");
|
|
|
this.companyqueryList(0,'allPartnerCompaniesId');
|
|
|
@@ -757,7 +757,7 @@ export default {
|
|
|
this.$api.insCompany.dicType(type).then((res) => {
|
|
|
if (res.code == 200) {
|
|
|
this[type + "options"] = res.data.ddList;
|
|
|
- if (type == 'InsInsuranceKind') {
|
|
|
+ if (type == 'productsType') {
|
|
|
this.formList.forEach(e => {
|
|
|
if (e.prop == 'riskcode') {
|
|
|
e.options = res.data.ddList
|