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