houzhongjian
2024-11-28 02acd197e119a7a4d20c62f6b6e9da7ec7be75c9
src/views/data/point/DaPointChart.vue
@@ -87,6 +87,7 @@
defineExpose({open}) // 提供 open 方法,用于打开弹窗
  const loading = ref(false)
  async function getDataList() {
    visible.value = true;
    loading.value = true