eoss-ui 0.6.39 → 0.6.40

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 (268) hide show
  1. package/lib/button-group.js +43 -6
  2. package/lib/button.js +43 -6
  3. package/lib/checkbox-group.js +43 -6
  4. package/lib/data-table-form.js +43 -6
  5. package/lib/data-table.js +56 -16
  6. package/lib/date-picker.js +43 -6
  7. package/lib/dialog.js +43 -6
  8. package/lib/eoss-ui.common.js +563 -523
  9. package/lib/flow-group.js +43 -6
  10. package/lib/flow-list.js +124 -87
  11. package/lib/flow.js +323 -286
  12. package/lib/form.js +43 -6
  13. package/lib/handle-user.js +43 -6
  14. package/lib/handler.js +43 -6
  15. package/lib/icon.js +43 -6
  16. package/lib/index.js +1 -1
  17. package/lib/input-number.js +43 -6
  18. package/lib/input.js +43 -6
  19. package/lib/login.js +43 -6
  20. package/lib/main.js +175 -138
  21. package/lib/nav.js +43 -6
  22. package/lib/page.js +43 -6
  23. package/lib/pagination.js +43 -6
  24. package/lib/player.js +43 -6
  25. package/lib/qr-code.js +56 -19
  26. package/lib/radio-group.js +43 -6
  27. package/lib/retrial-auth.js +43 -6
  28. package/lib/select-ganged.js +43 -6
  29. package/lib/select.js +43 -6
  30. package/lib/selector-panel.js +43 -6
  31. package/lib/selector.js +43 -6
  32. package/lib/sizer.js +43 -6
  33. package/lib/steps.js +43 -6
  34. package/lib/switch.js +43 -6
  35. package/lib/table-form.js +43 -6
  36. package/lib/tabs.js +43 -6
  37. package/lib/tips.js +43 -6
  38. package/lib/tree-group.js +43 -6
  39. package/lib/tree.js +43 -6
  40. package/lib/upload.js +43 -6
  41. package/lib/utils/util.js +43 -6
  42. package/lib/wujie.js +43 -6
  43. package/lib/wxlogin.js +43 -6
  44. package/package.json +159 -159
  45. package/packages/.DS_Store +0 -0
  46. package/packages/button/index.js +5 -5
  47. package/packages/button/src/main.vue +418 -418
  48. package/packages/button-group/index.js +5 -5
  49. package/packages/button-group/src/main.vue +298 -298
  50. package/packages/calendar/index.js +5 -5
  51. package/packages/card/index.js +5 -5
  52. package/packages/card/src/main.vue +156 -156
  53. package/packages/cascader/index.js +5 -5
  54. package/packages/cascader/src/main.vue +168 -168
  55. package/packages/checkbox-group/index.js +5 -5
  56. package/packages/checkbox-group/src/main.vue +333 -333
  57. package/packages/clients/index.js +5 -5
  58. package/packages/clients/src/main.vue +144 -144
  59. package/packages/data-table/.DS_Store +0 -0
  60. package/packages/data-table/index.js +5 -5
  61. package/packages/data-table/src/children.vue +39 -39
  62. package/packages/data-table/src/column.vue +989 -983
  63. package/packages/data-table/src/main.vue +1820 -1820
  64. package/packages/data-table/src/sizer.vue +195 -195
  65. package/packages/data-table-form/.DS_Store +0 -0
  66. package/packages/data-table-form/index.js +5 -5
  67. package/packages/data-table-form/src/checkbox.vue +101 -101
  68. package/packages/data-table-form/src/colgroup.vue +17 -17
  69. package/packages/data-table-form/src/main.vue +181 -181
  70. package/packages/data-table-form/src/radio.vue +65 -65
  71. package/packages/data-table-form/src/table.vue +233 -233
  72. package/packages/data-table-form/src/tbody.vue +336 -336
  73. package/packages/data-table-form/src/thead.vue +68 -68
  74. package/packages/date-picker/index.js +5 -5
  75. package/packages/date-picker/src/main.vue +236 -236
  76. package/packages/dialog/index.js +5 -5
  77. package/packages/enterprise/index.js +5 -5
  78. package/packages/enterprise/src/main.vue +66 -66
  79. package/packages/error-page/.DS_Store +0 -0
  80. package/packages/error-page/index.js +5 -5
  81. package/packages/error-page/src/main.vue +44 -44
  82. package/packages/flow/.DS_Store +0 -0
  83. package/packages/flow/index.js +5 -5
  84. package/packages/flow/src/component/CommonOpinions.vue +345 -345
  85. package/packages/flow/src/component/CustomPreset.vue +322 -322
  86. package/packages/flow/src/component/FileList.vue +99 -99
  87. package/packages/flow/src/component/Preset.vue +255 -255
  88. package/packages/flow/src/component/SendMsg.vue +229 -229
  89. package/packages/flow/src/component/TimeLimit.vue +190 -190
  90. package/packages/flow/src/component/taskUnionExamine.vue +603 -603
  91. package/packages/flow/src/form.vue +121 -121
  92. package/packages/flow/src/freeStartFlow.vue +2843 -2843
  93. package/packages/flow/src/main.vue +2864 -2864
  94. package/packages/flow/src/processForm.vue +1007 -1007
  95. package/packages/flow/src/processReject.vue +293 -293
  96. package/packages/flow/src/reset.vue +901 -901
  97. package/packages/flow/src/startTaskRead.vue +596 -596
  98. package/packages/flow/src/table.vue +58 -58
  99. package/packages/flow-group/index.js +5 -5
  100. package/packages/flow-group/src/main.vue +688 -688
  101. package/packages/flow-list/index.js +5 -5
  102. package/packages/flow-list/src/main.vue +1172 -1172
  103. package/packages/form/.DS_Store +0 -0
  104. package/packages/form/index.js +5 -5
  105. package/packages/form/src/main.vue +3584 -3584
  106. package/packages/form/src/table.vue +1420 -1420
  107. package/packages/handle-user/index.js +5 -5
  108. package/packages/handle-user/src/main.vue +138 -138
  109. package/packages/handler/index.js +5 -5
  110. package/packages/handler/src/main.vue +388 -388
  111. package/packages/icon/index.js +5 -5
  112. package/packages/icon/src/main.vue +101 -101
  113. package/packages/icons/index.js +5 -5
  114. package/packages/icons/src/main.vue +81 -81
  115. package/packages/input/index.js +5 -5
  116. package/packages/input/src/main.vue +356 -356
  117. package/packages/input-number/index.js +5 -5
  118. package/packages/input-number/src/main.vue +106 -106
  119. package/packages/label/index.js +5 -5
  120. package/packages/label/src/main.vue +457 -457
  121. package/packages/layout/index.js +5 -5
  122. package/packages/layout/src/item.vue +152 -152
  123. package/packages/layout/src/main.vue +31 -31
  124. package/packages/login/.DS_Store +0 -0
  125. package/packages/login/index.js +5 -5
  126. package/packages/login/src/main.vue +1892 -1892
  127. package/packages/login/src/resetPassword.vue +562 -562
  128. package/packages/main/.DS_Store +0 -0
  129. package/packages/main/index.js +5 -5
  130. package/packages/main/src/.DS_Store +0 -0
  131. package/packages/main/src/default/message.vue +249 -249
  132. package/packages/main/src/default/notice.vue +157 -157
  133. package/packages/main/src/default/userinfo.vue +505 -505
  134. package/packages/main/src/public/online.vue +89 -89
  135. package/packages/main/src/public/search.vue +454 -454
  136. package/packages/main/src/public/settings.vue +221 -221
  137. package/packages/main/src/simplicity/apps.vue +388 -388
  138. package/packages/main/src/simplicity/avatar.vue +82 -82
  139. package/packages/main/src/simplicity/handler.vue +221 -221
  140. package/packages/main/src/simplicity/index.vue +1993 -1993
  141. package/packages/main/src/simplicity/lists.vue +84 -84
  142. package/packages/main/src/simplicity/menu-list.vue +128 -128
  143. package/packages/main/src/simplicity/message.vue +259 -259
  144. package/packages/main/src/simplicity/notice.vue +190 -190
  145. package/packages/main/src/simplicity/router-page.vue +45 -45
  146. package/packages/main/src/simplicity/sub-menu.vue +241 -241
  147. package/packages/main/src/simplicity/user.vue +257 -257
  148. package/packages/main/src/simplicity/userinfo.vue +312 -312
  149. package/packages/menu/index.js +5 -5
  150. package/packages/menu/src/main.vue +536 -536
  151. package/packages/nav/index.js +5 -5
  152. package/packages/nav/src/main.vue +402 -402
  153. package/packages/notify/index.js +5 -5
  154. package/packages/notify/src/main.vue +538 -538
  155. package/packages/page/index.js +5 -5
  156. package/packages/page/src/main.vue +167 -167
  157. package/packages/pagination/index.js +5 -5
  158. package/packages/pagination/src/main.vue +96 -96
  159. package/packages/player/index.js +5 -5
  160. package/packages/player/src/main.vue +194 -194
  161. package/packages/qr-code/index.js +5 -5
  162. package/packages/qr-code/src/main.vue +170 -170
  163. package/packages/radio-group/index.js +6 -6
  164. package/packages/radio-group/src/main.vue +319 -319
  165. package/packages/retrial-auth/index.js +5 -5
  166. package/packages/retrial-auth/src/main.vue +280 -280
  167. package/packages/select/index.js +5 -5
  168. package/packages/select/src/main.vue +775 -775
  169. package/packages/select-ganged/index.js +5 -5
  170. package/packages/select-ganged/src/main.vue +724 -724
  171. package/packages/selector/.DS_Store +0 -0
  172. package/packages/selector/index.js +5 -5
  173. package/packages/selector/src/main.vue +677 -677
  174. package/packages/selector-panel/.DS_Store +0 -0
  175. package/packages/selector-panel/index.js +5 -5
  176. package/packages/selector-panel/src/main.vue +1028 -1028
  177. package/packages/selector-panel/src/selection.vue +177 -177
  178. package/packages/selector-panel/src/tree.vue +129 -129
  179. package/packages/sizer/.DS_Store +0 -0
  180. package/packages/sizer/index.js +5 -5
  181. package/packages/sizer/src/main.vue +254 -254
  182. package/packages/steps/index.js +5 -5
  183. package/packages/steps/src/main.vue +181 -181
  184. package/packages/switch/index.js +5 -5
  185. package/packages/switch/src/main.vue +154 -154
  186. package/packages/table-form/index.js +5 -5
  187. package/packages/tabs/.DS_Store +0 -0
  188. package/packages/tabs/index.js +5 -5
  189. package/packages/tabs/src/main.vue +788 -788
  190. package/packages/tabs-panel/index.js +5 -5
  191. package/packages/tabs-panel/src/main.vue +29 -29
  192. package/packages/theme-chalk/src/.DS_Store +0 -0
  193. package/packages/theme-chalk/src/base.scss +260 -260
  194. package/packages/theme-chalk/src/button-group.scss +175 -175
  195. package/packages/theme-chalk/src/button.scss +24 -24
  196. package/packages/theme-chalk/src/calendar.scss +113 -113
  197. package/packages/theme-chalk/src/card.scss +99 -99
  198. package/packages/theme-chalk/src/checkbox-group.scss +8 -8
  199. package/packages/theme-chalk/src/clients.scss +87 -87
  200. package/packages/theme-chalk/src/data-table-form.scss +67 -67
  201. package/packages/theme-chalk/src/data-table.scss +293 -293
  202. package/packages/theme-chalk/src/date-picker.scss +7 -7
  203. package/packages/theme-chalk/src/dialog.scss +77 -77
  204. package/packages/theme-chalk/src/enterprise.scss +5 -5
  205. package/packages/theme-chalk/src/error-page.scss +18 -18
  206. package/packages/theme-chalk/src/flow-group.scss +110 -110
  207. package/packages/theme-chalk/src/flow-list.scss +36 -36
  208. package/packages/theme-chalk/src/flow.scss +310 -310
  209. package/packages/theme-chalk/src/form.scss +496 -496
  210. package/packages/theme-chalk/src/handle-user.scss +40 -40
  211. package/packages/theme-chalk/src/handler.scss +143 -143
  212. package/packages/theme-chalk/src/icon.scss +1760 -1760
  213. package/packages/theme-chalk/src/icons.scss +99 -99
  214. package/packages/theme-chalk/src/input.scss +9 -9
  215. package/packages/theme-chalk/src/label.scss +24 -24
  216. package/packages/theme-chalk/src/layout.scss +46 -46
  217. package/packages/theme-chalk/src/login.scss +939 -939
  218. package/packages/theme-chalk/src/main.scss +632 -632
  219. package/packages/theme-chalk/src/menu.scss +222 -222
  220. package/packages/theme-chalk/src/mixins/color.scss +117 -117
  221. package/packages/theme-chalk/src/nav.scss +125 -125
  222. package/packages/theme-chalk/src/page.scss +3 -3
  223. package/packages/theme-chalk/src/pagination.scss +29 -29
  224. package/packages/theme-chalk/src/player.scss +9 -9
  225. package/packages/theme-chalk/src/qr-code.scss +17 -17
  226. package/packages/theme-chalk/src/radio-group.scss +9 -9
  227. package/packages/theme-chalk/src/retrial-auth.scss +38 -38
  228. package/packages/theme-chalk/src/select-ganged.scss +8 -8
  229. package/packages/theme-chalk/src/select.scss +8 -8
  230. package/packages/theme-chalk/src/selector-panel.scss +204 -204
  231. package/packages/theme-chalk/src/selector.scss +91 -91
  232. package/packages/theme-chalk/src/simplicity.scss +1262 -1262
  233. package/packages/theme-chalk/src/sizer.scss +36 -36
  234. package/packages/theme-chalk/src/steps.scss +88 -88
  235. package/packages/theme-chalk/src/switch.scss +3 -3
  236. package/packages/theme-chalk/src/table-form.scss +1 -1
  237. package/packages/theme-chalk/src/tabs.scss +87 -87
  238. package/packages/theme-chalk/src/tips.scss +7 -7
  239. package/packages/theme-chalk/src/toolbar.scss +179 -179
  240. package/packages/theme-chalk/src/tree-group.scss +72 -72
  241. package/packages/theme-chalk/src/tree.scss +165 -165
  242. package/packages/theme-chalk/src/upload.scss +167 -167
  243. package/packages/theme-chalk/src/wxlogin.scss +3 -3
  244. package/packages/tips/index.js +5 -5
  245. package/packages/tips/src/main.vue +141 -141
  246. package/packages/toolbar/index.js +5 -5
  247. package/packages/toolbar/src/main.vue +430 -430
  248. package/packages/tree/index.js +5 -5
  249. package/packages/tree-group/index.js +5 -5
  250. package/packages/upload/.DS_Store +0 -0
  251. package/packages/upload/index.js +5 -5
  252. package/packages/upload/src/main.vue +1334 -1334
  253. package/packages/upload/src/picture.js +15 -15
  254. package/packages/wujie/index.js +5 -5
  255. package/packages/wujie/src/main.vue +145 -145
  256. package/packages/wxlogin/index.js +5 -5
  257. package/packages/wxlogin/src/main.vue +128 -128
  258. package/src/.DS_Store +0 -0
  259. package/src/config/api.js +248 -248
  260. package/src/config/image.js +2 -2
  261. package/src/index.js +157 -157
  262. package/src/utils/bus.js +3 -3
  263. package/src/utils/date-util.js +312 -312
  264. package/src/utils/http.js +50 -50
  265. package/src/utils/rules.js +18 -18
  266. package/src/utils/store.js +21 -21
  267. package/src/utils/util.js +141 -106
  268. package/src/utils/webSocket.js +107 -107
