|
@@ -10,7 +10,8 @@ const list = new Vue({
|
|
windowName: 'supplier-entry-list',
|
|
windowName: 'supplier-entry-list',
|
|
isPC: window.innerWidth > 768,
|
|
isPC: window.innerWidth > 768,
|
|
listQuery: {
|
|
listQuery: {
|
|
- id: '', //词条id
|
|
|
|
|
|
+ shopId: '',
|
|
|
|
+ id: '', //词条id,
|
|
name: '', //词条名称
|
|
name: '', //词条名称
|
|
typeId: '', //分类id
|
|
typeId: '', //分类id
|
|
auditStatus: '', //百科审核状态:1待审核,2审核通过,3审核失败
|
|
auditStatus: '', //百科审核状态:1待审核,2审核通过,3审核失败
|
|
@@ -65,6 +66,7 @@ const list = new Vue({
|
|
if(this.listQuery.pageNum < 1){
|
|
if(this.listQuery.pageNum < 1){
|
|
this.listQuery.pageNum = 1
|
|
this.listQuery.pageNum = 1
|
|
}
|
|
}
|
|
|
|
+ this.listQuery.shopId = GLOBAL_SHOP_ID
|
|
shopBikeApi.FetchEntryList(this.listQuery, function (res) {
|
|
shopBikeApi.FetchEntryList(this.listQuery, function (res) {
|
|
self.list = res.data.results
|
|
self.list = res.data.results
|
|
self.totalPage = res.data.totalPage
|
|
self.totalPage = res.data.totalPage
|