Browse Source

查询学校传入区县

wanghao 1 month ago
parent
commit
8a8b5c335c
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/views/school/index.vue

+ 1 - 0
src/views/school/index.vue

@@ -510,6 +510,7 @@ const GetSchoolList = () => {
     userId: searchData.value.userId == 'all' ? '' : searchData.value.userId,
     userId: searchData.value.userId == 'all' ? '' : searchData.value.userId,
     cityCode: searchData.value.cityCode == 'all' ? '' : searchData.value.cityCode,
     cityCode: searchData.value.cityCode == 'all' ? '' : searchData.value.cityCode,
     provinceCode: searchData.value.provinceCode == 'all' ? '' : searchData.value.provinceCode,
     provinceCode: searchData.value.provinceCode == 'all' ? '' : searchData.value.provinceCode,
+    areaCode: searchData.value.districtCode == 'all' ? '' : searchData.value.districtCode,
     schoolType:  schoolTypeSelect.value == 'all' ? '' : schoolTypeSelect.value,
     schoolType:  schoolTypeSelect.value == 'all' ? '' : schoolTypeSelect.value,
     queryStr: schoolNameCode.value,
     queryStr: schoolNameCode.value,
     pageNum: pageNum.value,
     pageNum: pageNum.value,