mirror of
https://gitee.com/hhyykk/ipms-sjy-ui.git
synced 2025-07-17 12:25:07 +08:00
mall: 订单中心->运费模板(第一版 性能有问题)
This commit is contained in:
@ -57,7 +57,8 @@ const list = ref([])
|
||||
* 获得数据列表
|
||||
*/
|
||||
const getList = async () => {
|
||||
list.value = await AreaApi.getAreaTree()
|
||||
// id == 1 中国
|
||||
list.value = await AreaApi.getAreaTree(1)
|
||||
}
|
||||
|
||||
/** 添加/修改操作 */
|
||||
|
Reference in New Issue
Block a user