소스 검색

fix: handle appointment reset error

wangyuan 2 년 전
부모
커밋
a66a093cd6
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      ittpc/src/views/modules/appointment/appointment.vue

+ 3 - 0
ittpc/src/views/modules/appointment/appointment.vue

@@ -120,6 +120,9 @@ export default {
   methods: {
     handleReset () {
       this.selectedOptions = ['330000', '330100', '330102']
+      this.searchForm.province = CodeToText['330000']
+      this.searchForm.city = CodeToText['330100']
+      this.searchForm.county = CodeToText['330102']
       this.searchForm.status = ''
       this.appointmentTime = ''
       this.searchForm.name = ''