chenrui 4 rokov pred
rodič
commit
6b6b34b572

+ 1 - 1
src/views/SetmealSales/SetmealPayMoney.vue

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