fmui-base 2.1.68 → 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 +1 -0
- package/lib/process_info/processInfo.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -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
|
});
|