Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
marketing
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
marketing-web
marketing
Commits
bc4044c6
Commit
bc4044c6
authored
May 18, 2021
by
陈羽
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: bugfix
parent
24a936a3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
setting.vue
src/views/sign/setting.vue
+3
-2
No files found.
src/views/sign/setting.vue
View file @
bc4044c6
...
...
@@ -136,7 +136,7 @@ export default {
}
};
const
validDate
=
(
rule
,
value
,
callback
)
=>
{
if
(
this
.
form
.
dateType
===
2
&&
!
this
.
date
[
0
])
{
if
(
this
.
form
.
dateType
===
2
&&
!
this
.
date
[
0
])
{
return
callback
(
new
Error
(
'请选择指定日期'
));
}
else
{
callback
();
...
...
@@ -206,6 +206,7 @@ export default {
this
.
getDetail
();
}
else
{
this
.
isAdd
=
true
this
.
showStoreCard
=
true
;
}
},
methods
:
{
...
...
@@ -235,7 +236,7 @@ export default {
this
.
showStoreCard
=
true
;
},
async
onSubmit
()
{
this
.
$refs
[
'form'
].
validate
(
valid
=>
{
this
.
$refs
[
'form'
].
validate
(
valid
=>
{
if
(
valid
)
{
const
params
=
{
...
this
.
form
};
if
(
this
.
uuid
)
{
...
...
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