yangys
2025-12-08 0d647b060441970e2f86d63d03c9ea2fc2518301
src/views/flowmgr/exceptiontask.vue
@@ -244,8 +244,8 @@
        showStartBox(row){
            this.startForm = row;
            queryProgrammer(row.drawingNo).then(res=>{
                if(res.data.data.code == 200){
                console.log(res)
                if(res.data.code == 200){
                    this.startForm.producePlanId =res.data.data.id;
                    this.startForm.programmerName = res.data.data.programmer;
                }else{