refactor(cms): 更新表单模型导入路径
- 将 PageParam 类型导入路径从 '@/api' 更改为 '@/api/index' - 统一了类型导入的完整路径引用方式
This commit is contained in:
@@ -118,6 +118,11 @@ const ViolationList = () => {
|
||||
reload().then()
|
||||
}, [])
|
||||
|
||||
// 页面显示时刷新列表(从添加页返回时触发)
|
||||
Taro.useDidShow(() => {
|
||||
reload()
|
||||
})
|
||||
|
||||
return (
|
||||
<>
|
||||
<div className={'fixed z-20 top-5 left-0 w-full'}>
|
||||
|
||||
Reference in New Issue
Block a user