禅道bug

This commit is contained in:
宋伟佳
2022-03-25 15:55:38 +08:00
parent 28ad602cc9
commit 5f980fdf6a
@@ -828,7 +828,17 @@ export default {
if (valid) {
this.isSubmit = true
this.$http.post('lawss/activiti/startProcessRollBack', {
type: '3'
id: '',
createUser: this.$store.getters.userInfo.userId,
createUserName: this.$store.getters.userInfo.userName,
type: '3',
json: JSON.stringify({
form: this.form,
roleForm: this.roleForm,
commentText1: this.commentText1,
filesId: this.addFjList,
filesName: this.form.fjListName
})
}, {}, res => {
if (res.ok) {
var json = Object.assign(this.form, this.roleForm)