Parcourir la source

查询学校传入区县

wanghao il y a 1 mois
Parent
commit
8a8b5c335c
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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,
     cityCode: searchData.value.cityCode == 'all' ? '' : searchData.value.cityCode,
     provinceCode: searchData.value.provinceCode == 'all' ? '' : searchData.value.provinceCode,
+    areaCode: searchData.value.districtCode == 'all' ? '' : searchData.value.districtCode,
     schoolType:  schoolTypeSelect.value == 'all' ? '' : schoolTypeSelect.value,
     queryStr: schoolNameCode.value,
     pageNum: pageNum.value,