diff --git a/jeecg-module-system/jeecg-system-biz/src/main/resources/jeecg/code-template-online/common/form/native/vue3NativeForm.ftl b/jeecg-module-system/jeecg-system-biz/src/main/resources/jeecg/code-template-online/common/form/native/vue3NativeForm.ftl
index 95421ca1..53ae5848 100644
--- a/jeecg-module-system/jeecg-system-biz/src/main/resources/jeecg/code-template-online/common/form/native/vue3NativeForm.ftl
+++ b/jeecg-module-system/jeecg-system-biz/src/main/resources/jeecg/code-template-online/common/form/native/vue3NativeForm.ftl
@@ -40,7 +40,7 @@
:options="${po.dictField}"#if> <#if po.readonly=='Y'>disabled<#else>:disabled="disabled"#if>>
<#elseif po.classType =='pca'>
<#assign need_pca = true>
- disabled<#else>:disabled="disabled"#if> />
+ disabled<#else>:disabled="disabled"#if> />
<#elseif po.classType =='markdown'>
<#assign need_markdown = true>
disabled<#else>:disabled="disabled"#if>>
diff --git a/jeecg-module-system/jeecg-system-biz/src/main/resources/jeecg/code-template-online/common/form/native/vue3NativeImport.ftl b/jeecg-module-system/jeecg-system-biz/src/main/resources/jeecg/code-template-online/common/form/native/vue3NativeImport.ftl
index 1c9a3f7e..1a359154 100644
--- a/jeecg-module-system/jeecg-system-biz/src/main/resources/jeecg/code-template-online/common/form/native/vue3NativeImport.ftl
+++ b/jeecg-module-system/jeecg-system-biz/src/main/resources/jeecg/code-template-online/common/form/native/vue3NativeImport.ftl
@@ -29,7 +29,7 @@
import { TimePicker } from 'ant-design-vue';
#if>
<#if need_pca>
- import JAreaLinkage from '/@/components/Form/src/jeecg/components/JAreaLinkage.vue';
+ import JAreaSelect from '/@/components/Form/src/jeecg/components/JAreaSelect.vue';
#if>
<#if need_upload>
import JUpload from '/@/components/Form/src/jeecg/components/JUpload/JUpload.vue';
diff --git a/jeecg-module-system/jeecg-system-biz/src/main/resources/jeecg/code-template-online/common/form/native/vue3NativeSearch.ftl b/jeecg-module-system/jeecg-system-biz/src/main/resources/jeecg/code-template-online/common/form/native/vue3NativeSearch.ftl
index 911ba7fd..577798a5 100644
--- a/jeecg-module-system/jeecg-system-biz/src/main/resources/jeecg/code-template-online/common/form/native/vue3NativeSearch.ftl
+++ b/jeecg-module-system/jeecg-system-biz/src/main/resources/jeecg/code-template-online/common/form/native/vue3NativeSearch.ftl
@@ -35,7 +35,7 @@
<#elseif po.classType=='time'>
<#if query_field_no gt 1> #if>
<#elseif po.classType=='pca'>
- <#if query_field_no gt 1> #if> handleFormJoinChange('${po.fieldName}', value)" />
+ <#if query_field_no gt 1> #if>
<#elseif po.classType=='sel_tree'>
<#if query_field_no gt 1> #if><#if po.dictText?split(',')[2]?? && po.dictText?split(',')[0]??>dict="${po.dictTable},${po.dictText?split(',')[2]},${po.dictText?split(',')[0]}" <#elseif po.dictText?split(',')[1]??>pidField:"${po.dictText?split(',')[1]}", <#elseif po.dictText?split(',')[3]??>hasChildField:"${po.dictText?split(',')[3]}"#if> #if>pidValue="${po.dictField}" />
<#elseif po.classType=='popup'>