提交 97f11440 authored 作者: 王鹏飞's avatar 王鹏飞

移除无用console;优化页面打开;

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