From 5554cf15482566a27a7133d98635d86ecab4416b Mon Sep 17 00:00:00 2001 From: zc Date: Fri, 13 Mar 2026 10:44:12 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/weightManage/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/weightManage/index.vue b/src/views/weightManage/index.vue index 3f7d71e..06e37f4 100644 --- a/src/views/weightManage/index.vue +++ b/src/views/weightManage/index.vue @@ -782,7 +782,7 @@ const handleNext = async () => { } // 调用后端接口获取比对结果 - const res = vmSend(materialCode); + const res = await vmSend(materialCode); compareMatchResult.value = res.data || ''; if (compareMatchResult.value === 'success') {