|
|
@@ -325,8 +325,8 @@ export default {
|
|
|
methods: {
|
|
|
init() {
|
|
|
this.form = this.task
|
|
|
- if (this.task.users !== undefined) {
|
|
|
- this.executeUser = [...this.task.users]
|
|
|
+ if (this.task.executeUsers !== undefined) {
|
|
|
+ this.executeUser = [...this.task.executeUsers]
|
|
|
}
|
|
|
this.canEdit = this.form.createUser === this.user.info.userId
|
|
|
if (this.task.taskStatus > 2) {
|