From e5857edbedff1418867bada89abbff432cb89af8 Mon Sep 17 00:00:00 2001 From: lau572 <1010031226@qq.com> Date: Mon, 20 May 2024 15:37:24 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=84=E7=BD=AE=E8=AE=B0=E5=BD=95=E7=B1=BB?= =?UTF-8?q?=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../event/commandDispatch/Cards/DisposalProcess/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, };