mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-24 07:49:47 +08:00
feat: 新增代码生成页面
This commit is contained in:
@ -252,8 +252,8 @@ const FormTipComponent = defineComponent({
|
||||
}
|
||||
});
|
||||
|
||||
const enableStatusOptions = ref<Array<CommonType.Option>>([]);
|
||||
const showHideOptions = ref<Array<CommonType.Option>>([]);
|
||||
const enableStatusOptions = ref<CommonType.Option[]>([]);
|
||||
const showHideOptions = ref<CommonType.Option[]>([]);
|
||||
|
||||
async function initDictData() {
|
||||
const { getDictOptions } = useDict();
|
||||
|
Reference in New Issue
Block a user