吉安感知网项目-前端
张含笑
2026-01-15 e65bc708df863ee0c59b39039f7db93c3ed4bd5b
applications/drone-command/src/views/basicManage/deviceStock/FormDiaLog.vue
@@ -272,7 +272,7 @@
   formData.value = initForm()
}
const total = ref(0) // 总条数
const loading = ref(false) // 列表加载中
const loading = ref(true) // 列表加载中
const list = ref([]) // 列表数据
async function getList () {
   loading.value = true