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
3f879096
Commit
3f879096
authored
Oct 08, 2022
by
Jings
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修复空值校验
parent
9b854f48
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
guide-setting-new.vue
src/views/enterprise/guide-setting-new.vue
+2
-2
No files found.
src/views/enterprise/guide-setting-new.vue
View file @
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 1
3:54:45
* @LastEditTime: 2022-10-08 1
5:07:26
* @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.
-->
-->
...
@@ -185,7 +185,7 @@ export default {
...
@@ -185,7 +185,7 @@ export default {
// 保存
// 保存
submit
:
_debounce
(
function
()
{
submit
:
_debounce
(
function
()
{
let
currentChooseList
=
this
.
$refs
.
tree
.
getCheckedKeys
().
concat
(
this
.
$refs
.
tree
.
getHalfCheckedKeys
());
let
currentChooseList
=
this
.
$refs
.
tree
.
getCheckedKeys
().
concat
(
this
.
$refs
.
tree
.
getHalfCheckedKeys
());
//
this['withoutParents_' + this.activeNum] = [...currentChooseList];
this
[
'withoutParents_'
+
this
.
activeNum
]
=
[...
currentChooseList
];
this
[
'saveWithoutParents_'
+
this
.
activeNum
]
=
[...
currentChooseList
];
this
[
'saveWithoutParents_'
+
this
.
activeNum
]
=
[...
currentChooseList
];
let
errFlag_0
=
this
.
withoutParents_0
.
length
?
true
:
false
;
let
errFlag_0
=
this
.
withoutParents_0
.
length
?
true
:
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