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