eoss-ui 0.7.96 → 0.7.98

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.
Files changed (187) hide show
  1. package/lib/button-group.js +1 -1
  2. package/lib/button.js +1 -1
  3. package/lib/calogin.js +1 -1
  4. package/lib/checkbox-group.js +1 -1
  5. package/lib/data-table-form.js +1 -1
  6. package/lib/data-table.js +9 -9
  7. package/lib/date-picker.js +1 -1
  8. package/lib/dialog.js +1 -1
  9. package/lib/eoss-ui.common.js +307 -301
  10. package/lib/flow-group.js +1 -1
  11. package/lib/flow-list.js +97 -97
  12. package/lib/flow.js +176 -175
  13. package/lib/form.js +1 -1
  14. package/lib/handle-user.js +1 -1
  15. package/lib/handler.js +1 -1
  16. package/lib/icon.js +1 -1
  17. package/lib/index.js +1 -1
  18. package/lib/input-number.js +1 -1
  19. package/lib/input.js +1 -1
  20. package/lib/login.js +1 -1
  21. package/lib/main.js +22 -17
  22. package/lib/nav.js +1 -1
  23. package/lib/page.js +1 -1
  24. package/lib/pagination.js +1 -1
  25. package/lib/player.js +1 -1
  26. package/lib/qr-code.js +1 -1
  27. package/lib/radio-group.js +1 -1
  28. package/lib/retrial-auth.js +1 -1
  29. package/lib/select-ganged.js +1 -1
  30. package/lib/select.js +1 -1
  31. package/lib/selector-panel.js +1 -1
  32. package/lib/selector.js +1 -1
  33. package/lib/sizer.js +1 -1
  34. package/lib/steps.js +1 -1
  35. package/lib/switch.js +1 -1
  36. package/lib/table-form.js +1 -1
  37. package/lib/tabs.js +1 -1
  38. package/lib/theme-chalk/index.css +1 -1
  39. package/lib/theme-chalk/login.css +1 -1
  40. package/lib/tips.js +1 -1
  41. package/lib/tree-group.js +1 -1
  42. package/lib/tree.js +1 -1
  43. package/lib/upload.js +1 -1
  44. package/lib/utils/util.js +1 -1
  45. package/lib/wujie.js +1 -1
  46. package/lib/wxlogin.js +1 -1
  47. package/package.json +1 -1
  48. package/packages/button-group/src/main.vue +346 -346
  49. package/packages/calogin/src/main.vue +412 -412
  50. package/packages/clients/src/main.vue +151 -151
  51. package/packages/data-table/src/column.vue +1 -1
  52. package/packages/flow/src/component/Circulate.vue +417 -417
  53. package/packages/flow/src/component/CommonOpinions.vue +376 -376
  54. package/packages/flow/src/component/CustomPreset.vue +324 -324
  55. package/packages/flow/src/component/FileList.vue +97 -97
  56. package/packages/flow/src/component/FreeCirculation.vue +3 -2
  57. package/packages/flow/src/component/Preset.vue +257 -257
  58. package/packages/flow/src/component/SendMsg.vue +242 -242
  59. package/packages/flow/src/component/SortFlow.vue +110 -110
  60. package/packages/flow/src/component/taskUnionExamine.vue +761 -761
  61. package/packages/flow/src/form.vue +123 -123
  62. package/packages/flow/src/freeStartFlow.vue +2855 -2855
  63. package/packages/flow/src/main.vue +1 -1
  64. package/packages/flow/src/processForm.vue +1680 -1680
  65. package/packages/flow/src/processReject.vue +309 -309
  66. package/packages/flow/src/reset.vue +946 -946
  67. package/packages/flow/src/startTaskRead.vue +695 -695
  68. package/packages/flow/src/supervise.vue +159 -159
  69. package/packages/flow/src/table.vue +58 -58
  70. package/packages/flow-list/src/main.vue +2337 -2337
  71. package/packages/form/src/main.vue +3901 -3901
  72. package/packages/form/src/table.vue +1512 -1512
  73. package/packages/icon/src/main.vue +104 -104
  74. package/packages/login/src/resetPassword.vue +557 -557
  75. package/packages/main/src/public/online.vue +89 -89
  76. package/packages/main/src/public/search.vue +464 -464
  77. package/packages/main/src/public/settings.vue +273 -273
  78. package/packages/main/src/simplicity/apps.vue +388 -388
  79. package/packages/main/src/simplicity/avatar.vue +82 -82
  80. package/packages/main/src/simplicity/handler.vue +158 -158
  81. package/packages/main/src/simplicity/menu-list.vue +135 -135
  82. package/packages/main/src/simplicity/message.vue +293 -293
  83. package/packages/main/src/simplicity/notice.vue +222 -222
  84. package/packages/main/src/simplicity/sub-menu.vue +276 -276
  85. package/packages/main/src/simplicity/user.vue +259 -259
  86. package/packages/main/src/simplicityTop/apps.vue +388 -388
  87. package/packages/main/src/simplicityTop/avatar.vue +82 -82
  88. package/packages/main/src/simplicityTop/handler.vue +215 -215
  89. package/packages/main/src/simplicityTop/index.vue +8 -3
  90. package/packages/main/src/simplicityTop/lists.vue +84 -84
  91. package/packages/main/src/simplicityTop/menu-list.vue +135 -135
  92. package/packages/main/src/simplicityTop/message.vue +293 -293
  93. package/packages/main/src/simplicityTop/notice.vue +222 -222
  94. package/packages/main/src/simplicityTop/router-page.vue +45 -45
  95. package/packages/main/src/simplicityTop/sub-menu.vue +274 -274
  96. package/packages/main/src/simplicityTop/user.vue +259 -259
  97. package/packages/menu/src/main.vue +595 -595
  98. package/packages/nav/src/main.vue +351 -351
  99. package/packages/selector/src/main.vue +761 -761
  100. package/packages/selector-panel/src/main.vue +1036 -1036
  101. package/packages/selector-panel/src/selection.vue +174 -174
  102. package/packages/switch/src/main.vue +170 -170
  103. package/packages/theme-chalk/lib/base.css +1 -0
  104. package/packages/theme-chalk/lib/button-group.css +1 -0
  105. package/packages/theme-chalk/lib/button.css +1 -0
  106. package/packages/theme-chalk/lib/calendar.css +1 -0
  107. package/packages/theme-chalk/lib/calogin.css +0 -0
  108. package/packages/theme-chalk/lib/card.css +1 -0
  109. package/packages/theme-chalk/lib/cascader.css +0 -0
  110. package/packages/theme-chalk/lib/checkbox-group.css +1 -0
  111. package/packages/theme-chalk/lib/clients.css +1 -0
  112. package/packages/theme-chalk/lib/data-table-form.css +1 -0
  113. package/packages/theme-chalk/lib/data-table.css +1 -0
  114. package/packages/theme-chalk/lib/date-picker.css +1 -0
  115. package/packages/theme-chalk/lib/dialog.css +1 -0
  116. package/packages/theme-chalk/lib/enable-drag.css +1 -0
  117. package/packages/theme-chalk/lib/enterprise.css +1 -0
  118. package/packages/theme-chalk/lib/error-page.css +1 -0
  119. package/packages/theme-chalk/lib/flow-chart.css +0 -0
  120. package/packages/theme-chalk/lib/flow-group.css +1 -0
  121. package/packages/theme-chalk/lib/flow-list.css +1 -0
  122. package/packages/theme-chalk/lib/flow.css +1 -0
  123. package/packages/theme-chalk/lib/fonts/iconfont.ttf +0 -0
  124. package/packages/theme-chalk/lib/fonts/iconfont.woff +0 -0
  125. package/packages/theme-chalk/lib/form.css +1 -0
  126. package/packages/theme-chalk/lib/handle-user.css +1 -0
  127. package/packages/theme-chalk/lib/handler.css +1 -0
  128. package/packages/theme-chalk/lib/icon.css +1 -0
  129. package/packages/theme-chalk/lib/icons.css +1 -0
  130. package/packages/theme-chalk/lib/index.css +1 -0
  131. package/packages/theme-chalk/lib/input-number.css +0 -0
  132. package/packages/theme-chalk/lib/input.css +1 -0
  133. package/packages/theme-chalk/lib/label.css +1 -0
  134. package/packages/theme-chalk/lib/layout.css +1 -0
  135. package/packages/theme-chalk/lib/login.css +1 -0
  136. package/packages/theme-chalk/lib/main.css +1 -0
  137. package/packages/theme-chalk/lib/menu.css +1 -0
  138. package/packages/theme-chalk/lib/nav.css +1 -0
  139. package/packages/theme-chalk/lib/notify.css +0 -0
  140. package/packages/theme-chalk/lib/page.css +1 -0
  141. package/packages/theme-chalk/lib/pagination.css +1 -0
  142. package/packages/theme-chalk/lib/player.css +1 -0
  143. package/packages/theme-chalk/lib/qr-code.css +1 -0
  144. package/packages/theme-chalk/lib/radio-group.css +1 -0
  145. package/packages/theme-chalk/lib/retrial-auth.css +1 -0
  146. package/packages/theme-chalk/lib/select-ganged.css +1 -0
  147. package/packages/theme-chalk/lib/select.css +1 -0
  148. package/packages/theme-chalk/lib/selector-panel.css +1 -0
  149. package/packages/theme-chalk/lib/selector.css +1 -0
  150. package/packages/theme-chalk/lib/simplicity-top.css +1 -0
  151. package/packages/theme-chalk/lib/simplicity.css +1 -0
  152. package/packages/theme-chalk/lib/sizer.css +1 -0
  153. package/packages/theme-chalk/lib/steps.css +1 -0
  154. package/packages/theme-chalk/lib/switch.css +1 -0
  155. package/packages/theme-chalk/lib/table-form.css +0 -0
  156. package/packages/theme-chalk/lib/tabs-panel.css +0 -0
  157. package/packages/theme-chalk/lib/tabs.css +1 -0
  158. package/packages/theme-chalk/lib/tips.css +1 -0
  159. package/packages/theme-chalk/lib/toolbar.css +1 -0
  160. package/packages/theme-chalk/lib/tree-group.css +1 -0
  161. package/packages/theme-chalk/lib/tree.css +1 -0
  162. package/packages/theme-chalk/lib/upload.css +1 -0
  163. package/packages/theme-chalk/lib/wujie.css +0 -0
  164. package/packages/theme-chalk/lib/wxlogin.css +1 -0
  165. package/packages/theme-chalk/src/data-table.scss +297 -297
  166. package/packages/theme-chalk/src/flow-list.scss +55 -55
  167. package/packages/theme-chalk/src/flow.scss +373 -373
  168. package/packages/theme-chalk/src/form.scss +501 -501
  169. package/packages/theme-chalk/src/handler.scss +148 -148
  170. package/packages/theme-chalk/src/icon.scss +3452 -3452
  171. package/packages/theme-chalk/src/login.scss +1006 -1006
  172. package/packages/theme-chalk/src/main.scss +664 -664
  173. package/packages/theme-chalk/src/menu.scss +224 -224
  174. package/packages/theme-chalk/src/selector.scss +114 -114
  175. package/packages/theme-chalk/src/simplicity-top.scss +1845 -1845
  176. package/packages/theme-chalk/src/simplicity.scss +1403 -1403
  177. package/packages/theme-chalk/src/tree.scss +165 -165
  178. package/packages/theme-chalk/src/upload.scss +172 -172
  179. package/packages/tips/src/main.vue +141 -141
  180. package/packages/toolbar/src/main.vue +430 -430
  181. package/packages/upload/src/main.vue +1344 -1344
  182. package/packages/wujie/src/main.vue +146 -146
  183. package/src/config/api.js +348 -348
  184. package/src/index.js +163 -163
  185. package/src/utils/rules.js +18 -18
  186. package/src/utils/util.js +18 -19
  187. package/packages/theme-chalk/gulpfile.js +0 -25
