27436
This commit is contained in:
@@ -62,7 +62,8 @@ export default {
|
||||
myList: [],
|
||||
id: '',
|
||||
selectUser: {},
|
||||
titleList: ['', '转交事件', '我已办结']
|
||||
titleList: ['', '事件处理', '', '事件转交'],
|
||||
|
||||
}
|
||||
},
|
||||
onLoad(option) {
|
||||
@@ -81,7 +82,7 @@ export default {
|
||||
})
|
||||
},
|
||||
onShow() {
|
||||
document.title = '矛盾调解'
|
||||
document.title = this.titleList[this.status]
|
||||
},
|
||||
methods: {
|
||||
|
||||
|
||||
@@ -165,6 +165,7 @@ export default {
|
||||
this.staticName[2].value = res.data['已办数']
|
||||
this.staticName[3].value = res.data['今日办结']
|
||||
})
|
||||
this.$forceUpdate()
|
||||
}
|
||||
})
|
||||
},
|
||||
|
||||
@@ -120,7 +120,7 @@
|
||||
import { mapState } from 'vuex'
|
||||
|
||||
export default {
|
||||
appName: '矛盾调解',
|
||||
appName: '新增事件',
|
||||
data() {
|
||||
return {
|
||||
isShowType: false,
|
||||
|
||||
Reference in New Issue
Block a user