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

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

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

Loading…
Cancel
Save