优化
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user