Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
K
karname-ui
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
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
Reza Sahebgharan
karname-ui
Commits
7017294e
Commit
7017294e
authored
Dec 24, 2019
by
Reza Sahebgharan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat(MaxLen ): set default MaxLen
parent
f9d01393
Pipeline
#751
passed with stages
in 45 minutes and 26 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
DeviceMap.vue
client/components/DeviceMap.vue
+2
-1
No files found.
client/components/DeviceMap.vue
View file @
7017294e
...
@@ -128,7 +128,7 @@ export default {
...
@@ -128,7 +128,7 @@ export default {
CodeInPacs
:
""
,
CodeInPacs
:
""
,
Modality
:
""
,
Modality
:
""
,
HisLinkId
:
""
,
HisLinkId
:
""
,
MaxLen
:
""
,
MaxLen
:
0
,
_id
:
""
_id
:
""
},
},
snackbar
:
false
,
snackbar
:
false
,
...
@@ -203,6 +203,7 @@ export default {
...
@@ -203,6 +203,7 @@ export default {
openNewDialog
()
{
openNewDialog
()
{
for
(
let
prop
in
this
.
DevicemapForm
)
{
for
(
let
prop
in
this
.
DevicemapForm
)
{
this
.
$set
(
this
.
DevicemapForm
,
prop
,
""
);
this
.
$set
(
this
.
DevicemapForm
,
prop
,
""
);
if
(
prop
==
"MaxLen"
)
this
.
$set
(
this
.
DevicemapForm
,
prop
,
0
);
}
}
this
.
selectedClient
=
undefined
;
this
.
selectedClient
=
undefined
;
this
.
selectedHisLink
=
undefined
;
this
.
selectedHisLink
=
undefined
;
...
...
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