This commit is contained in:
chenjiajun
2021-04-13 14:24:26 +08:00
parent c2a7d375ec
commit 064fa6dc34
40 changed files with 1553 additions and 468 deletions

View File

@ -99,7 +99,7 @@ export default {
beforeInit() {
this.url = 'api/yxStoreProduct'
const sort = 'id,desc'
this.params = { page: this.page, size: this.size, sort: sort, isShow: 1, isDel: 0 }
this.params = { page: this.page, size: this.size, sort: sort, isShow: 1, isDel: 0 ,isIntegral:0}
const query = this.query
const type = query.type
const value = query.value