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