|
|
@@ -98,6 +98,7 @@
|
|
|
<!-- 分页器 -->
|
|
|
<div class="paging">
|
|
|
<el-pagination
|
|
|
+ :current-page='mydata.pageNum'
|
|
|
@current-change='currentChange'
|
|
|
@size-change='sizeChange'
|
|
|
background
|
|
|
@@ -200,6 +201,7 @@ export default {
|
|
|
// 获取藏品类型
|
|
|
const res = await getGoodsType()
|
|
|
this.mytype = res.data
|
|
|
+ this.mytype.unshift({ id: '', name: '全部' })
|
|
|
// 获取服务器前缀地址
|
|
|
this.baseURL = axios.defaults.baseURL
|
|
|
},
|