vue 跳转页面


handleEdit: function (data) {
        this.$router.push({path:"/MerchantEditPage/" + data.row.id+ '/' + data.row.storeId + '/' +0});
      },

 

posted @ 2020-04-13 15:43  turbozhang  阅读(235)  评论(0)    收藏  举报