diff --git a/src/views/pages/deploy/application-config/config/env/env-autoconfig-instance-difference-edit.vue b/src/views/pages/deploy/application-config/config/env/env-autoconfig-instance-difference-edit.vue index de58ede07b06956813e973ce9128eae73b1744c6..0c2bfd5e57b488d5ab4aab160edec6815cba62f2 100644 --- a/src/views/pages/deploy/application-config/config/env/env-autoconfig-instance-difference-edit.vue +++ b/src/views/pages/deploy/application-config/config/env/env-autoconfig-instance-difference-edit.vue @@ -28,7 +28,6 @@ v-model="row.key" :dataList="currentEnvKeyList" :errorMessage="row.errorMessage" - :allowCreate="true" :search="true" border="border" transfer @@ -195,7 +194,8 @@ export default { keyValueList.push({ key: item.key, value: item.value, - type: item.componentType + type: item.componentType, + isEmpty: item.isEmpty }); }); let {appSystemId, appModuleId, envId} = this.params;