Merge remote-tracking branch 'origin/dev_20230216' into dev_20230216

This commit is contained in:
zyn
2023-04-04 15:21:38 +08:00
@@ -1073,6 +1073,27 @@ export default {
this.dialogVisible = false
this.isSubmit = false
this.searchBtn()
this.$http.post('lawss/activiti/startProcessRollBack',{
json: JSON.stringify(res.data),
type: '27',
createUser: this.$store.getters.userInfo.userId,
createUserName: this.$store.getters.userInfo.userName,
},
{
_this: this
}, val => {
this.$http.post('lawss/activiti/completeTask',{
taskIds: val.data,
userId : this.$store.getters.userInfo.userId,
json: JSON.stringify(res.data),
},
{
_this: this
}, res => {
}, e => {
})
}, e => {
})
}, e => {
})