Commit 377d777e by Jings

fix: 修改bug

parent 3f879096
...@@ -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:26 * @LastEditTime: 2022-10-08 15:34:56
* @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];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment