From 639a8e36bf81e9bdd12d067f765da391437bcf70 Mon Sep 17 00:00:00 2001 From: mashuai Date: Sun, 4 Jan 2026 14:22:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/material/standardBox/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/material/standardBox/index.vue b/src/views/material/standardBox/index.vue index 09952f53..492ae7cb 100644 --- a/src/views/material/standardBox/index.vue +++ b/src/views/material/standardBox/index.vue @@ -219,7 +219,7 @@ export default { }, handleAdd(){ console.log('新增') - addQrCodeBoxApi({}).then((response) => { + addQrCodeBoxApi({ boxType: 1 }).then((response) => { if (response.code == 200) { this.$modal.msgSuccess("新增成功"); }