Browse Source

优化

master
曲树通 6 years ago
parent
commit
96d56244fb
  1. 4
      src/views/modules/analysis/user/gridopening.vue
  2. 4
      src/views/modules/analysis/user/party.vue
  3. 4
      src/views/modules/analysis/user/register.vue

4
src/views/modules/analysis/user/gridopening.vue

@ -192,8 +192,8 @@ export default {
this.options = res.data.options
})
.catch(() => { })
this.getDeptInfoList('street', localStorage.getItem('street') === null ? '1169154711480528897' : localStorage.getItem('street'))
this.getListCategory()
// this.getDeptInfoList('street', localStorage.getItem('street') === null ? '1169154711480528897' : localStorage.getItem('street'))
// this.getListCategory()
},
methods: {
newsUpDownState: function (row) {

4
src/views/modules/analysis/user/party.vue

@ -166,8 +166,8 @@ export default {
this.options = res.data.options
})
.catch(() => { })
this.getDeptInfoList('street', localStorage.getItem('street') === null ? '1169154711480528897' : localStorage.getItem('street'))
this.getListCategory()
// this.getDeptInfoList('street', localStorage.getItem('street') === null ? '1169154711480528897' : localStorage.getItem('street'))
// this.getListCategory()
},
methods: {
newsUpDownState: function (row) {

4
src/views/modules/analysis/user/register.vue

@ -181,8 +181,8 @@ export default {
this.options = res.data.options
})
.catch(() => { })
this.getDeptInfoList('street', localStorage.getItem('street') === null ? '1169154711480528897' : localStorage.getItem('street'))
this.getListCategory()
// this.getDeptInfoList('street', localStorage.getItem('street') === null ? '1169154711480528897' : localStorage.getItem('street'))
// this.getListCategory()
},
methods: {
newsUpDownState: function (row) {

Loading…
Cancel
Save