diff --git a/src/views/modules/production/reworkRecord.vue b/src/views/modules/production/reworkRecord.vue
index bc93405..e4614bb 100644
--- a/src/views/modules/production/reworkRecord.vue
+++ b/src/views/modules/production/reworkRecord.vue
@@ -205,8 +205,8 @@ export default {
getRework(this.saveRework).then(({data})=>{
if (data && data.code === 0){
this.saveRework = data.row;
- this.seqNoReworkRecordDialog = false;
this.reportWorkDialog = true
+ this.seqNoReworkRecordDialog = false;
}else {
this.$alert(data.msg, '错误信息', {
confirmButtonText: '确定'
@@ -239,7 +239,7 @@ export default {
取消
-
+