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
e7b6b541
Commit
e7b6b541
authored
Oct 31, 2023
by
Cat
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
zd 教师电子档案
parent
1237a352
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
19 additions
and
12 deletions
+19
-12
ruoyi-ui/src/views/smartSchool/gradeWork/electronicRecord/index.vue
+11
-10
ruoyi-ui/src/views/smartSchool/teachAffairAdministration/electronicRecord/dataReceiver.vue
+0
-0
ruoyi-ui/src/views/smartSchool/teachAffairAdministration/electronicRecord/index.vue
+8
-2
No files found.
ruoyi-ui/src/views/smartSchool/gradeWork/electronicRecord/index.vue
View file @
e7b6b541
...
@@ -10,7 +10,6 @@
...
@@ -10,7 +10,6 @@
<el-form-item
label=
"姓名"
>
<el-form-item
label=
"姓名"
>
<el-input
v-model=
"form.name"
></el-input>
<el-input
v-model=
"form.name"
></el-input>
</el-form-item>
</el-form-item>
<el-form-item
label=
"任务名称"
>
</el-form-item>
<el-form-item>
<el-form-item>
<el-button
<el-button
size=
"mini"
size=
"mini"
...
@@ -411,6 +410,8 @@ export default {
...
@@ -411,6 +410,8 @@ export default {
// 总条数
// 总条数
total
:
0
,
total
:
0
,
queryForm
:
{
queryForm
:
{
pageSize
:
10
,
pageNum
:
1
,
level
:
""
,
level
:
""
,
name
:
""
,
name
:
""
,
region
:
""
,
region
:
""
,
...
@@ -449,16 +450,16 @@ export default {
...
@@ -449,16 +450,16 @@ export default {
const
params
=
{
const
params
=
{
pageNum
:
this
.
queryForm
.
pageNum
,
pageNum
:
this
.
queryForm
.
pageNum
,
pageSize
:
this
.
queryForm
.
pageSize
,
pageSize
:
this
.
queryForm
.
pageSize
,
gradeId
:
this
.
$store
.
state
.
user
.
userId
,
// gradeId: this.$store.state.user
,
//
noticeId:
//
noticeId: this.$store.state.user.noticeId,
};
};
// getDepInfo().then((res) => {})
;
const
gradeId
=
this
.
$store
.
state
.
user
;
//接口
// listUser(this.addDateRange(this.queryParams, this.dateRange)).then(response => {
console
.
log
(
gradeId
,
"gradeId"
);
// this.userList = response.rows;
getNoticeInfo
(
params
).
then
((
res
)
=>
{
// this.total = response.total
;
console
.
log
(
params
,
"params"
)
;
// this.loading = false
;
console
.
log
(
res
,
"查询res"
)
;
// }
});
},
},
// 搜索按钮
// 搜索按钮
handleQuery
()
{
handleQuery
()
{
...
...
ruoyi-ui/src/views/smartSchool/teachAffairAdministration/electronicRecord/dataReceiver.vue
View file @
e7b6b541
This diff is collapsed.
Click to expand it.
ruoyi-ui/src/views/smartSchool/teachAffairAdministration/electronicRecord/index.vue
View file @
e7b6b541
...
@@ -470,11 +470,17 @@ export default {
...
@@ -470,11 +470,17 @@ export default {
dataReceiver
(
row
)
{
dataReceiver
(
row
)
{
//传值状态,如果是已结束跳过去只能查看,已发布可以新增或者删除
//传值状态,如果是已结束跳过去只能查看,已发布可以新增或者删除
console
.
log
(
"row"
,
row
);
console
.
log
(
"row"
,
row
);
const
noticeId
=
row
.
id
;
const
pageNum
=
this
.
queryForm
.
pageNum
;
const
pageSize
=
this
.
queryForm
.
pageSize
;
const
status
=
row
.
noticeState
;
this
.
$router
.
push
({
this
.
$router
.
push
({
path
:
"/teachAffairAdministration/smartSchool/teachAffairAdministration/electronicRecord/dataReceiver"
,
path
:
"/teachAffairAdministration/smartSchool/teachAffairAdministration/electronicRecord/dataReceiver"
,
query
:
{
query
:
{
id
:
row
.
id
,
noticeId
,
status
:
row
.
noticeState
,
pageNum
,
pageSize
,
status
,
},
},
});
});
},
},
...
...
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