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
ffae9834
Commit
ffae9834
authored
Oct 14, 2022
by
Jings
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 权限保存成功后重置校验
parent
3ebb0f33
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletions
+6
-1
guide-setting-new.vue
src/views/enterprise/guide-setting-new.vue
+6
-1
No files found.
src/views/enterprise/guide-setting-new.vue
View file @
ffae9834
...
@@ -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-1
3 12:29:28
* @LastEditTime: 2022-10-1
4 12:30:00
* @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.
-->
-->
...
@@ -272,6 +272,11 @@ export default {
...
@@ -272,6 +272,11 @@ export default {
this
.
activeNum
=
0
;
this
.
activeNum
=
0
;
this
.
treeData
=
[];
this
.
treeData
=
[];
this
.
withoutParents
=
[];
this
.
withoutParents
=
[];
// 重置校验
this
.
$set
(
this
.
titleList
[
0
],
'isEmpty'
,
false
);
this
.
$set
(
this
.
titleList
[
1
],
'isEmpty'
,
false
);
this
.
$set
(
this
.
titleList
[
2
],
'isEmpty'
,
false
);
this
.
isShowErrorTip
=
false
;
await
this
.
getMenuRoleList
(
0
);
await
this
.
getMenuRoleList
(
0
);
await
this
.
getMenuRoleList
(
1
);
await
this
.
getMenuRoleList
(
1
);
await
this
.
getMenuRoleList
(
2
);
await
this
.
getMenuRoleList
(
2
);
...
...
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