|
@@ -244,7 +244,7 @@ router.route("/getFileD").all(async (req, res, next) => {
|
|
|
router.route("/getFileArray").all(async (req, res, next) => {
|
|
|
//mode的处理
|
|
|
if (req.body[0]) {
|
|
|
- let data = req.body[0].array.split(",");
|
|
|
+ let data = ecodeURIComponent(req.body[0].array).split(",");
|
|
|
// const array = data.map(item => item.documentid);
|
|
|
const array = data;
|
|
|
try {
|