mirror of
https://gitee.com/hhyykk/ipms-sjy-ui.git
synced 2025-07-16 20:05:07 +08:00
运费模板性能优化。区域选择使用懒加载
This commit is contained in:
@ -57,8 +57,7 @@ const list = ref([])
|
||||
* 获得数据列表
|
||||
*/
|
||||
const getList = async () => {
|
||||
// id == 1 中国
|
||||
list.value = await AreaApi.getAreaTree(1)
|
||||
list.value = await AreaApi.getAreaTree()
|
||||
}
|
||||
|
||||
/** 添加/修改操作 */
|
||||
|
Reference in New Issue
Block a user