Commit 68223663 authored by 涂茜's avatar 涂茜

Merge branch 'fix/bug' into 'dev'

Fix/bug See merge request !46
parents ec90b3e2 a96ccc27
Pipeline #28708 passed with stages
in 5 minutes 0 seconds
......@@ -138,7 +138,7 @@
"registry": "https://g.civnet.cn:4873"
},
"dependencies": {
"@wisdom-components/basictable": "^1.5.6",
"@wisdom-components/basictable": "^1.5.11",
"@wisdom-components/empty": "^1.3.9",
"@wisdom-components/timerangepicker": "^1.3.4",
"@wisdom-utils/utils": "0.0.46",
......
......@@ -2,6 +2,12 @@
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.2.2](https://g.civnet.cn:8443/ReactWeb5/wisdom-components/compare/@wisdom-components/ec_historyinfo@1.2.1...@wisdom-components/ec_historyinfo@1.2.2) (2021-05-31)
### Bug Fixes
- bug ([527ef76](https://g.civnet.cn:8443/ReactWeb5/wisdom-components/commits/527ef76b139f329ce5a59fea1667a5bdb8988a07))
## [1.2.1](https://g.civnet.cn:8443/ReactWeb5/wisdom-components/compare/@wisdom-components/ec_historyinfo@1.2.0...@wisdom-components/ec_historyinfo@1.2.1) (2021-05-20)
### Bug Fixes
......
{
"name": "@wisdom-components/ec_historyinfo",
"version": "1.2.1",
"version": "1.2.2",
"description": "> TODO: description",
"author": "tuqian <webtuqian@163.com>",
"homepage": "",
......
......@@ -376,7 +376,7 @@ const HistoryInfo = (props) => {
useEffect(() => {
onChangeParams(state);
}, [state]);
}, [state, historyInfoParams]);
useEffect(() => {
dispatch({ type: UPDATE_TIME.UPDATE_TIME, payload: customerChecked });
......
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