修改bug

This commit is contained in:
zhangyichen
2022-04-24 14:31:51 +08:00
parent 314682de25
commit 94d19e4463
@@ -647,7 +647,7 @@ export default {
} else {
this.isSubmit = true
this.standardSearch.commentText = this.commentText
var json = Object.assign(this.standardSearch, this.roleForm)
var json = Object.assign(this.roleForm, this.standardSearch)
this.$http.post('lawss/activiti/startProcessRollBack', {
createUser: this.$store.getters.userInfo.userId,
createUserName: this.$store.getters.userInfo.userName,