This commit is contained in:
parent
889919f2fc
commit
435ca0ab6e
|
|
@ -135,7 +135,8 @@ export default {
|
||||||
size: this.tableData.size,
|
size: this.tableData.size,
|
||||||
name: this.query.name,
|
name: this.query.name,
|
||||||
categoryId: this.query.categoryId,
|
categoryId: this.query.categoryId,
|
||||||
typeEnum: this.query.typeEnum
|
typeEnum: this.query.typeEnum,
|
||||||
|
shopId: localStorage.getItem('shopId')
|
||||||
})
|
})
|
||||||
this.tableData.loading = false
|
this.tableData.loading = false
|
||||||
this.tableData.data = res.content
|
this.tableData.data = res.content
|
||||||
|
|
@ -180,6 +181,7 @@ export default {
|
||||||
padding-left: 8px;
|
padding-left: 8px;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|
||||||
.tag_wrap {
|
.tag_wrap {
|
||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue