fmui-base 2.1.68 → 2.1.70

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,8 @@
3
3
  ---npm publish
4
4
 
5
5
  ## 更新日志
6
+ - 2.1.70:移动端流程发起推送标题实时更新
7
+ - 2.1.69:移动端流程办理推送标题
6
8
  - 2.1.68:移动端流程办理推送标题
7
9
  - 2.1.67:移动端流程记录增加退回的意见显示
8
10
  - 2.1.66:选人组件显示历史用户
@@ -2294,7 +2294,7 @@ var PageHome = function (_React$Component) {
2294
2294
  editType: editType,
2295
2295
  module: this.state.module,
2296
2296
  lock: this.state.lock,
2297
- reminderContent: "",
2297
+ reminderContent: this.state.reminderContent,
2298
2298
  processInstanceId: this.state.processInstanceId
2299
2299
  };
2300
2300
  var dealActionName = "";
@@ -2318,9 +2318,10 @@ var PageHome = function (_React$Component) {
2318
2318
  //if(nextActivityList.length==0){ //没有选择提交下一个节点过
2319
2319
  _db2.default.FlowModuleAPI.getNextActivity(param).then(function (content) {
2320
2320
  if (content.title && content.title != "") {
2321
- var reminderContent = content.title + "需要您阅件";
2321
+ var reminderContent = content.title;
2322
2322
  t.setState({
2323
- reminderContent: reminderContent
2323
+ reminderContent: reminderContent,
2324
+ dealReminderContent: reminderContent
2324
2325
  });
2325
2326
  param.reminderContent = reminderContent;
2326
2327
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fmui-base",
3
- "version": "2.1.68",
3
+ "version": "2.1.70",
4
4
  "title": "fmui-base",
5
5
  "description": "fmui移动端组件",
6
6
  "main": "lib/index.js",