fmui-base 2.1.74 → 2.1.75

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.75:已阅批示意见保存
6
7
  - 2.1.74:新建默认赋值
7
8
  - 2.1.73:宏值增加赋值属性
8
9
  - 2.1.72:弹出选择框搜索高度
@@ -3407,6 +3407,7 @@ var PageHome = function (_React$Component) {
3407
3407
  var t = this;
3408
3408
  var isPush = t.state.isPush;
3409
3409
  var db = _db2.default;
3410
+ newComment = t.state.newspyj.content;
3410
3411
  _Dialog2.default.confirm({
3411
3412
  locale: 'zh_CN',
3412
3413
  title: '提示',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fmui-base",
3
- "version": "2.1.74",
3
+ "version": "2.1.75",
4
4
  "title": "fmui-base",
5
5
  "description": "fmui移动端组件",
6
6
  "main": "lib/index.js",