@@ -547,10 +547,18 @@ var ajaxStream = function ajaxStream(_ref2) {
547
547
  if (params && !Object.prototype.hasOwnProperty.call(params, 'userId') && userId) {
548
548
  params.userId = getStorage('userId');
549
549
  }
550
- var info = {};
550
+ var info = {
551
+ time: 0,
552
+ conversationId: '',
553
+ content: '',
554
+ thinkContent: '',
555
+ primeval: '',
556
+ chunk: ''
557
+ };
551
558
  var partialData = '';
552
559
  var lastProcessedIndex = 0;
553
560
  var done = false;
561
+ var finishThink = false;
554
562
  ajax(_extends({
555
563
  timeout: 990000,
556
564
  format: false,
@@ -565,6 +573,9 @@ var ajaxStream = function ajaxStream(_ref2) {
565
573
  // 获取从上次处理后新增的数据
566
574
  var currentResponse = (progressEvent.event || progressEvent).currentTarget.responseText;
567
575
  var chunk = currentResponse.slice(lastProcessedIndex);
576
+ if (chunk === 'data:') {
577
+ return;
578
+ }
568
579
 
569
580
  // 更新偏移量
570
581
  lastProcessedIndex = currentResponse.length;
@@ -573,7 +584,12 @@ var ajaxStream = function ajaxStream(_ref2) {
573
584
  partialData += chunk;
574
585
  var lines = partialData.split('\n');
575
586
  var remainingData = ''; // 用于保存未完整处理的部分数据
587
+ var primeval = '';
588
+ var chunks = '';
576
589
  lines.forEach(function (line) {
590
+ if (line === '') {
591
+ return;
592
+ }
577
593
  if (line.startsWith('data:')) {
578
594
  var _data = line.replace('data:', '').trim();
579
595
  if (_data) {
@@ -582,8 +598,6 @@ var ajaxStream = function ajaxStream(_ref2) {
582
598
  var parsedData = JSON.parse(_data);
583
599
  info.time = parsedData.time;
584
600
  info.conversationId = parsedData.conversationId;
585
-
586
- // 使用正则表达式匹配 <think> 标签
587
601
  var thinkRegex = /<think>([\s\S]*?)<\/think>([\s\S]*)?/;
588
602
  var match = parsedData.message.match(thinkRegex);
589
603
  if (match) {
@@ -593,20 +607,43 @@ var ajaxStream = function ajaxStream(_ref2) {
593
607
  info.thinkContent += thinkContent;
594
608
  info.content += content;
595
609
  } else {
596
- // 如果没有 <think> 标签,直接将消息内容赋值到 content
597
- info.content += parsedData.message;
610
+ var startRegex = /<think>([\s\S]*)/;
611
+ var endRegex = /([\s\S]*?)<\/think>([\s\S]*)?/;
612
+ var start = parsedData.message.match(startRegex);
613
+ var end = parsedData.message.match(endRegex);
614
+ if (start) {
615
+ var _thinkContent = start[1] ? start[1].trim() : ''; // <think> 标签内的数据
616
+ info.thinkContent += _thinkContent;
617
+ } else {
618
+ if (end) {
619
+ finishThink = true;
620
+ var _thinkContent2 = end[1] ? end[1].trim() : ''; // <think> 标签后的数据
621
+ var _content = end[2] ? end[2].trim() : '';
622
+ // 更新 AI 消息内容
623
+ info.thinkContent += _thinkContent2;
624
+ info.content += _content;
625
+ chunks += _content;
626
+ } else if (finishThink) {
627
+ info.content += parsedData.message;
628
+ chunks += parsedData.message;
629
+ } else {
630
+ info.thinkContent += parsedData.message;
631
+ }
632
+ }
598
633
  }
634
+ primeval += parsedData.message;
599
635
  done = parsedData.done;
600
636
  } catch (parseError) {
601
637
  console.error('解析数据出错:', parseError);
602
638
  }
603
- // Promise.resolve({message: info, controller});
604
639
  }
605
640
  } else {
606
641
  // 保存未处理完的部分数据
607
642
  remainingData += line + '\n';
608
643
  }
609
644
  });
645
+ info.primeval = primeval;
646
+ info.chunk = chunks;
610
647
 
611
648
  // 将未完整处理的数据保留到 partialData 中
612
649
  partialData = remainingData;
@@ -7668,8 +7705,8 @@ childrenvue_type_template_id_271bb842_render._withStripped = true
7668
7705
 
7669
7706
  // CONCATENATED MODULE: ./packages/data-table/src/children.vue?vue&type=template&id=271bb842&
7670
7707
 
7671
- // 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=f7b1c668&
7672
- var columnvue_type_template_id_f7b1c668_render = function () {
7708
+ // 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=4d1a48b2&
7709
+ var columnvue_type_template_id_4d1a48b2_render = function () {
7673
7710
  var _vm = this
7674
7711
  var _h = _vm.$createElement
7675
7712
  var _c = _vm._self._c || _h
@@ -8403,6 +8440,7 @@ var columnvue_type_template_id_f7b1c668_render = function () {
8403
8440
  row: scope.row,
8404
8441
  render: _vm.render,
8405
8442
  index: _vm.indexs,
8443
+ options: _vm.optionDatas,
8406
8444
  },
8407
8445
  })
8408
8446
  : _vm.dateFormat
@@ -8483,11 +8521,11 @@ var columnvue_type_template_id_f7b1c668_render = function () {
8483
8521
  2
8484
8522
  )
8485
8523
  }
8486
- var columnvue_type_template_id_f7b1c668_staticRenderFns = []
8487
- columnvue_type_template_id_f7b1c668_render._withStripped = true
8524
+ var columnvue_type_template_id_4d1a48b2_staticRenderFns = []
8525
+ columnvue_type_template_id_4d1a48b2_render._withStripped = true
8488
8526
 
8489
8527
 
8490
- // CONCATENATED MODULE: ./packages/data-table/src/column.vue?vue&type=template&id=f7b1c668&
8528
+ // CONCATENATED MODULE: ./packages/data-table/src/column.vue?vue&type=template&id=4d1a48b2&
8491
8529
 
8492
8530
  // EXTERNAL MODULE: external "babel-runtime/regenerator"
8493
8531
  var regenerator_ = __webpack_require__(3);
@@ -8970,6 +9008,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
8970
9008
  //
8971
9009
  //
8972
9010
  //
9011
+ //
8973
9012
 
8974
9013
 
8975
9014
 
@@ -8985,7 +9024,8 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
8985
9024
  column: {
8986
9025
  type: Object,
8987
9026
  default: null
8988
- }
9027
+ },
9028
+ options: Object
8989
9029
  },
8990
9030
  render: function render(h, ctx) {
8991
9031
  var params = {
@@ -8997,12 +9037,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
8997
9037
  }
8998
9038
  if (typeof ctx.props.render == 'string') {
8999
9039
  try {
9000
- return utils_util["a" /* default */].toFunction(ctx.props.render)(h, params);
9040
+ return utils_util["a" /* default */].toFunction(ctx.props.render)(h, params, ctx.props.options);
9001
9041
  } catch (error) {
9002
9042
  throw error;
9003
9043
  }
9004
9044
  }
9005
- return ctx.props.render(h, params);
9045
+ return ctx.props.render(h, params, ctx.props.options);
9006
9046
  }
9007
9047
  }
9008
9048
  },
@@ -9426,8 +9466,8 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
9426
9466
 
9427
9467
  var column_component = normalizeComponent(
9428
9468
  src_columnvue_type_script_lang_js_,
9429
- columnvue_type_template_id_f7b1c668_render,
9430
- columnvue_type_template_id_f7b1c668_staticRenderFns,
9469
+ columnvue_type_template_id_4d1a48b2_render,
9470
+ columnvue_type_template_id_4d1a48b2_staticRenderFns,
9431
9471
  false,
9432
9472
  null,
9433
9473
  null,
@@ -27453,21 +27493,21 @@ var CommonOpinionsvue_type_script_lang_js_components;
27453
27493
  return validSate;
27454
27494
  },
27455
27495
 
27456
- /**
27457
- * changeOpinion
27458
- * @desc:监听意见变化
27459
- * @author liufan
27460
- * @date 2022年10月28日
27496
+ /**
27497
+ * changeOpinion
27498
+ * @desc:监听意见变化
27499
+ * @author liufan
27500
+ * @date 2022年10月28日
27461
27501
  **/
27462
27502
  changeOpinion: function changeOpinion() {
27463
27503
  this.$emit('change', this.form.value);
27464
27504
  },
27465
27505
 
27466
- /**
27467
- * getCommonOpion
27468
- * @desc:获取意见
27469
- * @author liufan
27470
- * @date 2022年5月25日
27506
+ /**
27507
+ * getCommonOpion
27508
+ * @desc:获取意见
27509
+ * @author liufan
27510
+ * @date 2022年5月25日
27471
27511
  **/
27472
27512
  getCommonOpion: function getCommonOpion() {
27473
27513
  var _this = this;
@@ -27496,24 +27536,24 @@ var CommonOpinionsvue_type_script_lang_js_components;
27496
27536
  });
27497
27537
  },
27498
27538
 
27499
- /**
27500
- * upDate
27501
- * @desc:修改常用语
27502
- * @author liufan
27503
- * @param {Object} val 修改值
27504
- * @date 2022年5月25日
27539
+ /**
27540
+ * upDate
27541
+ * @desc:修改常用语
27542
+ * @author liufan
27543
+ * @param {Object} val 修改值
27544
+ * @date 2022年5月25日
27505
27545
  **/
27506
27546
  upDate: function upDate(val) {
27507
27547
  this.FormData.id = val.id;
27508
27548
  this.addVisible = true;
27509
27549
  },
27510
27550
 
27511
- /**
27512
- * selectChange
27513
- * @desc:常用语选择
27514
- * @author liufan
27515
- * @param {String} val 选中值
27516
- * @date 2022年5月25日
27551
+ /**
27552
+ * selectChange
27553
+ * @desc:常用语选择
27554
+ * @author liufan
27555
+ * @param {String} val 选中值
27556
+ * @date 2022年5月25日
27517
27557
  **/
27518
27558
  selectChange: function selectChange(val) {
27519
27559
  var _this2 = this;
@@ -27532,12 +27572,12 @@ var CommonOpinionsvue_type_script_lang_js_components;
27532
27572
  });
27533
27573
  },
27534
27574
 
27535
- /**
27536
- * del
27537
- * @desc:删除常用语
27538
- * @author liufan
27539
- * @param {Object} val 删除的数据
27540
- * @date 2022年5月25日
27575
+ /**
27576
+ * del
27577
+ * @desc:删除常用语
27578
+ * @author liufan
27579
+ * @param {Object} val 删除的数据
27580
+ * @date 2022年5月25日
27541
27581
  **/
27542
27582
  del: function del(val) {
27543
27583
  var _this3 = this;
@@ -27579,12 +27619,12 @@ var CommonOpinionsvue_type_script_lang_js_components;
27579
27619
  }).catch(function (e) {});
27580
27620
  },
27581
27621
 
27582
- /**
27583
- * submit
27584
- * @desc:新增/编辑意见保存
27585
- * @author liufan
27586
- * @param {Object} val 保存数据
27587
- * @date 2022年5月25日
27622
+ /**
27623
+ * submit
27624
+ * @desc:新增/编辑意见保存
27625
+ * @author liufan
27626
+ * @param {Object} val 保存数据
27627
+ * @date 2022年5月25日
27588
27628
  **/
27589
27629
  submit: function submit(val) {
27590
27630
  var _this4 = this;
@@ -30433,11 +30473,11 @@ var processFormvue_type_script_lang_js_components;
30433
30473
  });
30434
30474
  },
30435
30475
 
30436
- /**
30437
- * isMultiple
30438
- * @desc:是否多选
30439
- * @author liufan
30440
- * @date 2022年9月13日
30476
+ /**
30477
+ * isMultiple
30478
+ * @desc:是否多选
30479
+ * @author liufan
30480
+ * @date 2022年9月13日
30441
30481
  **/
30442
30482
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
30443
30483
  var multiple = false;
@@ -34405,11 +34445,11 @@ var resetvue_type_script_lang_js_components;
34405
34445
  });
34406
34446
  },
34407
34447
 
34408
- /**
34409
- * isMultiple
34410
- * @desc:是否多选
34411
- * @author liufan
34412
- * @date 2022年9月13日
34448
+ /**
34449
+ * isMultiple
34450
+ * @desc:是否多选
34451
+ * @author liufan
34452
+ * @date 2022年9月13日
34413
34453
  **/
34414
34454
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
34415
34455
  var multiple = false;
@@ -38775,11 +38815,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
38775
38815
  });
38776
38816
  },
38777
38817
 
38778
- /**
38779
- * saveInfo
38780
- * @desc:暂存
38781
- * @author liufan
38782
- * @date 2022年9月9日
38818
+ /**
38819
+ * saveInfo
38820
+ * @desc:暂存
38821
+ * @author liufan
38822
+ * @date 2022年9月9日
38783
38823
  **/
38784
38824
  saveInfo: function saveInfo(type, btn) {
38785
38825
  var _this6 = this;
@@ -38841,11 +38881,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
38841
38881
  });
38842
38882
  },
38843
38883
 
38844
- /**
38845
- * rejectBtn
38846
- * @desc:点击驳回
38847
- * @author liufan
38848
- * @date 2022年5月25日
38884
+ /**
38885
+ * rejectBtn
38886
+ * @desc:点击驳回
38887
+ * @author liufan
38888
+ * @date 2022年5月25日
38849
38889
  **/
38850
38890
  rejectBtn: function rejectBtn() {
38851
38891
  var _this8 = this;
@@ -38863,11 +38903,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
38863
38903
  }
38864
38904
  },
38865
38905
 
38866
- /**
38867
- * taskReadBtn
38868
- * @desc:点击分阅
38869
- * @author liufan
38870
- * @date 2022年5月25日
38906
+ /**
38907
+ * taskReadBtn
38908
+ * @desc:点击分阅
38909
+ * @author liufan
38910
+ * @date 2022年5月25日
38871
38911
  **/
38872
38912
  taskReadBtn: function taskReadBtn() {
38873
38913
  var _this9 = this;
@@ -38886,11 +38926,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
38886
38926
  }
38887
38927
  },
38888
38928
 
38889
- /**
38890
- * getFind
38891
- * @desc:获取通知方式
38892
- * @author liufan
38893
- * @date 2022年5月25日
38929
+ /**
38930
+ * getFind
38931
+ * @desc:获取通知方式
38932
+ * @author liufan
38933
+ * @date 2022年5月25日
38894
38934
  **/
38895
38935
  getFind: function getFind() {
38896
38936
  var _this10 = this;
@@ -38945,12 +38985,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
38945
38985
  });
38946
38986
  },
38947
38987
 
38948
- /**
38949
- * endFlows
38950
- * @desc:直接办结
38951
- * @author liufan
38952
- * @param {Object} res 直接办结数据
38953
- * @date 2022年5月25日
38988
+ /**
38989
+ * endFlows
38990
+ * @desc:直接办结
38991
+ * @author liufan
38992
+ * @param {Object} res 直接办结数据
38993
+ * @date 2022年5月25日
38954
38994
  **/
38955
38995
  endFlows: function endFlows(res) {
38956
38996
  var _this12 = this;
@@ -39004,12 +39044,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
39004
39044
  }).catch(function (e) {});
39005
39045
  },
39006
39046
 
