diff --git a/web/src/views/apply/provinces/model.ts b/web/src/views/apply/provinces/model.ts index 562b55e..86aff0e 100644 --- a/web/src/views/apply/provinces/model.ts +++ b/web/src/views/apply/provinces/model.ts @@ -99,3 +99,11 @@ export function newState(state: State | null): State { export const options = ref({ sys_normal_disable: [], }); + +async function loadOptions() { + options.value = await Dicts({ + types: ['sys_normal_disable'], + }); +} + +await loadOptions(); \ No newline at end of file