体征检测优化

This commit is contained in:
2024-02-22 14:27:24 +08:00
parent fa5d31279e
commit 94778fca51

View File

@ -100,6 +100,11 @@
delta: 1 delta: 1
}) })
}, 2000); }, 2000);
} else {
this.$refs.uToast.show({
title: res.msg,
type: 'error',
})
} }
}) })
} }