@@ -253,7 +253,7 @@ module.exports = require("lodash");
253
253
 
254
254
  exports = module.exports = __webpack_require__(24)(false);
255
255
  // Module
256
- exports.push([module.i, "\n.es-setting-top-nav-side[data-v-1b15d77c]::before {\n content: '';\n display: block;\n position: absolute;\n left: 0;\n width: 8px;\n top: 10px;\n bottom: 0;\n z-index: 2;\n background-color: rgb(0, 80, 179);\n}\n", ""]);
256
+ exports.push([module.i, "\n.es-setting-top-nav-side[data-v-1b15d77c]::before {\r\n content: '';\r\n display: block;\r\n position: absolute;\r\n left: 0;\r\n width: 8px;\r\n top: 10px;\r\n bottom: 0;\r\n z-index: 2;\r\n background-color: rgb(0, 80, 179);\n}\r\n", ""]);
257
257
 
258
258
 
259
259
 
@@ -3487,7 +3487,7 @@ var indexOfObj = function indexOfObj(arry, target, key) {
3487
3487
  return _i8;
3488
3488
  }
3489
3489
  } else if (target && (typeof target === 'undefined' ? 'undefined' : _typeof(target)) === 'object') {
3490
- if (currentItem[currentKey] === target[currentKey]) {
3490
+ if (currentItem[currentKey] !== undefined && currentItem[currentKey] === target[currentKey]) {
3491
3491
  return _i8;
3492
3492
  }
3493
3493
  }
@@ -10263,8 +10263,8 @@ childrenvue_type_template_id_271bb842_render._withStripped = true
10263
10263
 
10264
10264
  // CONCATENATED MODULE: ./packages/data-table/src/children.vue?vue&type=template&id=271bb842&
10265
10265
 
10266
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/data-table/src/column.vue?vue&type=template&id=3d053397&
10267
- var columnvue_type_template_id_3d053397_render = function () {
10266
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/data-table/src/column.vue?vue&type=template&id=26df6c57&
10267
+ var columnvue_type_template_id_26df6c57_render = function () {
10268
10268
  var _vm = this
10269
10269
  var _h = _vm.$createElement
10270
10270
  var _c = _vm._self._c || _h
@@ -11074,11 +11074,11 @@ var columnvue_type_template_id_3d053397_render = function () {
11074
11074
  2
11075
11075
  )
11076
11076
  }
11077
- var columnvue_type_template_id_3d053397_staticRenderFns = []
11078
- columnvue_type_template_id_3d053397_render._withStripped = true
11077
+ var columnvue_type_template_id_26df6c57_staticRenderFns = []
11078
+ columnvue_type_template_id_26df6c57_render._withStripped = true
11079
11079
 
11080
11080
 
11081
- // CONCATENATED MODULE: ./packages/data-table/src/column.vue?vue&type=template&id=3d053397&
11081
+ // CONCATENATED MODULE: ./packages/data-table/src/column.vue?vue&type=template&id=26df6c57&
11082
11082
 
11083
11083
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/data-table/src/column.vue?vue&type=script&lang=js&
11084
11084
 
@@ -11920,8 +11920,8 @@ function columnvue_type_script_lang_js_asyncToGenerator(fn) { return function ()
11920
11920
  } else if (item.children && item.children.length) {
11921
11921
  return this.getLabel(item.children, val);
11922
11922
  }
11923
- return val;
11924
11923
  }
11924
+ return val;
11925
11925
  },
11926
11926
  isReadOnly: function isReadOnly(scope) {
11927
11927
  return scope.row.canEdit === false || this.readonly || this.$attrs.editable === false || scope.row.cantEditKey && scope.row.cantEditKey.indexOf(this.field || this.prop) > -1;
@@ -12023,8 +12023,8 @@ function columnvue_type_script_lang_js_asyncToGenerator(fn) { return function ()
12023
12023
 
12024
12024
  var column_component = normalizeComponent(
12025
12025
  src_columnvue_type_script_lang_js_,
12026
- columnvue_type_template_id_3d053397_render,
12027
- columnvue_type_template_id_3d053397_staticRenderFns,
12026
+ columnvue_type_template_id_26df6c57_render,
12027
+ columnvue_type_template_id_26df6c57_staticRenderFns,
12028
12028
  false,
12029
12029
  null,
12030
12030
  null,
@@ -28342,8 +28342,8 @@ form_src_main.install = function (Vue) {
28342
28342
  };
28343
28343
 
28344
28344
  /* harmony default export */ var packages_form = (form_src_main);
28345
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/main.vue?vue&type=template&id=99cb7a94&
28346
- var mainvue_type_template_id_99cb7a94_render = function () {
28345
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/main.vue?vue&type=template&id=910bb440&
28346
+ var mainvue_type_template_id_910bb440_render = function () {
28347
28347
  var _vm = this
28348
28348
  var _h = _vm.$createElement
28349
28349
  var _c = _vm._self._c || _h
@@ -29361,7 +29361,7 @@ var mainvue_type_template_id_99cb7a94_render = function () {
29361
29361
  ? _c(
29362
29362
  "div",
29363
29363
  [
29364
- _vm.isChooseNextNode == 1
29364
+ _vm.operationList.length > 0
29365
29365
  ? _c(
29366
29366
  "el-form-item",
29367
29367
  {
@@ -31360,11 +31360,11 @@ var mainvue_type_template_id_99cb7a94_render = function () {
31360
31360
  )
31361
31361
  : _vm._e()
31362
31362
  }
31363
- var mainvue_type_template_id_99cb7a94_staticRenderFns = []
31364
- mainvue_type_template_id_99cb7a94_render._withStripped = true
31363
+ var mainvue_type_template_id_910bb440_staticRenderFns = []
31364
+ mainvue_type_template_id_910bb440_render._withStripped = true
31365
31365
 
31366
31366
 
31367
- // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=99cb7a94&
31367
+ // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=910bb440&
31368
31368
 
31369
31369
  // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/CommonOpinions.vue?vue&type=template&id=7b4f1542&
31370
31370
  var CommonOpinionsvue_type_template_id_7b4f1542_render = function () {
@@ -32219,21 +32219,21 @@ var CommonOpinionsvue_type_script_lang_js_components;
32219
32219
  return validSate;
32220
32220
  },
32221
32221
 
32222
- /**
32223
- * changeOpinion
32224
- * @desc:监听意见变化
32225
- * @author liufan
32226
- * @date 2022年10月28日
32222
+ /**
32223
+ * changeOpinion
32224
+ * @desc:监听意见变化
32225
+ * @author liufan
32226
+ * @date 2022年10月28日
32227
32227
  **/
32228
32228
  changeOpinion: function changeOpinion() {
32229
32229
  this.$emit('change', this.form.value);
32230
32230
  },
32231
32231
 
32232
- /**
32233
- * getCommonOpion
32234
- * @desc:获取意见
32235
- * @author liufan
32236
- * @date 2022年5月25日
32232
+ /**
32233
+ * getCommonOpion
32234
+ * @desc:获取意见
32235
+ * @author liufan
32236
+ * @date 2022年5月25日
32237
32237
  **/
32238
32238
  getCommonOpion: function getCommonOpion() {
32239
32239
  var _this = this;
@@ -32262,24 +32262,24 @@ var CommonOpinionsvue_type_script_lang_js_components;
32262
32262
  });
32263
32263
  },
32264
32264
 
32265
- /**
32266
- * upDate
32267
- * @desc:修改常用语
32268
- * @author liufan
32269
- * @param {Object} val 修改值
32270
- * @date 2022年5月25日
32265
+ /**
32266
+ * upDate
32267
+ * @desc:修改常用语
32268
+ * @author liufan
32269
+ * @param {Object} val 修改值
32270
+ * @date 2022年5月25日
32271
32271
  **/
32272
32272
  upDate: function upDate(val) {
32273
32273
  this.FormData.id = val.id;
32274
32274
  this.addVisible = true;
32275
32275
  },
32276
32276
 
32277
- /**
32278
- * selectChange
32279
- * @desc:常用语选择
32280
- * @author liufan
32281
- * @param {String} val 选中值
32282
- * @date 2022年5月25日
32277
+ /**
32278
+ * selectChange
32279
+ * @desc:常用语选择
32280
+ * @author liufan
32281
+ * @param {String} val 选中值
32282
+ * @date 2022年5月25日
32283
32283
  **/
32284
32284
  selectChange: function selectChange(val) {
32285
32285
  var _this2 = this;
@@ -32298,12 +32298,12 @@ var CommonOpinionsvue_type_script_lang_js_components;
32298
32298
  });
32299
32299
  },
32300
32300
 
32301
- /**
32302
- * del
32303
- * @desc:删除常用语
32304
- * @author liufan
32305
- * @param {Object} val 删除的数据
32306
- * @date 2022年5月25日
32301
+ /**
32302
+ * del
32303
+ * @desc:删除常用语
32304
+ * @author liufan
32305
+ * @param {Object} val 删除的数据
32306
+ * @date 2022年5月25日
32307
32307
  **/
32308
32308
  del: function del(val) {
32309
32309
  var _this3 = this;
@@ -32345,12 +32345,12 @@ var CommonOpinionsvue_type_script_lang_js_components;
32345
32345
  }).catch(function (e) {});
32346
32346
  },
32347
32347
 
32348
- /**
32349
- * submit
32350
- * @desc:新增/编辑意见保存
32351
- * @author liufan
32352
- * @param {Object} val 保存数据
32353
- * @date 2022年5月25日
32348
+ /**
32349
+ * submit
32350
+ * @desc:新增/编辑意见保存
32351
+ * @author liufan
32352
+ * @param {Object} val 保存数据
32353
+ * @date 2022年5月25日
32354
32354
  **/
32355
32355
  submit: function submit(val) {
32356
32356
  var _this4 = this;
@@ -36166,11 +36166,11 @@ var processFormvue_type_script_lang_js_components;
36166
36166
  });
36167
36167
  },
36168
36168
 
36169
- /**
36170
- * isMultiple
36171
- * @desc:是否多选
36172
- * @author liufan
36173
- * @date 2022年9月13日
36169
+ /**
36170
+ * isMultiple
36171
+ * @desc:是否多选
36172
+ * @author liufan
36173
+ * @date 2022年9月13日
36174
36174
  **/
36175
36175
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
36176
36176
  var multiple = false;
@@ -40383,11 +40383,11 @@ var resetvue_type_script_lang_js_components;
40383
40383
  });
