Commit aa366aef authored by liaozan's avatar liaozan 🏀

fix: fix typo

parent ba35b76a
......@@ -86,8 +86,8 @@ const formRules = {
const onGenerate = async () => {
let result = await downloadForm.value?.validate()
if (result) {
if (!result.packageNama) {
result.packageNama = result.groupId
if (!result.packageName) {
result.packageName = result.groupId
}
let data: BaseResponse = await request.post('/archetype/generate', result)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment