@newview/permission-service 1.2.47 → 1.2.48

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
@@ -1,3 +1,7 @@
1
+ ### 版本 1.2.48
2
+ 1. 平台及子系统功能优化
3
+
4
+
1
5
  ### 版本 1.2.47
2
6
  1.系统用户的签字可以通过上传签字图片代替CA签字
3
7
 
@@ -7701,6 +7701,9 @@ class GeneralConfigurationInstance extends BaseInstance {
7701
7701
  PlatformId: this.props.platformInfo.Id
7702
7702
  })));
7703
7703
  if (res && res.length > 0) {
7704
+ if (this.utilities.isNull(res[0].ProjectConfig)) {
7705
+ res[0].ProjectConfig = "[]";
7706
+ }
7704
7707
  Object.assign(this.nowRow, res[0]);
7705
7708
  let data = this.props.configType == "GC" ? this.utilities.deepCopy(JSON.parse(res[0].ProjectConfig)) : this.utilities.deepCopy(JSON.parse(res[0].ConstructConfig));
7706
7709
  if (data && data.length > 0) {