fmui-base 2.1.76 → 2.1.77

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -3,6 +3,7 @@
3
3
  ---npm publish
4
4
 
5
5
  ## 更新日志
6
+ - 2.1.77:转交报错处理
6
7
  - 2.1.76:扩展选人回显选中
7
8
  - 2.1.75:已阅批示意见保存
8
9
  - 2.1.74:新建默认赋值
@@ -2847,7 +2847,7 @@ var PageHome = function (_React$Component) {
2847
2847
  //if(hasCommentField=="1"){
2848
2848
  t.setState({
2849
2849
  pageStatus: '1',
2850
- transferShortMessage: t.state.shortMessageList,
2850
+ transferShortMessage: t.state.transferShortMessage,
2851
2851
  operate: operate
2852
2852
  }, function () {
2853
2853
  $(window).scrollTop(0);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fmui-base",
3
- "version": "2.1.76",
3
+ "version": "2.1.77",
4
4
  "title": "fmui-base",
5
5
  "description": "fmui移动端组件",
6
6
  "main": "lib/index.js",