【修改】修改流程传参 修改名称样式
This commit is contained in:
@@ -40,7 +40,8 @@ export default {
|
||||
}
|
||||
]
|
||||
},
|
||||
taskId:''
|
||||
taskId:'',
|
||||
pId:''
|
||||
};
|
||||
},
|
||||
|
||||
@@ -58,8 +59,9 @@ export default {
|
||||
this.userList = data.records;
|
||||
})
|
||||
},
|
||||
open(taskId) {
|
||||
open(taskId,pId) {
|
||||
this.taskId=taskId
|
||||
this.pId=pId
|
||||
this.form.name={
|
||||
assignee:''
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user