From 1facf0ca8fa964d1d2243c27b1bf1281a8f8c6fe Mon Sep 17 00:00:00 2001 From: guoyuqi Date: Mon, 22 Aug 2022 11:12:55 +0800 Subject: [PATCH] =?UTF-8?q?refactor(=E6=8E=A5=E5=8F=A3=E6=B5=8B=E8=AF=95):?= =?UTF-8?q?=20=E6=8E=A5=E5=8F=A3=E5=90=8C=E6=AD=A5=E5=8A=9F=E8=83=BD?= =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --user=郭雨琦 https://www.tapd.cn/55049933/bugtrace/bugs/view/1155049933001016065 https://www.tapd.cn/55049933/bugtrace/bugs/view/1155049933001015922 --- .../api/definition/components/complete/EditCompleteHTTPApi.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/business/components/api/definition/components/complete/EditCompleteHTTPApi.vue b/frontend/src/business/components/api/definition/components/complete/EditCompleteHTTPApi.vue index be5a87ed8c..d9b5cc8232 100644 --- a/frontend/src/business/components/api/definition/components/complete/EditCompleteHTTPApi.vue +++ b/frontend/src/business/components/api/definition/components/complete/EditCompleteHTTPApi.vue @@ -640,7 +640,7 @@ export default { }); }, batchSync() { - if (hasLicense() && this.httpForm.caseTotal > 0) { + if (hasLicense() && (this.httpForm.caseTotal > 0 || this.citedScenarioCount > 0) && !this.httpForm.isCopy) { if (this.$refs.synSetting && this.$refs.synSetting.fromData) { let fromData = this.$refs.synSetting.fromData; fromData.method = true;