From 6c14555c91ec1f84929d69884c28cb7c19a62fc8 Mon Sep 17 00:00:00 2001 From: zhangyuan Date: Mon, 14 Sep 2020 11:18:45 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E8=8F=9C=E5=8D=95=E7=BA=A7?= =?UTF-8?q?=E8=81=94=E6=9F=A5=E8=AF=A2bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/honest/newshonest-list.vue | 1 + src/views/modules/honest/newshonest.vue | 1 + 2 files changed, 2 insertions(+) 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)