refactor(cms): 更新表单模型导入路径

- 将 PageParam 类型导入路径从 '@/api' 更改为 '@/api/index'
- 统一了类型导入的完整路径引用方式
This commit is contained in:
2025-10-29 16:11:12 +08:00
parent 3c61f2db3b
commit 7c0c367041

View File

@@ -118,6 +118,11 @@ const ViolationList = () => {
reload().then()
}, [])
// 页面显示时刷新列表(从添加页返回时触发)
Taro.useDidShow(() => {
reload()
})
return (
<>
<div className={'fixed z-20 top-5 left-0 w-full'}>