150
This commit is contained in:
		| @@ -20,11 +20,11 @@ | |||||||
|                 :limit="9"> |                 :limit="9"> | ||||||
|               </ai-uploader> |               </ai-uploader> | ||||||
|             </el-form-item> |             </el-form-item> | ||||||
|             <el-form-item prop="areaId" style="width: 100%;" label="选择地区" :rules="[{required: true, message: '请选择地区', trigger: 'change'}]"> |             <el-form-item prop="areaId" style="width: 100%;" label="活动地区" :rules="[{required: true, message: '请选择地区', trigger: 'change'}]"> | ||||||
|               <ai-area-select |               <ai-area-select | ||||||
|                 clearable |                 clearable | ||||||
|                 @fullname="v => form.areaName = v" |                 @fullname="v => form.areaName = v" | ||||||
|                 :disabled-level="$store.state.user.info.areaList.length - 1" |                 :disabled-level="$store.state.user.info.areaList.length" | ||||||
|                 always-show |                 always-show | ||||||
|                 :instance="instance" |                 :instance="instance" | ||||||
|                 v-model="form.areaId"> |                 v-model="form.areaId"> | ||||||
| @@ -215,6 +215,7 @@ export default { | |||||||
|         this.map = new AMap.Map('map', { |         this.map = new AMap.Map('map', { | ||||||
|           resizeEnable: true, |           resizeEnable: true, | ||||||
|           zooms: [6, 20], |           zooms: [6, 20], | ||||||
|  |           center:[107.73,29.86], | ||||||
|           zoom: 11, |           zoom: 11, | ||||||
|         }) |         }) | ||||||
|         this.placeSearch = new AMap.PlaceSearch({ map: this.map }) |         this.placeSearch = new AMap.PlaceSearch({ map: this.map }) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user