优化
This commit is contained in:
@@ -782,7 +782,7 @@ const handleNext = async () => {
|
||||
}
|
||||
|
||||
// 调用后端接口获取比对结果
|
||||
const res = vmSend(materialCode);
|
||||
const res = await vmSend(materialCode);
|
||||
compareMatchResult.value = res.data || '';
|
||||
|
||||
if (compareMatchResult.value === 'success') {
|
||||
|
||||
Reference in New Issue
Block a user