Browse Source

页面初始化不加载

origin/feature/monitoring
zhangyuan 4 years ago
parent
commit
4025cb0720
  1. 2
      src/views/modules/epidemic/epidemicreportuserinfo.vue
  2. 2
      src/views/modules/epidemic/epidemicuserinfo.vue

2
src/views/modules/epidemic/epidemicreportuserinfo.vue

@ -309,6 +309,7 @@ export default {
data () {
return {
mixinViewModuleOptions: {
activatedIsNeed: false,
getDataListURL: '/sys/epidemicuserinfo/page',
getDataListIsPage: true,
deleteURL: '/sys/epidemicuserinfo',
@ -383,7 +384,6 @@ export default {
}
},
created: function () {
// this.getDataList()
this.getcompantyOptions()
this.getOptions()
//

2
src/views/modules/epidemic/epidemicuserinfo.vue

@ -240,6 +240,7 @@ export default {
data () {
return {
mixinViewModuleOptions: {
activatedIsNeed: false,
getDataListURL: '/sys/epidemicuserinfo/getEpidemicPage',
getDataListIsPage: true,
deleteURL: '/sys/epidemicuserinfo',
@ -295,7 +296,6 @@ export default {
}
},
created: function () {
this.getDataList()
this.getOptions()
//
this.getDailyTypeArrInfo()

Loading…
Cancel
Save