fixed:修复复用代码无法改变主键的bug
This commit is contained in:
parent
15b5083d17
commit
3c3d9487d0
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue