@farris/jit-engine 1.3.328 → 1.3.330

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,10 @@
1
+ 1.3.330
2
+
3
+ 组件通迅问题修复
4
+ 1.3.329
5
+
6
+ 审批类控件新特性
7
+
1
8
  1.3.328
2
9
 
3
10
  附件分片上传、多语输入框问题修复
@@ -57,7 +57,7 @@ class ViewModel extends i18n_resource_1.I18nResource {
57
57
  }
58
58
  break;
59
59
  case 'states':
60
- this[key] = new state_1.States({ name: this['name'] + 'UIState', stateList: obj[key] });
60
+ this[key] = new state_1.States({ name: obj['name'] + 'UIState', stateList: obj[key] });
61
61
  break;
62
62
  case 'component':
63
63
  if (obj[key]) {
@@ -1 +1 @@
1
- wf-approval-logs(id=variable.replacedId '[ProcInstId]'=variable.procInstId?""+variable.procInstId:undefined '[Style]'=variable.displayType?""+variable.displayType:undefined)
1
+ wf-approval-logs(id=variable.replacedId '[ProcInstId]'=variable.procInstId?""+variable.procInstId:undefined '[Style]'=variable.displayType?"'"+variable.displayType+"'":undefined)