feat: 商品列表跳转到订单列表
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user