From a2f0fd0859a1dc6ab0138a104ecbb6d7d8a82195 Mon Sep 17 00:00:00 2001 From: duan Date: Fri, 29 Jul 2022 22:11:09 +0800 Subject: [PATCH] =?UTF-8?q?fix(src/views/reagent/warehousing/index.vue):?= =?UTF-8?q?=20=E4=BF=AE=E6=94=B9=E5=88=A0=E9=99=A4=E6=8E=A5=E5=8F=A3?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=E6=8F=90=E4=BA=A4=E4=B8=BAformdata?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/reagent/warehousing/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/reagent/warehousing/index.vue b/src/views/reagent/warehousing/index.vue index 3947507..903de41 100644 --- a/src/views/reagent/warehousing/index.vue +++ b/src/views/reagent/warehousing/index.vue @@ -319,7 +319,7 @@ export default { // 处理删除模板 handleDelTem() { if (this.multipleSelection.length > 0) { - del_tmp({ 'template_id_list': this.multipleSelection.map(item => item.template_id) }).then( + del_tmp(stringify({ 'template_id_list': this.multipleSelection.map(item => item.template_id) })).then( res => { if (res.status === 0) { this.$message.success('删除成功!')