From 4025cb0720384961014b671e3adf4825f29a7ff9 Mon Sep 17 00:00:00 2001 From: zhangyuan Date: Wed, 19 May 2021 10:25:39 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E5=88=9D=E5=A7=8B=E5=8C=96?= =?UTF-8?q?=E4=B8=8D=E5=8A=A0=E8=BD=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/epidemic/epidemicreportuserinfo.vue | 2 +- src/views/modules/epidemic/epidemicuserinfo.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/modules/epidemic/epidemicreportuserinfo.vue b/src/views/modules/epidemic/epidemicreportuserinfo.vue index 2935760..99eaa08 100644 --- a/src/views/modules/epidemic/epidemicreportuserinfo.vue +++ b/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() // 乡镇下拉框赋值 diff --git a/src/views/modules/epidemic/epidemicuserinfo.vue b/src/views/modules/epidemic/epidemicuserinfo.vue index d2d65ac..9d2516a 100644 --- a/src/views/modules/epidemic/epidemicuserinfo.vue +++ b/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()