|
|
@@ -120,6 +120,14 @@ export default {
|
|
|
type: 'select',
|
|
|
options: []
|
|
|
},
|
|
|
+ {
|
|
|
+ name: 'managementSource',
|
|
|
+ label: '机构来源',
|
|
|
+ type: 'select',
|
|
|
+ options: [],
|
|
|
+ optionsIabel: "dictTag",
|
|
|
+ optionsValue: "dictValue",
|
|
|
+ },
|
|
|
{
|
|
|
name: 'taskNo',
|
|
|
label: '任务池号',
|
|
|
@@ -265,6 +273,11 @@ export default {
|
|
|
this.selectDataMatching(this.retrievalFields, 'riskCode', res.data.ddList);
|
|
|
}
|
|
|
});
|
|
|
+ this.$api.insCompany.dicType('organizationSource').then(res => {
|
|
|
+ if (res.code == 200) {
|
|
|
+ this.selectDataMatching(this.retrievalFields, 'managementSource', res.data.ddList);
|
|
|
+ }
|
|
|
+ });
|
|
|
this.getDicType("natureOfVehicleUse");//车辆使用性质
|
|
|
this.getDicType("businessVehicleUse"); //(车辆用途)营业
|
|
|
this.getDicType("outOfBusinessVehicleUse"); //(车辆用途)非营业
|