From e9645d99c1ad33bd6e5fd51ce8144c48b5d088d1 Mon Sep 17 00:00:00 2001 From: "zyx.net" Date: Tue, 4 Apr 2023 14:49:30 +0800 Subject: [PATCH] =?UTF-8?q?=E9=97=AE=E7=AD=94=E5=BA=93=E6=8F=90=E9=97=AE?= =?UTF-8?q?=E5=8F=91=E8=B5=B7=E6=B5=81=E7=A8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../regulatoryRepository/standQA/index.vue | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) 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 => { })