39007
- /**
39008
- * goView
39009
- * @desc:更多流程按钮操作
39010
- * @author liufan
39011
- * @param {Object} res 当前点击操作按钮数据
39012
- * @date 2022年5月25日
39047
+ /**
39048
+ * goView
39049
+ * @desc:更多流程按钮操作
39050
+ * @author liufan
39051
+ * @param {Object} res 当前点击操作按钮数据
39052
+ * @date 2022年5月25日
39013
39053
  **/
39014
39054
  goView: function goView(res) {
39015
39055
  // 驳回并办结:rejectAndEndHtml
@@ -39094,11 +39134,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
39094
39134
  // isCanStartSubFlow
39095
39135
  },
39096
39136
 
39097
- /**
39098
- * toTakeAdvice
39099
- * @desc:征求意见
39100
- * @author liufan
39101
- * @date 2022年9月29日
39137
+ /**
39138
+ * toTakeAdvice
39139
+ * @desc:征求意见
39140
+ * @author liufan
39141
+ * @date 2022年9月29日
39102
39142
  **/
39103
39143
  toTakeAdvice: function toTakeAdvice(res) {
39104
39144
  var _this14 = this;
@@ -39142,11 +39182,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
39142
39182
  });
39143
39183
  },
39144
39184
 
39145
- /**
39146
- * toStartDraf
39147
- * @desc: 稿件递送、联合审核、复核
39148
- * @author liufan
39149
- * @date 2022年9月29日
39185
+ /**
39186
+ * toStartDraf
39187
+ * @desc: 稿件递送、联合审核、复核
39188
+ * @author liufan
39189
+ * @date 2022年9月29日
39150
39190
  **/
39151
39191
  toStartDraf: function toStartDraf(res) {
39152
39192
  var _this16 = this;
@@ -39160,11 +39200,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
39160
39200
  }
39161
39201
  },
39162
39202
 
39163
- /**
39164
- * toSendMsg
39165
- * @desc:核稿通知
39166
- * @author liufan
39167
- * @date 2022年9月29日
39203
+ /**
39204
+ * toSendMsg
39205
+ * @desc:核稿通知
39206
+ * @author liufan
39207
+ * @date 2022年9月29日
39168
39208
  **/
39169
39209
  toSendMsg: function toSendMsg(res) {
39170
39210
  var _this17 = this;
@@ -39178,11 +39218,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
39178
39218
  }
39179
39219
  },
39180
39220
 
39181
- /**
39182
- * toTaskReadAndEnd
39183
- * @desc:分阅并办结
39184
- * @author liufan
39185
- * @date 2022年9月29日
39221
+ /**
39222
+ * toTaskReadAndEnd
39223
+ * @desc:分阅并办结
39224
+ * @author liufan
39225
+ * @date 2022年9月29日
39186
39226
  **/
39187
39227
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
39188
39228
  var _this18 = this;
@@ -39200,11 +39240,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
39200
39240
  }
39201
39241
  },
39202
39242
 
39203
- /**
39204
- * rejectAndEnd
39205
- * @desc:驳回并办结
39206
- * @author liufan
39207
- * @date 2022年9月29日
39243
+ /**
39244
+ * rejectAndEnd
39245
+ * @desc:驳回并办结
39246
+ * @author liufan
39247
+ * @date 2022年9月29日
39208
39248
  **/
39209
39249
  rejectAndEnd: function rejectAndEnd(res) {
39210
39250
  var _this19 = this;
@@ -39259,11 +39299,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
39259
39299
  });
39260
39300
  },
39261
39301
 
39262
- /**
39263
- * toTransfer
39264
- * @desc:转办
39265
- * @author liufan
39266
- * @date 2022年9月29日
39302
+ /**
39303
+ * toTransfer
39304
+ * @desc:转办
39305
+ * @author liufan
39306
+ * @date 2022年9月29日
39267
39307
  **/
39268
39308
  toTransfer: function toTransfer(res) {
39269
39309
  var _this21 = this;
@@ -39279,11 +39319,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
39279
39319
  }
39280
39320
  },
39281
39321
 
39282
- /**
39283
- * getNodeInfo
39284
- * @desc:获取节点信息
39285
- * @author liufan
39286
- * @date 2022年5月25日
39322
+ /**
39323
+ * getNodeInfo
39324
+ * @desc:获取节点信息
39325
+ * @author liufan
39326
+ * @date 2022年5月25日
39287
39327
  **/
39288
39328
  getNodeInfo: function getNodeInfo() {
39289
39329
  var _this22 = this;
@@ -39382,12 +39422,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
39382
39422
  });
39383
39423
  },
39384
39424
 
39385
- /**
39386
- * selecNext
39387
- * @desc:下步节点变化时更新数据
39388
- * @author liufan
39389
- * @param {String} val 当前选中值
39390
- * @date 2022年5月25日
39425
+ /**
39426
+ * selecNext
39427
+ * @desc:下步节点变化时更新数据
39428
+ * @author liufan
39429
+ * @param {String} val 当前选中值
39430
+ * @date 2022年5月25日
39391
39431
  **/
39392
39432
  selecNext: function selecNext(val, type, isDef) {
39393
39433
  var _this23 = this;
@@ -39496,11 +39536,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
39496
39536
  if (isDef !== true) this.getNodeInfo();
39497
39537
  },
39498
39538
 
39499
- /**
39500
- * isMultiple
39501
- * @desc:是否多选
39502
- * @author liufan
39503
- * @date 2022年9月13日
39539
+ /**
39540
+ * isMultiple
39541
+ * @desc:是否多选
39542
+ * @author liufan
39543
+ * @date 2022年9月13日
39504
39544
  **/
39505
39545
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
39506
39546
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -39532,11 +39572,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
39532
39572
  }
39533
39573
  },
39534
39574
 
39535
- /**
39536
- * getHedInfo
39537
- * @desc:获取审核页面数据
39538
- * @author liufan
39539
- * @date 2022年5月25日
39575
+ /**
39576
+ * getHedInfo
39577
+ * @desc:获取审核页面数据
39578
+ * @author liufan
39579
+ * @date 2022年5月25日
39540
39580
  **/
39541
39581
  getHedInfo: function getHedInfo() {
39542
39582
  var _this24 = this;
@@ -39772,13 +39812,13 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
39772
39812
  });
39773
39813
  },
39774
39814
 
39775
- /**
39776
- * closeProcess
39777
- * @desc:关闭弹窗
39778
- * @author liufan
39779
- * @param {boolean} val 当前是否办理流程
39780
- * @param {String} type 当前点击的弹窗类型
39781
- * @date 2022年5月25日
39815
+ /**
39816
+ * closeProcess
39817
+ * @desc:关闭弹窗
39818
+ * @author liufan
39819
+ * @param {boolean} val 当前是否办理流程
39820
+ * @param {String} type 当前点击的弹窗类型
39821
+ * @date 2022年5月25日
39782
39822
  **/
39783
39823
  closeProcess: function closeProcess(val, type, closeParent) {
39784
39824
  if (closeParent) {
@@ -39795,23 +39835,23 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
39795
39835
  }
39796
39836
  },
39797
39837
 
39798
- /**
39799
- * selectChange
39800
- * @desc:常用语选择
39801
- * @author liufan
39802
- * @param {String} val 选中值
39803
- * @date 2022年5月25日
39838
+ /**
39839
+ * selectChange
39840
+ * @desc:常用语选择
39841
+ * @author liufan
39842
+ * @param {String} val 选中值
39843
+ * @date 2022年5月25日
39804
39844
  **/
39805
39845
  selectChange: function selectChange(val) {
39806
39846
  this.value = val;
39807
39847
  },
39808
39848
 
39809
- /**
39810
- * upDate
39811
- * @desc:修改常用语
39812
- * @author liufan
39813
- * @param {Object} val 修改值
39814
- * @date 2022年5月25日
39849
+ /**
39850
+ * upDate
39851
+ * @desc:修改常用语
39852
+ * @author liufan
39853
+ * @param {Object} val 修改值
39854
+ * @date 2022年5月25日
39815
39855
  **/
39816
39856
  upDate: function upDate(val) {
39817
39857
  this.FormData.id = val.id;
@@ -39819,11 +39859,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
39819
39859
  },
39820
39860
 
39821
39861
 
39822
- /**
39823
- * getProcess
39824
- * @desc:获取选择流程
39825
- * @author liufan
39826
- * @date 2022年5月25日
39862
+ /**
39863
+ * getProcess
39864
+ * @desc:获取选择流程
39865
+ * @author liufan
39866
+ * @date 2022年5月25日
39827
39867
  **/
39828
39868
  getProcess: function getProcess() {
39829
39869
  var _this25 = this;
@@ -39877,11 +39917,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
39877
39917
  });
39878
39918
  },
39879
39919
 
39880
- /**
39881
- * getPendedhistoryList
39882
- * @desc:获取流程列表
39883
- * @author liufan
39884
- * @date 2022年5月25日
39920
+ /**
39921
+ * getPendedhistoryList
39922
+ * @desc:获取流程列表
39923
+ * @author liufan
39924
+ * @date 2022年5月25日
39885
39925
  **/
39886
39926
  getPendedhistoryList: function getPendedhistoryList() {
39887
39927
  var _this26 = this;
@@ -39913,12 +39953,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
39913
39953
  },
39914
39954
 
39915
39955
  // 提交流程
39916
- /**
39917
- * subProcess
39918
- * @desc:提交流程
39919
- * @author liufan
39920
- * @param {String} formName 当前form表单ref值
39921
- * @date 2022年5月25日
39956
+ /**
39957
+ * subProcess
39958
+ * @desc:提交流程
39959
+ * @author liufan
39960
+ * @param {String} formName 当前form表单ref值
39961
+ * @date 2022年5月25日
39922
39962
  **/
39923
39963
  subProcess: function subProcess(val) {
39924
39964
  var _this27 = this;
@@ -41491,11 +41531,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
41491
41531
  });
41492
41532
  },
41493
41533
 
41494
- /**
41495
- * saveInfo
41496
- * @desc:暂存
41497
- * @author liufan
41498
- * @date 2022年9月9日
41534
+ /**
41535
+ * saveInfo
41536
+ * @desc:暂存
41537
+ * @author liufan
41538
+ * @date 2022年9月9日
41499
41539
  **/
41500
41540
  saveInfo: function saveInfo(type, btn) {
41501
41541
  var _this6 = this;
@@ -41557,11 +41597,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
41557
41597
  });
41558
41598
  },
41559
41599
 
