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
559a46c5
Commit
559a46c5
authored
Sep 06, 2023
by
p-wanping.song
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'develop' of
http://git.censoft.com.cn/rongtong/rongtong-app
into dev-swp
parents
8c8ac4f7
b7f523af
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 @
559a46c5
...
@@ -636,7 +636,7 @@ export default {
...
@@ -636,7 +636,7 @@ export default {
y
:
this
.
layout
.
length
+
(
this
.
colNum
/
2
||
12
),
y
:
this
.
layout
.
length
+
(
this
.
colNum
/
2
||
12
),
w
:
2
,
w
:
2
,
h
:
3
,
h
:
3
,
i
:
i
,
i
:
this
.
copyRoom
.
isCopy
?
this
.
copyRoom
.
id
:
i
,
id
:
this
.
copyRoom
.
isCopy
?
this
.
copyRoom
.
id
:
i
,
id
:
this
.
copyRoom
.
isCopy
?
this
.
copyRoom
.
id
:
i
,
name
:
this
.
roomName
,
name
:
this
.
roomName
,
c
:
"
#e6e5e5
"
,
c
:
"
#e6e5e5
"
,
...
@@ -660,6 +660,10 @@ export default {
...
@@ -660,6 +660,10 @@ export default {
?
"
基础设施
"
?
"
基础设施
"
:
"
9999
"
,
:
"
9999
"
,
};
};
if
(
this
.
copyRoom
.
isCopy
){
data
.
id
=
this
.
copyRoom
.
id
}
this
.
layoutData
.
push
(
data
);
this
.
layoutData
.
push
(
data
);
this
.
resetCopy
();
this
.
resetCopy
();
// postFun("/ledger/room/save", data)
// postFun("/ledger/room/save", data)
...
...
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