yangys
2025-10-16 cb04b8ed8a616c5b9fae9d432c093985b56f044c
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{