添加name记录

This commit is contained in:
wzy-warehouse
2026-04-27 21:36:37 +08:00
parent 4c576132db
commit e47a660590
16 changed files with 57 additions and 40 deletions
+1 -1
View File
@@ -47,7 +47,7 @@
// 记录行政区划id
useLoadingResourceStore().addLoadingResource(
LoadingResource.ADMINISTRATIVE_DIVISION,
areasId
{ ids: areasId, names: [] } // 此处name不进行记录
);
});