不满足流程图的排他网关设置了【条件表达式】的条件,注意设置条件表达式值时,内容不要出现空格。
No outgoing sequence flow of the exclusive gateway sid-9B4912C2-EEA4-4076-886E-D185AB4CBDBB could be selected for continuing the process检查流…
封装格式化时间方法 创建一个js文件formatDate.js,内容如下:
//方法一
export function formatDate(val) {var date new Date(Number(val)); //时间戳为10位需*1000,时间戳为13位的话不需乘1000var Y date.getFullYear() "-";v…