ludc
2023-08-25 2ee762713f93c6259bb7f1c2f357572d0923ea33
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) {