This commit is contained in:
zc
2026-03-18 17:42:14 +08:00
parent 0320c8d8bc
commit feab964397
4 changed files with 69 additions and 8 deletions

View File

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