【修改】修改vuex的USID为usid 增加流程接口
This commit is contained in:
@@ -69,7 +69,7 @@ export default {
|
||||
this.$refs.form.validate((valid) => {
|
||||
if (valid) {
|
||||
let userId=this.form.assignee
|
||||
let assignee=this.$store.getters.userInfo.USID
|
||||
let assignee=this.$store.getters.userInfo.usid
|
||||
this.$api.process.changeAssignee({
|
||||
taskId:this.taskId.join(','),
|
||||
assignee:assignee,
|
||||
|
||||
Reference in New Issue
Block a user