This commit is contained in:
zhoutianchi
2026-01-29 14:02:46 +08:00
40 changed files with 6908 additions and 4623 deletions

View File

@@ -472,10 +472,9 @@ const loadDictData = async () => {
}
}
// 初始化
// 初始化:仅加载下拉字典,表格数据由 useTablecreatedIsNeed 默认 true自动请求
onMounted(async () => {
await loadDictData()
getDataList()
})
</script>