chenrui 4 年之前
父节点
当前提交
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 => {
           bundleBuy(params).then(res => {
             if (res.status == 200) {
             if (res.status == 200) {
-              this.$emit('close')
+              this.$router.push({ path: '/SetmealSales/PurchasedSetmeal' })
             }
             }
           })
           })
         } else {
         } else {