40384
40384
  },
40385
40385
 
40386
- /**
40387
- * isMultiple
40388
- * @desc:是否多选
40389
- * @author liufan
40390
- * @date 2022年9月13日
40386
+ /**
40387
+ * isMultiple
40388
+ * @desc:是否多选
40389
+ * @author liufan
40390
+ * @date 2022年9月13日
40391
40391
  **/
40392
40392
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
40393
40393
  var multiple = false;
@@ -44976,11 +44976,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44976
44976
  });
44977
44977
  },
44978
44978
 
44979
- /**
44980
- * saveInfo
44981
- * @desc:暂存
44982
- * @author liufan
44983
- * @date 2022年9月9日
44979
+ /**
44980
+ * saveInfo
44981
+ * @desc:暂存
44982
+ * @author liufan
44983
+ * @date 2022年9月9日
44984
44984
  **/
44985
44985
  saveInfo: function saveInfo(type, btn) {
44986
44986
  var _this6 = this;
@@ -45042,11 +45042,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45042
45042
  });
45043
45043
  },
45044
45044
 
45045
- /**
45046
- * rejectBtn
45047
- * @desc:点击驳回
45048
- * @author liufan
45049
- * @date 2022年5月25日
45045
+ /**
45046
+ * rejectBtn
45047
+ * @desc:点击驳回
45048
+ * @author liufan
45049
+ * @date 2022年5月25日
45050
45050
  **/
45051
45051
  rejectBtn: function rejectBtn() {
45052
45052
  var _this8 = this;
@@ -45064,11 +45064,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45064
45064
  }
45065
45065
  },
45066
45066
 
45067
- /**
45068
- * taskReadBtn
45069
- * @desc:点击分阅
45070
- * @author liufan
45071
- * @date 2022年5月25日
45067
+ /**
45068
+ * taskReadBtn
45069
+ * @desc:点击分阅
45070
+ * @author liufan
45071
+ * @date 2022年5月25日
45072
45072
  **/
45073
45073
  taskReadBtn: function taskReadBtn() {
45074
45074
  var _this9 = this;
@@ -45087,11 +45087,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45087
45087
  }
45088
45088
  },
45089
45089
 
45090
- /**
45091
- * getFind
45092
- * @desc:获取通知方式
45093
- * @author liufan
45094
- * @date 2022年5月25日
45090
+ /**
45091
+ * getFind
45092
+ * @desc:获取通知方式
45093
+ * @author liufan
45094
+ * @date 2022年5月25日
45095
45095
  **/
45096
45096
  getFind: function getFind() {
45097
45097
  var _this10 = this;
@@ -45146,12 +45146,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45146
45146
  });
45147
45147
  },
45148
45148
 
45149
- /**
45150
- * endFlows
45151
- * @desc:直接办结
45152
- * @author liufan
45153
- * @param {Object} res 直接办结数据
45154
- * @date 2022年5月25日
45149
+ /**
45150
+ * endFlows
45151
+ * @desc:直接办结
45152
+ * @author liufan
45153
+ * @param {Object} res 直接办结数据
45154
+ * @date 2022年5月25日
45155
45155
  **/
45156
45156
  endFlows: function endFlows(res) {
45157
45157
  var _this12 = this;
@@ -45205,12 +45205,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45205
45205
  }).catch(function (e) {});
45206
45206
  },
45207
45207
 
45208
- /**
45209
- * goView
45210
- * @desc:更多流程按钮操作
45211
- * @author liufan
45212
- * @param {Object} res 当前点击操作按钮数据
45213
- * @date 2022年5月25日
45208
+ /**
45209
+ * goView
45210
+ * @desc:更多流程按钮操作
45211
+ * @author liufan
45212
+ * @param {Object} res 当前点击操作按钮数据
45213
+ * @date 2022年5月25日
45214
45214
  **/
45215
45215
  goView: function goView(res) {
45216
45216
  // 驳回并办结:rejectAndEndHtml
@@ -45295,11 +45295,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45295
45295
  // isCanStartSubFlow
45296
45296
  },
45297
45297
 
45298
- /**
45299
- * toTakeAdvice
45300
- * @desc:征求意见
45301
- * @author liufan
45302
- * @date 2022年9月29日
45298
+ /**
45299
+ * toTakeAdvice
45300
+ * @desc:征求意见
45301
+ * @author liufan
45302
+ * @date 2022年9月29日
45303
45303
  **/
45304
45304
  toTakeAdvice: function toTakeAdvice(res) {
45305
45305
  var _this14 = this;
@@ -45343,11 +45343,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45343
45343
  });
45344
45344
  },
45345
45345
 
45346
- /**
45347
- * toStartDraf
45348
- * @desc: 稿件递送、联合审核、复核
45349
- * @author liufan
45350
- * @date 2022年9月29日
45346
+ /**
45347
+ * toStartDraf
45348
+ * @desc: 稿件递送、联合审核、复核
45349
+ * @author liufan
45350
+ * @date 2022年9月29日
45351
45351
  **/
45352
45352
  toStartDraf: function toStartDraf(res) {
45353
45353
  var _this16 = this;
@@ -45361,11 +45361,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45361
45361
  }
45362
45362
  },
45363
45363
 
45364
- /**
45365
- * toSendMsg
45366
- * @desc:核稿通知
45367
- * @author liufan
45368
- * @date 2022年9月29日
45364
+ /**
45365
+ * toSendMsg
45366
+ * @desc:核稿通知
45367
+ * @author liufan
45368
+ * @date 2022年9月29日
45369
45369
  **/
