Commit f4cf25f9fbb90291c03f760864686abbbb59744c
1 parent
fe10b768
Exists in
master
feat:基地列表绍兴市限制
Showing
1 changed file
with
4 additions
and
2 deletions
Show diff stats
src/views/Service/CourseBaseList/SelectionBase.vue
| ... | ... | @@ -3,7 +3,8 @@ |
| 3 | 3 | <div id="SelectionBase"> |
| 4 | 4 | <van-search v-model="searchValue" placeholder="请输入基地关键词" @search="reloadData"/> |
| 5 | 5 | <div class="drop_down_box"> |
| 6 | - <selection-base-drop-down class="drop_down" ref="dropdown" @dropdownChange="dropdownChange"></selection-base-drop-down> | |
| 6 | + <!-- <selection-base-drop-down class="drop_down" ref="dropdown" @dropdownChange="dropdownChange"></selection-base-drop-down> --> | |
| 7 | + <div></div> | |
| 7 | 8 | <p class="filter" @click="handleFilter"> |
| 8 | 9 | 筛选 |
| 9 | 10 | <van-icon name="arrow-down" /> |
| ... | ... | @@ -140,7 +141,8 @@ export default { |
| 140 | 141 | .post(`${this.yanxueUrl}/api/SchoolManage/SchoolStudyBaseList`, { |
| 141 | 142 | labelIdList: labelIdList, |
| 142 | 143 | provinceName: '浙江省', |
| 143 | - cityName: dropdownObj.destination, | |
| 144 | + cityName: '绍兴市', | |
| 145 | + // cityName: dropdownObj.destination, | |
| 144 | 146 | areaName: dropdownObj.destination2, |
| 145 | 147 | levelName: filterObj.Level, |
| 146 | 148 | type: filterObj.Type || 0, | ... | ... |