国学标签
This commit is contained in:
@@ -20,11 +20,14 @@
|
||||
</div>
|
||||
<commonShop
|
||||
:isNoSearch="true"
|
||||
:otherInfo="{
|
||||
httpType: 'raw',
|
||||
httpDataValueName: this.source == 'book' ? 'books' : 'course'
|
||||
}"
|
||||
:defaultForm="{
|
||||
title: '',
|
||||
productId: this.productId,
|
||||
httpType: 'raw',
|
||||
httpDataValueName: this.source == 'book' ? 'books' : 'course'
|
||||
|
||||
// marketId: addForm.id
|
||||
}"
|
||||
getAssociatedGoodsListKey="marketId"
|
||||
@@ -257,12 +260,15 @@
|
||||
</el-form> -->
|
||||
<commonShopTable
|
||||
:title="title"
|
||||
:otherInfo="{
|
||||
httpType:'raw',
|
||||
httpDataValueName: this.source == 'book' ? 'records' : 'data',
|
||||
httpDataTotalName: this.source == 'book' ? 'total' : 'count'
|
||||
}"
|
||||
:defaultForm="{
|
||||
keywords: '',
|
||||
id: productId,
|
||||
httpType: 'raw',
|
||||
httpDataValueName: this.source == 'book' ? 'records' : 'data',
|
||||
httpDataTotalName: this.source == 'book' ? 'total' : 'count'
|
||||
|
||||
}"
|
||||
:urlList="urlList"
|
||||
:tableColumnList="tableColumnList"
|
||||
|
||||
Reference in New Issue
Block a user