41560
- /**
41561
- * rejectBtn
41562
- * @desc:点击驳回
41563
- * @author liufan
41564
- * @date 2022年5月25日
41600
+ /**
41601
+ * rejectBtn
41602
+ * @desc:点击驳回
41603
+ * @author liufan
41604
+ * @date 2022年5月25日
41565
41605
  **/
41566
41606
  rejectBtn: function rejectBtn() {
41567
41607
  var _this8 = this;
@@ -41579,11 +41619,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
41579
41619
  }
41580
41620
  },
41581
41621
 
41582
- /**
41583
- * taskReadBtn
41584
- * @desc:点击分阅
41585
- * @author liufan
41586
- * @date 2022年5月25日
41622
+ /**
41623
+ * taskReadBtn
41624
+ * @desc:点击分阅
41625
+ * @author liufan
41626
+ * @date 2022年5月25日
41587
41627
  **/
41588
41628
  taskReadBtn: function taskReadBtn() {
41589
41629
  var _this9 = this;
@@ -41602,11 +41642,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
41602
41642
  }
41603
41643
  },
41604
41644
 
41605
- /**
41606
- * getFind
41607
- * @desc:获取通知方式
41608
- * @author liufan
41609
- * @date 2022年5月25日
41645
+ /**
41646
+ * getFind
41647
+ * @desc:获取通知方式
41648
+ * @author liufan
41649
+ * @date 2022年5月25日
41610
41650
  **/
41611
41651
  getFind: function getFind() {
41612
41652
  var _this10 = this;
@@ -41663,12 +41703,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
41663
41703
  });
41664
41704
  },
41665
41705
 
41666
- /**
41667
- * endFlows
41668
- * @desc:直接办结
41669
- * @author liufan
41670
- * @param {Object} res 直接办结数据
41671
- * @date 2022年5月25日
41706
+ /**
41707
+ * endFlows
41708
+ * @desc:直接办结
41709
+ * @author liufan
41710
+ * @param {Object} res 直接办结数据
41711
+ * @date 2022年5月25日
41672
41712
  **/
41673
41713
  endFlows: function endFlows(res) {
41674
41714
  var _this12 = this;
@@ -41722,12 +41762,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
41722
41762
  }).catch(function (e) {});
41723
41763
  },
41724
41764
 
41725
- /**
41726
- * goView
41727
- * @desc:更多流程按钮操作
41728
- * @author liufan
41729
- * @param {Object} res 当前点击操作按钮数据
41730
- * @date 2022年5月25日
41765
+ /**
41766
+ * goView
41767
+ * @desc:更多流程按钮操作
41768
+ * @author liufan
41769
+ * @param {Object} res 当前点击操作按钮数据
41770
+ * @date 2022年5月25日
41731
41771
  **/
41732
41772
  goView: function goView(res) {
41733
41773
  // 驳回并办结:rejectAndEndHtml
@@ -41812,11 +41852,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
41812
41852
  // isCanStartSubFlow
41813
41853
  },
41814
41854
 
41815
- /**
41816
- * toTakeAdvice
41817
- * @desc:征求意见
41818
- * @author liufan
41819
- * @date 2022年9月29日
41855
+ /**
41856
+ * toTakeAdvice
41857
+ * @desc:征求意见
41858
+ * @author liufan
41859
+ * @date 2022年9月29日
41820
41860
  **/
41821
41861
  toTakeAdvice: function toTakeAdvice(res) {
41822
41862
  var _this14 = this;
@@ -41860,11 +41900,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
41860
41900
  });
41861
41901
  },
41862
41902
 
41863
- /**
41864
- * toStartDraf
41865
- * @desc: 稿件递送、联合审核、复核
41866
- * @author liufan
41867
- * @date 2022年9月29日
41903
+ /**
41904
+ * toStartDraf
41905
+ * @desc: 稿件递送、联合审核、复核
41906
+ * @author liufan
41907
+ * @date 2022年9月29日
41868
41908
  **/
41869
41909
  toStartDraf: function toStartDraf(res) {
41870
41910
  var _this16 = this;
@@ -41878,11 +41918,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
41878
41918
  }
41879
41919
  },
41880
41920
 
41881
- /**
41882
- * toSendMsg
41883
- * @desc:核稿通知
41884
- * @author liufan
41885
- * @date 2022年9月29日
41921
+ /**
41922
+ * toSendMsg
41923
+ * @desc:核稿通知
41924
+ * @author liufan
41925
+ * @date 2022年9月29日
41886
41926
  **/
41887
41927
  toSendMsg: function toSendMsg(res) {
41888
41928
  var _this17 = this;
@@ -41896,11 +41936,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
41896
41936
  }
41897
41937
  },
41898
41938
 
41899
- /**
41900
- * toTaskReadAndEnd
41901
- * @desc:分阅并办结
41902
- * @author liufan
41903
- * @date 2022年9月29日
41939
+ /**
41940
+ * toTaskReadAndEnd
41941
+ * @desc:分阅并办结
41942
+ * @author liufan
41943
+ * @date 2022年9月29日
41904
41944
  **/
41905
41945
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
41906
41946
  var _this18 = this;
@@ -41918,11 +41958,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
41918
41958
  }
41919
41959
  },
41920
41960
 
41921
- /**
41922
- * rejectAndEnd
41923
- * @desc:驳回并办结
41924
- * @author liufan
41925
- * @date 2022年9月29日
41961
+ /**
41962
+ * rejectAndEnd
41963
+ * @desc:驳回并办结
41964
+ * @author liufan
41965
+ * @date 2022年9月29日
41926
41966
  **/
41927
41967
  rejectAndEnd: function rejectAndEnd(res) {
41928
41968
  var _this19 = this;
@@ -41977,11 +42017,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
41977
42017
  });
41978
42018
  },
41979
42019
 
41980
- /**
41981
- * toTransfer
41982
- * @desc:转办
41983
- * @author liufan
41984
- * @date 2022年9月29日
42020
+ /**
42021
+ * toTransfer
42022
+ * @desc:转办
42023
+ * @author liufan
42024
+ * @date 2022年9月29日
41985
42025
  **/
41986
42026
  toTransfer: function toTransfer(res) {
41987
42027
  var _this21 = this;
@@ -41997,11 +42037,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
41997
42037
  }
41998
42038
  },
41999
42039
 
42000
- /**
42001
- * getNodeInfo
42002
- * @desc:获取节点信息
42003
- * @author liufan
42004
- * @date 2022年5月25日
42040
+ /**
42041
+ * getNodeInfo
42042
+ * @desc:获取节点信息
42043
+ * @author liufan
42044
+ * @date 2022年5月25日
42005
42045
  **/
42006
42046
  getNodeInfo: function getNodeInfo() {
42007
42047
  var _this22 = this;
@@ -42100,12 +42140,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
42100
42140
  });
42101
42141
  },
42102
42142
 
42103
- /**
42104
- * selecNext
42105
- * @desc:下步节点变化时更新数据
42106
- * @author liufan
42107
- * @param {String} val 当前选中值
42108
- * @date 2022年5月25日
42143
+ /**
42144
+ * selecNext
42145
+ * @desc:下步节点变化时更新数据
42146
+ * @author liufan
42147
+ * @param {String} val 当前选中值
42148
+ * @date 2022年5月25日
42109
42149
  **/
42110
42150
  selecNext: function selecNext(val, type, isDef) {
42111
42151
  var _this23 = this;
@@ -42214,11 +42254,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
42214
42254
  if (isDef !== true) this.getNodeInfo();
42215
42255
  },
42216
42256
 
42217
- /**
42218
- * isMultiple
42219
- * @desc:是否多选
42220
- * @author liufan
42221
- * @date 2022年9月13日
42257
+ /**
42258
+ * isMultiple
42259
+ * @desc:是否多选
42260
+ * @author liufan
42261
+ * @date 2022年9月13日
42222
42262
  **/
42223
42263
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
42224
42264
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -42250,11 +42290,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
42250
42290
  }
42251
42291
  },
42252
42292
 
42253
- /**
42254
- * getHedInfo
42255
- * @desc:获取审核页面数据
42256
- * @author liufan
42257
- * @date 2022年5月25日
42293
+ /**
42294
+ * getHedInfo
42295
+ * @desc:获取审核页面数据
42296
+ * @author liufan
42297
+ * @date 2022年5月25日
42258
42298
  **/
42259
42299
  getHedInfo: function getHedInfo() {
42260
42300
  var _this24 = this;
@@ -42490,13 +42530,13 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
42490
42530
  });
42491
42531
  },
42492
42532
 
42493
- /**
42494
- * closeProcess
42495
- * @desc:关闭弹窗
42496
- * @author liufan
42497
- * @param {boolean} val 当前是否办理流程
42498
- * @param {String} type 当前点击的弹窗类型
42499
- * @date 2022年5月25日
42533
+ /**
42534
+ * closeProcess
42535
+ * @desc:关闭弹窗
42536
+ * @author liufan
42537
+ * @param {boolean} val 当前是否办理流程
42538
+ * @param {String} type 当前点击的弹窗类型
42539
+ * @date 2022年5月25日
42500
42540
  **/
42501
42541
  closeProcess: function closeProcess(val, type, closeParent) {
42502
42542
  if (closeParent) {
@@ -42509,23 +42549,23 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
42509
42549
  }
42510
42550
  },
42511
42551
 
42512
- /**
42513
- * selectChange
42514
- * @desc:常用语选择
42515
- * @author liufan
42516
- * @param {String} val 选中值
42517
- * @date 2022年5月25日
42552
+ /**
42553
+ * selectChange
42554
+ * @desc:常用语选择
42555
+ * @author liufan
42556
+ * @param {String} val 选中值
42557
+ * @date 2022年5月25日
42518
42558
  **/
42519
42559
  selectChange: function selectChange(val) {
42520
42560
  this.value = val;
42521
42561
  },
42522
42562
 
42523
- /**
42524
- * upDate
42525
- * @desc:修改常用语
42526
- * @author liufan
42527
- * @param {Object} val 修改值
42528
- * @date 2022年5月25日
42563
+ /**
42564
+ * upDate
42565
+ * @desc:修改常用语
42566
+ * @author liufan
42567
+ * @param {Object} val 修改值
42568
+ * @date 2022年5月25日
42529
42569
  **/
42530
42570
  upDate: function upDate(val) {
42531
42571
  this.FormData.id = val.id;
@@ -42533,11 +42573,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
42533
42573
  },
42534
42574
 
42535
42575
 
42536
- /**
42537
- * getProcess
42538
- * @desc:获取选择流程
42539
- * @author liufan
42540
- * @date 2022年5月25日
42576
+ /**
42577
+ * getProcess
42578
+ * @desc:获取选择流程
42579
+ * @author liufan
42580
+ * @date 2022年5月25日
42541
42581
  **/
42542
42582
  getProcess: function getProcess() {
42543
42583
  var _this25 = this;
@@ -42589,11 +42629,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
42589
42629
  });
42590
42630
  },
42591
42631
 
42592
- /**
42593
- * getPendedhistoryList
42594
- * @desc:获取流程列表
42595
- * @author liufan
42596
- * @date 2022年5月25日
42632
+ /**
42633
+ * getPendedhistoryList
42634
+ * @desc:获取流程列表
42635
+ * @author liufan
42636
+ * @date 2022年5月25日
42597
42637
  **/
42598
42638
  getPendedhistoryList: function getPendedhistoryList() {
42599
42639
  var _this26 = this;
@@ -42625,12 +42665,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
42625
42665
  },
42626
42666
 
42627
42667
  // 提交流程
42628
- /**
42629
- * subProcess
42630
- * @desc:提交流程
42631
- * @author liufan
42632
- * @param {String} formName 当前form表单ref值
42633
- * @date 2022年5月25日
42668
+ /**
42669
+ * subProcess
42670
+ * @desc:提交流程
42671
+ * @author liufan
42672
+ * @param {String} formName 当前form表单ref值
42673
+ * @date 2022年5月25日
42634
42674
  **/
42635
42675
  subProcess: function subProcess(val, type) {
42636
42676
  var _this27 = this;
@@ -45797,12 +45837,12 @@ var flow_list_src_mainvue_type_script_lang_js_components;
45797
45837
  }
45798
45838
  },
45799
45839
 
45800
- /**
45801
- * handleFormSubmit
45802
- * @desc:删除节点点击事件
45803
- * @param {Object} formData 点击删除的form数据
45804
- * @author liufan
45805
- * @date 2022年11月29日
45840
+ /**
45841
+ * handleFormSubmit
45842
+ * @desc:删除节点点击事件
45843
+ * @param {Object} formData 点击删除的form数据
45844
+ * @author liufan
45845
+ * @date 2022年11月29日
45806
45846
  **/
45807
45847
  handleFormSubmit: function handleFormSubmit(formData) {
45808
45848
  var _this4 = this;
@@ -45833,48 +45873,48 @@ var flow_list_src_mainvue_type_script_lang_js_components;
45833
45873
  });
45834
45874
  },
45835
45875
 
45836
- /**
45837
- * del
45838
- * @desc:展示删除弹窗
45839
- * @param {String} id 当前点击数据id
45840
- * @author liufan
45841
- * @date 2022年11月29日
45876
+ /**
45877
+ * del
45878
+ * @desc:展示删除弹窗
45879
+ * @param {String} id 当前点击数据id
45880
+ * @author liufan
45881
+ * @date 2022年11月29日
45842
45882
  **/
45843
45883
  del: function del(id) {
45844
45884
  this.historyId = id;
45845
45885
  this.showDel = true;
45846
45886
  },
45847
45887
 
45848
- /**
45849
- * handleCurrentChange
45850
- * @desc:监听页码变化
45851
- * @param {String} val 当前页
45852
- * @author liufan
45853
- * @date 2022年11月29日
45888
+ /**
45889
+ * handleCurrentChange
45890
+ * @desc:监听页码变化
45891
+ * @param {String} val 当前页
45892
+ * @author liufan
45893
+ * @date 2022年11月29日
45854
45894
  **/
45855
45895
  handleCurrentChange: function handleCurrentChange(val) {
45856
45896
  this.currentPage = val;
45857
45897
  this.getPressList();
45858
45898
  },
45859
45899
 
45860
- /**
45861
- * handleSizeChange
45862
- * @desc:监听每页数据显示数量变化
45863
- * @param {String} val 每页展示数量
45864
- * @author liufan
45865
- * @date 2022年11月29日
45900
+ /**
45901
+ * handleSizeChange
45902
+ * @desc:监听每页数据显示数量变化
45903
+ * @param {String} val 每页展示数量
45904
+ * @author liufan
45905
+ * @date 2022年11月29日
45866
45906
  **/
45867
45907
  handleSizeChange: function handleSizeChange(val) {
45868
45908
  this.pageSize = val;
45869
45909
  this.getPressList();
45870
45910
  },
45871
45911
 
45872
- /**
45873
- * sortChange
45874
- * @desc:监听排序变化
45875
- * @param {Object} info 需要排序的字段及排序方式
45876
- * @author liufan
45877
- * @date 2022年11月29日
45912
+ /**
45913
+ * sortChange
45914
+ * @desc:监听排序变化
45915
+ * @param {Object} info 需要排序的字段及排序方式
45916
+ * @author liufan
45917
+ * @date 2022年11月29日
45878
45918
  **/
45879
45919
  sortChange: function sortChange(info) {
45880
45920
  var prop = info.prop,
@@ -45885,11 +45925,11 @@ var flow_list_src_mainvue_type_script_lang_js_components;
45885
45925
  this.getPressList();
45886
45926
  },
45887
45927
 
45888
- /**
45889
- * getPressList
45890
- * @desc:催办列表数据
45891
- * @author liufan
45892
- * @date 2022年11月29日
45928
+ /**
45929
+ * getPressList
45930
+ * @desc:催办列表数据
45931
+ * @author liufan
45932
+ * @date 2022年11月29日
45893
45933
  **/
45894
45934
  getPressList: function getPressList() {
45895
45935
  var _this5 = this;
@@ -45919,12 +45959,12 @@ var flow_list_src_mainvue_type_script_lang_js_components;
45919
45959
  });
45920
45960
  },
45921
45961
 
45922
- /**
45923
- * goPress
45924
- * @desc:催办列表查看
45925
- * @param {String} id 催办列表id
45926
- * @author liufan
45927
- * @date 2022年11月29日
45962
+ /**
45963
+ * goPress
45964
+ * @desc:催办列表查看
45965
+ * @param {String} id 催办列表id
45966
+ * @author liufan
45967
+ * @date 2022年11月29日
45928
45968
  **/
45929
45969
  goPress: function goPress(id) {
45930
45970
  this.historyId = id;
@@ -45932,23 +45972,23 @@ var flow_list_src_mainvue_type_script_lang_js_components;
45932
45972
  this.getPressList();
45933
45973
  },
45934
45974
 
45935
- /**
45936
- * showFile
45937
- * @desc:附件查看
45938
- * @param {String} ownId 附件id
45939
- * @author liufan
45940
- * @date 2022年11月29日
45975
+ /**
45976
+ * showFile
45977
+ * @desc:附件查看
45978
+ * @param {String} ownId 附件id
45979
+ * @author liufan
45980
+ * @date 2022年11月29日
45941
45981
  **/
45942
45982
  showFile: function showFile(ownId) {
45943
45983
  this.wfpendingid = ownId;
45944
45984
  this.showFileList = true;
45945
45985
  },
45946
45986
 
45947
- /**
45948
- * handleChange
45949
- * @desc:切换排序方式
45950
- * @author liufan
45951
- * @date 2022年11月22日
45987
+ /**
45988
+ * handleChange
45989
+ * @desc:切换排序方式
45990
+ * @author liufan
45991
+ * @date 2022年11月22日
45952
45992
  **/
45953
45993
  handleChange: function handleChange(key, value) {
45954
45994
  if (value) {
@@ -45959,11 +45999,11 @@ var flow_list_src_mainvue_type_script_lang_js_components;
45959
45999
  this.getFlowList();
45960
46000
  },
45961
46001
 
45962
- /**
45963
- * getFlowList
45964
- * @desc:获取流程列表
45965
- * @author liufan
45966
- * @date 2022年11月22日
46002
+ /**
46003
+ * getFlowList
46004
+ * @desc:获取流程列表
46005
+ * @author liufan
46006
+ * @date 2022年11月22日
45967
46007
  **/
45968
46008
  getFlowList: function getFlowList() {
45969
46009
  var _this6 = this;
@@ -46017,12 +46057,12 @@ var flow_list_src_mainvue_type_script_lang_js_components;
46017
46057
  });
46018
46058
  },
46019
46059
 
46020
- /**
46021
- * handleClick
46022
- * @desc:表单点击事件
46023
- * @param {Object} val 当前点击行数据及按钮
46024
- * @author liufan
46025
- * @date 2022年11月10日
46060
+ /**
46061
+ * handleClick
46062
+ * @desc:表单点击事件
46063
+ * @param {Object} val 当前点击行数据及按钮
46064
+ * @author liufan
46065
+ * @date 2022年11月10日
46026
46066
  **/
46027
46067
  handleClick: function handleClick(val) {
46028
46068
  var _this7 = this;
@@ -46068,13 +46108,13 @@ var flow_list_src_mainvue_type_script_lang_js_components;
46068
46108
  }
46069
46109
  },
46070
46110
 
46071
- /**
46072
- * getCodeValue
46073
- * @desc:获取代码表过滤后的值
46074
- * @param {String} value 展示数据的代码值
46075
- * @param {String} type 代码表类型
46076
- * @author liufan
46077
- * @date 2022年11月10日
46111
+ /**
46112
+ * getCodeValue
46113
+ * @desc:获取代码表过滤后的值
46114
+ * @param {String} value 展示数据的代码值
46115
+ * @param {String} type 代码表类型
46116
+ * @author liufan
46117
+ * @date 2022年11月10日
46078
46118
  **/
46079
46119
  getCodeValue: function getCodeValue(value, type) {
46080
46120
  var val = this[type].filter(function (item) {
@@ -46083,12 +46123,12 @@ var flow_list_src_mainvue_type_script_lang_js_components;
46083
46123
  return val[0].shortName;
46084
46124
  },
46085
46125
 
46086
- /**
46087
- * getSysInfo
46088
- * @desc:获取代码表
46089
- * @param {String} code 编码code值
46090
- * @author liufan
46091
- * @date 2022年11月10日
46126
+ /**
46127
+ * getSysInfo
46128
+ * @desc:获取代码表
46129
+ * @param {String} code 编码code值
46130
+ * @author liufan
46131
+ * @date 2022年11月10日
46092
46132
  **/
46093
46133
  getSysInfo: function getSysInfo(code) {
46094
46134
  var _this8 = this;
@@ -46110,11 +46150,11 @@ var flow_list_src_mainvue_type_script_lang_js_components;
46110
46150
  }).catch(function (e) {});
46111
46151
  },
46112
46152
 
