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
0fb89043
Commit
0fb89043
authored
Nov 01, 2023
by
Cat
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
zd 教师电子档案
parent
28069916
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
17 additions
and
7 deletions
+17
-7
ruoyi-ui/src/api/smartSchool/teacherFiles/teacherElectronicFile.js
+13
-4
ruoyi-ui/src/views/smartSchool/gradeWork/electronicRecord/index.vue
+0
-0
ruoyi-ui/src/views/smartSchool/massOrganization/clubRegistrationReview/index.vue
+1
-0
ruoyi-ui/src/views/smartSchool/personWork/electronicRecord/index.vue
+3
-3
No files found.
ruoyi-ui/src/api/smartSchool/teacherFiles/teacherElectronicFile.js
View file @
0fb89043
...
...
@@ -75,6 +75,14 @@ export function getteacherNotice(query) {
params
:
query
})
}
// 级部列表
export
function
getGradeTnfo
(
query
)
{
return
request
({
url
:
'/teacherFiles/files/gradeList'
,
method
:
'get'
,
params
:
query
})
}
//老师查看详情
export
function
getNoticeInfo
(
query
)
{
return
request
({
...
...
@@ -85,10 +93,11 @@ export function getNoticeInfo(query) {
}
//老师查看列表
export
function
getTeacherTnfo
(
userId
)
{
export
function
getTeacherTnfo
(
query
)
{
return
request
({
url
:
'/teacherFiles/files/getTeachList
/'
+
userId
,
url
:
'/teacherFiles/files/getTeachList
'
,
method
:
'get'
,
params
:
query
})
}
...
...
@@ -141,14 +150,14 @@ export function fileSubReview(id) {
})
}
// 教师档案
提交通过
// 教师档案
驳回
export
function
fileSubApproved
(
id
)
{
return
request
({
url
:
`/teacherFiles/files/reject/
${
id
}
`
,
method
:
'put'
})
}
// 教师档案提交
驳回
// 教师档案提交
export
function
fileSubRejected
(
id
)
{
return
request
({
url
:
`/teacherFiles/files/passThrough/
${
id
}
`
,
...
...
ruoyi-ui/src/views/smartSchool/gradeWork/electronicRecord/index.vue
View file @
0fb89043
This diff is collapsed.
Click to expand it.
ruoyi-ui/src/views/smartSchool/massOrganization/clubRegistrationReview/index.vue
View file @
0fb89043
...
...
@@ -254,6 +254,7 @@ export default {
},
// 同意
handleAgree
(
row
)
{
console
.
log
(
row
,
"同意row"
);
this
.
$confirm
(
"确定同意吗?"
,
"提示"
,
{
confirmButtonText
:
"确定"
,
cancelButtonText
:
"取消"
,
...
...
ruoyi-ui/src/views/smartSchool/personWork/electronicRecord/index.vue
View file @
0fb89043
...
...
@@ -594,7 +594,7 @@ export default {
getList
()
{
this
.
loading
=
true
;
// const userName = this.$store.state.user;
const
userId
=
this
.
$store
.
state
.
user
.
userId
;
//
const userId = this.$store.state.user.userId;
// queryForm.noticeName
const
params
=
{
userId
:
this
.
$store
.
state
.
user
.
userId
,
...
...
@@ -607,9 +607,9 @@ export default {
// };
getTeacherTnfo
(
params
).
then
((
res
)
=>
{
this
.
tableData
=
res
.
rows
;
//
console.log(params, "params");
console
.
log
(
params
,
"params"
);
console
.
log
(
res
,
"res"
);
//
this.total = res.total;
this
.
total
=
res
.
total
;
});
},
// 提取 `
...
...
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