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
468160d3
Commit
468160d3
authored
Oct 31, 2023
by
朱莹
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
118b24bb
b17d2ea4
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 @
468160d3
...
...
@@ -10,7 +10,6 @@
<el-form-item
label=
"姓名"
>
<el-input
v-model=
"form.name"
></el-input>
</el-form-item>
<el-form-item
label=
"任务名称"
>
</el-form-item>
<el-form-item>
<el-button
size=
"mini"
...
...
@@ -411,6 +410,8 @@ export default {
// 总条数
total
:
0
,
queryForm
:
{
pageSize
:
10
,
pageNum
:
1
,
level
:
""
,
name
:
""
,
region
:
""
,
...
...
@@ -449,16 +450,16 @@ export default {
const
params
=
{
pageNum
:
this
.
queryForm
.
pageNum
,
pageSize
:
this
.
queryForm
.
pageSize
,
gradeId
:
this
.
$store
.
state
.
user
.
userId
,
//
noticeId:
// gradeId: this.$store.state.user
,
//
noticeId: this.$store.state.user.noticeId,
};
// getDepInfo().then((res) => {})
;
//接口
// listUser(this.addDateRange(this.queryParams, this.dateRange)).then(response => {
// this.userList = response.rows;
// this.total = response.total
;
// this.loading = false
;
// }
const
gradeId
=
this
.
$store
.
state
.
user
;
console
.
log
(
gradeId
,
"gradeId"
);
getNoticeInfo
(
params
).
then
((
res
)
=>
{
console
.
log
(
params
,
"params"
)
;
console
.
log
(
res
,
"查询res"
)
;
});
},
// 搜索按钮
handleQuery
()
{
...
...
ruoyi-ui/src/views/smartSchool/teachAffairAdministration/electronicRecord/dataReceiver.vue
View file @
468160d3
This diff is collapsed.
Click to expand it.
ruoyi-ui/src/views/smartSchool/teachAffairAdministration/electronicRecord/index.vue
View file @
468160d3
...
...
@@ -470,11 +470,17 @@ export default {
dataReceiver
(
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
({
path
:
"/teachAffairAdministration/smartSchool/teachAffairAdministration/electronicRecord/dataReceiver"
,
query
:
{
id
:
row
.
id
,
status
:
row
.
noticeState
,
noticeId
,
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