Commit 7184ee5a authored by 吴冠's avatar 吴冠

查询时间区域重置优化

parent ee24ec66
...@@ -75,9 +75,3 @@ fieldset, img { border: 0; } ...@@ -75,9 +75,3 @@ fieldset, img { border: 0; }
color: rgba(0, 0, 0, 1); color: rgba(0, 0, 0, 1);
font-weight: bold; font-weight: bold;
} }
.page-enter-active, .page-leave-active {
transition: opacity 0.5s;
}
.page-enter, .page-leave-active {
opacity: 0;
}
\ No newline at end of file
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
<img src="~/assets/css/7.png" v-show="!showDefault"> <img src="~/assets/css/7.png" v-show="!showDefault">
</div> </div>
<div class="login-title">{{userName}}</div> <div class="login-title">{{userName}}</div>
<div class="login-button" @click="loginuser" v-show="showDefault">用户登录?</div> <div class="login-button" @click="loginuser" v-show="showDefault">用户登录</div>
<div class="login-button" @click="Merchant">商家入驻</div> <div class="login-button" @click="Merchant">商家入驻</div>
<div class="login-button" @click="checkout" v-show="!showDefault">退出</div> <div class="login-button" @click="checkout" v-show="!showDefault">退出</div>
</div> </div>
......
...@@ -118,6 +118,7 @@ import {getErrorList} from '@/common/list.js' ...@@ -118,6 +118,7 @@ import {getErrorList} from '@/common/list.js'
this.interTimerPicker = '' this.interTimerPicker = ''
this.$refs.mychild.clear() this.$refs.mychild.clear()
this.getData.title = '' this.getData.title = ''
this.getErrorList(this.getData)
}, },
changeTime(e){ changeTime(e){
this.getData.beginDate = e[0].getTime() this.getData.beginDate = e[0].getTime()
......
...@@ -121,6 +121,7 @@ import {getAllList,getNoticeType} from '@/common/list.js' ...@@ -121,6 +121,7 @@ import {getAllList,getNoticeType} from '@/common/list.js'
this.interTimerPicker = '' this.interTimerPicker = ''
this.$refs.mychild.clear() this.$refs.mychild.clear()
this.getData.title = '' this.getData.title = ''
this.getAllList(this.getData)
}, },
changeTime(e){ changeTime(e){
this.getData.beginDate = e[0].getTime() this.getData.beginDate = e[0].getTime()
......
...@@ -141,6 +141,7 @@ import citySelect from "@/components/citySelect.vue"; ...@@ -141,6 +141,7 @@ import citySelect from "@/components/citySelect.vue";
this.interTimerPicker = '' this.interTimerPicker = ''
this.$refs.mychild.clear() this.$refs.mychild.clear()
this.getData.title = '' this.getData.title = ''
this.getBidingList(this.getData)
}, },
async queryStr(){ async queryStr(){
console.log(this.getData) console.log(this.getData)
......
...@@ -101,9 +101,9 @@ export default { ...@@ -101,9 +101,9 @@ export default {
beginDate: "", beginDate: "",
endDate: "", endDate: "",
title: "", title: "",
provinceId: "1", provinceId: "",
cityId: "1", cityId: "",
districtId: "1", districtId: "",
size: 10, size: 10,
currentPage: 1, currentPage: 1,
}, },
...@@ -193,6 +193,7 @@ export default { ...@@ -193,6 +193,7 @@ export default {
this.interTimerPicker = '' this.interTimerPicker = ''
this.$refs.mychild.clear() this.$refs.mychild.clear()
this.getData.title = '' this.getData.title = ''
this.getWinList(this.getData)
}, },
//查询按钮getLi //查询按钮getLi
async queryStr() { async queryStr() {
......
...@@ -120,6 +120,7 @@ import {getCadidateList} from '@/common/list.js' ...@@ -120,6 +120,7 @@ import {getCadidateList} from '@/common/list.js'
this.interTimerPicker = '' this.interTimerPicker = ''
this.$refs.mychild.clear() this.$refs.mychild.clear()
this.getData.title = '' this.getData.title = ''
this.getCadidateList(this.getData)
}, },
changeTime(e){ changeTime(e){
this.getData.beginDate = e[0].getTime() this.getData.beginDate = e[0].getTime()
......
...@@ -120,6 +120,7 @@ import {getChangeList} from '@/common/list.js' ...@@ -120,6 +120,7 @@ import {getChangeList} from '@/common/list.js'
this.interTimerPicker = '' this.interTimerPicker = ''
this.$refs.mychild.clear() this.$refs.mychild.clear()
this.getData.title = '' this.getData.title = ''
this.getChangeList(this.getData)
}, },
changeTime(e){ changeTime(e){
this.getData.beginDate = e[0].getTime() this.getData.beginDate = e[0].getTime()
......
...@@ -118,6 +118,7 @@ import {getClerList} from '@/common/list.js' ...@@ -118,6 +118,7 @@ import {getClerList} from '@/common/list.js'
this.interTimerPicker = '' this.interTimerPicker = ''
this.$refs.mychild.clear() this.$refs.mychild.clear()
this.getData.title = '' this.getData.title = ''
this.getClerList(this.getData)
}, },
changeTime(e){ changeTime(e){
this.getData.beginDate = e[0].getTime() this.getData.beginDate = e[0].getTime()
......
...@@ -157,9 +157,9 @@ export default { ...@@ -157,9 +157,9 @@ export default {
beginDate: "", beginDate: "",
endDate: "", endDate: "",
title: "", title: "",
provinceId: "1", provinceId: "",
cityId: "1", cityId: "",
districtId: "1", districtId: "",
size: 10, size: 10,
currentPage: 1, currentPage: 1,
}, },
...@@ -223,6 +223,7 @@ export default { ...@@ -223,6 +223,7 @@ export default {
this.interTimerPicker = '' this.interTimerPicker = ''
this.$refs.mychild.clear() this.$refs.mychild.clear()
this.getData.title = '' this.getData.title = ''
this.getInquiryList(this.getData)
}, },
async getInquiryList(params) { async getInquiryList(params) {
const { data, total} = await getInquiryList(params); const { data, total} = await getInquiryList(params);
......
...@@ -7,8 +7,8 @@ import requestUrl from '../utils/Domain.js' ...@@ -7,8 +7,8 @@ import requestUrl from '../utils/Domain.js'
// 创建axios实例 // 创建axios实例
const service = axios.create({ const service = axios.create({
/* baseURL: */ /* 'http://60.205.251.80:8082/apis', */ // api的base_url baseURL:'http://60.205.251.80:8082/apis',
baseURL: 'http://192.168.3.35:8085/apis', /* baseURL: 'http://192.168.3.35:8085/apis' */
timeout: 35000 // 请求超时时间 timeout: 35000 // 请求超时时间
}) })
......
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