yangys
2025-09-22 b311b3cfee0a4635c236eea6c5870d805a29a160
src/views/flowmgr/exceptiontask.vue
@@ -244,7 +244,7 @@
        showStartBox(row){
            this.startForm = row;
            queryProgrammer(row.drawingNo).then(res=>{
                console.log(res);
                if(res.data.data.code == 200){
                    this.startForm.producePlanId =res.data.data.id;
                    this.startForm.programmerName = res.data.data.programmer;
@@ -284,7 +284,7 @@
                                type: 'success',
                                message: '操作成功!',
                            });
                           this.startBox = false;
                            this.onLoad(this.page,this.query);
                        }else{
                            this.$message({