@@ -102,6 +102,7 @@ const order = ref({
const getOrderInfo = async function () {
+ if(!orderNo) return
const data = await getOrder({
orderNo
});