fmui-base 2.1.67 → 2.1.69

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.69:移动端流程办理推送标题
7
+ - 2.1.68:移动端流程办理推送标题
6
8
  - 2.1.67:移动端流程记录增加退回的意见显示
7
9
  - 2.1.66:选人组件显示历史用户
8
10
  - 2.1.65:表单自定义校验审批时不生效处理
@@ -1402,7 +1402,7 @@ var PageHome = function (_React$Component) {
1402
1402
  editType: this.state.editType,
1403
1403
  module: this.state.module,
1404
1404
  lock: this.state.lock,
1405
- reminderContent: "",
1405
+ reminderContent: this.state.reminderContent,
1406
1406
  processInstanceId: this.state.processInstanceId
1407
1407
  };
1408
1408
  var dealActionName = "";
@@ -1425,7 +1425,7 @@ var PageHome = function (_React$Component) {
1425
1425
  //if(nextActivityList.length==0){ //没有选择提交下一个节点过
1426
1426
  _db2.default.FlowModuleAPI.getNextActivity(param).then(function (content) {
1427
1427
  if (content.title && content.title != "") {
1428
- var reminderContent = content.title + "需要您阅件";
1428
+ var reminderContent = content.title;
1429
1429
  t.setState({
1430
1430
  reminderContent: reminderContent
1431
1431
  });
@@ -2318,7 +2318,7 @@ 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
2323
  reminderContent: reminderContent
2324
2324
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fmui-base",
3
- "version": "2.1.67",
3
+ "version": "2.1.69",
4
4
  "title": "fmui-base",
5
5
  "description": "fmui移动端组件",
6
6
  "main": "lib/index.js",