Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
haoban-3
Overview
Overview
Details
Activity
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
office
haoban-3
Commits
377d777e
Commit
377d777e
authored
Oct 08, 2022
by
Jings
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修改bug
parent
3f879096
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
+2
-1
guide-setting-new.vue
src/views/enterprise/guide-setting-new.vue
+2
-1
No files found.
src/views/enterprise/guide-setting-new.vue
View file @
377d777e
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
* @Author: Drama
* @Author: Drama
* @Date: 2022-09-14 11:09:43
* @Date: 2022-09-14 11:09:43
* @LastEditors: Drama
* @LastEditors: Drama
* @LastEditTime: 2022-10-08 15:
07:2
6
* @LastEditTime: 2022-10-08 15:
34:5
6
* @FilePath: /haoban-3/src/views/enterprise/guide-setting-new.vue
* @FilePath: /haoban-3/src/views/enterprise/guide-setting-new.vue
* Copyright (C) 2022 huzhenhong. All rights reserved.
* Copyright (C) 2022 huzhenhong. All rights reserved.
-->
-->
...
@@ -128,6 +128,7 @@ export default {
...
@@ -128,6 +128,7 @@ export default {
this
[
'curMenuCode_'
+
clerkType
]
=
[...
res
.
data
.
result
.
menuCodes
];
// 保存当前类别选中状态,保存的时候用用于记录操作的区别
this
[
'curMenuCode_'
+
clerkType
]
=
[...
res
.
data
.
result
.
menuCodes
];
// 保存当前类别选中状态,保存的时候用用于记录操作的区别
// this['withoutParents_' + clerkType] = [...res.data.result.menuCodes];
// this['withoutParents_' + clerkType] = [...res.data.result.menuCodes];
this
[
'withoutParents_'
+
clerkType
]
=
[...
filterCodes
];
this
[
'withoutParents_'
+
clerkType
]
=
[...
filterCodes
];
this
[
'saveWithoutParents_'
+
clerkType
]
=
[...
menuCodes
];
if
(
clerkType
==
0
)
{
if
(
clerkType
==
0
)
{
// 当前导购选中
// 当前导购选中
// this.withoutParents = [...res.data.result.menuCodes];
// this.withoutParents = [...res.data.result.menuCodes];
...
...
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