【代码优化】商城:门店自提的员工绑定

This commit is contained in:
YunaiV
2024-10-13 09:47:12 +08:00
parent ca9a389ae8
commit dcf1ad6b38
7 changed files with 122 additions and 136 deletions

View File

@@ -273,7 +273,7 @@ const openDetail = (id: number) => {
/** 初始化 **/
onMounted(async () => {
await getList()
pickUpStoreList.value = await PickUpStoreApi.getListAllSimple()
pickUpStoreList.value = await PickUpStoreApi.getSimpleDeliveryPickUpStoreList()
deliveryExpressList.value = await DeliveryExpressApi.getSimpleDeliveryExpressList()
})
</script>