From dc5c0ebd4931acc073f7d1d1b0bf850461108fcd Mon Sep 17 00:00:00 2001 From: shijing Date: Tue, 2 Sep 2025 09:01:31 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E5=8E=9F=E6=96=99=E6=A3=80=E9=AA=8C?= =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/inm/mainso.vue | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/views/inm/mainso.vue b/src/views/inm/mainso.vue index 145f58fc..930c0efc 100644 --- a/src/views/inm/mainso.vue +++ b/src/views/inm/mainso.vue @@ -413,9 +413,11 @@ export default { } }) that.$API.qm.ftestwork.create.req(objitem).then((res) => { - that.isSaveing = false; - that.visible = false; - that.$message.success("检验成功"); + that.$API.qm.ftestwork.submit.req(res.id).then((res1) => { + that.isSaveing = false; + that.visible = false; + that.$message.success("检验成功"); + }).catch(err => {that.isSaveing = false;}); }).catch(err => {that.isSaveing = false;}); } })