标准箱
This commit is contained in:
parent
fc7b1fc82b
commit
cbff74b683
|
|
@ -176,8 +176,10 @@ const boxInBound = async () => {
|
||||||
confirmText: '确定',
|
confirmText: '确定',
|
||||||
cancelText: '取消',
|
cancelText: '取消',
|
||||||
success: async (res) => {
|
success: async (res) => {
|
||||||
if (boxInfo.value.successMaTotal > 0) {
|
if (res.confirm) {
|
||||||
confirmBoxInBound()
|
if (boxInfo.value.successMaTotal > 0) {
|
||||||
|
confirmBoxInBound()
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue