27436
This commit is contained in:
@@ -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: {
|
||||||
|
|
||||||
|
|||||||
@@ -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()
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user