mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-24 07:49:47 +08:00
feat:对接岗位管理,修复模板生成bug
This commit is contained in:
2
docs/template/modules/soy.search.vue.vm
vendored
2
docs/template/modules/soy.search.vue.vm
vendored
@ -27,7 +27,7 @@ const model = defineModel<Api.$ModuleName.${BusinessName}SearchParams>('model',
|
||||
|
||||
#if($dictList && $dictList.size() > 0)
|
||||
#foreach($dict in $dictList)
|
||||
const { options: ${dict.name}Options } = useDict('${dict.type}#if($dict.immediate)', false#end);
|
||||
const { options: ${dict.name}Options } = useDict('${dict.type}'#if($dict.immediate), false#end);
|
||||
#end#end
|
||||
|
||||
async function reset() {
|
||||
|
Reference in New Issue
Block a user