Browse Source

网格排行修改

origin/feature/monitoring
Jackwang 4 years ago
parent
commit
56193c16b5
  1. 2
      src/views/modules/analysis/user/gridopening.vue

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

@ -481,7 +481,7 @@ export default {
} }
this.dataListLoading = true this.dataListLoading = true
this.$http.get( this.$http.get(
this.mixinViewModuleOptions.getDataListURL, this.dataForm.endTime ==''?'/analysis/user/pageGridOpeningWithout':this.mixinViewModuleOptions.getDataListURL,
{ {
params: { params: {
order: this.order, order: this.order,

Loading…
Cancel
Save