|
|
@ -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() |
|
|
|