Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
haoban-4
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-4
Commits
c05311f3
Commit
c05311f3
authored
Aug 18, 2020
by
无尘
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修改注释
parent
ee7f0790
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
2 deletions
+16
-2
gic-select-group-mult.vue
src/components/common/gic-select-group-mult.vue
+8
-1
gic-select-group.vue
src/components/common/gic-select-group.vue
+8
-1
No files found.
src/components/common/gic-select-group-mult.vue
View file @
c05311f3
...
...
@@ -4,7 +4,7 @@
* @Author: 无尘
* @Date: 2020-02-08 10:27:21
* @LastEditors: 无尘
* @LastEditTime: 2020-08-1
7 17:25:09
* @LastEditTime: 2020-08-1
8 09:49:23
-->
<!--
选择门店分组组件:
...
...
@@ -105,6 +105,13 @@ export default {
that
.
getGroup
();
},
methods
:
{
/**
* @description: 过滤
* @param {String} value
* @param {Object} data
* @return {Boolean}
* @author: 无尘
*/
filterNode
(
value
,
data
)
{
if
(
!
value
||
!
data
.
label
)
return
true
;
return
data
.
label
.
indexOf
(
value
)
!==
-
1
;
...
...
src/components/common/gic-select-group.vue
View file @
c05311f3
...
...
@@ -4,7 +4,7 @@
* @Author: 无尘
* @Date: 2020-02-08 10:27:21
* @LastEditors: 无尘
* @LastEditTime: 2020-08-1
7 17:26:34
* @LastEditTime: 2020-08-1
8 09:49:05
-->
<!--
选择门店分组组件:
...
...
@@ -105,6 +105,13 @@ export default {
that
.
getGroup
();
},
methods
:
{
/**
* @description: 过滤
* @param {String} value
* @param {Object} data
* @return {Boolean}
* @author: 无尘
*/
filterNode
(
value
,
data
)
{
if
(
!
value
||
!
data
.
label
)
return
true
;
return
data
.
label
.
indexOf
(
value
)
!==
-
1
;
...
...
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