|
|
|
@ -1179,12 +1179,12 @@ export default {
|
|
|
|
|
getDict("special_area_type").then((res) => { |
|
|
|
|
this.specialAreaList = res.data.data; |
|
|
|
|
}); |
|
|
|
|
getDict("big_group_type").then((res) => { |
|
|
|
|
this.bigGroupList = res.data.data; |
|
|
|
|
}); |
|
|
|
|
getDict("small_group_type").then((res) => { |
|
|
|
|
this.smallGroupList = res.data.data; |
|
|
|
|
}); |
|
|
|
|
// getDict("big_group_type").then((res) => { |
|
|
|
|
// this.bigGroupList = res.data.data; |
|
|
|
|
// }); |
|
|
|
|
// getDict("small_group_type").then((res) => { |
|
|
|
|
// this.smallGroupList = res.data.data; |
|
|
|
|
// }); |
|
|
|
|
getDict("av_position_type").then((res) => { |
|
|
|
|
this.avPositionList = res.data.data; |
|
|
|
|
}); |
|
|
|
|