eoss-ui 0.5.65 → 0.5.67

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eoss-ui",
3
- "version": "0.5.65",
3
+ "version": "0.5.67",
4
4
  "description": "eoss内部业务组件",
5
5
  "main": "lib/eoss-ui.common.js",
6
6
  "files": [
@@ -988,6 +988,11 @@ export default {
988
988
  this.isShort = isShort;
989
989
  this.taskReadName = taskReadName;
990
990
  this.flowData = wfHistoryList;
991
+ this.flowData.map(x => {
992
+ if(!x.deptid){
993
+ x.deptid = x.deptName
994
+ }
995
+ })
991
996
  this.splitReadingData = fyHistoryList;
992
997
  this.modify = modify;
993
998
  this.show = true;
package/src/index.js CHANGED
@@ -121,7 +121,7 @@ if (typeof window !== 'undefined' && window.Vue) {
121
121
  }
122
122
 
123
123
  export default {
124
- version: '0.5.65',
124
+ version: '0.5.67',
125
125
  install,
126
126
  Button,
127
127
  ButtonGroup,