mirror of
https://github.com/bufanyun/hotgo.git
synced 2025-09-27 05:36:41 +08:00
fix 地区编码状态显示异常
This commit is contained in:
parent
788a9d4d2d
commit
379418a14e
@ -99,3 +99,11 @@ export function newState(state: State | null): State {
|
|||||||
export const options = ref<Options>({
|
export const options = ref<Options>({
|
||||||
sys_normal_disable: [],
|
sys_normal_disable: [],
|
||||||
});
|
});
|
||||||
|
|
||||||
|
async function loadOptions() {
|
||||||
|
options.value = await Dicts({
|
||||||
|
types: ['sys_normal_disable'],
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
await loadOptions();
|
Loading…
Reference in New Issue
Block a user