|
|
|
@ -296,9 +296,9 @@ export default {
|
|
|
|
|
|
|
|
|
|
}, |
|
|
|
|
getListInfo(){ |
|
|
|
|
getDictionaryBiz( 'area_type').then(res => { |
|
|
|
|
this.areaTypeData = res.data.data; |
|
|
|
|
}); |
|
|
|
|
// getDictionaryBiz( 'area_type').then(res => { |
|
|
|
|
// this.areaTypeData = res.data.data; |
|
|
|
|
// }); |
|
|
|
|
|
|
|
|
|
getDictionaryBiz( 'enable_status').then(res => { |
|
|
|
|
this.enableStatus = res.data.data; |
|
|
|
|