Commit 07209fe3 authored by gaia's avatar gaia

Merge remote-tracking branch 'origin/feature/20240911_1640_091101' into release_pre_20240918144032

parents 6501ee11 f386490c
......@@ -120,7 +120,7 @@ export default {
listQuery: {
page: 1,
limit: 20,
type: 6
typeList: [6]
},
list: [],
total: 0,
......@@ -149,7 +149,7 @@ export default {
this.listQuery = {
page: 1,
limit: 20,
type: 6
typeList: [6]
}
this.getList()
},
......
......@@ -197,7 +197,7 @@ export default {
listQuery: {
page: 1,
limit: 20,
type: 3
typeList: [3, 7]
},
list: [],
total: 0,
......@@ -319,7 +319,7 @@ export default {
this.listQuery = {
page: 1,
limit: 20,
type: 3
typeList: [3, 7]
}
this.getList()
},
......
......@@ -293,7 +293,7 @@ export default {
getItemList() {
this.listLoading = true
this.listQuery.creatorId = this.userId
this.listQuery.type = 3
this.listQuery.listType = [3, 7]
this.listQuery.id = ''
getSaleList(this.listQuery).then(response => {
this.list = response.data.data.dataList
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment