田源
2023-07-31 eaf3ae4122a374e469b8fe7705f81ecdc0c377f7
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) {