setNavigationBarTitle
This commit is contained in:
@@ -44,8 +44,6 @@
|
||||
</div>
|
||||
|
||||
<div class="btn" @click="submit">保存</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<component v-else :is="comp" :paramss="params" @back="backlist"></component>
|
||||
@@ -88,6 +86,7 @@ export default {
|
||||
},
|
||||
computed: { ...mapState(['user']) },
|
||||
created() {
|
||||
uni.setNavigationBarTitle({ title: '新建走访' })
|
||||
this.areaIdProps = this.user.areaId
|
||||
this.forms.areaId = this.user.areaId
|
||||
this.$dict.load('realityStatus').then(() => {
|
||||
|
||||
Reference in New Issue
Block a user