fmui-base 2.1.51 → 2.1.52
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 +1 -0
- package/lib/process_info/processInfo.js +5 -0
- package/package.json +1 -1
- /package/lib/{scrollList → ScrollList}/BottomTip.js +0 -0
- /package/lib/{scrollList → ScrollList}/EmptyContent.js +0 -0
- /package/lib/{scrollList → ScrollList}/Item.js +0 -0
- /package/lib/{scrollList/scrollList.js → ScrollList/ScrollList.js} +0 -0
- /package/lib/{scrollList → ScrollList}/ScrollList.styl +0 -0
- /package/lib/{scrollList → ScrollList}/TagList.js +0 -0
- /package/lib/{scrollList → ScrollList}/index.js +0 -0
- /package/lib/{scrollList → ScrollList}/style.js +0 -0
package/README.md
CHANGED
|
@@ -2327,7 +2327,12 @@ var PageHome = function (_React$Component) {
|
|
|
2327
2327
|
urgentList: [],
|
|
2328
2328
|
isEnd: isEnd
|
|
2329
2329
|
}, function () {
|
|
2330
|
+
console.log("sendFlow直接结束");
|
|
2330
2331
|
param.selectedActivity = '[{"id":"end_node","name":"结束","level":""}]';
|
|
2332
|
+
param.comment = newComment;
|
|
2333
|
+
param.hasCommentField = t.state.hasCommentField;
|
|
2334
|
+
param.attachId = t.state.commentAttachId;
|
|
2335
|
+
param.commentId = t.state.commentId;
|
|
2331
2336
|
t.sendFlow(param);
|
|
2332
2337
|
});
|
|
2333
2338
|
return false;
|
package/package.json
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|