This commit is contained in:
shijingjing
2022-02-16 09:59:38 +08:00
parent f379ecd5fb
commit 918e75bbb0
3 changed files with 5 additions and 3 deletions

View File

@@ -62,7 +62,8 @@ export default {
myList: [], myList: [],
id: '', id: '',
selectUser: {}, selectUser: {},
titleList: ['', '转交事件', '我已办结'] titleList: ['', '事件处理', '', '事件转交'],
} }
}, },
onLoad(option) { onLoad(option) {
@@ -81,7 +82,7 @@ export default {
}) })
}, },
onShow() { onShow() {
document.title = '矛盾调解' document.title = this.titleList[this.status]
}, },
methods: { methods: {

View File

@@ -165,6 +165,7 @@ export default {
this.staticName[2].value = res.data['已办数'] this.staticName[2].value = res.data['已办数']
this.staticName[3].value = res.data['今日办结'] this.staticName[3].value = res.data['今日办结']
}) })
this.$forceUpdate()
} }
}) })
}, },

View File

@@ -120,7 +120,7 @@
import { mapState } from 'vuex' import { mapState } from 'vuex'
export default { export default {
appName: '矛盾调解', appName: '新增事件',
data() { data() {
return { return {
isShowType: false, isShowType: false,