Commit 680a80c2 authored by xioln's avatar xioln

委派bug修改

parent 4b2ed69a
...@@ -74,12 +74,11 @@ export default { ...@@ -74,12 +74,11 @@ export default {
}) })
}, },
async beforeClose (action, done) { async beforeClose (action, done) {
// if (action === 'confirm') { if (action === 'confirm') {
// setTimeout(done, 1000) await this.delegateTask(this.value)
// } else { } else {
// done() done()
// } }
await this.delegateTask(this.value)
}, },
SelectEvent (item) { SelectEvent (item) {
// this.delegateTask(item.id) // 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