fixed:修复复用代码无法改变主键的bug
This commit is contained in:
@@ -1116,6 +1116,7 @@ const enterForm = async(isPreview) => {
|
||||
return false
|
||||
}
|
||||
form.value.humpPackageName = toSQLLine(form.value.packageName)
|
||||
delete form.value.primaryField
|
||||
if (isPreview) {
|
||||
const data = await preview(form.value)
|
||||
preViewCode.value = data.data.autoCode
|
||||
|
Reference in New Issue
Block a user