国学标签

This commit is contained in:
2024-05-21 13:22:16 +08:00
parent 86b1851fcc
commit 83687ef134
6 changed files with 202 additions and 158 deletions

View File

@@ -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"