45370
45370
  toSendMsg: function toSendMsg(res) {
45371
45371
  var _this17 = this;
@@ -45379,11 +45379,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45379
45379
  }
45380
45380
  },
45381
45381
 
45382
- /**
45383
- * toTaskReadAndEnd
45384
- * @desc:分阅并办结
45385
- * @author liufan
45386
- * @date 2022年9月29日
45382
+ /**
45383
+ * toTaskReadAndEnd
45384
+ * @desc:分阅并办结
45385
+ * @author liufan
45386
+ * @date 2022年9月29日
45387
45387
  **/
45388
45388
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
45389
45389
  var _this18 = this;
@@ -45401,11 +45401,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45401
45401
  }
45402
45402
  },
45403
45403
 
45404
- /**
45405
- * rejectAndEnd
45406
- * @desc:驳回并办结
45407
- * @author liufan
45408
- * @date 2022年9月29日
45404
+ /**
45405
+ * rejectAndEnd
45406
+ * @desc:驳回并办结
45407
+ * @author liufan
45408
+ * @date 2022年9月29日
45409
45409
  **/
45410
45410
  rejectAndEnd: function rejectAndEnd(res) {
45411
45411
  var _this19 = this;
@@ -45460,11 +45460,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45460
45460
  });
45461
45461
  },
45462
45462
 
45463
- /**
45464
- * toTransfer
45465
- * @desc:转办
45466
- * @author liufan
45467
- * @date 2022年9月29日
45463
+ /**
45464
+ * toTransfer
45465
+ * @desc:转办
45466
+ * @author liufan
45467
+ * @date 2022年9月29日
45468
45468
  **/
45469
45469
  toTransfer: function toTransfer(res) {
45470
45470
  var _this21 = this;
@@ -45480,11 +45480,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45480
45480
  }
45481
45481
  },
45482
45482
 
45483
- /**
45484
- * getNodeInfo
45485
- * @desc:获取节点信息
45486
- * @author liufan
45487
- * @date 2022年5月25日
45483
+ /**
45484
+ * getNodeInfo
45485
+ * @desc:获取节点信息
45486
+ * @author liufan
45487
+ * @date 2022年5月25日
45488
45488
  **/
45489
45489
  getNodeInfo: function getNodeInfo() {
45490
45490
  var _this22 = this;
@@ -45583,12 +45583,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45583
45583
  });
45584
45584
  },
45585
45585
 
45586
- /**
45587
- * selecNext
45588
- * @desc:下步节点变化时更新数据
45589
- * @author liufan
45590
- * @param {String} val 当前选中值
45591
- * @date 2022年5月25日
45586
+ /**
45587
+ * selecNext
45588
+ * @desc:下步节点变化时更新数据
45589
+ * @author liufan
45590
+ * @param {String} val 当前选中值
45591
+ * @date 2022年5月25日
45592
45592
  **/
45593
45593
  selecNext: function selecNext(val, type, isDef) {
45594
45594
  var _this23 = this;
@@ -45697,11 +45697,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45697
45697
  if (isDef !== true) this.getNodeInfo();
45698
45698
  },
45699
45699
 
45700
- /**
45701
- * isMultiple
45702
- * @desc:是否多选
45703
- * @author liufan
45704
- * @date 2022年9月13日
45700
+ /**
45701
+ * isMultiple
45702
+ * @desc:是否多选
45703
+ * @author liufan
45704
+ * @date 2022年9月13日
45705
45705
  **/
45706
45706
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
45707
45707
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -45733,11 +45733,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45733
45733
  }
45734
45734
  },
45735
45735
 
45736
- /**
45737
- * getHedInfo
45738
- * @desc:获取审核页面数据
45739
- * @author liufan
45740
- * @date 2022年5月25日
45736
+ /**
45737
+ * getHedInfo
45738
+ * @desc:获取审核页面数据
45739
+ * @author liufan
45740
+ * @date 2022年5月25日
45741
45741
  **/
45742
45742
  getHedInfo: function getHedInfo() {
45743
45743
  var _this24 = this;
@@ -45973,13 +45973,13 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45973
45973
  });
45974
45974
  },
45975
45975
 
45976
- /**
45977
- * closeProcess
45978
- * @desc:关闭弹窗
45979
- * @author liufan
45980
- * @param {boolean} val 当前是否办理流程
45981
- * @param {String} type 当前点击的弹窗类型
45982
- * @date 2022年5月25日
45976
+ /**
45977
+ * closeProcess
45978
+ * @desc:关闭弹窗
45979
+ * @author liufan
45980
+ * @param {boolean} val 当前是否办理流程
45981
+ * @param {String} type 当前点击的弹窗类型
45982
+ * @date 2022年5月25日
45983
45983
  **/
45984
45984
  closeProcess: function closeProcess(val, type, closeParent) {
45985
45985
  if (closeParent) {
@@ -45996,23 +45996,23 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45996
45996
  }
45997
45997
  },
45998
45998
 
45999
- /**
46000
- * selectChange
46001
- * @desc:常用语选择
46002
- * @author liufan
46003
- * @param {String} val 选中值
46004
- * @date 2022年5月25日
45999
+ /**
46000
+ * selectChange
46001
+ * @desc:常用语选择
46002
+ * @author liufan
46003
+ * @param {String} val 选中值
46004
+ * @date 2022年5月25日
46005
46005
  **/
46006
46006
  selectChange: function selectChange(val) {
46007
46007
  this.value = val;
46008
46008
  },
46009
46009
 
46010
- /**
46011
- * upDate
46012
- * @desc:修改常用语
46013
- * @author liufan
46014
- * @param {Object} val 修改值
46015
- * @date 2022年5月25日
46010
+ /**
46011
+ * upDate
46012
+ * @desc:修改常用语
46013
+ * @author liufan
46014
+ * @param {Object} val 修改值
46015
+ * @date 2022年5月25日
46016
46016
  **/
46017
46017
  upDate: function upDate(val) {
46018
46018
  this.FormData.id = val.id;
@@ -46020,11 +46020,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
46020
46020
  },
46021
46021
 
46022
46022
 
46023
- /**
46024
- * getProcess
46025
- * @desc:获取选择流程
46026
- * @author liufan
46027
- * @date 2022年5月25日
46023
+ /**
46024
+ * getProcess
46025
+ * @desc:获取选择流程
46026
+ * @author liufan
46027
+ * @date 2022年5月25日
46028
46028
  **/
46029
46029
  getProcess: function getProcess() {
46030
46030
  var _this25 = this;
@@ -46078,11 +46078,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
46078
46078
  });
46079
46079
  },
46080
46080
 
46081
- /**
46082
- * getPendedhistoryList
46083
- * @desc:获取流程列表
46084
- * @author liufan
46085
- * @date 2022年5月25日
46081
+ /**
46082
+ * getPendedhistoryList
46083
+ * @desc:获取流程列表
46084
+ * @author liufan
46085
+ * @date 2022年5月25日
46086
46086
  **/
