yangys
2025-08-03 9553b0987c1d4dfcfebdaeddbeb244a449c90d58
审批创建者不显示问题修改u
已修改2个文件
6 ■■■■ 文件已修改
src/views/flow/components/TodolistRightTop.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/flowmgr/programexport.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/flow/components/TodolistRightTop.vue
@@ -75,7 +75,7 @@
            processDefinitionName: this.row.processDefinitionName || '',
            taskName: this.row.taskName || '',
            createTime: this.row.createTime || '',
            startUserName: this.row.drawingNoEdition || '',
            startUserName: this.row.startUserName || '',
            drawingNoEdition: this.row.variables.drawingNoEdition || '',
            craftEdition: this.row.variables.craftEdition || '',
            machineCode: this.row.variables.machineCode || '',
src/views/flowmgr/programexport.vue
@@ -171,6 +171,10 @@
                type: 'warning',
            }).then(() => {
                console.log(this.selection)
                if(this.selection == null || this.selection.length == 0){
                    this.$message.error('请至少选择一条导出');
                    return;
                }
                NProgress.start();
                exportBlobPost(
                    `/blade-mdm/program/exchange/export-dnc`,