修复门诊医生站模块中医tab页面无法加载的问题

This commit is contained in:
wangjian963
2026-06-23 13:48:35 +08:00
parent 3ce2119319
commit ff105d0800
8 changed files with 29 additions and 13 deletions

View File

@@ -82,7 +82,7 @@ const loading = ref(false)
const tableData = ref([])
const total = ref(0)
const pageNo = ref(1)
const $110)
const pageSize = ref(10)
const showForm = ref(false)
const filters = ref({ sourceType: '', targetType: '', relationType: '' })