[Fix][UI Next][V1.0.0-Alpha] Remove the resources in SQL. (#9153)

subscribe-dev-mailing-list
Amy0104 2022-03-24 16:57:50 +08:00 committed by GitHub
parent 647b0990aa
commit 2d444e56b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -16,7 +16,7 @@
*/
import { computed } from 'vue'
import { useI18n } from 'vue-i18n'
import { useResources, useCustomParams } from '.'
import { useCustomParams } from '.'
import { useUdfs } from './use-udfs'
import type { IJsonItem } from '../types'
@ -46,7 +46,6 @@ export function useSql(model: { [field: string]: any }): IJsonItem[] {
}
},
useUdfs(model),
useResources(),
...useCustomParams({ model, field: 'localParams', isSimple: false }),
{
type: 'multi-input',