Commit 680a80c2 authored by xioln's avatar xioln

委派bug修改

parent 4b2ed69a
......@@ -74,12 +74,11 @@ export default {
})
},
async beforeClose (action, done) {
// if (action === 'confirm') {
// setTimeout(done, 1000)
// } else {
// done()
// }
await this.delegateTask(this.value)
if (action === 'confirm') {
await this.delegateTask(this.value)
} else {
done()
}
},
SelectEvent (item) {
// this.delegateTask(item.id)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment