diff --git a/src/pages/regulatoryRepository/standQA/index.vue b/src/pages/regulatoryRepository/standQA/index.vue index ccf4c45b0..b79eeb03c 100644 --- a/src/pages/regulatoryRepository/standQA/index.vue +++ b/src/pages/regulatoryRepository/standQA/index.vue @@ -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 => { })