diff --git a/api-test/frontend/src/business/automation/ApiAutomation.vue b/api-test/frontend/src/business/automation/ApiAutomation.vue index 8b3f3ce0c3..d319191d7f 100644 --- a/api-test/frontend/src/business/automation/ApiAutomation.vue +++ b/api-test/frontend/src/business/automation/ApiAutomation.vue @@ -606,6 +606,15 @@ export default { if (item.refEevMap) { delete item.refEevMap; } + if (item.debug || !item.debug) { + delete item.debug; + } + if (!item.testing) { + delete item.testing; + } + if (item.domain === '' || item.domain === null || item.domain === undefined) { + delete item.domain; + } if (item.body && item.body.kvs) { item.body.kvs.forEach((v) => { if (v.files) {