src/views/ecg/jobrecord/JobStatistic.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/views/ecg/jobrecord/JobStatistic.vue
@@ -123,7 +123,7 @@ const message = useMessage() // 消息弹窗 const { t } = useI18n() // 国际化 const loading = ref(true) // 列表的加载中 const loading = ref(false) // 列表的加载中 const list = ref<JobStatisticVO[]>([]) // 列表的数据 const queryParams = reactive({ pageNo: undefined, @@ -208,6 +208,6 @@ /** 初始化 **/ onMounted(() => { getList() //getList() }) </script>