update
This commit is contained in:
parent
d1059fc5cc
commit
cd6a602a56
@ -230,14 +230,11 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!-- <div class="listItem" v-for="(item,index) in regionList" :key="index" @click="handleNoneChild(item)">-->
|
<!-- <div class="listItem" v-for="(item,index) in regionList" :key="index" @click="handleNoneChild(item)">-->
|
||||||
<!-- <div class="itemTop">-->
|
<!-- <div class="itemTop">-->
|
||||||
<!-- <div class="itemLeft">-->
|
<!-- <div class="itemLeft">-->
|
||||||
@ -381,6 +378,7 @@ export default {
|
|||||||
onLoad(option){
|
onLoad(option){
|
||||||
console.log('option',option)
|
console.log('option',option)
|
||||||
this.isShowAllProvince = option.mustAllProvince
|
this.isShowAllProvince = option.mustAllProvince
|
||||||
|
console.log("this.isShowAllProvince",this.isShowAllProvince)
|
||||||
this.backType = option.type
|
this.backType = option.type
|
||||||
},
|
},
|
||||||
onShow(){
|
onShow(){
|
||||||
@ -440,11 +438,13 @@ export default {
|
|||||||
month: `${y}${m}`,
|
month: `${y}${m}`,
|
||||||
time: `${y}-${m}-${d}`,
|
time: `${y}-${m}-${d}`,
|
||||||
}
|
}
|
||||||
if (this.serviceInfo.SERVERPART_NAME==='安徽驿达'){
|
if (this.serviceInfo.SERVERPART_NAME==='安徽驿达' || this.isShowAllProvince==='true'){
|
||||||
this.isShowAllProvince = true
|
this.isShowAllProvince = true
|
||||||
}
|
}
|
||||||
console.log('this.isShowAllProvince',this.isShowAllProvince)
|
console.log('this.isShowAllProvince',this.isShowAllProvince)
|
||||||
if (this.isShowAllProvince === true){
|
if (this.isShowAllProvince === true){
|
||||||
|
this.serviceInfo.SERVERPART_NAME = '安徽驿达'
|
||||||
|
this.serviceInfo.Serverpart_ID = undefined
|
||||||
this.getDetail(this.theRequest)
|
this.getDetail(this.theRequest)
|
||||||
}else{
|
}else{
|
||||||
//获取服务区基本信息
|
//获取服务区基本信息
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user