Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
6
608-pdm-web-5g
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
pdm
608-pdm-web-5g
Commits
680a80c2
Commit
680a80c2
authored
May 27, 2024
by
xioln
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
委派bug修改
parent
4b2ed69a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
6 deletions
+5
-6
choosePerson.vue
...askDetails/components/taskBtn/components/choosePerson.vue
+5
-6
No files found.
src/views/busniessComponents/workFlowTask/taskDetails/components/taskBtn/components/choosePerson.vue
View file @
680a80c2
...
...
@@ -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)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment