【修改】修改vuex的USID为usid 增加流程接口
This commit is contained in:
@@ -835,6 +835,9 @@ export default {
|
||||
|
||||
<style lang="scss" scoped>
|
||||
.org-table {
|
||||
::v-deep .el-form-item--mini .el-form-item__content{
|
||||
line-height: 40px;
|
||||
}
|
||||
::v-deep .el-dialog__header {
|
||||
padding: 0 20px;
|
||||
height: 50px;
|
||||
|
||||
@@ -89,9 +89,15 @@
|
||||
})
|
||||
},
|
||||
// 所有流程的完成任务
|
||||
completeProcess(dataJson,submitJson) {
|
||||
this.$api.process.completeTask().then(res=>{
|
||||
completeProcess(dataJson,submitJson,taskId,userId) {
|
||||
this.$api.process.completeTask({
|
||||
taskId:taskId,
|
||||
userId:userId,
|
||||
dataJson,
|
||||
submitJson
|
||||
}).then(res=>{
|
||||
this.$message['success']('提交成功')
|
||||
this.$router.back(-1)
|
||||
})
|
||||
},
|
||||
// 获取流程详细信息
|
||||
|
||||
Reference in New Issue
Block a user