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

查询时间区域重置优化

parent ee24ec66
......@@ -74,10 +74,4 @@ fieldset, img { border: 0; }
font-size: .25rem;
color: rgba(0, 0, 0, 1);
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 @@
<img src="~/assets/css/7.png" v-show="!showDefault">
</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="checkout" v-show="!showDefault">退出</div>
</div>
......
......@@ -118,6 +118,7 @@ import {getErrorList} from '@/common/list.js'
this.interTimerPicker = ''
this.$refs.mychild.clear()
this.getData.title = ''
this.getErrorList(this.getData)
},
changeTime(e){
this.getData.beginDate = e[0].getTime()
......
......@@ -121,6 +121,7 @@ import {getAllList,getNoticeType} from '@/common/list.js'
this.interTimerPicker = ''
this.$refs.mychild.clear()
this.getData.title = ''
this.getAllList(this.getData)
},
changeTime(e){
this.getData.beginDate = e[0].getTime()
......
......@@ -141,6 +141,7 @@ import citySelect from "@/components/citySelect.vue";
this.interTimerPicker = ''
this.$refs.mychild.clear()
this.getData.title = ''
this.getBidingList(this.getData)
},
async queryStr(){
console.log(this.getData)
......
......@@ -101,9 +101,9 @@ export default {
beginDate: "",
endDate: "",
title: "",
provinceId: "1",
cityId: "1",
districtId: "1",
provinceId: "",
cityId: "",
districtId: "",
size: 10,
currentPage: 1,
},
......@@ -193,6 +193,7 @@ export default {
this.interTimerPicker = ''
this.$refs.mychild.clear()
this.getData.title = ''
this.getWinList(this.getData)
},
//查询按钮getLi
async queryStr() {
......
......@@ -120,6 +120,7 @@ import {getCadidateList} from '@/common/list.js'
this.interTimerPicker = ''
this.$refs.mychild.clear()
this.getData.title = ''
this.getCadidateList(this.getData)
},
changeTime(e){
this.getData.beginDate = e[0].getTime()
......
......@@ -120,6 +120,7 @@ import {getChangeList} from '@/common/list.js'
this.interTimerPicker = ''
this.$refs.mychild.clear()
this.getData.title = ''
this.getChangeList(this.getData)
},
changeTime(e){
this.getData.beginDate = e[0].getTime()
......
......@@ -118,6 +118,7 @@ import {getClerList} from '@/common/list.js'
this.interTimerPicker = ''
this.$refs.mychild.clear()
this.getData.title = ''
this.getClerList(this.getData)
},
changeTime(e){
this.getData.beginDate = e[0].getTime()
......
......@@ -157,9 +157,9 @@ export default {
beginDate: "",
endDate: "",
title: "",
provinceId: "1",
cityId: "1",
districtId: "1",
provinceId: "",
cityId: "",
districtId: "",
size: 10,
currentPage: 1,
},
......@@ -223,6 +223,7 @@ export default {
this.interTimerPicker = ''
this.$refs.mychild.clear()
this.getData.title = ''
this.getInquiryList(this.getData)
},
async getInquiryList(params) {
const { data, total} = await getInquiryList(params);
......
......@@ -7,8 +7,8 @@ import requestUrl from '../utils/Domain.js'
// 创建axios实例
const service = axios.create({
/* baseURL: */ /* 'http://60.205.251.80:8082/apis', */ // api的base_url
baseURL: 'http://192.168.3.35:8085/apis',
baseURL:'http://60.205.251.80:8082/apis',
/* baseURL: 'http://192.168.3.35:8085/apis' */
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