diff --git a/src/views/modules/honest/newshonest-list.vue b/src/views/modules/honest/newshonest-list.vue index f28b7b5..87b9af9 100644 --- a/src/views/modules/honest/newshonest-list.vue +++ b/src/views/modules/honest/newshonest-list.vue @@ -153,6 +153,7 @@ export default { businessChange (item) { this.resetPage() this.dataForm.newsCateroryId = '' + this.dataForm.newsSubCateroryId = '' // 类别 this.$http .get(`/news/newssection/options/` + item) diff --git a/src/views/modules/honest/newshonest.vue b/src/views/modules/honest/newshonest.vue index abe100b..95468b5 100644 --- a/src/views/modules/honest/newshonest.vue +++ b/src/views/modules/honest/newshonest.vue @@ -133,6 +133,7 @@ export default { businessChange (item) { this.resetPage() this.dataForm.newsCateroryId = '' + this.dataForm.newsSubCateroryId = '' // 类别 this.$http .get(`/news/newssection/options/` + item)