Commit 07e47502 authored by 吴冠's avatar 吴冠

优化

parent a56d4ba4
...@@ -159,6 +159,9 @@ import Cookies from 'js-cookie' ...@@ -159,6 +159,9 @@ import Cookies from 'js-cookie'
this.interTimerPicker = '' this.interTimerPicker = ''
this.$refs.mychild.clear() this.$refs.mychild.clear()
this.getData.title = '' this.getData.title = ''
this.getData.provinceId = ''
this.getData.cityId = ''
this.getData.districtId = ''
this.getErrorList(this.getData) this.getErrorList(this.getData)
}, },
changeTime(e){ changeTime(e){
......
...@@ -233,6 +233,9 @@ import Cookies from 'js-cookie' ...@@ -233,6 +233,9 @@ import Cookies from 'js-cookie'
this.interTimerPicker = '' this.interTimerPicker = ''
this.$refs.mychild.clear() this.$refs.mychild.clear()
this.getData.title = '' this.getData.title = ''
this.getData.provinceId = ''
this.getData.cityId = ''
this.getData.districtId = ''
this.getAllList(this.getData) this.getAllList(this.getData)
}, },
changeTime(e){ changeTime(e){
......
...@@ -167,6 +167,9 @@ import Cookies from 'js-cookie' ...@@ -167,6 +167,9 @@ import Cookies from 'js-cookie'
this.interTimerPicker = '' this.interTimerPicker = ''
this.$refs.mychild.clear() this.$refs.mychild.clear()
this.getData.title = '' this.getData.title = ''
this.getData.provinceId = ''
this.getData.cityId = ''
this.getData.districtId = ''
this.getBidingList(this.getData) this.getBidingList(this.getData)
}, },
async queryStr(){ async queryStr(){
......
...@@ -224,6 +224,9 @@ export default { ...@@ -224,6 +224,9 @@ export default {
this.interTimerPicker = '' this.interTimerPicker = ''
this.$refs.mychild.clear() this.$refs.mychild.clear()
this.getData.title = '' this.getData.title = ''
this.getData.provinceId = ''
this.getData.cityId = ''
this.getData.districtId = ''
this.getWinList(this.getData) this.getWinList(this.getData)
}, },
//查询按钮getLi //查询按钮getLi
......
...@@ -161,6 +161,9 @@ import Cookies from 'js-cookie' ...@@ -161,6 +161,9 @@ import Cookies from 'js-cookie'
this.interTimerPicker = '' this.interTimerPicker = ''
this.$refs.mychild.clear() this.$refs.mychild.clear()
this.getData.title = '' this.getData.title = ''
this.getData.provinceId = ''
this.getData.cityId = ''
this.getData.districtId = ''
this.getCadidateList(this.getData) this.getCadidateList(this.getData)
}, },
changeTime(e){ changeTime(e){
......
...@@ -161,6 +161,9 @@ import Cookies from 'js-cookie' ...@@ -161,6 +161,9 @@ import Cookies from 'js-cookie'
this.interTimerPicker = '' this.interTimerPicker = ''
this.$refs.mychild.clear() this.$refs.mychild.clear()
this.getData.title = '' this.getData.title = ''
this.getData.provinceId = ''
this.getData.cityId = ''
this.getData.districtId = ''
this.getChangeList(this.getData) this.getChangeList(this.getData)
}, },
changeTime(e){ changeTime(e){
......
...@@ -159,6 +159,9 @@ import Cookies from 'js-cookie' ...@@ -159,6 +159,9 @@ import Cookies from 'js-cookie'
this.interTimerPicker = '' this.interTimerPicker = ''
this.$refs.mychild.clear() this.$refs.mychild.clear()
this.getData.title = '' this.getData.title = ''
this.getData.provinceId = ''
this.getData.cityId = ''
this.getData.districtId = ''
this.getClerList(this.getData) this.getClerList(this.getData)
}, },
changeTime(e){ changeTime(e){
......
...@@ -234,6 +234,9 @@ export default { ...@@ -234,6 +234,9 @@ export default {
this.interTimerPicker = '' this.interTimerPicker = ''
this.$refs.mychild.clear() this.$refs.mychild.clear()
this.getData.title = '' this.getData.title = ''
this.getData.provinceId = ''
this.getData.cityId = ''
this.getData.districtId = ''
this.getInquiryList(this.getData) this.getInquiryList(this.getData)
}, },
async getInquiryList(params) { async getInquiryList(params) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment