Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
self-support
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
李俊赕
self-support
Commits
5d111b54
Commit
5d111b54
authored
Oct 12, 2021
by
Damon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 维修单措施兼容
parent
eea37c93
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
XhServiceMeasure.vue
src/components/createCom/XhServiceMeasure.vue
+3
-1
No files found.
src/components/createCom/XhServiceMeasure.vue
View file @
5d111b54
...
...
@@ -7,8 +7,9 @@
</view>
<u-picker
v-model=
"showPicker"
range-key=
"label"
@
columnchange=
"columnchange"
:mode=
"isNotMulti?'selector':'multiSelector'"
@
confirm=
"pickerConfirm"
:range=
"settings"
></u-picker>
-->
<view
class=
"u-flex u-row-between picker-common"
>
<!-- :mode="isNotMulti ? 'selector' : 'multiSelector'" 多选单选判断注释 -->
<picker
:mode=
"isNotMulti ? 'selector' : 'multiSelector'
"
mode=
"selector
"
:value=
"index"
range-key=
"label"
:range=
"settings"
...
...
@@ -145,6 +146,7 @@ export default {
})
}
this
.
settings
=
result
console
.
log
(
"this.settings"
,
this
.
settings
)
}
else
{
console
.
log
(
res
.
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