Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
wangxiao
react-contacts
Commits
7bd60229
Commit
7bd60229
authored
4 years ago
by
vkingw
Browse files
Options
Download
Email Patches
Plain Diff
modify update version to 0.0.31
parent
e54ef83d
Changes
6
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
CHANGELOG.md
+16
-0
CHANGELOG.md
dist/index.es.js
+1
-1
dist/index.es.js
dist/index.es.js.map
+1
-1
dist/index.es.js.map
dist/index.js
+1
-1
dist/index.js
dist/index.js.map
+1
-1
dist/index.js.map
package.json
+1
-1
package.json
with
21 additions
and
5 deletions
+21
-5
CHANGELOG.md
+
16
-
0
View file @
7bd60229
...
...
@@ -4,6 +4,22 @@ All notable changes to this project will be documented in this file.
The format is based on
[
Keep a Changelog
](
https://keepachangelog.com/en/1.0.0/
)
,
and this project adheres to
[
Semantic Versioning
](
https://semver.org/spec/v2.0.0.html
)
.
## [0.0.31] - 2021-07-14
### Added
-
none
### Changed
-
fix 部门设置默认值时部门树无选择问题
### Removed
-
none
## [0.0.30] - 2021-07-12
### Added
...
...
This diff is collapsed.
Click to expand it.
dist/index.es.js
+
1
-
1
View file @
7bd60229
...
...
@@ -521,7 +521,7 @@ var Left = (function (_ref) {
var
makeCheckedKeys
=
function
makeCheckedKeys
(
data
)
{
return
data
.
map
(
function
(
v
)
{
return
v
.
id
;
return
v
.
id
.
toString
()
;
});
};
/**
...
...
This diff is collapsed.
Click to expand it.
dist/index.es.js.map
+
1
-
1
View file @
7bd60229
This diff is collapsed.
Click to expand it.
dist/index.js
+
1
-
1
View file @
7bd60229
...
...
@@ -526,7 +526,7 @@ var Left = (function (_ref) {
var
makeCheckedKeys
=
function
makeCheckedKeys
(
data
)
{
return
data
.
map
(
function
(
v
)
{
return
v
.
id
;
return
v
.
id
.
toString
()
;
});
};
/**
...
...
This diff is collapsed.
Click to expand it.
dist/index.js.map
+
1
-
1
View file @
7bd60229
This diff is collapsed.
Click to expand it.
package.json
+
1
-
1
View file @
7bd60229
{
"name"
:
"react-contacts"
,
"version"
:
"0.0.3
0
"
,
"version"
:
"0.0.3
1
"
,
"private"
:
false
,
"author"
:
"vincent"
,
"email"
:
"alfa.king+ai@gmail.com"
,
...
...
This diff is collapsed.
Click to expand it.
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
Menu
Projects
Groups
Snippets
Help