chenrui 4 лет назад
Родитель
Сommit
6b6b34b572
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/views/SetmealSales/SetmealPayMoney.vue

+ 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 {