【修改】修改流程传参 修改名称样式

This commit is contained in:
zhoulingpo
2023-04-24 21:11:53 +08:00
parent 95b35ed77a
commit 21f68b0bd8
12 changed files with 106 additions and 65 deletions
@@ -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:''
}