diff --git a/ruoyi-ui/src/views/JiHeExpressway/pages/control/event/commandDispatch/Cards/DisposalProcess/index.vue b/ruoyi-ui/src/views/JiHeExpressway/pages/control/event/commandDispatch/Cards/DisposalProcess/index.vue index 47af8e59..0ac88bea 100644 --- a/ruoyi-ui/src/views/JiHeExpressway/pages/control/event/commandDispatch/Cards/DisposalProcess/index.vue +++ b/ruoyi-ui/src/views/JiHeExpressway/pages/control/event/commandDispatch/Cards/DisposalProcess/index.vue @@ -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, };