current
This commit is contained in:
@@ -100,8 +100,8 @@ export default {
|
|||||||
tabChange(e) {
|
tabChange(e) {
|
||||||
this.index = e
|
this.index = e
|
||||||
this.search.categoryId = this.categorys?.[e]?.id
|
this.search.categoryId = this.categorys?.[e]?.id
|
||||||
this.getCategoryList();
|
|
||||||
this.current = 1
|
this.current = 1
|
||||||
|
this.getCategoryList();
|
||||||
},
|
},
|
||||||
getCategoryList() {
|
getCategoryList() {
|
||||||
this.$instance.post("/app/appcontentinfo/list", null, {
|
this.$instance.post("/app/appcontentinfo/list", null, {
|
||||||
|
|||||||
Reference in New Issue
Block a user