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