46113
- /**
46114
- * getListInfo
46115
- * @desc:获取预设列表数据
46116
- * @author liufan
46117
- * @date 2022年11月10日
46153
+ /**
46154
+ * getListInfo
46155
+ * @desc:获取预设列表数据
46156
+ * @author liufan
46157
+ * @date 2022年11月10日
46118
46158
  **/
46119
46159
  getListInfo: function getListInfo() {
46120
46160
  var _this9 = this;
@@ -54864,10 +54904,10 @@ appsvue_type_template_id_71b9cb14_scoped_true_render._withStripped = true
54864
54904
  this.$emit('click', res);
54865
54905
  },
54866
54906
 
54867
- /**
54868
- * @desc:获取气泡提醒
54869
- * @author huangbo
54870
- * @date 2024年9月7日
54907
+ /**
54908
+ * @desc:获取气泡提醒
54909
+ * @author huangbo
54910
+ * @date 2024年9月7日
54871
54911
  **/
54872
54912
  getBadge: function getBadge(res) {
54873
54913
  var num = res.tips || 0;
@@ -58851,10 +58891,10 @@ var events = [function (tabs, index, that) {
58851
58891
  },
58852
58892
 
58853
58893
  methods: {
58854
- /**
58855
- * @desc:匹配路由
58856
- * @author huangbo
58857
- * @date 2024年9月7日
58894
+ /**
58895
+ * @desc:匹配路由
58896
+ * @author huangbo
58897
+ * @date 2024年9月7日
58858
58898
  **/
58859
58899
  hasRouter: function hasRouter(res, url, code) {
58860
58900
  if (!url) {
@@ -58898,10 +58938,10 @@ var events = [function (tabs, index, that) {
58898
58938
  return false;
58899
58939
  },
58900
58940
 
58901
- /**
58902
- * @desc:获取初始数据
58903
- * @author huangbo
58904
- * @date 2024年9月7日
58941
+ /**
58942
+ * @desc:获取初始数据
58943
+ * @author huangbo
58944
+ * @date 2024年9月7日
58905
58945
  **/
58906
58946
  init: function init(results, first) {
58907
58947
  this.setConfig(results);
@@ -58910,10 +58950,10 @@ var events = [function (tabs, index, that) {
58910
58950
  }
58911
58951
  },
58912
58952
 
58913
- /**
58914
- * @desc:设置用户配置及信息
58915
- * @author huangbo
58916
- * @date 2024年9月7日
58953
+ /**
58954
+ * @desc:设置用户配置及信息
58955
+ * @author huangbo
58956
+ * @date 2024年9月7日
58917
58957
  **/
58918
58958
  setConfig: function setConfig(results) {
58919
58959
  localStorage.setItem('mainConfig', JSON.stringify(results));
@@ -59031,10 +59071,10 @@ var events = [function (tabs, index, that) {
59031
59071
  }
59032
59072
  },
59033
59073
 
59034
- /**
59035
- * @desc:获取所有应用
59036
- * @author huangbo
59037
- * @date 2024年9月7日
59074
+ /**
59075
+ * @desc:获取所有应用
59076
+ * @author huangbo
59077
+ * @date 2024年9月7日
59038
59078
  **/
59039
59079
  getApplications: function getApplications() {
59040
59080
  var _this = this;
@@ -59082,10 +59122,10 @@ var events = [function (tabs, index, that) {
59082
59122
  });
59083
59123
  },
59084
59124
 
59085
- /**
59086
- * @desc:获取菜单列表
59087
- * @author huangbo
59088
- * @date 2024年9月7日
59125
+ /**
59126
+ * @desc:获取菜单列表
59127
+ * @author huangbo
59128
+ * @date 2024年9月7日
59089
59129
  **/
59090
59130
  getMenus: function getMenus(loading) {
59091
59131
  var _this2 = this;
@@ -59118,10 +59158,10 @@ var events = [function (tabs, index, that) {
59118
59158
  });
59119
59159
  },
59120
59160
 
59121
- /**
59122
- * @desc:处理菜单列表
59123
- * @author huangbo
59124
- * @date 2024年9月7日
59161
+ /**
59162
+ * @desc:处理菜单列表
59163
+ * @author huangbo
59164
+ * @date 2024年9月7日
59125
59165
  **/
59126
59166
  renderMenus: function renderMenus(res) {
59127
59167
  this.menus = res;
@@ -59211,10 +59251,10 @@ var events = [function (tabs, index, that) {
59211
59251
  }
59212
59252
  },
59213
59253
 
59214
- /**
59215
- * @desc:设置页面加载类型
59216
- * @author huangbo
59217
- * @date 2024年9月7日
59254
+ /**
59255
+ * @desc:设置页面加载类型
59256
+ * @author huangbo
59257
+ * @date 2024年9月7日
59218
59258
  **/
59219
59259
  setIframeType: function setIframeType(res) {
59220
59260
  var url = res.url;
@@ -59270,10 +59310,10 @@ var events = [function (tabs, index, that) {
59270
59310
  return res;
59271
59311
  },
59272
59312
 
59273
- /**
59274
- * @desc:获取菜单
59275
- * @author huangbo
59276
- * @date 2024年9月7日
59313
+ /**
59314
+ * @desc:获取菜单
59315
+ * @author huangbo
59316
+ * @date 2024年9月7日
59277
59317
  **/
59278
59318
  getMenu: function getMenu(menus, res, key) {
59279
59319
  if (Array.isArray(menus)) {
@@ -59302,10 +59342,10 @@ var events = [function (tabs, index, that) {
59302
59342
  return false;
59303
59343
  },
59304
59344
 
59305
- /**
59306
- * @desc:获取菜单第一条数据
59307
- * @author huangbo
59308
- * @date 2024年9月7日
59345
+ /**
59346
+ * @desc:获取菜单第一条数据
59347
+ * @author huangbo
59348
+ * @date 2024年9月7日
59309
59349
  **/
59310
59350
  getFirst: function getFirst(obj) {
59311
59351
  if (!obj) {
@@ -59324,10 +59364,10 @@ var events = [function (tabs, index, that) {
59324
59364
  }
59325
59365
  },
59326
59366
 
59327
- /**
59328
- * @desc:遍历设置菜单气泡提醒
59329
- * @author huangbo
59330
- * @date 2024年9月7日
59367
+ /**
59368
+ * @desc:遍历设置菜单气泡提醒
59369
+ * @author huangbo
59370
+ * @date 2024年9月7日
59331
59371
  **/
59332
59372
  setTips: function setTips(obj) {
59333
59373
  var _this3 = this;
@@ -59390,10 +59430,10 @@ var events = [function (tabs, index, that) {
59390
59430
  }
59391
59431
  },
59392
59432
 
59393
- /**
59394
- * @desc:获取气泡提醒
59395
- * @author huangbo
59396
- * @date 2024年9月7日
59433
+ /**
59434
+ * @desc:获取气泡提醒
59435
+ * @author huangbo
59436
+ * @date 2024年9月7日
59397
59437
  **/
59398
59438
  getBadge: function getBadge(res) {
59399
59439
  var num = res.tips || 0;
@@ -59407,10 +59447,10 @@ var events = [function (tabs, index, that) {
59407
59447
  };
59408
59448
  },
59409
59449
 
59410
- /**
59411
- * @desc:开启weosocket
59412
- * @author huangbo
59413
- * @date 2024年9月7日
59450
+ /**
59451
+ * @desc:开启weosocket
59452
+ * @author huangbo
59453
+ * @date 2024年9月7日
59414
59454
  **/
59415
59455
  initWebSocket: function initWebSocket() {
59416
59456
  var _this5 = this;
@@ -59458,10 +59498,10 @@ var events = [function (tabs, index, that) {
59458
59498
  });
59459
59499
  },
59460
59500
 
59461
- /**
59462
- * @desc:显示用户信息
59463
- * @author huangbo
59464
- * @date 2024年9月7日
59501
+ /**
59502
+ * @desc:显示用户信息
59503
+ * @author huangbo
59504
+ * @date 2024年9月7日
59465
59505
  **/
59466
59506
  showUserInfo: function showUserInfo() {
59467
59507
  if (this.showUser === false) {
@@ -59469,19 +59509,19 @@ var events = [function (tabs, index, that) {
59469
59509
  }
59470
59510
  },
59471
59511
 
59472
- /**
59473
- * @desc:删除更多应用菜单点击
59474
- * @author huangbo
59475
- * @date 2024年9月7日
59512
+ /**
59513
+ * @desc:删除更多应用菜单点击
59514
+ * @author huangbo
59515
+ * @date 2024年9月7日
59476
59516
  **/
59477
59517
  handleDelete: function handleDelete(index) {
59478
59518
  this.newApps.splice(index, 1);
59479
59519
  },
59480
59520
 
59481
- /**
59482
- * @desc:储存更多应用菜单点击
59483
- * @author huangbo
59484
- * @date 2024年9月7日
59521
+ /**
59522
+ * @desc:储存更多应用菜单点击
59523
+ * @author huangbo
59524
+ * @date 2024年9月7日
59485
59525
  **/
59486
59526
  handlerClickApps: function handlerClickApps(res) {
59487
59527
  if (res.permission === false) {
@@ -59494,10 +59534,10 @@ var events = [function (tabs, index, that) {
59494
59534
  this.handlerClickApp(res);
59495
59535
  },
59496
59536
 
59497
- /**
59498
- * @desc:侧边应用菜单点击
59499
- * @author huangbo
59500
- * @date 2024年9月7日
59537
+ /**
59538
+ * @desc:侧边应用菜单点击
59539
+ * @author huangbo
59540
+ * @date 2024年9月7日
59501
59541
  **/
59502
59542
  handlerClickApp: function handlerClickApp(res) {
59503
59543
  this.showMsg = false;
@@ -59580,10 +59620,10 @@ var events = [function (tabs, index, that) {
59580
59620
  }
59581
59621
  },
59582
59622
 
59583
- /**
59584
- * @desc:显示Drawer界面
59585
- * @author huangbo
59586
- * @date 2024年9月7日
59623
+ /**
59624
+ * @desc:显示Drawer界面
59625
+ * @author huangbo
59626
+ * @date 2024年9月7日
59587
59627
  **/
59588
59628
  handlerSetDrawer: function handlerSetDrawer(res) {
59589
59629
  this.drawer.visible = !this.drawer.visible;
@@ -59594,19 +59634,19 @@ var events = [function (tabs, index, that) {
59594
59634
  }
59595
59635
  },
59596
59636
 
59597
- /**
59598
- * @desc:关闭Drawer界面
59599
- * @author huangbo
59600
- * @date 2024年9月7日
59637
+ /**
59638
+ * @desc:关闭Drawer界面
59639
+ * @author huangbo
59640
+ * @date 2024年9月7日
59601
59641
  **/
59602
59642
  handleCloseDrawer: function handleCloseDrawer() {
59603
59643
  this.drawer = { visible: false };
59604
59644
  },
59605
59645
 
59606
- /**
59607
- * @desc:菜单点击
59608
- * @author huangbo
59609
- * @date 2024年9月7日
59646
+ /**
59647
+ * @desc:菜单点击
59648
+ * @author huangbo
59649
+ * @date 2024年9月7日
59610
59650
  **/
59611
59651
  handlerClickMenu: function handlerClickMenu(res) {
59612
59652
  utils_util["a" /* default */].ajax({
@@ -59645,19 +59685,19 @@ var events = [function (tabs, index, that) {
59645
59685
  },
59646
59686
 
59647
59687
 
59648
- /**
59649
- * @desc:用户详情请求成功
59650
- * @author huangbo
59651
- * @date 2024年9月7日
59688
+ /**
59689
+ * @desc:用户详情请求成功
59690
+ * @author huangbo
59691
+ * @date 2024年9月7日
59652
59692
  **/
59653
59693
  handleSuccess: function handleSuccess(res) {
59654
59694
  this.simpleUserInfo = res.simpleUserInfo;
59655
59695
  },
59656
59696
 
59657
- /**
59658
- * @desc:修改用户配置
59659
- * @author huangbo
59660
- * @date 2024年9月7日
59697
+ /**
59698
+ * @desc:修改用户配置
59699
+ * @author huangbo
59700
+ * @date 2024年9月7日
59661
59701
  **/
59662
59702
  handleChangeConfig: function handleChangeConfig(name, res) {
59663
59703
  if (name == 'userHeadUrl') {
@@ -59673,10 +59713,10 @@ var events = [function (tabs, index, that) {
59673
59713
  }
59674
59714
  },
59675
59715
 
59676
- /**
59677
- * @desc:关闭webSocket
59678
- * @author huangbo
59679
- * @date 2024年9月7日
59716
+ /**
59717
+ * @desc:关闭webSocket
59718
+ * @author huangbo
59719
+ * @date 2024年9月7日
59680
59720
  **/
59681
59721
  handlerClose: function handlerClose() {
59682
59722
  if (this.webSocket) {
@@ -59684,10 +59724,10 @@ var events = [function (tabs, index, that) {
59684
59724
  }
59685
59725
  },
59686
59726
 
59687
- /**
59688
- * @desc:刷新选中iframe页签
59689
- * @author huangbo
59690
- * @date 2024年9月7日
59727
+ /**
59728
+ * @desc:刷新选中iframe页签
59729
+ * @author huangbo
59730
+ * @date 2024年9月7日
59691
59731
  **/
59692
59732
  handleRefresh: function handleRefresh() {
59693
59733
  var i = utils_util["a" /* default */].indexOfObj(this.tabs, this.activeName, 'id');
@@ -59708,10 +59748,10 @@ var events = [function (tabs, index, that) {
59708
59748
  }
59709
59749
  },
59710
59750
 
59711
- /**
59712
- * @desc:删除iframe
59713
- * @author huangbo
59714
- * @date 2024年9月7日
59751
+ /**
59752
+ * @desc:删除iframe
59753
+ * @author huangbo
59754
+ * @date 2024年9月7日
59715
59755
  **/
59716
59756
  handleRemove: function handleRemove(name) {
59717
59757
  var len = this.tabs.length - 1;
@@ -59728,10 +59768,10 @@ var events = [function (tabs, index, that) {
59728
59768
  }
59729
59769
  },
59730
59770
 
59731
- /**
59732
- * @desc:tabs鼠标右键事件
59733
- * @author huangbo
59734
- * @date 2024年9月7日
59771
+ /**
59772
+ * @desc:tabs鼠标右键事件
59773
+ * @author huangbo
59774
+ * @date 2024年9月7日
59735
59775
  **/
59736
59776
  handleContextmenu: function handleContextmenu(tabs, e) {
59737
59777
  var disabled = {};
@@ -59756,10 +59796,10 @@ var events = [function (tabs, index, that) {
59756
59796
  window.addEventListener('click', this.closeTabsEvents);
59757
59797
  },
59758
59798
 
59759
- /**
59760
- * @desc:tabs页签事件
59761
- * @author huangbo
59762
- * @date 2024年9月7日
59799
+ /**
59800
+ * @desc:tabs页签事件
59801
+ * @author huangbo
59802
+ * @date 2024年9月7日
59763
59803
  **/
59764
59804
  handleTabsEvents: function handleTabsEvents(num) {
59765
59805
  if (this.pane !== null) {
@@ -59777,10 +59817,10 @@ var events = [function (tabs, index, that) {
59777
59817
  window.removeEventListener('click', this.closeTabsEvents);
59778
59818
  },
59779
59819
 
59780
- /**
59781
- * @desc:handler工具栏点击事件
59782
- * @author huangbo
59783
- * @date 2024年9月7日
59820
+ /**
59821
+ * @desc:handler工具栏点击事件
59822
+ * @author huangbo
59823
+ * @date 2024年9月7日
59784
59824
  **/
59785
59825
  handleClick: function handleClick(res) {
59786
59826
  var type = res.type,
@@ -59856,10 +59896,10 @@ var events = [function (tabs, index, that) {
59856
59896
  this.$emit('handler-click', res);
59857
59897
  },
59858
59898
 
59859
- /**
59860
- * @desc:退出登录
59861
- * @author huangbo
59862
- * @date 2024年9月7日
59899
+ /**
59900
+ * @desc:退出登录
59901
+ * @author huangbo
59902
+ * @date 2024年9月7日
59863
59903
  **/
59864
59904
  handleQuit: function handleQuit() {
59865
59905
  var _this6 = this;
@@ -59917,10 +59957,10 @@ var events = [function (tabs, index, that) {
59917
59957
  }).catch(function (e) {});
59918
59958
  },
59919
59959
 
59920
- /**
59921
- * @desc:主题、消息回调
59922
- * @author huangbo
59923
- * @date 2024年9月7日
59960
+ /**
59961
+ * @desc:主题、消息回调
59962
+ * @author huangbo
59963
+ * @date 2024年9月7日
59924
59964
  **/
59925
59965
  handleChange: function handleChange(res) {
59926
59966
  var type = res.type,
@@ -59936,10 +59976,10 @@ var events = [function (tabs, index, that) {
59936
59976
  }
59937
59977
  },
59938
59978
 
59939
- /**
59940
- * @desc:菜单布局样式切换
59941
- * @author huangbo
59942
- * @date 2024年9月7日
59979
+ /**
59980
+ * @desc:菜单布局样式切换
59981
+ * @author huangbo
59982
+ * @date 2024年9月7日
59943
59983
  **/
59944
59984
  handleLayout: function handleLayout(res, active) {
59945
59985
  if (active) {
@@ -59948,10 +59988,10 @@ var events = [function (tabs, index, that) {
59948
59988
  this.$emit('chang-layout', res, active);
59949
59989
  },
59950
59990
 
59951
- /**
59952
- * @desc:消息修改总数
59953
- * @author huangbo
59954
- * @date 2024年9月7日
59991
+ /**
59992
+ * @desc:消息修改总数
59993
+ * @author huangbo
59994
+ * @date 2024年9月7日
59955
59995
  **/
59956
59996
  handleMenuTips: function handleMenuTips(id, num) {
59957
59997
  if (num) {
@@ -59962,10 +60002,10 @@ var events = [function (tabs, index, that) {
59962
60002
  }
59963
60003
  },
59964
60004
 
59965
- /**
59966
- * @desc:处理即时消息
59967
- * @author huangbo
59968
- * @date 2024年9月7日
60005
+ /**
60006
+ * @desc:处理即时消息
60007
+ * @author huangbo
60008
+ * @date 2024年9月7日
59969
60009
  **/
59970
60010
  handleOpened: function handleOpened(res) {
59971
60011
  var _this7 = this;
@@ -66754,19 +66794,19 @@ var QRCode = __webpack_require__(23);
66754
66794
  //设置logo大小
66755
66795
  var logoPosition = (_this3.mwidth - 46) / 2; //logo相对于canvas居中定位
66756
66796
  //设置获取的logo将其变为圆角以及添加白色背景
66757
- /* ctx.fillStyle = "#fff";
66758
- ctx.beginPath();
66759
- let h = 46; //圆角高 10为基数(logo四周白色背景为10/2)
66760
- let w = 46; //圆角宽
66761
- let x = logoPosition - 5;
66762
- let y = logoPosition - 5;
66763
- let r = 5; //圆角半径
66764
- ctx.moveTo(x + r, y);
66765
- ctx.arcTo(x + w, y, x + w, y + h, r);
66766
- ctx.arcTo(x + w, y + h, x, y + h, r);
66767
- ctx.arcTo(x, y + h, x, y, r);
66768
- ctx.arcTo(x, y, x + w, y, r);
66769
- ctx.closePath();
66797
+ /* ctx.fillStyle = "#fff";
66798
+ ctx.beginPath();
66799
+ let h = 46; //圆角高 10为基数(logo四周白色背景为10/2)
66800
+ let w = 46; //圆角宽
66801
+ let x = logoPosition - 5;
66802
+ let y = logoPosition - 5;
66803
+ let r = 5; //圆角半径
66804
+ ctx.moveTo(x + r, y);
66805
+ ctx.arcTo(x + w, y, x + w, y + h, r);
66806
+ ctx.arcTo(x + w, y + h, x, y + h, r);
66807
+ ctx.arcTo(x, y + h, x, y, r);
66808
+ ctx.arcTo(x, y, x + w, y, r);
66809
+ ctx.closePath();
66770
66810
  ctx.fill(); */
66771
66811
  logo.onload = function () {
66772
66812
  ctx.drawImage(logo, logoPosition, logoPosition, 46, 46);
@@ -84603,7 +84643,7 @@ if (typeof window !== 'undefined' && window.Vue) {
84603
84643
  }
84604
84644
 
84605
84645
  /* harmony default export */ var src_0 = __webpack_exports__["default"] = ({
84606
- version: '0.6.39',
84646
+ version: '0.6.40',
84607
84647
  install: install,
84608
84648
  Button: packages_button,
84609
84649
  ButtonGroup: button_group,