Browse Source

BUG修改

develop
王健 4 years ago
parent
commit
dd6718440a
  1. 12
      src/views/land/noneHandLand/newLand.vue

12
src/views/land/noneHandLand/newLand.vue

@ -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;
});

Loading…
Cancel
Save