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
8080042c
Commit
8080042c
authored
Nov 13, 2023
by
Cat
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
zd 教师电子档案
parent
8dcae6f5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
ruoyi-ui/src/views/smartSchool/teachAffairAdministration/electronicRecord/dataReceiver.vue
+3
-2
No files found.
ruoyi-ui/src/views/smartSchool/teachAffairAdministration/electronicRecord/dataReceiver.vue
View file @
8080042c
...
@@ -126,7 +126,7 @@
...
@@ -126,7 +126,7 @@
@
selection-change=
"handleSelectionChange"
@
selection-change=
"handleSelectionChange"
>
>
<el-table-column
align=
"center"
type=
"selection"
>
</el-table-column>
<el-table-column
align=
"center"
type=
"selection"
>
</el-table-column>
<el-table-column
align=
"center"
label=
"级部"
prop=
"g
id
"
>
<el-table-column
align=
"center"
label=
"级部"
prop=
"g
ruoName
"
>
</el-table-column>
</el-table-column>
<el-table-column
align=
"center"
prop=
"userName"
label=
"姓名"
>
<el-table-column
align=
"center"
prop=
"userName"
label=
"姓名"
>
</el-table-column>
</el-table-column>
...
@@ -193,7 +193,6 @@ export default {
...
@@ -193,7 +193,6 @@ export default {
single
:
true
,
single
:
true
,
// 非多个禁用
// 非多个禁用
multiple
:
true
,
multiple
:
true
,
selectedRows
:
[],
};
};
},
},
mounted
()
{
mounted
()
{
...
@@ -204,12 +203,14 @@ export default {
...
@@ -204,12 +203,14 @@ export default {
handleSecher
()
{
handleSecher
()
{
const
tid
=
this
.
$route
.
query
.
noticeId
;
const
tid
=
this
.
$route
.
query
.
noticeId
;
getTeaList
(
tid
).
then
((
res
)
=>
{
getTeaList
(
tid
).
then
((
res
)
=>
{
console
.
log
(
res
,
333333333333
);
this
.
dialogTableData
=
res
.
data
;
this
.
dialogTableData
=
res
.
data
;
});
});
},
},
//弹窗确定按钮
//弹窗确定按钮
confirmDialog
()
{
confirmDialog
()
{
// const ids = this.selectedRows.map((row) => parseInt(row.id));
const
ids
=
this
.
selectedRows
.
map
((
row
)
=>
parseInt
(
row
.
id
));
const
ids
=
this
.
selectedRows
.
map
((
row
)
=>
parseInt
(
row
.
id
));
// dialogVisible = false
// dialogVisible = false
addTeachaer
(
ids
).
then
((
res
)
=>
{
addTeachaer
(
ids
).
then
((
res
)
=>
{
...
...
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