Source/UBCS-WEB/src/views/flow/model.vue
@@ -349,7 +349,7 @@ 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) {