gaoshp
2025-08-02 f0a6a523e4aeeca40de679d59c216aed50c52c3a
update
已修改1个文件
5 ■■■■■ 文件已修改
src/views/flow/todolist.vue 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/flow/todolist.vue
@@ -365,6 +365,11 @@
                processInstanceId: this.row.processInstanceId,
                // programIds: this.row.taskDefinitionKey === 'programmingTask' ? this.applist.map(v => v.id).join(',') : '',
            }).then(res => {
                if(res.code !== 200) {
                    this.$message.error(res.msg);
                    done();
                    return;
                }
                this.$message.success('审批成功');
                this.approveBox = false;
                this.onLoad(this.page, this.query);