|
@@ -75,7 +75,7 @@ export default {
|
|
{ label: '链接类型', key: 'ad_link_type', type: 'select', class: 'c-2', options: this.$dictData.ad_link_type, changeHandle: this.linkTypeHandle, },
|
|
{ label: '链接类型', key: 'ad_link_type', type: 'select', class: 'c-2', options: this.$dictData.ad_link_type, changeHandle: this.linkTypeHandle, },
|
|
{ label: '关联楼盘', key: 'link_type_value', type: 'selectRemote', class: 'c-2', changeHandle: this.ltValHandle,
|
|
{ label: '关联楼盘', key: 'link_type_value', type: 'selectRemote', class: 'c-2', changeHandle: this.ltValHandle,
|
|
remoteParams: { skey: 'estate_name', api: `house.admestatelist`, opKey: 'estate_name', opVal: 'id' },
|
|
remoteParams: { skey: 'estate_name', api: `house.admestatelist`, opKey: 'estate_name', opVal: 'id' },
|
|
- remoteOptions: { keyRO: params.link_type_name, valRO: params.link_type_value }
|
|
|
|
|
|
+ remoteOptions: [{ keyRO: params.link_type_name, valRO: params.link_type_value }]
|
|
},
|
|
},
|
|
{ label: '图片', key: 'images', type: 'upload', rules: 1 },
|
|
{ label: '图片', key: 'images', type: 'upload', rules: 1 },
|
|
{ label: '投放时间', label2: '开始时间', label3: '结束时间', key: 'startEndTime', type: 'datePicker', rules: 1},
|
|
{ label: '投放时间', label2: '开始时间', label3: '结束时间', key: 'startEndTime', type: 'datePicker', rules: 1},
|
|
@@ -88,7 +88,7 @@ export default {
|
|
{ label: '链接类型', key: 'ad_link_type', type: 'select', class: 'c-2', options: this.$dictData.ad_link_type, changeHandle: this.linkTypeHandle, },
|
|
{ label: '链接类型', key: 'ad_link_type', type: 'select', class: 'c-2', options: this.$dictData.ad_link_type, changeHandle: this.linkTypeHandle, },
|
|
{ label: '关联文章', key: 'link_type_value', type: 'selectRemote', class: 'c-2', changeHandle: this.ltValHandle,
|
|
{ label: '关联文章', key: 'link_type_value', type: 'selectRemote', class: 'c-2', changeHandle: this.ltValHandle,
|
|
remoteParams: { skey: 'title', api: `house.adminformationlist`, opKey: 'title', opVal: 'id' },
|
|
remoteParams: { skey: 'title', api: `house.adminformationlist`, opKey: 'title', opVal: 'id' },
|
|
- remoteOptions: { keyRO: params.link_type_name, valRO: params.link_type_value }
|
|
|
|
|
|
+ remoteOptions: [{ keyRO: params.link_type_name, valRO: params.link_type_value }]
|
|
},
|
|
},
|
|
{ label: '图片', key: 'images', type: 'upload', rules: 1 },
|
|
{ label: '图片', key: 'images', type: 'upload', rules: 1 },
|
|
{ label: '投放时间', label2: '开始时间', label3: '结束时间', key: 'startEndTime', type: 'datePicker', rules: 1},
|
|
{ label: '投放时间', label2: '开始时间', label3: '结束时间', key: 'startEndTime', type: 'datePicker', rules: 1},
|