@@ -144,7 +144,7 @@ export default {
}
bundleBuy(params).then(res => {
if (res.status == 200) {
- this.$emit('close')
+ this.$router.push({ path: '/SetmealSales/PurchasedSetmeal' })
})
} else {