This commit is contained in:
gyq 2024-02-26 16:17:11 +08:00
parent 889919f2fc
commit 435ca0ab6e
1 changed files with 3 additions and 1 deletions

View File

@ -135,7 +135,8 @@ export default {
size: this.tableData.size,
name: this.query.name,
categoryId: this.query.categoryId,
typeEnum: this.query.typeEnum
typeEnum: this.query.typeEnum,
shopId: localStorage.getItem('shopId')
})
this.tableData.loading = false
this.tableData.data = res.content
@ -180,6 +181,7 @@ export default {
padding-left: 8px;
display: flex;
flex-direction: column;
.tag_wrap {
display: flex;
}