This commit is contained in:
zc
2026-03-13 10:44:12 +08:00
parent 37369a8e9a
commit 5554cf1548

View File

@@ -782,7 +782,7 @@ const handleNext = async () => {
} }
// 调用后端接口获取比对结果 // 调用后端接口获取比对结果
const res = vmSend(materialCode); const res = await vmSend(materialCode);
compareMatchResult.value = res.data || ''; compareMatchResult.value = res.data || '';
if (compareMatchResult.value === 'success') { if (compareMatchResult.value === 'success') {