审批
This commit is contained in:
@@ -67,30 +67,15 @@ export default {
|
|||||||
this.id = o.id
|
this.id = o.id
|
||||||
this.showPage = true
|
this.showPage = true
|
||||||
|
|
||||||
// uni.$on('goback', (res) => {
|
|
||||||
// this.selectUser = res
|
|
||||||
// if(res.name) {
|
|
||||||
// this.doUsername = res.name
|
|
||||||
// this.wxUserId = res.id
|
|
||||||
// }else{
|
|
||||||
// this.doUsername = res.girdName
|
|
||||||
// this.wxUserId = res.id
|
|
||||||
// }
|
|
||||||
// })
|
|
||||||
})
|
})
|
||||||
|
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
// 网格选择转交对象
|
|
||||||
// toSelectUser() {
|
|
||||||
// uni.navigateTo({ url: './SelectUser' })
|
|
||||||
// },
|
|
||||||
|
|
||||||
// 人员组件选择转交对象
|
// 人员组件选择转交对象
|
||||||
handlePartySelect(e) {
|
handlePartySelect(e) {
|
||||||
|
console.log(e);
|
||||||
this.wxUserId = e[0].id
|
this.wxUserId = e[0].id
|
||||||
this.doUsername = e[0].name
|
this.doUsername = e[0].name
|
||||||
// this.getUserList()
|
|
||||||
},
|
},
|
||||||
|
|
||||||
submit() {
|
submit() {
|
||||||
@@ -105,8 +90,6 @@ export default {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// let ids = [];
|
|
||||||
// ids.push(this.id);
|
|
||||||
let url = ''
|
let url = ''
|
||||||
let form = {}
|
let form = {}
|
||||||
if (this.status == 1) {
|
if (this.status == 1) {
|
||||||
|
|||||||
Reference in New Issue
Block a user