codegen:1)增加 vue3 + crud 模式下的单测;2)增加主子表的 db 字段

This commit is contained in:
zhijiantianya@gmail.com
2023-11-07 20:43:53 +08:00
parent 0af205ede1
commit 9705ae061c
51 changed files with 1643 additions and 24 deletions

View File

@@ -43,4 +43,4 @@ export const delete${simpleClassName} = async (id: number) => {
// 导出${table.classComment} Excel
export const export${simpleClassName} = async (params) => {
return await request.download({ url: `${baseURL}/export-excel`, params })
}
}

View File

@@ -231,4 +231,4 @@ const resetForm = () => {
}
formRef.value?.resetFields()
}
</script>
</script>

View File

@@ -286,4 +286,4 @@ const handleExport = async () => {
onMounted(() => {
getList()
})
</script>
</script>