提交 d93141e7 authored 作者: matian's avatar matian

Merge remote-tracking branch 'origin/master'

......@@ -250,7 +250,6 @@ export default {
this.loading = true
httpRequest(params)
.then(res => {
console.log(res)
const { list = [], total = 0 } = res.data || {}
this.page.total = parseInt(total)
this.dataList = callback ? callback(list) : list
......
......@@ -42,7 +42,7 @@
<el-button type="primary" @click="deposit">发票充值</el-button>
</el-row>
<template v-slot:table-x="{ row }">
<router-link :to="{ name: 'paymentView', params: { id: row.id } }">
<router-link target="_blank" :to="{ name: 'paymentView', params: { id: row.id } }">
<el-button type="text">查看</el-button>
</router-link>
</template>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论