Files
element-plus/packages/components
arvin 5c1306127f fix(components): [upload] fix empty array error (#13490)
* fix(components): [upload] fix empty array error

在 components/upload/src/ajax.ts 73 行中,如果data 中key对应的value 是空数组的情况下`if (Array.isArray(value)) formData.append(key, ...value)`报错

* fix: reuse isArray

---------

Co-authored-by: btea <2356281422@qq.com>
2023-08-13 10:23:06 +08:00
..
2022-11-01 21:52:16 +08:00
2022-11-03 20:38:41 +08:00
2022-11-21 20:44:50 +08:00
2022-11-21 20:21:52 +08:00
2022-11-22 21:39:34 +08:00