mirror of
https://gitee.com/hhyykk/ipms-sjy-ui.git
synced 2025-08-14 18:11:53 +08:00
【代码优化】商城:门店自提的员工绑定
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user