diff --git a/data-room-ui/packages/DataSetManagement/src/HttpEditForm.vue b/data-room-ui/packages/DataSetManagement/src/HttpEditForm.vue index 2f39a86d..7e4b0fa0 100644 --- a/data-room-ui/packages/DataSetManagement/src/HttpEditForm.vue +++ b/data-room-ui/packages/DataSetManagement/src/HttpEditForm.vue @@ -885,7 +885,7 @@ export default { this.newParamsList = cloneDeep(paramsList) this.codemirrorOption.mode = this.dataForm.config.requestType === 'frontend' ? 'text/javascript' : 'text/x-groovy' // this.replaceParams(paramsList) - this.scriptExecute(true) + // this.scriptExecute(true) }) } },