mirror of
https://github.com/bufanyun/hotgo.git
synced 2025-11-13 20:53:49 +08:00
fix 地区编码状态显示异常
This commit is contained in:
@@ -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();
|
||||||
Reference in New Issue
Block a user