起草节点增加传参

This commit is contained in:
zyx.net
2022-11-17 14:17:00 +08:00
parent e5988362cb
commit afc1631937
3 changed files with 3308 additions and 0 deletions
File diff suppressed because it is too large Load Diff
@@ -3088,6 +3088,7 @@ export default {
json.prcCreateUser = this.form.prcCreateUser
json.prcCreateUserName = this.form.prcCreateUserName
json.standCode = this.tableData.standardData[0].standCode
json.id = this.tableData.standardData[0].id
this.$http.post('lawss/activiti/startProcessRollBack', {
createUser: this.$store.getters.userInfo.userId,
createUserName: this.$store.getters.userInfo.userName,