Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
V
V3-TailingPond
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
xinzhedeai
V3-TailingPond
Commits
a0426b3b
Commit
a0426b3b
authored
Sep 11, 2025
by
sxl
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add:新增数据字典菜单
parent
b09ad6b3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
24 deletions
+0
-24
index.vue
src/views/system/dict/index.vue
+0
-24
No files found.
src/views/system/dict/index.vue
View file @
a0426b3b
...
...
@@ -97,7 +97,6 @@
<
script
>
import
dictDetail
from
'
./dictDetail
'
import
crudDict
from
'
@/api/system/dict
'
import
{
getSafePeopleInfo
}
from
'
@/api/system/safePeople
'
import
CRUD
,
{
presenter
,
header
,
form
}
from
'
@crud/crud
'
import
crudOperation
from
'
@crud/CRUD.operation
'
import
pagination
from
'
@crud/Pagination
'
...
...
@@ -136,30 +135,7 @@ export default {
}
},
mounted
()
{
// 页面加载时获取安全人员信息
this
.
loadSafePeopleInfo
()
},
methods
:
{
// 获取安全人员信息
async
loadSafePeopleInfo
()
{
try
{
const
params
=
{
page
:
0
,
size
:
10
,
name
:
''
,
// 可以根据需要设置搜索条件
startDate
:
''
,
endDate
:
''
}
const
response
=
await
getSafePeopleInfo
(
params
)
this
.
safePeopleList
=
response
.
data
||
[]
console
.
log
(
'
安全人员信息:
'
,
this
.
safePeopleList
)
}
catch
(
error
)
{
console
.
error
(
'
获取安全人员信息失败:
'
,
error
)
this
.
$message
.
error
(
'
获取安全人员信息失败
'
)
}
},
// 获取数据前设置好接口地址
[
CRUD
.
HOOK
.
beforeRefresh
]()
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment