This commit is contained in:
cclu 2023-07-28 11:55:43 +08:00
parent d1059fc5cc
commit cd6a602a56
2 changed files with 5 additions and 5 deletions

View File

@ -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{
//

View File

@ -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`)