46087
46087
  getPendedhistoryList: function getPendedhistoryList() {
46088
46088
  var _this26 = this;
@@ -46114,12 +46114,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
46114
46114
  },
46115
46115
 
46116
46116
  // 提交流程
46117
- /**
46118
- * subProcess
46119
- * @desc:提交流程
46120
- * @author liufan
46121
- * @param {String} formName 当前form表单ref值
46122
- * @date 2022年5月25日
46117
+ /**
46118
+ * subProcess
46119
+ * @desc:提交流程
46120
+ * @author liufan
46121
+ * @param {String} formName 当前form表单ref值
46122
+ * @date 2022年5月25日
46123
46123
  **/
46124
46124
  subProcess: function subProcess(val) {
46125
46125
  var _this27 = this;
@@ -47365,8 +47365,8 @@ var Circulate_component = normalizeComponent(
47365
47365
  )
47366
47366
 
47367
47367
  /* harmony default export */ var Circulate = (Circulate_component.exports);
47368
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/FreeCirculation.vue?vue&type=template&id=80a0ac70&
47369
- var FreeCirculationvue_type_template_id_80a0ac70_render = function () {
47368
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/FreeCirculation.vue?vue&type=template&id=ab71d498&
47369
+ var FreeCirculationvue_type_template_id_ab71d498_render = function () {
47370
47370
  var _vm = this
47371
47371
  var _h = _vm.$createElement
47372
47372
  var _c = _vm._self._c || _h
@@ -47457,11 +47457,11 @@ var FreeCirculationvue_type_template_id_80a0ac70_render = function () {
47457
47457
  1
47458
47458
  )
47459
47459
  }
47460
- var FreeCirculationvue_type_template_id_80a0ac70_staticRenderFns = []
47461
- FreeCirculationvue_type_template_id_80a0ac70_render._withStripped = true
47460
+ var FreeCirculationvue_type_template_id_ab71d498_staticRenderFns = []
47461
+ FreeCirculationvue_type_template_id_ab71d498_render._withStripped = true
47462
47462
 
47463
47463
 
47464
- // CONCATENATED MODULE: ./packages/flow/src/component/FreeCirculation.vue?vue&type=template&id=80a0ac70&
47464
+ // CONCATENATED MODULE: ./packages/flow/src/component/FreeCirculation.vue?vue&type=template&id=ab71d498&
47465
47465
 
47466
47466
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/FreeCirculation.vue?vue&type=script&lang=js&
47467
47467
  var FreeCirculationvue_type_script_lang_js_extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
@@ -47549,12 +47549,13 @@ var FreeCirculationvue_type_script_lang_js_extends = Object.assign || function (
47549
47549
  },
47550
47550
  currentOrgSelectorTabs: ['employee', 'persongroup'],
47551
47551
  foreignOrgSelectorTabs: ['enterprise', 'filgroup'],
47552
- foreignOrgSelectorParams: { enterprise: { filid: 'all', roleid: '', nofilid: sessionStorage.getItem('orgId') }, filgroup: { filid: 'all', roleid: '', nofilid: sessionStorage.getItem('orgId') }, roleid: '' },
47552
+ foreignOrgSelectorParams: { enterprise: { filid: 'all', roleid: '', nofilid: sessionStorage.getItem('orgId') }, filgroup: { filid: 'all', roleid: '', nofilid: sessionStorage.getItem('orgId') } },
47553
47553
  loading: null
47554
47554
  };
47555
47555
  },
47556
47556
  mounted: function mounted() {
47557
- this.foreignOrgSelectorParams.roleid = this.currentOrgSelectorParams.roleid = this.selectorParams.roleid;
47557
+ console.log('selectorParams', this.selectorParams);
47558
+ this.foreignOrgSelectorParams.enterprise.roleid = this.foreignOrgSelectorParams.filgroup.roleid = this.currentOrgSelectorParams.roleid = this.selectorParams.roleid;
47558
47559
  this.getFreeTaskCircularRead();
47559
47560
  },
47560
47561
 
@@ -47689,8 +47690,8 @@ var FreeCirculationvue_type_script_lang_js_extends = Object.assign || function (
47689
47690
 
47690
47691
  var FreeCirculation_component = normalizeComponent(
47691
47692
  component_FreeCirculationvue_type_script_lang_js_,
47692
- FreeCirculationvue_type_template_id_80a0ac70_render,
47693
- FreeCirculationvue_type_template_id_80a0ac70_staticRenderFns,
47693
+ FreeCirculationvue_type_template_id_ab71d498_render,
47694
+ FreeCirculationvue_type_template_id_ab71d498_staticRenderFns,
47694
47695
  false,
47695
47696
  null,
47696
47697
  null,
@@ -51822,8 +51823,8 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51822
51823
 
51823
51824
  var flow_src_main_component = normalizeComponent(
51824
51825
  packages_flow_src_mainvue_type_script_lang_js_,
51825
- mainvue_type_template_id_99cb7a94_render,
51826
- mainvue_type_template_id_99cb7a94_staticRenderFns,
51826
+ mainvue_type_template_id_910bb440_render,
51827
+ mainvue_type_template_id_910bb440_staticRenderFns,
51827
51828
  false,
51828
51829
  null,
51829
51830
  null,
@@ -55656,11 +55657,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
55656
55657
 
55657
55658
 
55658
55659
  methods: {
55659
- /**
55660
- * handleBatchDelete
55661
- * @desc:批量删除
55662
- * @author liufan
55663
- * @date 2025年12月31日
55660
+ /**
55661
+ * handleBatchDelete
55662
+ * @desc:批量删除
55663
+ * @author liufan
55664
+ * @date 2025年12月31日
55664
55665
  **/
55665
55666
  handleBatchDelete: function handleBatchDelete() {
55666
55667
  var _this6 = this;
@@ -55957,12 +55958,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
55957
55958
  }
55958
55959
  },
55959
55960
 
55960
- /**
55961
- * handleFormSubmit
55962
- * @desc:删除节点点击事件
55963
- * @param {Object} formData 点击删除的form数据
55964
- * @author liufan
55965
- * @date 2022年11月29日
55961
+ /**
55962
+ * handleFormSubmit
55963
+ * @desc:删除节点点击事件
55964
+ * @param {Object} formData 点击删除的form数据
55965
+ * @author liufan
55966
+ * @date 2022年11月29日
55966
55967
  **/
55967
55968
  handleFormSubmit: function handleFormSubmit(formData) {
55968
55969
  var _this12 = this;
@@ -55998,12 +55999,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
55998
55999
  });
55999
56000
  },
56000
56001
 
56001
- /**
56002
- * del
56003
- * @desc:展示删除弹窗
56004
- * @param {String} id 当前点击数据id
56005
- * @author liufan
56006
- * @date 2022年11月29日
56002
+ /**
56003
+ * del
56004
+ * @desc:展示删除弹窗
56005
+ * @param {String} id 当前点击数据id
56006
+ * @author liufan
56007
+ * @date 2022年11月29日
56007
56008
  **/
56008
56009
  del: function del(id, type) {
56009
56010
  this.modalType = type;
@@ -56011,12 +56012,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56011
56012
  this.showDel = true;
56012
56013
  },
56013
56014
 
56014
- /**
56015
- * handleCurrentChange
56016
- * @desc:监听页码变化
56017
- * @param {String} val 当前页
56018
- * @author liufan
56019
- * @date 2022年11月29日
56015
+ /**
56016
+ * handleCurrentChange
56017
+ * @desc:监听页码变化
56018
+ * @param {String} val 当前页
56019
+ * @author liufan
56020
+ * @date 2022年11月29日
56020
56021
  **/
56021
56022
  handleCurrentChange: function handleCurrentChange(val, type) {
56022
56023
  this.currentPage = val;
@@ -56025,12 +56026,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56025
56026
  }
56026
56027
  },
