Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mallapp
Project
Project
Details
Activity
Releases
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
viitto
mallapp
Commits
6ee0079f
Commit
6ee0079f
authored
Sep 02, 2021
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
5ab4055d
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
3 deletions
+6
-3
listsignUp.vue
pages/kotra/billboard/listsignUp.vue
+6
-3
No files found.
pages/kotra/billboard/listsignUp.vue
View file @
6ee0079f
...
...
@@ -289,9 +289,12 @@
if
(
show
==
true
)
{
return
}
// if(x.CompKey=='DorpDownList' && x.CompData.IsMultiple==true){
// x.CompData.OptionValue = x.CompData.OptionValue.join(',')
// }
if
(
x
.
CompKey
==
'DorpDownList'
&&
x
.
CompData
.
IsMultiple
==
true
){
if
(
Array
.
isArray
(
x
.
CompData
.
OptionValue
)){
x
.
CompData
.
OptionValue
=
x
.
CompData
.
OptionValue
.
join
(
','
)
}
}
if
(
x
.
CompData
.
IsRequire
&&
x
.
CompData
.
IsRequire
==
true
)
{
if
((
x
.
CompKey
==
'SingleLineText'
||
x
.
CompKey
==
'MultiLineText'
)
&&
x
.
CompData
.
TextValue
==
''
)
{
//单行输入或者多行
...
...
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