From 609cca71f7fb4375ab7a70b9f187e8ed4877f80f Mon Sep 17 00:00:00 2001 From: zelian_wu Date: Fri, 19 Jan 2024 15:58:49 +0800 Subject: [PATCH] =?UTF-8?q?2024/1/19=20=E8=BF=94=E5=B7=A5=E8=BF=94?= =?UTF-8?q?=E4=BF=AE=E8=AE=B0=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/production/reworkRecord.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 { 取消 - +