fujunling
2023-06-19 d9522d959e8e31ca48e30aa23d4fe8c7d1992b6b
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) {