eoss-ui 0.8.37 → 0.8.39

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-group.js CHANGED
@@ -4661,7 +4661,7 @@ module.exports = require("qs");
4661
4661
  // ESM COMPAT FLAG
4662
4662
  __webpack_require__.r(__webpack_exports__);
4663
4663
 
4664
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow-group/src/main.vue?vue&type=template&id=31ce53a2&
4664
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow-group/src/main.vue?vue&type=template&id=1aa747e6&
4665
4665
  var render = function () {
4666
4666
  var _vm = this
4667
4667
  var _h = _vm.$createElement
@@ -4807,7 +4807,11 @@ var render = function () {
4807
4807
  "es-flow-list",
4808
4808
  _vm._b(
4809
4809
  {
4810
- key: index,
4810
+ key:
4811
+ "fl-" +
4812
+ index +
4813
+ "-" +
4814
+ _vm.flowListKey,
4811
4815
  attrs:
4812
4816
  {
4813
4817
  businessId:
@@ -5172,7 +5176,11 @@ var render = function () {
5172
5176
  "es-flow-list",
5173
5177
  _vm._b(
5174
5178
  {
5175
- key: index,
5179
+ key:
5180
+ "fl-" +
5181
+ index +
5182
+ "-" +
5183
+ _vm.flowListKey,
5176
5184
  attrs: {
5177
5185
  businessId:
5178
5186
  _vm.businessId,
@@ -5613,6 +5621,9 @@ var render = function () {
5613
5621
  "es-flow-list",
5614
5622
  _vm._b(
5615
5623
  {
5624
+ key:
5625
+ "fl-" +
5626
+ _vm.flowListKey,
5616
5627
  attrs: {
5617
5628
  businessId:
5618
5629
  _vm.businessId,
@@ -5911,6 +5922,7 @@ var render = function () {
5911
5922
  success: _vm.handleSuccess,
5912
5923
  save: _vm.handleSave,
5913
5924
  endMessageChange: _vm.handleEndMessageChange,
5925
+ successRead: _vm.handleSuccessRead,
5914
5926
  },
5915
5927
  },
5916
5928
  "es-flow",
@@ -5928,7 +5940,7 @@ var staticRenderFns = []
5928
5940
  render._withStripped = true
5929
5941
 
5930
5942
 
5931
- // CONCATENATED MODULE: ./packages/flow-group/src/main.vue?vue&type=template&id=31ce53a2&
5943
+ // CONCATENATED MODULE: ./packages/flow-group/src/main.vue?vue&type=template&id=1aa747e6&
5932
5944
 
5933
5945
  // EXTERNAL MODULE: ./src/utils/util.js + 1 modules
5934
5946
  var util = __webpack_require__(0);
@@ -6381,6 +6393,8 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < argument
6381
6393
  //
6382
6394
  //
6383
6395
  //
6396
+ //
6397
+ //
6384
6398
 
6385
6399
 
6386
6400
  /* harmony default export */ var mainvue_type_script_lang_js_ = ({
@@ -6442,7 +6456,8 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < argument
6442
6456
  taskExamineAppId: this.appId,
6443
6457
  showMsg: true,
6444
6458
  formRefs: this.refs,
6445
- submits: null
6459
+ submits: null,
6460
+ flowListKey: 0
6446
6461
  };
6447
6462
  },
6448
6463
 
@@ -6480,6 +6495,9 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < argument
6480
6495
  mounted: function mounted() {},
6481
6496
 
6482
6497
  methods: {
6498
+ handleSuccessRead: function handleSuccessRead() {
6499
+ this.flowListKey++;
6500
+ },
6483
6501
  handleHide: function handleHide(res) {
6484
6502
  return typeof res === 'boolean' ? !res : typeof res === 'string' ? this[res] : true;
6485
6503
  },