From 41f8546dae7c87b0561df28c15b58d13a04a9fb6 Mon Sep 17 00:00:00 2001 From: fit2-zhao Date: Tue, 12 Oct 2021 18:07:47 +0800 Subject: [PATCH] =?UTF-8?q?fix=20(=E6=8E=A5=E5=8F=A3=E8=87=AA=E5=8A=A8?= =?UTF-8?q?=E5=8C=96):=20=E4=BF=AE=E5=A4=8D=E6=8F=92=E4=BB=B6=E9=99=84?= =?UTF-8?q?=E4=BB=B6=E4=B8=8A=E4=BC=A0=E5=A4=B1=E6=95=88=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/business/components/api/automation/api-automation.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/business/components/api/automation/api-automation.js b/frontend/src/business/components/api/automation/api-automation.js index ee21f5aeec..126fc368f0 100644 --- a/frontend/src/business/components/api/automation/api-automation.js +++ b/frontend/src/business/components/api/automation/api-automation.js @@ -75,7 +75,7 @@ export function saveScenario(url, scenario, scenarioDefinition, _this,success) { if (_this.$store.state.pluginFiles && _this.$store.state.pluginFiles.length > 0) { _this.$store.state.pluginFiles.forEach(fileItem => { if (fileItem.file) { - scenario.bodyFileRequestIds.push(fileItem.file.id); + scenario.bodyFileRequestIds.push(fileItem.file.uid); bodyFiles.push(fileItem.file); } });