52397 标准调研流程:撤回草稿后流程没有数据信息

This commit is contained in:
宋伟佳
2022-04-06 11:17:02 +08:00
parent e6adccc0e4
commit a8957b1efc
@@ -575,7 +575,15 @@
if (valid) {
this.isSubmit = true
this.$http.post('lawss/activiti/startProcessRollBack', {
type: '2'
id: '',
createUser: this.$store.getters.userInfo.userId,
createUserName: this.$store.getters.userInfo.userName,
type: '2',
json: JSON.stringify({
form: this.form,
roleForm: this.roleForm,
commentText1: this.commentText1
})
}, {}, res => {
if (res.ok) {
var json = Object.assign(this.form, this.roleForm)