This commit is contained in:
parent
dcec1f26e0
commit
639a8e36bf
|
|
@ -219,7 +219,7 @@ export default {
|
||||||
},
|
},
|
||||||
handleAdd(){
|
handleAdd(){
|
||||||
console.log('新增')
|
console.log('新增')
|
||||||
addQrCodeBoxApi({}).then((response) => {
|
addQrCodeBoxApi({ boxType: 1 }).then((response) => {
|
||||||
if (response.code == 200) {
|
if (response.code == 200) {
|
||||||
this.$modal.msgSuccess("新增成功");
|
this.$modal.msgSuccess("新增成功");
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue