26941
This commit is contained in:
@@ -57,7 +57,8 @@ export default {
|
|||||||
status: '', //1转交 2拒绝受理 3我已办结
|
status: '', //1转交 2拒绝受理 3我已办结
|
||||||
myList: [],
|
myList: [],
|
||||||
id: '',
|
id: '',
|
||||||
selectUser: {}
|
selectUser: {},
|
||||||
|
titleList: ['', '转交事件', '拒绝受理', '我已办结']
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
onLoad(option) {
|
onLoad(option) {
|
||||||
@@ -75,6 +76,10 @@ export default {
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
onShow() {
|
||||||
|
console.log(this.titleList[this.status])
|
||||||
|
document.title = this.titleList[this.status]
|
||||||
|
},
|
||||||
methods: {
|
methods: {
|
||||||
|
|
||||||
typeList() {
|
typeList() {
|
||||||
|
|||||||
@@ -145,7 +145,9 @@ export default {
|
|||||||
this.getDetail()
|
this.getDetail()
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
onShow() {},
|
onShow() {
|
||||||
|
document.title = '随手拍'
|
||||||
|
},
|
||||||
methods: {
|
methods: {
|
||||||
getDetail() {
|
getDetail() {
|
||||||
this.$http.post(`/app/appclapeventinfo/queryDetailById?id=${this.id}`).then((res) => {
|
this.$http.post(`/app/appclapeventinfo/queryDetailById?id=${this.id}`).then((res) => {
|
||||||
|
|||||||
@@ -103,6 +103,9 @@ export default {
|
|||||||
})
|
})
|
||||||
|
|
||||||
},
|
},
|
||||||
|
onShow() {
|
||||||
|
document.title = '随手拍'
|
||||||
|
},
|
||||||
created() {
|
created() {
|
||||||
this.$dict.load('clapEventStatus', 'clapEventStatusAll', 'clapEventStatusHistory').then(() => {
|
this.$dict.load('clapEventStatus', 'clapEventStatusAll', 'clapEventStatusHistory').then(() => {
|
||||||
this.getList()
|
this.getList()
|
||||||
|
|||||||
@@ -68,6 +68,9 @@ export default {
|
|||||||
onLoad() {
|
onLoad() {
|
||||||
this.getTree()
|
this.getTree()
|
||||||
},
|
},
|
||||||
|
onShow() {
|
||||||
|
document.title = '选择人员'
|
||||||
|
},
|
||||||
methods: {
|
methods: {
|
||||||
getTree() {
|
getTree() {
|
||||||
this.slectList = []
|
this.slectList = []
|
||||||
|
|||||||
Reference in New Issue
Block a user