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
a25008b9
Commit
a25008b9
authored
Oct 24, 2023
by
Cat
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
zd 教师档案
parent
a0bfc60c
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
5 deletions
+9
-5
ruoyi-ui/src/views/smartSchool/teachAffairAdministration/electronicRecord/dataMaintenance.vue
+9
-5
No files found.
ruoyi-ui/src/views/smartSchool/teachAffairAdministration/electronicRecord/dataMaintenance.vue
View file @
a25008b9
...
...
@@ -410,7 +410,8 @@ export default {
},
// 搜索按钮
handleQuery
()
{
this
.
queryParams
.
pageNum
=
1
;
this
.
queryForm
.
pageNum
=
1
;
this
.
queryForm
.
pageSize
=
10
;
this
.
getList
();
},
// 重置按钮
...
...
@@ -429,16 +430,19 @@ export default {
this
.
dialogVisible
=
true
;
const
id
=
row
.
id
;
getFileTnfo
(
id
).
then
((
res
)
=>
{
console
.
log
(
res
);
this
.
form
=
res
.
data
;
console
.
log
(
this
.
form
,
"this.form"
);
this
.
title
=
"基本信息查看"
;
});
},
// 提取
handleExtract
()
{
// syncNotice().then(() => {});
handleExtract
(
row
)
{
console
.
log
(
row
,
"row提取"
);
this
.
dialogVisible
=
true
;
const
id
=
row
.
detail
;
syncNotice
(
id
).
then
((
res
)
=>
{
console
.
log
(
res
,
"提取"
);
});
},
//修改按钮
handleEdit
(
row
)
{
...
...
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