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
cdf28846
Commit
cdf28846
authored
Nov 13, 2023
by
zhaopanyu
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of 49.232.152.146:qangqi/dd_school
parents
7a670572
6823870c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
ruoyi-admin/src/main/resources/application.yml
+3
-0
ruoyi-ui/src/views/smartSchool/teachAffairAdministration/electronicRecord/dataReceiver.vue
+3
-2
No files found.
ruoyi-admin/src/main/resources/application.yml
View file @
cdf28846
...
@@ -35,6 +35,9 @@ server:
...
@@ -35,6 +35,9 @@ server:
# port: 11324
# port: 11324
#port: 8082
#port: 8082
servlet
:
servlet
:
#配置超时时间
session
:
timeout
:
120s
# 应用的访问路径
# 应用的访问路径
context-path
:
/
context-path
:
/
tomcat
:
tomcat
:
...
...
ruoyi-ui/src/views/smartSchool/teachAffairAdministration/electronicRecord/dataReceiver.vue
View file @
cdf28846
...
@@ -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