This commit is contained in:
mashuai 2026-01-04 14:22:01 +08:00
parent dcec1f26e0
commit 639a8e36bf
1 changed files with 1 additions and 1 deletions

View File

@ -219,7 +219,7 @@ export default {
},
handleAdd(){
console.log('新增')
addQrCodeBoxApi({}).then((response) => {
addQrCodeBoxApi({ boxType: 1 }).then((response) => {
if (response.code == 200) {
this.$modal.msgSuccess("新增成功");
}