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
4c96e116
Commit
4c96e116
authored
Apr 07, 2021
by
liqin
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug fixed
parent
72f51c80
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
8 deletions
+6
-8
add.vue
src/page/content/display/content/add.vue
+5
-7
add.vue
src/page/content/video/content/add.vue
+1
-1
No files found.
src/page/content/display/content/add.vue
View file @
4c96e116
...
...
@@ -267,8 +267,7 @@ export default {
authType
:
this
.
backToken
}
// param
)
.
then
(
res
=>
{
).
then
(
res
=>
{
let
data
=
res
.
data
.
data
;
// this.ruleForm = data;
console
.
log
(
this
.
ruleForm
)
...
...
@@ -290,7 +289,6 @@ export default {
console
.
log
(
err
);
});
},
// 新建视频分类
addVideoClass
()
{
this
.
dialogVisible
=
true
;
...
...
@@ -298,8 +296,8 @@ export default {
// 弹窗保存
save
(
formName
)
{
this
.
$refs
[
formName
].
validate
(
valid
=>
{
this
.
ruleForm
.
expireDateEnd
=
this
.
value1
[
1
];
this
.
ruleForm
.
expireDateStart
=
this
.
value1
[
0
];
this
.
ruleForm
.
expireDateEnd
=
this
.
value1
[
1
];
if
(
valid
)
{
this
.
$https
(
{
...
...
@@ -333,7 +331,7 @@ export default {
if
(
valid
)
{
this
.
$https
(
{
url
:
"
/
exhibitionBoard/save"
,
url
:
"exhibitionBoard/save"
,
method
:
"post"
,
authType
:
this
.
backToken
},
...
...
src/page/content/video/content/add.vue
View file @
4c96e116
...
...
@@ -322,7 +322,7 @@ export default {
if
(
valid
)
{
this
.
$https
(
{
url
:
"
/
videoContent/save"
,
url
:
"videoContent/save"
,
method
:
"post"
,
authType
:
this
.
backToken
},
...
...
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