Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
device-new-platform
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
赵啸非
device-new-platform
Commits
840a95fb
Commit
840a95fb
authored
Nov 16, 2023
by
“yiyousong”
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修复站点详情页面右侧产品开关失效的问题
parent
894fc8ca
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
device-manager-ui/admin/src/views/sitestat/mapDetail.vue
device-manager-ui/admin/src/views/sitestat/mapDetail.vue
+4
-1
No files found.
device-manager-ui/admin/src/views/sitestat/mapDetail.vue
View file @
840a95fb
...
...
@@ -139,7 +139,7 @@
<el-divider></el-divider>
<el-row
v-for=
"(v, index) in
tableData
.data"
v-for=
"(v, index) in
productList
.data"
:key=
"index"
type=
"flex"
style=
"border-bottom: 1px solid #e8eaec; padding: 10px"
...
...
@@ -245,6 +245,7 @@ export default {
});
},
switchChange
(
val
)
{
this
.
$forceUpdate
();
let
arr
=
[];
for
(
let
item
in
this
.
items
)
{
if
(
this
.
items
[
item
]
&&
this
.
items
[
item
]
!=
0
)
...
...
@@ -258,6 +259,7 @@ export default {
afterRender
(
data
)
{
if
(
!
this
.
sync
)
{
this
.
$nextTick
(()
=>
{
this
.
productList
=
data
;
let
count
=
0
;
for
(
let
i
of
data
.
data
)
{
this
.
items
[
count
]
=
i
.
productId
+
""
;
...
...
@@ -298,6 +300,7 @@ export default {
data
()
{
return
{
originData
:
[],
productList
:
[],
value1
:
1
,
sync
:
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