56027
56028
 
56028
- /**
56029
- * handleSizeChange
56030
- * @desc:监听每页数据显示数量变化
56031
- * @param {String} val 每页展示数量
56032
- * @author liufan
56033
- * @date 2022年11月29日
56029
+ /**
56030
+ * handleSizeChange
56031
+ * @desc:监听每页数据显示数量变化
56032
+ * @param {String} val 每页展示数量
56033
+ * @author liufan
56034
+ * @date 2022年11月29日
56034
56035
  **/
56035
56036
  handleSizeChange: function handleSizeChange(val) {
56036
56037
  this.pageSize = val;
@@ -56039,12 +56040,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56039
56040
  }
56040
56041
  },
56041
56042
 
56042
- /**
56043
- * sortChange
56044
- * @desc:监听排序变化
56045
- * @param {Object} info 需要排序的字段及排序方式
56046
- * @author liufan
56047
- * @date 2022年11月29日
56043
+ /**
56044
+ * sortChange
56045
+ * @desc:监听排序变化
56046
+ * @param {Object} info 需要排序的字段及排序方式
56047
+ * @author liufan
56048
+ * @date 2022年11月29日
56048
56049
  **/
56049
56050
  sortChange: function sortChange(info, type) {
56050
56051
  var prop = info.prop;
@@ -56060,11 +56061,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56060
56061
  }
56061
56062
  },
56062
56063
 
56063
- /**
56064
- * getDeletList
56065
- * @desc:删除列表数据
56066
- * @author liufan
56067
- * @date 2025年12月30日
56064
+ /**
56065
+ * getDeletList
56066
+ * @desc:删除列表数据
56067
+ * @author liufan
56068
+ * @date 2025年12月30日
56068
56069
  **/
56069
56070
  getDeletList: function getDeletList() {
56070
56071
  var _this13 = this;
@@ -56093,11 +56094,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56093
56094
  });
56094
56095
  },
56095
56096
 
56096
- /**
56097
- * getResetList
56098
- * @desc:重设列表数据
56099
- * @author liufan
56100
- * @date 2025年12月30日
56097
+ /**
56098
+ * getResetList
56099
+ * @desc:重设列表数据
56100
+ * @author liufan
56101
+ * @date 2025年12月30日
56101
56102
  **/
56102
56103
  getResetList: function getResetList() {
56103
56104
  var _this14 = this;
@@ -56127,11 +56128,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56127
56128
  });
56128
56129
  },
56129
56130
 
56130
- /**
56131
- * getPressList
56132
- * @desc:催办列表数据
56133
- * @author liufan
56134
- * @date 2022年11月29日
56131
+ /**
56132
+ * getPressList
56133
+ * @desc:催办列表数据
56134
+ * @author liufan
56135
+ * @date 2022年11月29日
56135
56136
  **/
56136
56137
  getPressList: function getPressList() {
56137
56138
  var _this15 = this;
@@ -56161,12 +56162,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56161
56162
  });
56162
56163
  },
56163
56164
 
56164
- /**
56165
- * goPress
56166
- * @desc:催办列表查看
56167
- * @param {String} id 催办列表id
56168
- * @author liufan
56169
- * @date 2022年11月29日
56165
+ /**
56166
+ * goPress
56167
+ * @desc:催办列表查看
56168
+ * @param {String} id 催办列表id
56169
+ * @author liufan
56170
+ * @date 2022年11月29日
56170
56171
  **/
56171
56172
  goPress: function goPress(id) {
56172
56173
  this.historyId = id;
@@ -56174,23 +56175,23 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56174
56175
  this.getPressList();
56175
56176
  },
56176
56177
 
56177
- /**
56178
- * showFile
56179
- * @desc:附件查看
56180
- * @param {String} ownId 附件id
56181
- * @author liufan
56182
- * @date 2022年11月29日
56178
+ /**
56179
+ * showFile
56180
+ * @desc:附件查看
56181
+ * @param {String} ownId 附件id
56182
+ * @author liufan
56183
+ * @date 2022年11月29日
56183
56184
  **/
56184
56185
  showFile: function showFile(ownId) {
56185
56186
  this.wfpendingid = ownId;
56186
56187
  this.showFileList = true;
56187
56188
  },
56188
56189
 
56189
- /**
56190
- * handleChange
56191
- * @desc:切换排序方式
56192
- * @author liufan
56193
- * @date 2022年11月22日
56190
+ /**
56191
+ * handleChange
56192
+ * @desc:切换排序方式
56193
+ * @author liufan
56194
+ * @date 2022年11月22日
56194
56195
  **/
56195
56196
  handleChange: function handleChange(key, value) {
56196
56197
  if (value) {
@@ -56240,11 +56241,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56240
56241
  }))();
56241
56242
  },
56242
56243
 
56243
- /**
56244
- * getFlowList
56245
- * @desc:获取流程列表
56246
- * @author liufan
56247
- * @date 2022年11月22日
56244
+ /**
56245
+ * getFlowList
56246
+ * @desc:获取流程列表
56247
+ * @author liufan
56248
+ * @date 2022年11月22日
56248
56249
  **/
56249
56250
  getFlowList: function getFlowList(type) {
56250
56251
  var _this17 = this;
@@ -56324,12 +56325,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56324
56325
  });
56325
56326
  },
56326
56327
 
56327
- /**
56328
- * handleClick
56329
- * @desc:表单点击事件
56330
- * @param {Object} val 当前点击行数据及按钮
56331
- * @author liufan
56332
- * @date 2022年11月10日
56328
+ /**
56329
+ * handleClick
56330
+ * @desc:表单点击事件
56331
+ * @param {Object} val 当前点击行数据及按钮
56332
+ * @author liufan
56333
+ * @date 2022年11月10日
56333
56334
  **/
56334
56335
  handleClick: function handleClick(val) {
56335
56336
  var _this18 = this;
@@ -56375,13 +56376,13 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56375
56376
  }
56376
56377
  },
56377
56378
 
