diff --git a/src/views/modules/plugins/point/icpointnucleicmonitoring.vue b/src/views/modules/plugins/point/icpointnucleicmonitoring.vue index e9bf84f9..2be802a0 100644 --- a/src/views/modules/plugins/point/icpointnucleicmonitoring.vue +++ b/src/views/modules/plugins/point/icpointnucleicmonitoring.vue @@ -257,6 +257,7 @@ export default { pageSize: 20, pageNo: 0, total: 0, + dataListLoading:false }; }, components: { diff --git a/src/views/modules/plugins/point/icpointvaccinesinoculation.vue b/src/views/modules/plugins/point/icpointvaccinesinoculation.vue index f63a83e9..d80eff42 100644 --- a/src/views/modules/plugins/point/icpointvaccinesinoculation.vue +++ b/src/views/modules/plugins/point/icpointvaccinesinoculation.vue @@ -102,6 +102,7 @@ v-loading="dataListLoading" :data="dataList" border + :row-key="row => { return row.id.toString() }" :header-cell-style="{ background: '#2195FE', color: '#FFFFFF' }" style="width: 100%; height: 564px;overflow: auto;" > @@ -112,12 +113,6 @@ type="index" width="50" > - - - - - -