阿沐 2023-05-22 13:32:19 +08:00
parent 918bfbfe8d
commit bbf927bf79

View File

@ -84,6 +84,7 @@
import {useCrud} from '@/hooks'
import {reactive, ref} from 'vue'
import {IHooksOptions} from '@/hooks/interface'
import AddOrUpdate from './add-or-update.vue'
const state: IHooksOptions = reactive({
dataListUrl: '/${moduleName}/${functionName}/page',