mall: 订单中心->运费模板(第一版 性能有问题)

This commit is contained in:
jason
2023-05-21 23:41:36 +08:00
parent b0984c9013
commit 4e69f15128
7 changed files with 513 additions and 6 deletions

View File

@ -57,7 +57,8 @@ const list = ref([])
* 获得数据列表
*/
const getList = async () => {
list.value = await AreaApi.getAreaTree()
// id == 1 中国
list.value = await AreaApi.getAreaTree(1)
}
/** 添加/修改操作 */