@ -326,7 +326,7 @@ export default {
processName: this.processName,
context: content,
// file: this.imageUrl,
type: type ? type.join(",") : "text",
type: type && type.length > 0 ? type.join(",") : "text",
source: 1,
processType: this.processType,
};