|
@@ -141,6 +141,9 @@ export default {
|
|
|
if(!this.$util.isEmpty(this.option.ghsId)){
|
|
if(!this.$util.isEmpty(this.option.ghsId)){
|
|
|
this.selectJobId = this.option.ghsId
|
|
this.selectJobId = this.option.ghsId
|
|
|
}
|
|
}
|
|
|
|
|
+ if(this.option.ghsName){
|
|
|
|
|
+ uni.setNavigationBarTitle({ title: this.option.ghsName })
|
|
|
|
|
+ }
|
|
|
},
|
|
},
|
|
|
methods: {
|
|
methods: {
|
|
|
init(){
|
|
init(){
|