From 7e7fa6fab8da8ff38901c16ea550ef572e1c8fe7 Mon Sep 17 00:00:00 2001 From: zichen1019 <1510748736@qq.com> Date: Thu, 26 Aug 2021 10:51:36 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E9=80=80=E5=9B=9E=E5=A4=B1?= =?UTF-8?q?=E8=B4=A5bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/allot/list.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/views/allot/list.vue b/src/views/allot/list.vue index e1b5bde..d059e18 100644 --- a/src/views/allot/list.vue +++ b/src/views/allot/list.vue @@ -578,6 +578,9 @@ export default { params: { bjdIds: this.bjdIds, reason: value + }, + paramsSerializer: function(params) { + return require('qs').stringify(params, { indices: false }) } }).then((data) => { this.getList()