From 10ed70e860163671481fd48c63df46588547365d Mon Sep 17 00:00:00 2001 From: smallchill Date: Fri, 9 Sep 2022 11:20:10 +0800 Subject: [PATCH] =?UTF-8?q?:zap:=20=E4=BF=AE=E5=A4=8D=E6=B5=81=E7=A8=8B?= =?UTF-8?q?=E9=83=A8=E7=BD=B2=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/flow/model.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/flow/model.vue b/src/views/flow/model.vue index 9efc65a..bcf88cb 100644 --- a/src/views/flow/model.vue +++ b/src/views/flow/model.vue @@ -347,7 +347,7 @@ export default { deployModel({ modelId: this.selectionId, category: flowCategory(form.categoryValue), - tenantIds: form.tenantId.join(",") + tenantIds: form.tenantId ? form.tenantId.join(",") : "" }).then(res => { const data = res.data; if (data.success) {