修改bug
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user