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
b903e04d
Commit
b903e04d
authored
Nov 10, 2023
by
Cat
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
zd 教师电子档案
parent
0c3b67fb
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
2 deletions
+7
-2
ruoyi-ui/src/views/smartSchool/teachAffairAdministration/electronicRecord/index.vue
+7
-2
No files found.
ruoyi-ui/src/views/smartSchool/teachAffairAdministration/electronicRecord/index.vue
View file @
b903e04d
...
...
@@ -406,6 +406,8 @@ export default {
},
//弹窗确定按钮
confirmDialog
()
{
// this.loading = true;
this
.
$modal
.
loading
(
"正在加载数据,请稍等..."
);
this
.
$refs
[
"form"
].
validate
((
valid
)
=>
{
if
(
valid
)
{
if
(
this
.
form
.
id
!=
null
)
{
...
...
@@ -421,11 +423,14 @@ export default {
// 新增
addTeacherNotice
(
this
.
form
)
.
then
((
response
)
=>
{
this
.
$modal
.
loading
(
"正在加载数据,请稍等..."
);
this
.
$message
.
success
(
"新增成功"
);
this
.
dialogVisible
=
false
;
this
.
getList
();
})
.
then
((
response
)
=>
{
this
.
loading
=
false
;
this
.
$message
.
success
(
"新增成功"
);
this
.
$modal
.
closeLoading
();
})
.
catch
((
err
)
=>
{});
}
}
...
...
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