fmui-base 2.0.12 → 2.0.13
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
|
@@ -1071,7 +1071,7 @@ var PageHome = function (_React$Component) {
|
|
|
1071
1071
|
}
|
|
1072
1072
|
//上一个办理节点ca验签字段
|
|
1073
1073
|
var preCaFields = content.preCaFields;
|
|
1074
|
-
if (content.details && content.details != null) {
|
|
1074
|
+
if (content.details && content.details != null && content.details.showType == '1') {
|
|
1075
1075
|
var details = content.details;
|
|
1076
1076
|
details.type = "text";
|
|
1077
1077
|
details.inscriptionShow = "userName,date";
|