Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
smart_gov_platform
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
赵啸非
smart_gov_platform
Commits
f71365eb
Commit
f71365eb
authored
Nov 11, 2023
by
赵啸非
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
6e9689ab
a13df414
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
base-manager-ui/admin/src/pages/basicset/dept/components/addwindow.vue
...ui/admin/src/pages/basicset/dept/components/addwindow.vue
+3
-0
portal-manager-ui/admin/src/views/signIn/signIn.vue
portal-manager-ui/admin/src/views/signIn/signIn.vue
+1
-0
No files found.
base-manager-ui/admin/src/pages/basicset/dept/components/addwindow.vue
View file @
f71365eb
...
@@ -207,6 +207,7 @@ export default {
...
@@ -207,6 +207,7 @@ export default {
},
},
data
()
{
data
()
{
return
{
return
{
loading
:
false
,
labelCol
:
{
span
:
6
},
labelCol
:
{
span
:
6
},
wrapperCol
:
{
span
:
14
},
wrapperCol
:
{
span
:
14
},
siteInfo
:
{
siteInfo
:
{
...
@@ -303,10 +304,12 @@ export default {
...
@@ -303,10 +304,12 @@ export default {
async
handleOk
()
{
async
handleOk
()
{
this
.
$refs
.
formData
.
validate
(
async
(
valid
)
=>
{
this
.
$refs
.
formData
.
validate
(
async
(
valid
)
=>
{
if
(
valid
)
{
if
(
valid
)
{
this
.
loading
=
true
;
let
res
=
await
addWindow
({
let
res
=
await
addWindow
({
...
this
.
form
,
...
this
.
form
,
...
this
.
siteInfo
,
...
this
.
siteInfo
,
});
});
this
.
loading
=
false
;
let
{
code
,
msg
}
=
res
.
data
;
let
{
code
,
msg
}
=
res
.
data
;
if
(
code
===
1
)
{
if
(
code
===
1
)
{
this
.
$message
.
success
(
msg
);
this
.
$message
.
success
(
msg
);
...
...
portal-manager-ui/admin/src/views/signIn/signIn.vue
View file @
f71365eb
...
@@ -390,6 +390,7 @@ export default {
...
@@ -390,6 +390,7 @@ export default {
this
.
mySwiper
.
slideTo
(
1
);
this
.
mySwiper
.
slideTo
(
1
);
},
500
);
},
500
);
}
else
{
}
else
{
this
.
$message
.
error
(
msg
);
this
.
createCode
();
this
.
createCode
();
}
}
this
.
loading
=
false
;
this
.
loading
=
false
;
...
...
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