yangys
2025-12-03 fdb0ed498f295b50c072c4b3652c08e2d60a747a
src/views/flow/todolist.vue
@@ -894,6 +894,7 @@
                programOnMachine = this.$refs.todolistLeft.programOnMachine?'Y':'N';
                let atts = this.$refs.todolistLeft.tableData;
                 console.error('atts',atts);
                let otherFileCOunt = atts.filter(att => att.program === false).length;
                if(otherFileCOunt == 0 && programOnMachine != 'Y'){
                    let confirResult = await this.$confirm('文件列表中无其他文件,确认要提交吗?', '', {