feat: 商品列表跳转到订单列表

This commit is contained in:
duan
2025-03-18 11:49:59 +08:00
parent b7195ce21e
commit 14d3ffb4cf
4 changed files with 35 additions and 56 deletions

View File

@@ -207,9 +207,11 @@ function handleShowInput(prop: string) {
inputTagMap[prop].inputRef.focus();
});
}
function setQueryParams(data: object) {
queryParams.orderNo = data.orderNo
}
// 暴露的属性和方法
defineExpose({ getQueryParams, toggleVisible });
defineExpose({ getQueryParams, toggleVisible, setQueryParams });
</script>
<style lang="scss" scoped></style>