Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
N
national_museum_vod
Project
Project
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
qzhxx
national_museum_vod
Commits
996e9b0c
Commit
996e9b0c
authored
Apr 16, 2021
by
乐宝呗666
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改bug
parent
4a5075d5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
login.vue
src/components/end/login.vue
+1
-0
edit.vue
src/page/accounts/stbDialog/edit.vue
+3
-1
No files found.
src/components/end/login.vue
View file @
996e9b0c
...
@@ -152,6 +152,7 @@ export default {
...
@@ -152,6 +152,7 @@ export default {
background: #9b1f23 url("~@/assets/login/login_bg.png") no-repeat center/ 100%
background: #9b1f23 url("~@/assets/login/login_bg.png") no-repeat center/ 100%
100%;
100%;
.content {
.content {
min-width: 350px;
width: 33.33%;
width: 33.33%;
height: 100vh;
height: 100vh;
background-color: @party-white;
background-color: @party-white;
...
...
src/page/accounts/stbDialog/edit.vue
View file @
996e9b0c
...
@@ -110,7 +110,6 @@ export default {
...
@@ -110,7 +110,6 @@ export default {
// 根据id获取获取详情内容
// 根据id获取获取详情内容
getDetailById
()
{
getDetailById
()
{
let
_this
=
this
;
let
_this
=
this
;
debugger
this
.
$https
(
this
.
$https
(
{
{
method
:
"get"
,
method
:
"get"
,
...
@@ -128,9 +127,12 @@ export default {
...
@@ -128,9 +127,12 @@ export default {
this
.
form
[
key
]
=
resData
[
key
];
this
.
form
[
key
]
=
resData
[
key
];
}
}
}
}
_this
.
form
.
areaId
=
resData
.
areas
if
(
!
_this
.
form
.
permanent
)
{
if
(
!
_this
.
form
.
permanent
)
{
_this
.
form
.
date
=
[
resData
.
effectiveDate
,
resData
.
exiredDate
];
_this
.
form
.
date
=
[
resData
.
effectiveDate
,
resData
.
exiredDate
];
}
}
this
.
form
=
{...
_this
.
form
}
console
.
log
(
this
.
form
)
}
else
{
}
else
{
_this
.
$message
.
error
(
res
.
data
.
message
);
_this
.
$message
.
error
(
res
.
data
.
message
);
}
}
...
...
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