Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
dd_school
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wangqi
dd_school
Commits
dc8716ce
Commit
dc8716ce
authored
Oct 27, 2023
by
Cat
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
zd 教师档案
parent
b969a69b
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
1 deletions
+9
-1
ruoyi-ui/src/api/smartSchool/teacherFiles/teacherElectronicFile.js
+9
-1
ruoyi-ui/src/views/smartSchool/personWork/electronicRecord/index.vue
+0
-0
No files found.
ruoyi-ui/src/api/smartSchool/teacherFiles/teacherElectronicFile.js
View file @
dc8716ce
...
...
@@ -75,7 +75,7 @@ export function getteacherNotice(query) {
params
:
query
})
}
//老师查看
档案
详情
//老师查看详情
export
function
getNoticeInfo
(
query
)
{
return
request
({
url
:
'/teacherFiles/files/list'
,
...
...
@@ -84,6 +84,14 @@ export function getNoticeInfo(query) {
})
}
//老师查看列表
export
function
getTeacherTnfo
(
userId
)
{
return
request
({
url
:
'/teacherFiles/files/getTeachList/'
+
userId
,
method
:
'get'
,
})
}
//级部查看档案详情
export
function
getDepInfo
(
query
)
{
return
request
({
...
...
ruoyi-ui/src/views/smartSchool/personWork/electronicRecord/index.vue
View file @
dc8716ce
This diff is collapsed.
Click to expand it.
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