Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
R
rongtong-app
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
融通安全管理系统
rongtong-app
Commits
65a47d70
Commit
65a47d70
authored
Jul 10, 2023
by
dlkong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
弹窗关闭清除房间信息
parent
0bee0a13
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
src/views/drawCanvas/riskView.vue
src/views/drawCanvas/riskView.vue
+5
-1
No files found.
src/views/drawCanvas/riskView.vue
View file @
65a47d70
...
@@ -44,7 +44,7 @@
...
@@ -44,7 +44,7 @@
<span
class=
"riskTab type4"
></span>
较小风险
<span
class=
"riskTab type4"
></span>
较小风险
</van-grid>
</van-grid>
</div>
</div>
<van-dialog
v-model=
"show"
title=
"创建房间"
show-cancel-button
@
confirm=
"saveRoomName"
>
<van-dialog
v-model=
"show"
title=
"创建房间"
show-cancel-button
@
confirm=
"saveRoomName"
@
close =
"closeDialog"
>
<van-cell-group>
<van-cell-group>
<van-field
v-model=
"roomName"
label=
"房间名称"
placeholder=
"请输入房间名称"
/>
<van-field
v-model=
"roomName"
label=
"房间名称"
placeholder=
"请输入房间名称"
/>
<van-field
<van-field
...
@@ -312,6 +312,10 @@ export default {
...
@@ -312,6 +312,10 @@ export default {
this
.
layout
.
push
(
this
.
layOutItem
)
this
.
layout
.
push
(
this
.
layOutItem
)
// console.log('layOutItem==>>',this.layOutItem)
// console.log('layOutItem==>>',this.layOutItem)
},
},
closeDialog
(){
this
.
roomType
=
''
this
.
roomName
=
''
},
onConfirm
(
value
)
{
onConfirm
(
value
)
{
this
.
roomType
=
value
;
this
.
roomType
=
value
;
this
.
showPicker
=
false
;
this
.
showPicker
=
false
;
...
...
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