mirror of
https://gitee.com/likeadmin/likeadmin_java.git
synced 2026-05-08 16:20:43 +08:00
模板调整
This commit is contained in:
@@ -167,6 +167,7 @@ const { dictData } = useDictData<{
|
||||
${dict}: any[]
|
||||
#end
|
||||
}>([#foreach ($dict in $dictFields)'${dict}'#if($dictFields[$dictSize] != ${dict}),#end#end])
|
||||
#end
|
||||
|
||||
|
||||
const handleAdd = async (${table.treePrimary}?: number) => {
|
||||
|
||||
@@ -159,6 +159,7 @@ const { dictData } = useDictData<{
|
||||
${dict}: any[]
|
||||
#end
|
||||
}>([#foreach ($dict in $dictFields)'${dict}'#if($dictFields[$dictSize] != ${dict}),#end#end])
|
||||
#end
|
||||
|
||||
const selectData = ref<any[]>([])
|
||||
const handleSelectionChange = (selection: any[]) => {
|
||||
|
||||
Reference in New Issue
Block a user