Browse Source

修正菜单级联查询bug

redesign
zhangyuan 5 years ago
parent
commit
6c14555c91
  1. 1
      src/views/modules/honest/newshonest-list.vue
  2. 1
      src/views/modules/honest/newshonest.vue

1
src/views/modules/honest/newshonest-list.vue

@ -153,6 +153,7 @@ export default {
businessChange (item) { businessChange (item) {
this.resetPage() this.resetPage()
this.dataForm.newsCateroryId = '' this.dataForm.newsCateroryId = ''
this.dataForm.newsSubCateroryId = ''
// //
this.$http this.$http
.get(`/news/newssection/options/` + item) .get(`/news/newssection/options/` + item)

1
src/views/modules/honest/newshonest.vue

@ -133,6 +133,7 @@ export default {
businessChange (item) { businessChange (item) {
this.resetPage() this.resetPage()
this.dataForm.newsCateroryId = '' this.dataForm.newsCateroryId = ''
this.dataForm.newsSubCateroryId = ''
// //
this.$http this.$http
.get(`/news/newssection/options/` + item) .get(`/news/newssection/options/` + item)

Loading…
Cancel
Save