代码生成,支持设置前端的模版

This commit is contained in:
YunaiV
2023-04-13 00:21:32 +08:00
parent ebbf47f509
commit f3c6249600
5 changed files with 41 additions and 25 deletions

View File

@ -167,7 +167,7 @@ const resetQuery = () => {
/** 添加/修改操作 */
const formRef = ref()
const openForm = (type: string, id?: number) => {
formRef.value.open(type, id)
formRef.value.open(type, id, queryParams.dictType)
}
/** 删除按钮操作 */