56378
- /**
56379
- * getCodeValue
56380
- * @desc:获取代码表过滤后的值
56381
- * @param {String} value 展示数据的代码值
56382
- * @param {String} type 代码表类型
56383
- * @author liufan
56384
- * @date 2022年11月10日
56379
+ /**
56380
+ * getCodeValue
56381
+ * @desc:获取代码表过滤后的值
56382
+ * @param {String} value 展示数据的代码值
56383
+ * @param {String} type 代码表类型
56384
+ * @author liufan
56385
+ * @date 2022年11月10日
56385
56386
  **/
56386
56387
  getCodeValue: function getCodeValue(value, type) {
56387
56388
  var val = this[type].filter(function (item) {
@@ -56390,12 +56391,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56390
56391
  return val[0].shortName;
56391
56392
  },
56392
56393
 
56393
- /**
56394
- * getSysInfo
56395
- * @desc:获取代码表
56396
- * @param {String} code 编码code值
56397
- * @author liufan
56398
- * @date 2022年11月10日
56394
+ /**
56395
+ * getSysInfo
56396
+ * @desc:获取代码表
56397
+ * @param {String} code 编码code值
56398
+ * @author liufan
56399
+ * @date 2022年11月10日
56399
56400
  **/
56400
56401
  getSysInfo: function getSysInfo(code) {
56401
56402
  var _this19 = this;
@@ -56417,11 +56418,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56417
56418
  }).catch(function (e) {});
56418
56419
  },
56419
56420
 
56420
- /**
56421
- * getListInfo
56422
- * @desc:获取预设列表数据
56423
- * @author liufan
56424
- * @date 2022年11月10日
56421
+ /**
56422
+ * getListInfo
56423
+ * @desc:获取预设列表数据
56424
+ * @author liufan
56425
+ * @date 2022年11月10日
56425
56426
  **/
56426
56427
  getListInfo: function getListInfo() {
56427
56428
  var _this20 = this;
@@ -65935,10 +65936,10 @@ appsvue_type_template_id_f094d33e_scoped_true_render._withStripped = true
65935
65936
  this.$emit('click', res);
65936
65937
  },
65937
65938
 
65938
- /**
65939
- * @desc:获取气泡提醒
65940
- * @author huangbo
65941
- * @date 2024年9月7日
65939
+ /**
65940
+ * @desc:获取气泡提醒
65941
+ * @author huangbo
65942
+ * @date 2024年9月7日
65942
65943
  **/
65943
65944
  getBadge: function getBadge(res) {
65944
65945
  var num = res.tips || 0;
@@ -71747,8 +71748,8 @@ var simplicity_component = normalizeComponent(
71747
71748
  )
71748
71749
 
71749
71750
  /* harmony default export */ var simplicity = (simplicity_component.exports);
71750
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/simplicityTop/index.vue?vue&type=template&id=20c08436&scoped=true&
71751
- var simplicityTopvue_type_template_id_20c08436_scoped_true_render = function () {
71751
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/simplicityTop/index.vue?vue&type=template&id=5fe5b776&scoped=true&
71752
+ var simplicityTopvue_type_template_id_5fe5b776_scoped_true_render = function () {
71752
71753
  var _vm = this
71753
71754
  var _h = _vm.$createElement
71754
71755
  var _c = _vm._self._c || _h
@@ -72070,7 +72071,7 @@ var simplicityTopvue_type_template_id_20c08436_scoped_true_render = function ()
72070
72071
  : _vm._e(),
72071
72072
  _c(
72072
72073
  "div",
72073
- { staticClass: "es-simplicitytop-main-router" },
72074
+ { key: _vm.count, staticClass: "es-simplicitytop-main-router" },
72074
72075
  [
72075
72076
  _vm.currentPage.method === "router"
72076
72077
  ? _c(
@@ -72315,11 +72316,11 @@ var simplicityTopvue_type_template_id_20c08436_scoped_true_render = function ()
72315
72316
  1
72316
72317
  )
72317
72318
  }
72318
- var simplicityTopvue_type_template_id_20c08436_scoped_true_staticRenderFns = []
72319
- simplicityTopvue_type_template_id_20c08436_scoped_true_render._withStripped = true
72319
+ var simplicityTopvue_type_template_id_5fe5b776_scoped_true_staticRenderFns = []
72320
+ simplicityTopvue_type_template_id_5fe5b776_scoped_true_render._withStripped = true
72320
72321
 
72321
72322
 
72322
- // CONCATENATED MODULE: ./packages/main/src/simplicityTop/index.vue?vue&type=template&id=20c08436&scoped=true&
72323
+ // CONCATENATED MODULE: ./packages/main/src/simplicityTop/index.vue?vue&type=template&id=5fe5b776&scoped=true&
72323
72324
 
72324
72325
  // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/simplicityTop/avatar.vue?vue&type=template&id=30391b69&scoped=true&
72325
72326
  var avatarvue_type_template_id_30391b69_scoped_true_render = function () {
@@ -75197,6 +75198,7 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
75197
75198
  return {
75198
75199
  appCodes: 'indexUrl',
75199
75200
  tabActiveName: '',
75201
+ count: 0,
75200
75202
  currentPage: {
75201
75203
  method: ''
75202
75204
  },
@@ -76821,8 +76823,12 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76821
76823
  break;
76822
76824
  case 'index':
76823
76825
  // util.win.open(this.doorIndex, '_self');
76824
- this.currentPage = simplicityTopvue_type_script_lang_js_extends({}, this.homePage);
76825
- this.appCodes = 'indexUrl';
76826
+ if (this.appCodes == 'indexUrl') {
76827
+ this.count++;
76828
+ } else {
76829
+ this.currentPage = simplicityTopvue_type_script_lang_js_extends({}, this.homePage);
76830
+ this.appCodes = 'indexUrl';
76831
+ }
76826
76832
  break;
76827
76833
  case 'userinfo':
76828
76834
  this.$refs.user.handleOpen();
@@ -77185,11 +77191,11 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77185
77191
 
77186
77192
  var simplicityTop_component = normalizeComponent(
77187
77193
  src_simplicityTopvue_type_script_lang_js_,
77188
- simplicityTopvue_type_template_id_20c08436_scoped_true_render,
77189
- simplicityTopvue_type_template_id_20c08436_scoped_true_staticRenderFns,
77194
+ simplicityTopvue_type_template_id_5fe5b776_scoped_true_render,
77195
+ simplicityTopvue_type_template_id_5fe5b776_scoped_true_staticRenderFns,
77190
77196
  false,
77191
77197
  null,
77192
- "20c08436",
77198
+ "5fe5b776",
77193
77199
  null
77194
77200
 
77195
77201
  )
@@ -102582,7 +102588,7 @@ if (typeof window !== 'undefined' && window.Vue) {
102582
102588
  }
102583
102589
 
102584
102590
  /* harmony default export */ var src_0 = __webpack_exports__["default"] = ({
102585
- version: '0.7.96',
102591
+ version: '0.7.98',
102586
102592
  install: install,
102587
102593
  Button: packages_button,
102588
102594
  ButtonGroup: button_group,