Commit 7bd60229 authored by vkingw's avatar vkingw
Browse files

modify update version to 0.0.31

parent e54ef83d
Showing with 21 additions and 5 deletions
+21 -5
......@@ -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
......
......@@ -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.
......@@ -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.
{
"name": "react-contacts",
"version": "0.0.30",
"version": "0.0.31",
"private": false,
"author": "vincent",
"email": "alfa.king+ai@gmail.com",
......
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