This commit is contained in:
liuye
2023-06-15 10:46:34 +08:00
parent 4635459e99
commit 36e599f972

View File

@@ -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, {