eoss-ui 0.5.66 → 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/lib/flow-list.js CHANGED
@@ -3800,8 +3800,8 @@ module.exports = require("qs");
3800
3800
  // ESM COMPAT FLAG
3801
3801
  __webpack_require__.r(__webpack_exports__);
3802
3802
 
3803
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow-list/src/main.vue?vue&type=template&id=6484db16&
3804
- var mainvue_type_template_id_6484db16_render = function () {
3803
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow-list/src/main.vue?vue&type=template&id=74518680&
3804
+ var mainvue_type_template_id_74518680_render = function () {
3805
3805
  var _vm = this
3806
3806
  var _h = _vm.$createElement
3807
3807
  var _c = _vm._self._c || _h
@@ -3998,10 +3998,10 @@ var mainvue_type_template_id_6484db16_render = function () {
3998
3998
  )
3999
3999
  }
4000
4000
  var staticRenderFns = []
4001
- mainvue_type_template_id_6484db16_render._withStripped = true
4001
+ mainvue_type_template_id_74518680_render._withStripped = true
4002
4002
 
4003
4003
 
4004
- // CONCATENATED MODULE: ./packages/flow-list/src/main.vue?vue&type=template&id=6484db16&
4004
+ // CONCATENATED MODULE: ./packages/flow-list/src/main.vue?vue&type=template&id=74518680&
4005
4005
 
4006
4006
  // EXTERNAL MODULE: ./src/config/api.js
4007
4007
  var api = __webpack_require__(1);
@@ -4890,6 +4890,11 @@ var _components;
4890
4890
  _this6.isShort = isShort;
4891
4891
  _this6.taskReadName = taskReadName;
4892
4892
  _this6.flowData = wfHistoryList;
4893
+ _this6.flowData.map(function (x) {
4894
+ if (!x.deptid) {
4895
+ x.deptid = x.deptName;
4896
+ }
4897
+ });
4893
4898
  _this6.splitReadingData = fyHistoryList;
4894
4899
  _this6.modify = modify;
4895
4900
  _this6.show = true;
@@ -5053,7 +5058,7 @@ var componentNormalizer = __webpack_require__(3);
5053
5058
 
5054
5059
  var component = Object(componentNormalizer["a" /* default */])(
5055
5060
  src_mainvue_type_script_lang_js_,
5056
- mainvue_type_template_id_6484db16_render,
5061
+ mainvue_type_template_id_74518680_render,
5057
5062
  staticRenderFns,
5058
5063
  false,
5059
5064
  null,
package/lib/form.js CHANGED
@@ -3655,7 +3655,7 @@ module.exports = require("qs");
3655
3655
  // ESM COMPAT FLAG
3656
3656
  __webpack_require__.r(__webpack_exports__);
3657
3657
 
3658
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/form/src/main.vue?vue&type=template&id=5a2c9b21&
3658
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/form/src/main.vue?vue&type=template&id=55faec94&
3659
3659
  var render = function () {
3660
3660
  var _vm = this
3661
3661
  var _h = _vm.$createElement
@@ -15116,7 +15116,7 @@ var staticRenderFns = []
15116
15116
  render._withStripped = true
15117
15117
 
15118
15118
 
15119
- // CONCATENATED MODULE: ./packages/form/src/main.vue?vue&type=template&id=5a2c9b21&
15119
+ // CONCATENATED MODULE: ./packages/form/src/main.vue?vue&type=template&id=55faec94&
15120
15120
 
15121
15121
  // EXTERNAL MODULE: external "babel-runtime/regenerator"
15122
15122
  var regenerator_ = __webpack_require__(12);
@@ -19321,8 +19321,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19321
19321
  default: function _default() {
19322
19322
  return {};
19323
19323
  }
19324
- },
19325
- active: Array
19324
+ }
19326
19325
  },
19327
19326
  data: function data() {
19328
19327
  return {
@@ -19519,7 +19518,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19519
19518
  if (index === 0) {
19520
19519
  names = item.name || String(index);
19521
19520
  }
19522
- } else if (item.active !== false) {
19521
+ } else {
19523
19522
  names.push(item.name || String(index));
19524
19523
  }
19525
19524
  } else {
@@ -19528,9 +19527,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19528
19527
  contents.push(item);
19529
19528
  }
19530
19529
  });
19531
- if (!this.active || this.active && !this.active.length) {
19532
- this.activeNames = names;
19533
- }
19530
+ this.activeNames = names;
19534
19531
  this.content = contents;
19535
19532
  if (this.content.length === 1) {
19536
19533
  if (Object.prototype.hasOwnProperty.call(this.content[0], 'title') && Object.prototype.hasOwnProperty.call(this.content[0], 'contents')) {
@@ -19604,16 +19601,6 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19604
19601
  },
19605
19602
  readonly: function readonly() {
19606
19603
  !this.height && this.getHeight();
19607
- },
19608
-
19609
- active: {
19610
- immediate: true,
19611
- deep: true,
19612
- handler: function handler(val) {
19613
- if (val && val.length) {
19614
- this.activeNames = val;
19615
- }
19616
- }
19617
19604
  }
19618
19605
  },
19619
19606
  created: function created() {
@@ -19703,7 +19690,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19703
19690
  if (index === 0) {
19704
19691
  names = item.name || String(index);
19705
19692
  }
19706
- } else if (item.active !== false) {
19693
+ } else {
19707
19694
  names.push(item.name || String(index));
19708
19695
  }
19709
19696
  } else {
@@ -19712,9 +19699,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19712
19699
  contents.push(util["a" /* default */].extend({}, item));
19713
19700
  }
19714
19701
  });
19715
- if (!this.active || this.active && !this.active.length) {
19716
- this.activeNames = names;
19717
- }
19702
+ this.activeNames = names;
19718
19703
  this.content = contents;
19719
19704
  if (this.content.length === 1 && (this.content[0].type === 'text' || this.content[0].type === 'textarea' || this.content[0].type === undefined || Object.prototype.hasOwnProperty.call(this.content[0], 'title') && Object.prototype.hasOwnProperty.call(this.content[0], 'contents') && this.content[0].contents.length === 1 && (this.content[0].contents[0].type === 'text' || this.content[0].contents[0].type === 'textarea' || this.content[0].contents[0].type === undefined))) {
19720
19705
  this.forbid = true;