From ad5c15a163a7531656ea5087f09adf95421f9ccc Mon Sep 17 00:00:00 2001 From: long <18782126717@163.com> Date: Fri, 30 Dec 2022 13:45:08 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=A9=B3=E5=9B=9E=E8=87=B3?= =?UTF-8?q?=E8=8A=82=E7=82=B9=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/activiti/todoManage.vue | 250 ++++++++++++++++-------------- 1 file changed, 131 insertions(+), 119 deletions(-) diff --git a/src/views/activiti/todoManage.vue b/src/views/activiti/todoManage.vue index d803499..4d6984c 100644 --- a/src/views/activiti/todoManage.vue +++ b/src/views/activiti/todoManage.vue @@ -14,15 +14,15 @@ /> - - - - - - - - - + + + + + + + + + - + - + { + let param = {} + param.tableName = this.tableName + param.tableId = this.tableId + param.nodeId = v + this.getAction(this.url.getNode, param).then(res => { this.userLoading = false if (res.success) { if (res.result.users && res.result.users.length > 0) { @@ -676,9 +685,9 @@ } }) }, - afterSub(){ + afterSub() { this.$message.success('保存成功') - this.lcModa.visible=false; + this.lcModa.visible = false this.lcModa.disabled = false }, backAll() { @@ -717,20 +726,23 @@ } \ No newline at end of file