eoss-ui 0.8.24 → 0.8.25

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 (318) hide show
  1. package/lib/calogin.js +233 -233
  2. package/lib/eoss-ui.common.js +929 -929
  3. package/lib/flow-list.js +96 -96
  4. package/lib/flow.js +283 -283
  5. package/lib/index.js +1 -1
  6. package/lib/main.js +298 -298
  7. package/lib/qr-code.js +13 -13
  8. package/package.json +162 -162
  9. package/packages/button/index.js +5 -5
  10. package/packages/button/src/main.vue +418 -418
  11. package/packages/button-group/index.js +5 -5
  12. package/packages/button-group/src/main.vue +346 -346
  13. package/packages/calendar/index.js +5 -5
  14. package/packages/calogin/index.js +5 -5
  15. package/packages/calogin/src/main.vue +412 -412
  16. package/packages/calogin/src/plugin.js +915 -915
  17. package/packages/card/index.js +5 -5
  18. package/packages/card/src/main.vue +156 -156
  19. package/packages/cascader/index.js +5 -5
  20. package/packages/cascader/src/main.vue +168 -168
  21. package/packages/checkbox-group/index.js +5 -5
  22. package/packages/checkbox-group/src/main.vue +333 -333
  23. package/packages/clients/index.js +5 -5
  24. package/packages/clients/src/main.vue +151 -151
  25. package/packages/data-table/index.js +5 -5
  26. package/packages/data-table/src/children.vue +46 -46
  27. package/packages/data-table/src/main.vue +1876 -1876
  28. package/packages/data-table/src/sizer.vue +195 -195
  29. package/packages/data-table-form/index.js +5 -5
  30. package/packages/data-table-form/src/checkbox.vue +101 -101
  31. package/packages/data-table-form/src/colgroup.vue +17 -17
  32. package/packages/data-table-form/src/main.vue +181 -181
  33. package/packages/data-table-form/src/radio.vue +65 -65
  34. package/packages/data-table-form/src/table.vue +233 -233
  35. package/packages/data-table-form/src/tbody.vue +336 -336
  36. package/packages/data-table-form/src/thead.vue +68 -68
  37. package/packages/date-picker/index.js +5 -5
  38. package/packages/date-picker/src/main.vue +236 -236
  39. package/packages/dialog/index.js +5 -5
  40. package/packages/enable-drag/index.js +5 -5
  41. package/packages/enterprise/index.js +5 -5
  42. package/packages/enterprise/src/main.vue +66 -66
  43. package/packages/error-page/index.js +5 -5
  44. package/packages/error-page/src/main.vue +44 -44
  45. package/packages/flow/index.js +5 -5
  46. package/packages/flow/src/component/Circulate.vue +420 -420
  47. package/packages/flow/src/component/CommonOpinions.vue +376 -376
  48. package/packages/flow/src/component/CustomPreset.vue +324 -324
  49. package/packages/flow/src/component/FileList.vue +97 -97
  50. package/packages/flow/src/component/FreeCirculation.vue +245 -245
  51. package/packages/flow/src/component/Preset.vue +257 -257
  52. package/packages/flow/src/component/SendMsg.vue +242 -242
  53. package/packages/flow/src/component/SortFlow.vue +110 -110
  54. package/packages/flow/src/component/TimeLimit.vue +190 -190
  55. package/packages/flow/src/component/taskUnionExamine.vue +763 -763
  56. package/packages/flow/src/form.vue +123 -123
  57. package/packages/flow/src/freeStartFlow.vue +2898 -2898
  58. package/packages/flow/src/main.vue +4248 -4248
  59. package/packages/flow/src/processForm.vue +1806 -1806
  60. package/packages/flow/src/processReject.vue +311 -311
  61. package/packages/flow/src/reset.vue +952 -952
  62. package/packages/flow/src/startTaskRead.vue +698 -698
  63. package/packages/flow/src/supervise.vue +162 -162
  64. package/packages/flow/src/table.vue +58 -58
  65. package/packages/flow-group/index.js +5 -5
  66. package/packages/flow-group/src/main.vue +750 -750
  67. package/packages/flow-list/index.js +5 -5
  68. package/packages/flow-list/src/main.vue +2337 -2337
  69. package/packages/form/index.js +5 -5
  70. package/packages/form/src/table.vue +1512 -1512
  71. package/packages/handle-user/index.js +5 -5
  72. package/packages/handle-user/src/main.vue +137 -137
  73. package/packages/handler/index.js +5 -5
  74. package/packages/handler/src/main.vue +499 -499
  75. package/packages/icon/index.js +5 -5
  76. package/packages/icon/src/main.vue +104 -104
  77. package/packages/icons/index.js +5 -5
  78. package/packages/icons/src/main.vue +81 -81
  79. package/packages/input/index.js +5 -5
  80. package/packages/input/src/main.vue +356 -356
  81. package/packages/input-number/index.js +5 -5
  82. package/packages/input-number/src/main.vue +106 -106
  83. package/packages/label/index.js +5 -5
  84. package/packages/label/src/main.vue +457 -457
  85. package/packages/layout/index.js +5 -5
  86. package/packages/layout/src/item.vue +152 -152
  87. package/packages/layout/src/main.vue +31 -31
  88. package/packages/login/index.js +5 -5
  89. package/packages/login/src/main.vue +2088 -2088
  90. package/packages/login/src/resetPassword.vue +557 -557
  91. package/packages/main/index.js +5 -5
  92. package/packages/main/src/default/message.vue +249 -249
  93. package/packages/main/src/default/notice.vue +157 -157
  94. package/packages/main/src/default/userinfo.vue +513 -513
  95. package/packages/main/src/public/online.vue +89 -89
  96. package/packages/main/src/public/search.vue +464 -464
  97. package/packages/main/src/public/settings.vue +273 -273
  98. package/packages/main/src/simplicity/apps.vue +388 -388
  99. package/packages/main/src/simplicity/avatar.vue +82 -82
  100. package/packages/main/src/simplicity/handler.vue +158 -158
  101. package/packages/main/src/simplicity/index.vue +2403 -2403
  102. package/packages/main/src/simplicity/lists.vue +84 -84
  103. package/packages/main/src/simplicity/menu-list.vue +135 -135
  104. package/packages/main/src/simplicity/message.vue +293 -293
  105. package/packages/main/src/simplicity/notice.vue +222 -222
  106. package/packages/main/src/simplicity/router-page.vue +45 -45
  107. package/packages/main/src/simplicity/sub-menu.vue +276 -276
  108. package/packages/main/src/simplicity/user.vue +259 -259
  109. package/packages/main/src/simplicity/userinfo.vue +408 -408
  110. package/packages/main/src/simplicityTop/apps.vue +388 -388
  111. package/packages/main/src/simplicityTop/avatar.vue +82 -82
  112. package/packages/main/src/simplicityTop/handler.vue +215 -215
  113. package/packages/main/src/simplicityTop/index.vue +2688 -2688
  114. package/packages/main/src/simplicityTop/lists.vue +84 -84
  115. package/packages/main/src/simplicityTop/menu-list.vue +135 -135
  116. package/packages/main/src/simplicityTop/message.vue +293 -293
  117. package/packages/main/src/simplicityTop/notice.vue +222 -222
  118. package/packages/main/src/simplicityTop/router-page.vue +45 -45
  119. package/packages/main/src/simplicityTop/sub-menu.vue +274 -274
  120. package/packages/main/src/simplicityTop/user.vue +259 -259
  121. package/packages/main/src/simplicityTop/userinfo.vue +408 -408
  122. package/packages/menu/index.js +5 -5
  123. package/packages/menu/src/main.vue +597 -597
  124. package/packages/nav/index.js +5 -5
  125. package/packages/nav/src/main.vue +351 -351
  126. package/packages/notify/index.js +5 -5
  127. package/packages/notify/src/main.vue +538 -538
  128. package/packages/page/index.js +5 -5
  129. package/packages/page/src/main.vue +167 -167
  130. package/packages/pagination/index.js +5 -5
  131. package/packages/pagination/src/main.vue +96 -96
  132. package/packages/player/index.js +5 -5
  133. package/packages/player/src/main.vue +194 -194
  134. package/packages/qr-code/index.js +5 -5
  135. package/packages/qr-code/src/main.vue +170 -170
  136. package/packages/radio-group/index.js +6 -6
  137. package/packages/radio-group/src/main.vue +319 -319
  138. package/packages/retrial-auth/index.js +5 -5
  139. package/packages/retrial-auth/src/main.vue +299 -299
  140. package/packages/select/index.js +5 -5
  141. package/packages/select-ganged/index.js +5 -5
  142. package/packages/select-ganged/src/main.vue +724 -724
  143. package/packages/selector/index.js +5 -5
  144. package/packages/selector/src/main.vue +761 -761
  145. package/packages/selector-panel/index.js +5 -5
  146. package/packages/selector-panel/src/main.vue +1036 -1036
  147. package/packages/selector-panel/src/selection.vue +174 -174
  148. package/packages/selector-panel/src/tree.vue +129 -129
  149. package/packages/sizer/index.js +5 -5
  150. package/packages/sizer/src/main.vue +257 -257
  151. package/packages/steps/index.js +5 -5
  152. package/packages/steps/src/main.vue +181 -181
  153. package/packages/switch/index.js +5 -5
  154. package/packages/switch/src/main.vue +170 -170
  155. package/packages/table-form/index.js +5 -5
  156. package/packages/tabs/index.js +5 -5
  157. package/packages/tabs/src/main.vue +788 -788
  158. package/packages/tabs-panel/index.js +5 -5
  159. package/packages/tabs-panel/src/main.vue +29 -29
  160. package/packages/theme-chalk/gulpfile.js +25 -0
  161. package/packages/theme-chalk/src/base.scss +261 -261
  162. package/packages/theme-chalk/src/button-group.scss +176 -176
  163. package/packages/theme-chalk/src/button.scss +24 -24
  164. package/packages/theme-chalk/src/calendar.scss +113 -113
  165. package/packages/theme-chalk/src/card.scss +99 -99
  166. package/packages/theme-chalk/src/checkbox-group.scss +8 -8
  167. package/packages/theme-chalk/src/clients.scss +87 -87
  168. package/packages/theme-chalk/src/data-table-form.scss +67 -67
  169. package/packages/theme-chalk/src/data-table.scss +297 -297
  170. package/packages/theme-chalk/src/date-picker.scss +7 -7
  171. package/packages/theme-chalk/src/dialog.scss +77 -77
  172. package/packages/theme-chalk/src/enable-drag.scss +181 -181
  173. package/packages/theme-chalk/src/enterprise.scss +5 -5
  174. package/packages/theme-chalk/src/error-page.scss +18 -18
  175. package/packages/theme-chalk/src/flow-group.scss +110 -110
  176. package/packages/theme-chalk/src/flow-list.scss +55 -55
  177. package/packages/theme-chalk/src/flow.scss +376 -376
  178. package/packages/theme-chalk/src/form.scss +501 -501
  179. package/packages/theme-chalk/src/handle-user.scss +40 -40
  180. package/packages/theme-chalk/src/handler.scss +148 -148
  181. package/packages/theme-chalk/src/icon.scss +3452 -3452
  182. package/packages/theme-chalk/src/icons.scss +99 -99
  183. package/packages/theme-chalk/src/input.scss +9 -9
  184. package/packages/theme-chalk/src/label.scss +24 -24
  185. package/packages/theme-chalk/src/layout.scss +46 -46
  186. package/packages/theme-chalk/src/login.scss +1006 -1006
  187. package/packages/theme-chalk/src/main.scss +664 -664
  188. package/packages/theme-chalk/src/menu.scss +224 -224
  189. package/packages/theme-chalk/src/mixins/color.scss +117 -117
  190. package/packages/theme-chalk/src/nav.scss +111 -111
  191. package/packages/theme-chalk/src/page.scss +3 -3
  192. package/packages/theme-chalk/src/pagination.scss +29 -29
  193. package/packages/theme-chalk/src/player.scss +9 -9
  194. package/packages/theme-chalk/src/qr-code.scss +17 -17
  195. package/packages/theme-chalk/src/radio-group.scss +9 -9
  196. package/packages/theme-chalk/src/retrial-auth.scss +38 -38
  197. package/packages/theme-chalk/src/select-ganged.scss +8 -8
  198. package/packages/theme-chalk/src/select.scss +8 -8
  199. package/packages/theme-chalk/src/selector-panel.scss +204 -204
  200. package/packages/theme-chalk/src/selector.scss +114 -114
  201. package/packages/theme-chalk/src/simplicity-top.scss +1845 -1845
  202. package/packages/theme-chalk/src/simplicity.scss +1403 -1403
  203. package/packages/theme-chalk/src/sizer.scss +36 -36
  204. package/packages/theme-chalk/src/steps.scss +88 -88
  205. package/packages/theme-chalk/src/switch.scss +3 -3
  206. package/packages/theme-chalk/src/table-form.scss +1 -1
  207. package/packages/theme-chalk/src/tabs.scss +87 -87
  208. package/packages/theme-chalk/src/tips.scss +7 -7
  209. package/packages/theme-chalk/src/toolbar.scss +179 -179
  210. package/packages/theme-chalk/src/tree-group.scss +72 -72
  211. package/packages/theme-chalk/src/tree.scss +167 -167
  212. package/packages/theme-chalk/src/upload.scss +172 -172
  213. package/packages/theme-chalk/src/wxlogin.scss +3 -3
  214. package/packages/tips/index.js +5 -5
  215. package/packages/tips/src/main.vue +141 -141
  216. package/packages/toolbar/index.js +5 -5
  217. package/packages/toolbar/src/main.vue +430 -430
  218. package/packages/tree/index.js +5 -5
  219. package/packages/tree-group/index.js +5 -5
  220. package/packages/upload/index.js +5 -5
  221. package/packages/upload/src/main.vue +1813 -1813
  222. package/packages/upload/src/picture.js +15 -15
  223. package/packages/wujie/index.js +5 -5
  224. package/packages/wujie/src/main.vue +146 -146
  225. package/packages/wxlogin/index.js +5 -5
  226. package/packages/wxlogin/src/main.vue +128 -128
  227. package/src/config/api.js +356 -356
  228. package/src/config/image.js +2 -2
  229. package/src/index.js +163 -163
  230. package/src/utils/bus.js +3 -3
  231. package/src/utils/date-util.js +312 -312
  232. package/src/utils/http.js +50 -50
  233. package/src/utils/rules.js +18 -18
  234. package/src/utils/store.js +21 -21
  235. package/src/utils/webSocket.js +107 -107
  236. package/packages/.DS_Store +0 -0
  237. package/packages/calogin/.DS_Store +0 -0
  238. package/packages/date-picker/.DS_Store +0 -0
  239. package/packages/date-picker/src/.DS_Store +0 -0
  240. package/packages/dialog/.DS_Store +0 -0
  241. package/packages/flow/.DS_Store +0 -0
  242. package/packages/flow/src/.DS_Store +0 -0
  243. package/packages/flow-list/.DS_Store +0 -0
  244. package/packages/form/.DS_Store +0 -0
  245. package/packages/icon/.DS_Store +0 -0
  246. package/packages/login/.DS_Store +0 -0
  247. package/packages/main/.DS_Store +0 -0
  248. package/packages/main/src/.DS_Store +0 -0
  249. package/packages/menu/.DS_Store +0 -0
  250. package/packages/select/.DS_Store +0 -0
  251. package/packages/selector/.DS_Store +0 -0
  252. package/packages/selector-panel/.DS_Store +0 -0
  253. package/packages/theme-chalk/lib/base.css +0 -1
  254. package/packages/theme-chalk/lib/button-group.css +0 -1
  255. package/packages/theme-chalk/lib/button.css +0 -1
  256. package/packages/theme-chalk/lib/calendar.css +0 -1
  257. package/packages/theme-chalk/lib/calogin.css +0 -0
  258. package/packages/theme-chalk/lib/card.css +0 -1
  259. package/packages/theme-chalk/lib/cascader.css +0 -0
  260. package/packages/theme-chalk/lib/checkbox-group.css +0 -1
  261. package/packages/theme-chalk/lib/clients.css +0 -1
  262. package/packages/theme-chalk/lib/data-table-form.css +0 -1
  263. package/packages/theme-chalk/lib/data-table.css +0 -1
  264. package/packages/theme-chalk/lib/date-picker.css +0 -1
  265. package/packages/theme-chalk/lib/dialog.css +0 -1
  266. package/packages/theme-chalk/lib/enable-drag.css +0 -1
  267. package/packages/theme-chalk/lib/enterprise.css +0 -1
  268. package/packages/theme-chalk/lib/error-page.css +0 -1
  269. package/packages/theme-chalk/lib/flow-chart.css +0 -0
  270. package/packages/theme-chalk/lib/flow-group.css +0 -1
  271. package/packages/theme-chalk/lib/flow-list.css +0 -1
  272. package/packages/theme-chalk/lib/flow.css +0 -1
  273. package/packages/theme-chalk/lib/fonts/iconfont.ttf +0 -0
  274. package/packages/theme-chalk/lib/fonts/iconfont.woff +0 -0
  275. package/packages/theme-chalk/lib/form.css +0 -1
  276. package/packages/theme-chalk/lib/handle-user.css +0 -1
  277. package/packages/theme-chalk/lib/handler.css +0 -1
  278. package/packages/theme-chalk/lib/icon.css +0 -1
  279. package/packages/theme-chalk/lib/icons.css +0 -1
  280. package/packages/theme-chalk/lib/index.css +0 -1
  281. package/packages/theme-chalk/lib/input-number.css +0 -0
  282. package/packages/theme-chalk/lib/input.css +0 -1
  283. package/packages/theme-chalk/lib/label.css +0 -1
  284. package/packages/theme-chalk/lib/layout.css +0 -1
  285. package/packages/theme-chalk/lib/login.css +0 -1
  286. package/packages/theme-chalk/lib/main.css +0 -1
  287. package/packages/theme-chalk/lib/menu.css +0 -1
  288. package/packages/theme-chalk/lib/nav.css +0 -1
  289. package/packages/theme-chalk/lib/notify.css +0 -0
  290. package/packages/theme-chalk/lib/page.css +0 -1
  291. package/packages/theme-chalk/lib/pagination.css +0 -1
  292. package/packages/theme-chalk/lib/player.css +0 -1
  293. package/packages/theme-chalk/lib/qr-code.css +0 -1
  294. package/packages/theme-chalk/lib/radio-group.css +0 -1
  295. package/packages/theme-chalk/lib/retrial-auth.css +0 -1
  296. package/packages/theme-chalk/lib/select-ganged.css +0 -1
  297. package/packages/theme-chalk/lib/select.css +0 -1
  298. package/packages/theme-chalk/lib/selector-panel.css +0 -1
  299. package/packages/theme-chalk/lib/selector.css +0 -1
  300. package/packages/theme-chalk/lib/simplicity-top.css +0 -1
  301. package/packages/theme-chalk/lib/simplicity.css +0 -1
  302. package/packages/theme-chalk/lib/sizer.css +0 -1
  303. package/packages/theme-chalk/lib/steps.css +0 -1
  304. package/packages/theme-chalk/lib/switch.css +0 -1
  305. package/packages/theme-chalk/lib/table-form.css +0 -0
  306. package/packages/theme-chalk/lib/tabs-panel.css +0 -0
  307. package/packages/theme-chalk/lib/tabs.css +0 -1
  308. package/packages/theme-chalk/lib/tips.css +0 -1
  309. package/packages/theme-chalk/lib/toolbar.css +0 -1
  310. package/packages/theme-chalk/lib/tree-group.css +0 -1
  311. package/packages/theme-chalk/lib/tree.css +0 -1
  312. package/packages/theme-chalk/lib/upload.css +0 -1
  313. package/packages/theme-chalk/lib/wujie.css +0 -0
  314. package/packages/theme-chalk/lib/wxlogin.css +0 -1
  315. package/packages/theme-chalk/src/.DS_Store +0 -0
  316. package/packages/upload/.DS_Store +0 -0
  317. package/src/.DS_Store +0 -0
  318. package/src/utils/.DS_Store +0 -0
@@ -259,7 +259,7 @@ module.exports = require("lodash");
259
259
 
260
260
  exports = module.exports = __webpack_require__(25)(false);
261
261
  // Module
262
- 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", ""]);
262
+ 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", ""]);
263
263
 
264
264
 
265
265
 
@@ -6928,8 +6928,8 @@ function plugin_asyncToGenerator(fn) { return function () { var gen = fn.apply(t
6928
6928
 
6929
6929
  function plugin_classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
6930
6930
 
6931
- /**
6932
- * JIT_GW_ExtInterface 模块,提供与客户端交互的功能
6931
+ /**
6932
+ * JIT_GW_ExtInterface 模块,提供与客户端交互的功能
6933
6933
  */
6934
6934
  var plugin_CA_ExtInterface = function () {
6935
6935
  function CA_ExtInterface() {
@@ -6942,11 +6942,11 @@ var plugin_CA_ExtInterface = function () {
6942
6942
  this.init();
6943
6943
  }
6944
6944
 
6945
- /**
6946
- * 简单的 Object.assign 兼容 IE <= 11 的 polyfill
6947
- * @see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/assign
6948
- * @param {Object} target - 目标对象
6949
- * @param {Object} options - 新的选项对象
6945
+ /**
6946
+ * 简单的 Object.assign 兼容 IE <= 11 的 polyfill
6947
+ * @see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/assign
6948
+ * @param {Object} target - 目标对象
6949
+ * @param {Object} options - 新的选项对象
6950
6950
  */
6951
6951
 
6952
6952
 
@@ -6961,8 +6961,8 @@ var plugin_CA_ExtInterface = function () {
6961
6961
  }
6962
6962
  };
6963
6963
 
6964
- /**
6965
- * 检查当前会话的 WebSocket URL
6964
+ /**
6965
+ * 检查当前会话的 WebSocket URL
6966
6966
  */
6967
6967
 
6968
6968
 
@@ -6976,8 +6976,8 @@ var plugin_CA_ExtInterface = function () {
6976
6976
  }
6977
6977
  };
6978
6978
 
6979
- /**
6980
- * 检查是否使用 ActiveX
6979
+ /**
6980
+ * 检查是否使用 ActiveX
6981
6981
  */
6982
6982
 
6983
6983
 
@@ -6989,11 +6989,11 @@ var plugin_CA_ExtInterface = function () {
6989
6989
  }
6990
6990
  };
6991
6991
 
6992
- /**
6993
- * 扩展发送消息并等待响应
6994
- * @param {string} operatorCmd - 操作命令
6995
- * @param {string} sendMsg - 发送的消息
6996
- * @returns {string} 响应消息
6992
+ /**
6993
+ * 扩展发送消息并等待响应
6994
+ * @param {string} operatorCmd - 操作命令
6995
+ * @param {string} sendMsg - 发送的消息
6996
+ * @returns {string} 响应消息
6997
6997
  */
6998
6998
 
6999
6999
 
@@ -7026,11 +7026,11 @@ var plugin_CA_ExtInterface = function () {
7026
7026
  return sendAndWaitMessageEx;
7027
7027
  }();
7028
7028
 
7029
- /**
7030
- * 发送消息并等待响应
7031
- * @param {string} wsurl - WebSocket URL
7032
- * @param {string} sendMsg - 发送的消息
7033
- * @returns {string} 响应消息
7029
+ /**
7030
+ * 发送消息并等待响应
7031
+ * @param {string} wsurl - WebSocket URL
7032
+ * @param {string} sendMsg - 发送的消息
7033
+ * @returns {string} 响应消息
7034
7034
  */
7035
7035
 
7036
7036
 
@@ -7054,9 +7054,9 @@ var plugin_CA_ExtInterface = function () {
7054
7054
  }
7055
7055
  };
7056
7056
 
7057
- /**
7058
- * 配置选项
7059
- * @param {Object} extendOption - 扩展选项
7057
+ /**
7058
+ * 配置选项
7059
+ * @param {Object} extendOption - 扩展选项
7060
7060
  */
7061
7061
 
7062
7062
 
@@ -7066,8 +7066,8 @@ var plugin_CA_ExtInterface = function () {
7066
7066
  }
7067
7067
  };
7068
7068
 
7069
- /**
7070
- * 初始化
7069
+ /**
7070
+ * 初始化
7071
7071
  */
7072
7072
 
7073
7073
 
@@ -7075,9 +7075,9 @@ var plugin_CA_ExtInterface = function () {
7075
7075
  this.isUseActioveX();
7076
7076
  };
7077
7077
 
7078
- /**
7079
- * 返回客户端的版本
7080
- * @returns {string} 客户端版本
7078
+ /**
7079
+ * 返回客户端的版本
7080
+ * @returns {string} 客户端版本
7081
7081
  */
7082
7082
 
7083
7083
 
@@ -7090,13 +7090,13 @@ var plugin_CA_ExtInterface = function () {
7090
7090
  }
7091
7091
  };
7092
7092
 
7093
- /**
7094
- * 下载客户端程序并安装
7095
- * @param {string} bstrURL - 下载地址
7096
- * @param {string} bstrHashValue - 哈希值
7097
- * @param {boolean} bSync - 是否同步安装
7098
- * @param {boolean} bOnlySSO - 是否仅安装 SSO
7099
- * @returns {number} 安装结果
7093
+ /**
7094
+ * 下载客户端程序并安装
7095
+ * @param {string} bstrURL - 下载地址
7096
+ * @param {string} bstrHashValue - 哈希值
7097
+ * @param {boolean} bSync - 是否同步安装
7098
+ * @param {boolean} bOnlySSO - 是否仅安装 SSO
7099
+ * @returns {number} 安装结果
7100
7100
  */
7101
7101
 
7102
7102
 
@@ -7110,11 +7110,11 @@ var plugin_CA_ExtInterface = function () {
7110
7110
  }
7111
7111
  };
7112
7112
 
7113
- /**
7114
- * 获取硬件指纹信息
7115
- * @param {number} dwSign - 签名
7116
- * @param {string} strGateWayIP - 网关 IP
7117
- * @returns {string} 硬件指纹信息
7113
+ /**
7114
+ * 获取硬件指纹信息
7115
+ * @param {number} dwSign - 签名
7116
+ * @param {string} strGateWayIP - 网关 IP
7117
+ * @returns {string} 硬件指纹信息
7118
7118
  */
7119
7119
 
7120
7120
 
@@ -7128,12 +7128,12 @@ var plugin_CA_ExtInterface = function () {
7128
7128
  }
7129
7129
  };
7130
7130
 
7131
- /**
7132
- * 设置转发策略和代填策略
7133
- * @param {string} strProxyPolicy - 转发策略
7134
- * @param {string} strSSOPolicy - 代填策略
7135
- * @param {string} strGatewayAddress - 网关地址
7136
- * @returns {number} 设置结果
7131
+ /**
7132
+ * 设置转发策略和代填策略
7133
+ * @param {string} strProxyPolicy - 转发策略
7134
+ * @param {string} strSSOPolicy - 代填策略
7135
+ * @param {string} strGatewayAddress - 网关地址
7136
+ * @returns {number} 设置结果
7137
7137
  */
7138
7138
 
7139
7139
 
@@ -7147,11 +7147,11 @@ var plugin_CA_ExtInterface = function () {
7147
7147
  }
7148
7148
  };
7149
7149
 
7150
- /**
7151
- * 启动认证信息模块
7152
- * @param {string} strFileName - 文件名
7153
- * @param {string} strXmlData - XML 数据
7154
- * @returns {string} 认证信息
7150
+ /**
7151
+ * 启动认证信息模块
7152
+ * @param {string} strFileName - 文件名
7153
+ * @param {string} strXmlData - XML 数据
7154
+ * @returns {string} 认证信息
7155
7155
  */
7156
7156
 
7157
7157
 
@@ -7165,10 +7165,10 @@ var plugin_CA_ExtInterface = function () {
7165
7165
  }
7166
7166
  };
7167
7167
 
7168
- /**
7169
- * 打开 BS 应用
7170
- * @param {string} strUrl - 应用 URL
7171
- * @returns {number} 打开结果
7168
+ /**
7169
+ * 打开 BS 应用
7170
+ * @param {string} strUrl - 应用 URL
7171
+ * @returns {number} 打开结果
7172
7172
  */
7173
7173
 
7174
7174
 
@@ -7182,12 +7182,12 @@ var plugin_CA_ExtInterface = function () {
7182
7182
  }
7183
7183
  };
7184
7184
 
7185
- /**
7186
- * 打开 CS 应用
7187
- * @param {string} strGatewayAddress - 网关地址
7188
- * @param {string} strAppFlag - 应用标识
7189
- * @param {string} strAppPath - 应用路径
7190
- * @returns {number} 打开结果
7185
+ /**
7186
+ * 打开 CS 应用
7187
+ * @param {string} strGatewayAddress - 网关地址
7188
+ * @param {string} strAppFlag - 应用标识
7189
+ * @param {string} strAppPath - 应用路径
7190
+ * @returns {number} 打开结果
7191
7191
  */
7192
7192
 
7193
7193
 
@@ -7201,13 +7201,13 @@ var plugin_CA_ExtInterface = function () {
7201
7201
  }
7202
7202
  };
7203
7203
 
7204
- /**
7205
- * 设置自动更新策略
7206
- * @param {string} strGatewayAddress - 网关地址
7207
- * @param {number} nGatewayPort - 网关端口
7208
- * @param {string} strUserToken - 用户令牌
7209
- * @param {number} updatedelay - 更新延迟
7210
- * @returns {number} 设置结果
7204
+ /**
7205
+ * 设置自动更新策略
7206
+ * @param {string} strGatewayAddress - 网关地址
7207
+ * @param {number} nGatewayPort - 网关端口
7208
+ * @param {string} strUserToken - 用户令牌
7209
+ * @param {number} updatedelay - 更新延迟
7210
+ * @returns {number} 设置结果
7211
7211
  */
7212
7212
 
7213
7213
 
@@ -7221,10 +7221,10 @@ var plugin_CA_ExtInterface = function () {
7221
7221
  }
7222
7222
  };
7223
7223
 
7224
- /**
7225
- * 获取客户端 IP
7226
- * @param {string} strGatewayIP - 网关 IP
7227
- * @returns {string} 客户端 IP
7224
+ /**
7225
+ * 获取客户端 IP
7226
+ * @param {string} strGatewayIP - 网关 IP
7227
+ * @returns {string} 客户端 IP
7228
7228
  */
7229
7229
 
7230
7230
 
@@ -7238,10 +7238,10 @@ var plugin_CA_ExtInterface = function () {
7238
7238
  }
7239
7239
  };
7240
7240
 
7241
- /**
7242
- * 登出网关
7243
- * @param {string} strServerIP - 服务器 IP
7244
- * @returns {number} 登出结果
7241
+ /**
7242
+ * 登出网关
7243
+ * @param {string} strServerIP - 服务器 IP
7244
+ * @returns {number} 登出结果
7245
7245
  */
7246
7246
 
7247
7247
 
@@ -7255,11 +7255,11 @@ var plugin_CA_ExtInterface = function () {
7255
7255
  }
7256
7256
  };
7257
7257
 
7258
- /**
7259
- * 运行安装包
7260
- * @param {number} lRunType - 运行类型
7261
- * @param {boolean} bIsOnlySSO - 是否仅安装 SSO
7262
- * @returns {number} 运行结果
7258
+ /**
7259
+ * 运行安装包
7260
+ * @param {number} lRunType - 运行类型
7261
+ * @param {boolean} bIsOnlySSO - 是否仅安装 SSO
7262
+ * @returns {number} 运行结果
7263
7263
  */
7264
7264
 
7265
7265
 
@@ -7273,9 +7273,9 @@ var plugin_CA_ExtInterface = function () {
7273
7273
  }
7274
7274
  };
7275
7275
 
7276
- /**
7277
- * 获取下载进度
7278
- * @returns {number} 下载进度
7276
+ /**
7277
+ * 获取下载进度
7278
+ * @returns {number} 下载进度
7279
7279
  */
7280
7280
 
7281
7281
 
@@ -7289,9 +7289,9 @@ var plugin_CA_ExtInterface = function () {
7289
7289
  }
7290
7290
  };
7291
7291
 
7292
- /**
7293
- * 是否安装完成
7294
- * @returns {boolean} 安装完成状态
7292
+ /**
7293
+ * 是否安装完成
7294
+ * @returns {boolean} 安装完成状态
7295
7295
  */
7296
7296
 
7297
7297
 
@@ -7305,11 +7305,11 @@ var plugin_CA_ExtInterface = function () {
7305
7305
  }
7306
7306
  };
7307
7307
 
7308
- /**
7309
- * 初始化签包对象
7310
- * @param {string} strAlgType - 算法类型
7311
- * @param {string} strAuxParam - 辅助参数
7312
- * @returns {number} 初始化结果
7308
+ /**
7309
+ * 初始化签包对象
7310
+ * @param {string} strAlgType - 算法类型
7311
+ * @param {string} strAuxParam - 辅助参数
7312
+ * @returns {number} 初始化结果
7313
7313
  */
7314
7314
 
7315
7315
 
@@ -7323,10 +7323,10 @@ var plugin_CA_ExtInterface = function () {
7323
7323
  }
7324
7324
  };
7325
7325
 
7326
- /**
7327
- * 设置摘要算法
7328
- * @param {string} strDigestAlg - 摘要算法
7329
- * @returns {number} 设置结果
7326
+ /**
7327
+ * 设置摘要算法
7328
+ * @param {string} strDigestAlg - 摘要算法
7329
+ * @returns {number} 设置结果
7330
7330
  */
7331
7331
 
7332
7332
 
@@ -7340,10 +7340,10 @@ var plugin_CA_ExtInterface = function () {
7340
7340
  }
7341
7341
  };
7342
7342
 
7343
- /**
7344
- * 设置单证书是否弹出对话框
7345
- * @param {number} isChoose - 是否弹出对话框
7346
- * @returns {number} 设置结果
7343
+ /**
7344
+ * 设置单证书是否弹出对话框
7345
+ * @param {number} isChoose - 是否弹出对话框
7346
+ * @returns {number} 设置结果
7347
7347
  */
7348
7348
 
7349
7349
 
@@ -7357,11 +7357,11 @@ var plugin_CA_ExtInterface = function () {
7357
7357
  }
7358
7358
  };
7359
7359
 
7360
- /**
7361
- * 添加证书过滤条件
7362
- * @param {number} ulType - 过滤类型
7363
- * @param {string} strValue - 过滤值
7364
- * @returns {number} 添加结果
7360
+ /**
7361
+ * 添加证书过滤条件
7362
+ * @param {number} ulType - 过滤类型
7363
+ * @param {string} strValue - 过滤值
7364
+ * @returns {number} 添加结果
7365
7365
  */
7366
7366
 
7367
7367
 
@@ -7375,9 +7375,9 @@ var plugin_CA_ExtInterface = function () {
7375
7375
  }
7376
7376
  };
7377
7377
 
7378
- /**
7379
- * 清除所有过滤条件
7380
- * @returns {number} 清除结果
7378
+ /**
7379
+ * 清除所有过滤条件
7380
+ * @returns {number} 清除结果
7381
7381
  */
7382
7382
 
7383
7383
 
@@ -7391,10 +7391,10 @@ var plugin_CA_ExtInterface = function () {
7391
7391
  }
7392
7392
  };
7393
7393
 
7394
- /**
7395
- * P1 签名
7396
- * @param {string} strValueBase64 - 待签名的 Base64 字符串
7397
- * @returns {string} 签名结果
7394
+ /**
7395
+ * P1 签名
7396
+ * @param {string} strValueBase64 - 待签名的 Base64 字符串
7397
+ * @returns {string} 签名结果
7398
7398
  */
7399
7399
 
7400
7400
 
@@ -7408,10 +7408,10 @@ var plugin_CA_ExtInterface = function () {
7408
7408
  }
7409
7409
  };
7410
7410
 
7411
- /**
7412
- * P1 签名字符串
7413
- * @param {string} strValue - 待签名的字符串
7414
- * @returns {string} 签名结果
7411
+ /**
7412
+ * P1 签名字符串
7413
+ * @param {string} strValue - 待签名的字符串
7414
+ * @returns {string} 签名结果
7415
7415
  */
7416
7416
 
7417
7417
 
@@ -7425,12 +7425,12 @@ var plugin_CA_ExtInterface = function () {
7425
7425
  }
7426
7426
  };
7427
7427
 
7428
- /**
7429
- * P7 签名
7430
- * @param {string} strValueBase64 - 待签名的 Base64 字符串
7431
- * @param {boolean} isDetach - 是否分离签名
7432
- * @param {boolean} isIncludeCert - 是否包含证书
7433
- * @returns {string} 签名结果
7428
+ /**
7429
+ * P7 签名
7430
+ * @param {string} strValueBase64 - 待签名的 Base64 字符串
7431
+ * @param {boolean} isDetach - 是否分离签名
7432
+ * @param {boolean} isIncludeCert - 是否包含证书
7433
+ * @returns {string} 签名结果
7434
7434
  */
7435
7435
 
7436
7436
 
@@ -7444,12 +7444,12 @@ var plugin_CA_ExtInterface = function () {
7444
7444
  }
7445
7445
  };
7446
7446
 
7447
- /**
7448
- * P7 签名字符串
7449
- * @param {string} strValue - 待签名的字符串
7450
- * @param {boolean} isDetach - 是否分离签名
7451
- * @param {boolean} isIncludeCert - 是否包含证书
7452
- * @returns {string} 签名结果
7447
+ /**
7448
+ * P7 签名字符串
7449
+ * @param {string} strValue - 待签名的字符串
7450
+ * @param {boolean} isDetach - 是否分离签名
7451
+ * @param {boolean} isIncludeCert - 是否包含证书
7452
+ * @returns {string} 签名结果
7453
7453
  */
7454
7454
 
7455
7455
 
@@ -7463,9 +7463,9 @@ var plugin_CA_ExtInterface = function () {
7463
7463
  }
7464
7464
  };
7465
7465
 
7466
- /**
7467
- * 释放签名对象
7468
- * @returns {number} 释放结果
7466
+ /**
7467
+ * 释放签名对象
7468
+ * @returns {number} 释放结果
7469
7469
  */
7470
7470
 
7471
7471
 
@@ -7479,9 +7479,9 @@ var plugin_CA_ExtInterface = function () {
7479
7479
  }
7480
7480
  };
7481
7481
 
7482
- /**
7483
- * 获取签名版本
7484
- * @returns {string} 签名版本
7482
+ /**
7483
+ * 获取签名版本
7484
+ * @returns {string} 签名版本
7485
7485
  */
7486
7486
 
7487
7487
 
@@ -7495,9 +7495,9 @@ var plugin_CA_ExtInterface = function () {
7495
7495
  }
7496
7496
  };
7497
7497
 
7498
- /**
7499
- * 获取签名证书
7500
- * @returns {string} 签名证书
7498
+ /**
7499
+ * 获取签名证书
7500
+ * @returns {string} 签名证书
7501
7501
  */
7502
7502
 
7503
7503
 
@@ -7511,9 +7511,9 @@ var plugin_CA_ExtInterface = function () {
7511
7511
  }
7512
7512
  };
7513
7513
 
7514
- /**
7515
- * 获取错误码
7516
- * @returns {number} 错误码
7514
+ /**
7515
+ * 获取错误码
7516
+ * @returns {number} 错误码
7517
7517
  */
7518
7518
 
7519
7519
 
@@ -7527,9 +7527,9 @@ var plugin_CA_ExtInterface = function () {
7527
7527
  }
7528
7528
  };
7529
7529
 
7530
- /**
7531
- * 获取错误信息
7532
- * @returns {string} 错误信息
7530
+ /**
7531
+ * 获取错误信息
7532
+ * @returns {string} 错误信息
7533
7533
  */
7534
7534
 
7535
7535
 
@@ -7543,9 +7543,9 @@ var plugin_CA_ExtInterface = function () {
7543
7543
  }
7544
7544
  };
7545
7545
 
7546
- /**
7547
- * 销毁认证对象
7548
- * @returns {number} 销毁结果
7546
+ /**
7547
+ * 销毁认证对象
7548
+ * @returns {number} 销毁结果
7549
7549
  */
7550
7550
 
7551
7551
 
@@ -7559,9 +7559,9 @@ var plugin_CA_ExtInterface = function () {
7559
7559
  }
7560
7560
  };
7561
7561
 
7562
- /**
7563
- * 获取证书类型
7564
- * @returns {string} 证书类型
7562
+ /**
7563
+ * 获取证书类型
7564
+ * @returns {string} 证书类型
7565
7565
  */
7566
7566
 
7567
7567
 
@@ -7575,9 +7575,9 @@ var plugin_CA_ExtInterface = function () {
7575
7575
  }
7576
7576
  };
7577
7577
 
7578
- /**
7579
- * 获取签名摘要算法
7580
- * @returns {string} 签名摘要算法
7578
+ /**
7579
+ * 获取签名摘要算法
7580
+ * @returns {string} 签名摘要算法
7581
7581
  */
7582
7582
 
7583
7583
 
@@ -7591,11 +7591,11 @@ var plugin_CA_ExtInterface = function () {
7591
7591
  }
7592
7592
  };
7593
7593
 
7594
- /**
7595
- * 使能调用序列
7596
- * @param {boolean} bCallQueueEnable - 是否使能调用序列
7597
- * @param {boolean} bHeadInfoEnable - 是否使能头部信息
7598
- * @returns {number} 使能结果
7594
+ /**
7595
+ * 使能调用序列
7596
+ * @param {boolean} bCallQueueEnable - 是否使能调用序列
7597
+ * @param {boolean} bHeadInfoEnable - 是否使能头部信息
7598
+ * @returns {number} 使能结果
7599
7599
  */
7600
7600
 
7601
7601
 
@@ -7609,9 +7609,9 @@ var plugin_CA_ExtInterface = function () {
7609
7609
  }
7610
7610
  };
7611
7611
 
7612
- /**
7613
- * 清空调用序列结果
7614
- * @returns {number} 清空调用序列结果
7612
+ /**
7613
+ * 清空调用序列结果
7614
+ * @returns {number} 清空调用序列结果
7615
7615
  */
7616
7616
 
7617
7617
 
@@ -7625,9 +7625,9 @@ var plugin_CA_ExtInterface = function () {
7625
7625
  }
7626
7626
  };
7627
7627
 
7628
- /**
7629
- * 获取调用序列结果
7630
- * @returns {string} 调用序列结果
7628
+ /**
7629
+ * 获取调用序列结果
7630
+ * @returns {string} 调用序列结果
7631
7631
  */
7632
7632
 
7633
7633
 
@@ -7641,12 +7641,12 @@ var plugin_CA_ExtInterface = function () {
7641
7641
  }
7642
7642
  };
7643
7643
 
7644
- /**
7645
- * 客户端安全策略检查
7646
- * @param {string} strGatewayAddress - 网关地址
7647
- * @param {number} usGatewayPort - 网关端口
7648
- * @param {string} strSecurityPolicys - 安全策略
7649
- * @returns {boolean} 检查结果
7644
+ /**
7645
+ * 客户端安全策略检查
7646
+ * @param {string} strGatewayAddress - 网关地址
7647
+ * @param {number} usGatewayPort - 网关端口
7648
+ * @param {string} strSecurityPolicys - 安全策略
7649
+ * @returns {boolean} 检查结果
7650
7650
  */
7651
7651
 
7652
7652
 
@@ -7660,9 +7660,9 @@ var plugin_CA_ExtInterface = function () {
7660
7660
  }
7661
7661
  };
7662
7662
 
7663
- /**
7664
- * 获取通讯协议版本
7665
- * @returns {string} 通讯协议版本
7663
+ /**
7664
+ * 获取通讯协议版本
7665
+ * @returns {string} 通讯协议版本
7666
7666
  */
7667
7667
 
7668
7668
 
@@ -7676,13 +7676,13 @@ var plugin_CA_ExtInterface = function () {
7676
7676
  }
7677
7677
  };
7678
7678
 
7679
- /**
7680
- * 修改 Key 的 Pin 码
7681
- * @param {string} strCertSn - 证书序列号
7682
- * @param {number} lPinCodeType - Pin 码类型
7683
- * @param {string} strCurPinCode - 当前 Pin 码
7684
- * @param {string} strNewPinCode - 新 Pin 码
7685
- * @returns {number} 修改结果
7679
+ /**
7680
+ * 修改 Key 的 Pin 码
7681
+ * @param {string} strCertSn - 证书序列号
7682
+ * @param {number} lPinCodeType - Pin 码类型
7683
+ * @param {string} strCurPinCode - 当前 Pin 码
7684
+ * @param {string} strNewPinCode - 新 Pin 码
7685
+ * @returns {number} 修改结果
7686
7686
  */
7687
7687
 
7688
7688
 
@@ -7696,10 +7696,10 @@ var plugin_CA_ExtInterface = function () {
7696
7696
  }
7697
7697
  };
7698
7698
 
7699
- /**
7700
- * 等待策略设置完毕
7701
- * @param {string} strGatewayAddress - 网关地址
7702
- * @returns {number} 等待结果
7699
+ /**
7700
+ * 等待策略设置完毕
7701
+ * @param {string} strGatewayAddress - 网关地址
7702
+ * @returns {number} 等待结果
7703
7703
  */
7704
7704
 
7705
7705
 
@@ -7713,10 +7713,10 @@ var plugin_CA_ExtInterface = function () {
7713
7713
  }
7714
7714
  };
7715
7715
 
7716
- /**
7717
- * 获取会话 Token
7718
- * @param {string} strGatewayAddress - 网关地址
7719
- * @returns {string} 会话 Token
7716
+ /**
7717
+ * 获取会话 Token
7718
+ * @param {string} strGatewayAddress - 网关地址
7719
+ * @returns {string} 会话 Token
7720
7720
  */
7721
7721
 
7722
7722
 
@@ -7730,9 +7730,9 @@ var plugin_CA_ExtInterface = function () {
7730
7730
  }
7731
7731
  };
7732
7732
 
7733
- /**
7734
- * 获取控件版本
7735
- * @returns {string} 控件版本
7733
+ /**
7734
+ * 获取控件版本
7735
+ * @returns {string} 控件版本
7736
7736
  */
7737
7737
 
7738
7738
 
@@ -7746,10 +7746,10 @@ var plugin_CA_ExtInterface = function () {
7746
7746
  }
7747
7747
  };
7748
7748
 
7749
- /**
7750
- * 设置语言资源
7751
- * @param {string} strLanguage - 语言资源
7752
- * @returns {number} 设置结果
7749
+ /**
7750
+ * 设置语言资源
7751
+ * @param {string} strLanguage - 语言资源
7752
+ * @returns {number} 设置结果
7753
7753
  */
7754
7754
 
7755
7755
 
@@ -7763,12 +7763,12 @@ var plugin_CA_ExtInterface = function () {
7763
7763
  }
7764
7764
  };
7765
7765
 
7766
- /**
7767
- * 获取用户属性
7768
- * @param {string} strGatewayAddress - 网关地址
7769
- * @param {string} strAppFlag - 应用标识
7770
- * @param {string} strAttributeName - 属性名称
7771
- * @returns {string} 用户属性值
7766
+ /**
7767
+ * 获取用户属性
7768
+ * @param {string} strGatewayAddress - 网关地址
7769
+ * @param {string} strAppFlag - 应用标识
7770
+ * @param {string} strAttributeName - 属性名称
7771
+ * @returns {string} 用户属性值
7772
7772
  */
7773
7773
 
7774
7774
 
@@ -7782,9 +7782,9 @@ var plugin_CA_ExtInterface = function () {
7782
7782
  }
7783
7783
  };
7784
7784
 
7785
- /**
7786
- * 获取签名加密 PIN 码
7787
- * @returns {string} 签名加密 PIN 码
7785
+ /**
7786
+ * 获取签名加密 PIN 码
7787
+ * @returns {string} 签名加密 PIN 码
7788
7788
  */
7789
7789
 
7790
7790
 
@@ -7797,20 +7797,20 @@ var plugin_CA_ExtInterface = function () {
7797
7797
  return result.value;
7798
7798
  }
7799
7799
  };
7800
- /*
7801
- *曙光四川CA
7802
- *'SOF_GetUserList' 证书列表
7803
- *'SOF_ExportUserCert' 导出证书
7804
- *'SOF_GetCertInfo': 获取证书信息
7805
- *'SOF_GenRandom': 生成随机数
7806
- *'SOF_SignData': 获取证书签名
7807
- *'SOF_Login': 登录证书
7808
- *'SOF_GetPinRetryCount': 剩余次数
7800
+ /*
7801
+ *曙光四川CA
7802
+ *'SOF_GetUserList' 证书列表
7803
+ *'SOF_ExportUserCert' 导出证书
7804
+ *'SOF_GetCertInfo': 获取证书信息
7805
+ *'SOF_GenRandom': 生成随机数
7806
+ *'SOF_SignData': 获取证书签名
7807
+ *'SOF_Login': 登录证书
7808
+ *'SOF_GetPinRetryCount': 剩余次数
7809
7809
  */
7810
- /**
7811
- *
7812
- * 获取webSocket消息
7813
- * @returns {string}
7810
+ /**
7811
+ *
7812
+ * 获取webSocket消息
7813
+ * @returns {string}
7814
7814
  */
7815
7815
 
7816
7816
 
@@ -7846,10 +7846,10 @@ var plugin_CA_ExtInterface = function () {
7846
7846
  };
7847
7847
  });
7848
7848
  };
7849
- /**
7850
- *
7851
- * base64解码
7852
- * @returns {string} base64解码后的字符串
7849
+ /**
7850
+ *
7851
+ * base64解码
7852
+ * @returns {string} base64解码后的字符串
7853
7853
  */
7854
7854
 
7855
7855
 
@@ -7884,10 +7884,10 @@ var plugin_CA_ExtInterface = function () {
7884
7884
  val = this.utf8_decode(val);
7885
7885
  return val;
7886
7886
  };
7887
- /**
7888
- *
7889
- * base64编码
7890
- * @returns {string} base64编码后的字符串
7887
+ /**
7888
+ *
7889
+ * base64编码
7890
+ * @returns {string} base64编码后的字符串
7891
7891
  */
7892
7892
 
7893
7893
 
@@ -7920,10 +7920,10 @@ var plugin_CA_ExtInterface = function () {
7920
7920
  }
7921
7921
  return val;
7922
7922
  };
7923
- /**
7924
- *
7925
- * utf8解码
7926
- * @returns {string} utf8解码后的字符串
7923
+ /**
7924
+ *
7925
+ * utf8解码
7926
+ * @returns {string} utf8解码后的字符串
7927
7927
  */
7928
7928
 
7929
7929
 
@@ -7952,10 +7952,10 @@ var plugin_CA_ExtInterface = function () {
7952
7952
  }
7953
7953
  return string;
7954
7954
  };
7955
- /**
7956
- *
7957
- * utf8编码
7958
- * @returns {string} utf8编码后的字符串
7955
+ /**
7956
+ *
7957
+ * utf8编码
7958
+ * @returns {string} utf8编码后的字符串
7959
7959
  */
7960
7960
 
7961
7961
 
@@ -28433,8 +28433,8 @@ form_src_main.install = function (Vue) {
28433
28433
  };
28434
28434
 
28435
28435
  /* harmony default export */ var packages_form = (form_src_main);
28436
- // 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=59cacbe1&
28437
- var mainvue_type_template_id_59cacbe1_render = function () {
28436
+ // 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=accd59de&
28437
+ var mainvue_type_template_id_accd59de_render = function () {
28438
28438
  var _vm = this
28439
28439
  var _h = _vm.$createElement
28440
28440
  var _c = _vm._self._c || _h
@@ -31513,11 +31513,11 @@ var mainvue_type_template_id_59cacbe1_render = function () {
31513
31513
  )
31514
31514
  : _vm._e()
31515
31515
  }
31516
- var mainvue_type_template_id_59cacbe1_staticRenderFns = []
31517
- mainvue_type_template_id_59cacbe1_render._withStripped = true
31516
+ var mainvue_type_template_id_accd59de_staticRenderFns = []
31517
+ mainvue_type_template_id_accd59de_render._withStripped = true
31518
31518
 
31519
31519
 
31520
- // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=59cacbe1&
31520
+ // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=accd59de&
31521
31521
 
31522
31522
  // 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&
31523
31523
  var CommonOpinionsvue_type_template_id_7b4f1542_render = function () {
@@ -32372,21 +32372,21 @@ var CommonOpinionsvue_type_script_lang_js_components;
32372
32372
  return validSate;
32373
32373
  },
32374
32374
 
32375
- /**
32376
- * changeOpinion
32377
- * @desc:监听意见变化
32378
- * @author liufan
32379
- * @date 2022年10月28日
32375
+ /**
32376
+ * changeOpinion
32377
+ * @desc:监听意见变化
32378
+ * @author liufan
32379
+ * @date 2022年10月28日
32380
32380
  **/
32381
32381
  changeOpinion: function changeOpinion() {
32382
32382
  this.$emit('change', this.form.value);
32383
32383
  },
32384
32384
 
32385
- /**
32386
- * getCommonOpion
32387
- * @desc:获取意见
32388
- * @author liufan
32389
- * @date 2022年5月25日
32385
+ /**
32386
+ * getCommonOpion
32387
+ * @desc:获取意见
32388
+ * @author liufan
32389
+ * @date 2022年5月25日
32390
32390
  **/
32391
32391
  getCommonOpion: function getCommonOpion() {
32392
32392
  var _this = this;
@@ -32415,24 +32415,24 @@ var CommonOpinionsvue_type_script_lang_js_components;
32415
32415
  });
32416
32416
  },
32417
32417
 
32418
- /**
32419
- * upDate
32420
- * @desc:修改常用语
32421
- * @author liufan
32422
- * @param {Object} val 修改值
32423
- * @date 2022年5月25日
32418
+ /**
32419
+ * upDate
32420
+ * @desc:修改常用语
32421
+ * @author liufan
32422
+ * @param {Object} val 修改值
32423
+ * @date 2022年5月25日
32424
32424
  **/
32425
32425
  upDate: function upDate(val) {
32426
32426
  this.FormData.id = val.id;
32427
32427
  this.addVisible = true;
32428
32428
  },
32429
32429
 
32430
- /**
32431
- * selectChange
32432
- * @desc:常用语选择
32433
- * @author liufan
32434
- * @param {String} val 选中值
32435
- * @date 2022年5月25日
32430
+ /**
32431
+ * selectChange
32432
+ * @desc:常用语选择
32433
+ * @author liufan
32434
+ * @param {String} val 选中值
32435
+ * @date 2022年5月25日
32436
32436
  **/
32437
32437
  selectChange: function selectChange(val) {
32438
32438
  var _this2 = this;
@@ -32451,12 +32451,12 @@ var CommonOpinionsvue_type_script_lang_js_components;
32451
32451
  });
32452
32452
  },
32453
32453
 
32454
- /**
32455
- * del
32456
- * @desc:删除常用语
32457
- * @author liufan
32458
- * @param {Object} val 删除的数据
32459
- * @date 2022年5月25日
32454
+ /**
32455
+ * del
32456
+ * @desc:删除常用语
32457
+ * @author liufan
32458
+ * @param {Object} val 删除的数据
32459
+ * @date 2022年5月25日
32460
32460
  **/
32461
32461
  del: function del(val) {
32462
32462
  var _this3 = this;
@@ -32498,12 +32498,12 @@ var CommonOpinionsvue_type_script_lang_js_components;
32498
32498
  }).catch(function (e) {});
32499
32499
  },
32500
32500
 
32501
- /**
32502
- * submit
32503
- * @desc:新增/编辑意见保存
32504
- * @author liufan
32505
- * @param {Object} val 保存数据
32506
- * @date 2022年5月25日
32501
+ /**
32502
+ * submit
32503
+ * @desc:新增/编辑意见保存
32504
+ * @author liufan
32505
+ * @param {Object} val 保存数据
32506
+ * @date 2022年5月25日
32507
32507
  **/
32508
32508
  submit: function submit(val) {
32509
32509
  var _this4 = this;
@@ -36383,11 +36383,11 @@ var processFormvue_type_script_lang_js_components;
36383
36383
  });
36384
36384
  },
36385
36385
 
36386
- /**
36387
- * isMultiple
36388
- * @desc:是否多选
36389
- * @author liufan
36390
- * @date 2022年9月13日
36386
+ /**
36387
+ * isMultiple
36388
+ * @desc:是否多选
36389
+ * @author liufan
36390
+ * @date 2022年9月13日
36391
36391
  **/
36392
36392
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
36393
36393
  var multiple = false;
@@ -40637,11 +40637,11 @@ var resetvue_type_script_lang_js_components;
40637
40637
  });
40638
40638
  },
40639
40639
 
40640
- /**
40641
- * isMultiple
40642
- * @desc:是否多选
40643
- * @author liufan
40644
- * @date 2022年9月13日
40640
+ /**
40641
+ * isMultiple
40642
+ * @desc:是否多选
40643
+ * @author liufan
40644
+ * @date 2022年9月13日
40645
40645
  **/
40646
40646
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
40647
40647
  var multiple = false;
@@ -45289,11 +45289,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45289
45289
  });
45290
45290
  },
45291
45291
 
45292
- /**
45293
- * saveInfo
45294
- * @desc:暂存
45295
- * @author liufan
45296
- * @date 2022年9月9日
45292
+ /**
45293
+ * saveInfo
45294
+ * @desc:暂存
45295
+ * @author liufan
45296
+ * @date 2022年9月9日
45297
45297
  **/
45298
45298
  saveInfo: function saveInfo(type, btn) {
45299
45299
  var _this6 = this;
@@ -45355,11 +45355,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45355
45355
  });
45356
45356
  },
45357
45357
 
45358
- /**
45359
- * rejectBtn
45360
- * @desc:点击驳回
45361
- * @author liufan
45362
- * @date 2022年5月25日
45358
+ /**
45359
+ * rejectBtn
45360
+ * @desc:点击驳回
45361
+ * @author liufan
45362
+ * @date 2022年5月25日
45363
45363
  **/
45364
45364
  rejectBtn: function rejectBtn() {
45365
45365
  var _this8 = this;
@@ -45377,11 +45377,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45377
45377
  }
45378
45378
  },
45379
45379
 
45380
- /**
45381
- * taskReadBtn
45382
- * @desc:点击分阅
45383
- * @author liufan
45384
- * @date 2022年5月25日
45380
+ /**
45381
+ * taskReadBtn
45382
+ * @desc:点击分阅
45383
+ * @author liufan
45384
+ * @date 2022年5月25日
45385
45385
  **/
45386
45386
  taskReadBtn: function taskReadBtn() {
45387
45387
  var _this9 = this;
@@ -45400,11 +45400,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45400
45400
  }
45401
45401
  },
45402
45402
 
45403
- /**
45404
- * getFind
45405
- * @desc:获取通知方式
45406
- * @author liufan
45407
- * @date 2022年5月25日
45403
+ /**
45404
+ * getFind
45405
+ * @desc:获取通知方式
45406
+ * @author liufan
45407
+ * @date 2022年5月25日
45408
45408
  **/
45409
45409
  getFind: function getFind() {
45410
45410
  var _this10 = this;
@@ -45460,12 +45460,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45460
45460
  });
45461
45461
  },
45462
45462
 
45463
- /**
45464
- * endFlows
45465
- * @desc:直接办结
45466
- * @author liufan
45467
- * @param {Object} res 直接办结数据
45468
- * @date 2022年5月25日
45463
+ /**
45464
+ * endFlows
45465
+ * @desc:直接办结
45466
+ * @author liufan
45467
+ * @param {Object} res 直接办结数据
45468
+ * @date 2022年5月25日
45469
45469
  **/
45470
45470
  endFlows: function endFlows(res) {
45471
45471
  var _this12 = this;
@@ -45519,12 +45519,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45519
45519
  }).catch(function (e) {});
45520
45520
  },
45521
45521
 
45522
- /**
45523
- * goView
45524
- * @desc:更多流程按钮操作
45525
- * @author liufan
45526
- * @param {Object} res 当前点击操作按钮数据
45527
- * @date 2022年5月25日
45522
+ /**
45523
+ * goView
45524
+ * @desc:更多流程按钮操作
45525
+ * @author liufan
45526
+ * @param {Object} res 当前点击操作按钮数据
45527
+ * @date 2022年5月25日
45528
45528
  **/
45529
45529
  goView: function goView(res) {
45530
45530
  // 驳回并办结:rejectAndEndHtml
@@ -45609,11 +45609,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45609
45609
  // isCanStartSubFlow
45610
45610
  },
45611
45611
 
45612
- /**
45613
- * toTakeAdvice
45614
- * @desc:征求意见
45615
- * @author liufan
45616
- * @date 2022年9月29日
45612
+ /**
45613
+ * toTakeAdvice
45614
+ * @desc:征求意见
45615
+ * @author liufan
45616
+ * @date 2022年9月29日
45617
45617
  **/
45618
45618
  toTakeAdvice: function toTakeAdvice(res) {
45619
45619
  var _this14 = this;
@@ -45657,11 +45657,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45657
45657
  });
45658
45658
  },
45659
45659
 
45660
- /**
45661
- * toStartDraf
45662
- * @desc: 稿件递送、联合审核、复核
45663
- * @author liufan
45664
- * @date 2022年9月29日
45660
+ /**
45661
+ * toStartDraf
45662
+ * @desc: 稿件递送、联合审核、复核
45663
+ * @author liufan
45664
+ * @date 2022年9月29日
45665
45665
  **/
45666
45666
  toStartDraf: function toStartDraf(res) {
45667
45667
  var _this16 = this;
@@ -45675,11 +45675,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45675
45675
  }
45676
45676
  },
45677
45677
 
45678
- /**
45679
- * toSendMsg
45680
- * @desc:核稿通知
45681
- * @author liufan
45682
- * @date 2022年9月29日
45678
+ /**
45679
+ * toSendMsg
45680
+ * @desc:核稿通知
45681
+ * @author liufan
45682
+ * @date 2022年9月29日
45683
45683
  **/
45684
45684
  toSendMsg: function toSendMsg(res) {
45685
45685
  var _this17 = this;
@@ -45693,11 +45693,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45693
45693
  }
45694
45694
  },
45695
45695
 
45696
- /**
45697
- * toTaskReadAndEnd
45698
- * @desc:分阅并办结
45699
- * @author liufan
45700
- * @date 2022年9月29日
45696
+ /**
45697
+ * toTaskReadAndEnd
45698
+ * @desc:分阅并办结
45699
+ * @author liufan
45700
+ * @date 2022年9月29日
45701
45701
  **/
45702
45702
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
45703
45703
  var _this18 = this;
@@ -45715,11 +45715,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45715
45715
  }
45716
45716
  },
45717
45717
 
45718
- /**
45719
- * rejectAndEnd
45720
- * @desc:驳回并办结
45721
- * @author liufan
45722
- * @date 2022年9月29日
45718
+ /**
45719
+ * rejectAndEnd
45720
+ * @desc:驳回并办结
45721
+ * @author liufan
45722
+ * @date 2022年9月29日
45723
45723
  **/
45724
45724
  rejectAndEnd: function rejectAndEnd(res) {
45725
45725
  var _this19 = this;
@@ -45774,11 +45774,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45774
45774
  });
45775
45775
  },
45776
45776
 
45777
- /**
45778
- * toTransfer
45779
- * @desc:转办
45780
- * @author liufan
45781
- * @date 2022年9月29日
45777
+ /**
45778
+ * toTransfer
45779
+ * @desc:转办
45780
+ * @author liufan
45781
+ * @date 2022年9月29日
45782
45782
  **/
45783
45783
  toTransfer: function toTransfer(res) {
45784
45784
  var _this21 = this;
@@ -45794,11 +45794,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45794
45794
  }
45795
45795
  },
45796
45796
 
45797
- /**
45798
- * getNodeInfo
45799
- * @desc:获取节点信息
45800
- * @author liufan
45801
- * @date 2022年5月25日
45797
+ /**
45798
+ * getNodeInfo
45799
+ * @desc:获取节点信息
45800
+ * @author liufan
45801
+ * @date 2022年5月25日
45802
45802
  **/
45803
45803
  getNodeInfo: function getNodeInfo() {
45804
45804
  var _this22 = this;
@@ -45897,12 +45897,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45897
45897
  });
45898
45898
  },
45899
45899
 
45900
- /**
45901
- * selecNext
45902
- * @desc:下步节点变化时更新数据
45903
- * @author liufan
45904
- * @param {String} val 当前选中值
45905
- * @date 2022年5月25日
45900
+ /**
45901
+ * selecNext
45902
+ * @desc:下步节点变化时更新数据
45903
+ * @author liufan
45904
+ * @param {String} val 当前选中值
45905
+ * @date 2022年5月25日
45906
45906
  **/
45907
45907
  selecNext: function selecNext(val, type, isDef) {
45908
45908
  var _this23 = this;
@@ -46011,11 +46011,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
46011
46011
  if (isDef !== true) this.getNodeInfo();
46012
46012
  },
46013
46013
 
46014
- /**
46015
- * isMultiple
46016
- * @desc:是否多选
46017
- * @author liufan
46018
- * @date 2022年9月13日
46014
+ /**
46015
+ * isMultiple
46016
+ * @desc:是否多选
46017
+ * @author liufan
46018
+ * @date 2022年9月13日
46019
46019
  **/
46020
46020
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
46021
46021
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -46047,11 +46047,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
46047
46047
  }
46048
46048
  },
46049
46049
 
46050
- /**
46051
- * getHedInfo
46052
- * @desc:获取审核页面数据
46053
- * @author liufan
46054
- * @date 2022年5月25日
46050
+ /**
46051
+ * getHedInfo
46052
+ * @desc:获取审核页面数据
46053
+ * @author liufan
46054
+ * @date 2022年5月25日
46055
46055
  **/
46056
46056
  getHedInfo: function getHedInfo() {
46057
46057
  var _this24 = this;
@@ -46287,13 +46287,13 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
46287
46287
  });
46288
46288
  },
46289
46289
 
46290
- /**
46291
- * closeProcess
46292
- * @desc:关闭弹窗
46293
- * @author liufan
46294
- * @param {boolean} val 当前是否办理流程
46295
- * @param {String} type 当前点击的弹窗类型
46296
- * @date 2022年5月25日
46290
+ /**
46291
+ * closeProcess
46292
+ * @desc:关闭弹窗
46293
+ * @author liufan
46294
+ * @param {boolean} val 当前是否办理流程
46295
+ * @param {String} type 当前点击的弹窗类型
46296
+ * @date 2022年5月25日
46297
46297
  **/
46298
46298
  closeProcess: function closeProcess(val, type, closeParent) {
46299
46299
  if (closeParent) {
@@ -46310,23 +46310,23 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
46310
46310
  }
46311
46311
  },
46312
46312
 
46313
- /**
46314
- * selectChange
46315
- * @desc:常用语选择
46316
- * @author liufan
46317
- * @param {String} val 选中值
46318
- * @date 2022年5月25日
46313
+ /**
46314
+ * selectChange
46315
+ * @desc:常用语选择
46316
+ * @author liufan
46317
+ * @param {String} val 选中值
46318
+ * @date 2022年5月25日
46319
46319
  **/
46320
46320
  selectChange: function selectChange(val) {
46321
46321
  this.value = val;
46322
46322
  },
46323
46323
 
46324
- /**
46325
- * upDate
46326
- * @desc:修改常用语
46327
- * @author liufan
46328
- * @param {Object} val 修改值
46329
- * @date 2022年5月25日
46324
+ /**
46325
+ * upDate
46326
+ * @desc:修改常用语
46327
+ * @author liufan
46328
+ * @param {Object} val 修改值
46329
+ * @date 2022年5月25日
46330
46330
  **/
46331
46331
  upDate: function upDate(val) {
46332
46332
  this.FormData.id = val.id;
@@ -46334,11 +46334,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
46334
46334
  },
46335
46335
 
46336
46336
 
46337
- /**
46338
- * getProcess
46339
- * @desc:获取选择流程
46340
- * @author liufan
46341
- * @date 2022年5月25日
46337
+ /**
46338
+ * getProcess
46339
+ * @desc:获取选择流程
46340
+ * @author liufan
46341
+ * @date 2022年5月25日
46342
46342
  **/
46343
46343
  getProcess: function getProcess() {
46344
46344
  var _this25 = this;
@@ -46392,11 +46392,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
46392
46392
  });
46393
46393
  },
46394
46394
 
46395
- /**
46396
- * getPendedhistoryList
46397
- * @desc:获取流程列表
46398
- * @author liufan
46399
- * @date 2022年5月25日
46395
+ /**
46396
+ * getPendedhistoryList
46397
+ * @desc:获取流程列表
46398
+ * @author liufan
46399
+ * @date 2022年5月25日
46400
46400
  **/
46401
46401
  getPendedhistoryList: function getPendedhistoryList() {
46402
46402
  var _this26 = this;
@@ -46428,12 +46428,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
46428
46428
  },
46429
46429
 
46430
46430
  // 提交流程
46431
- /**
46432
- * subProcess
46433
- * @desc:提交流程
46434
- * @author liufan
46435
- * @param {String} formName 当前form表单ref值
46436
- * @date 2022年5月25日
46431
+ /**
46432
+ * subProcess
46433
+ * @desc:提交流程
46434
+ * @author liufan
46435
+ * @param {String} formName 当前form表单ref值
46436
+ * @date 2022年5月25日
46437
46437
  **/
46438
46438
  subProcess: function subProcess(val) {
46439
46439
  var _this27 = this;
@@ -50409,11 +50409,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50409
50409
  });
50410
50410
  },
50411
50411
 
50412
- /**
50413
- * saveInfo
50414
- * @desc:暂存
50415
- * @author liufan
50416
- * @date 2022年9月9日
50412
+ /**
50413
+ * saveInfo
50414
+ * @desc:暂存
50415
+ * @author liufan
50416
+ * @date 2022年9月9日
50417
50417
  **/
50418
50418
  saveInfo: function saveInfo(type, btn) {
50419
50419
  var _this14 = this;
@@ -50475,11 +50475,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50475
50475
  });
50476
50476
  },
50477
50477
 
50478
- /**
50479
- * rejectBtn
50480
- * @desc:点击驳回
50481
- * @author liufan
50482
- * @date 2022年5月25日
50478
+ /**
50479
+ * rejectBtn
50480
+ * @desc:点击驳回
50481
+ * @author liufan
50482
+ * @date 2022年5月25日
50483
50483
  **/
50484
50484
  rejectBtn: function rejectBtn() {
50485
50485
  var _this16 = this;
@@ -50497,11 +50497,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50497
50497
  }
50498
50498
  },
50499
50499
 
50500
- /**
50501
- * taskReadBtn
50502
- * @desc:点击分阅
50503
- * @author liufan
50504
- * @date 2022年5月25日
50500
+ /**
50501
+ * taskReadBtn
50502
+ * @desc:点击分阅
50503
+ * @author liufan
50504
+ * @date 2022年5月25日
50505
50505
  **/
50506
50506
  taskReadBtn: function taskReadBtn() {
50507
50507
  var _this17 = this;
@@ -50520,11 +50520,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50520
50520
  }
50521
50521
  },
50522
50522
 
50523
- /**
50524
- * getFind
50525
- * @desc:获取通知方式
50526
- * @author liufan
50527
- * @date 2022年5月25日
50523
+ /**
50524
+ * getFind
50525
+ * @desc:获取通知方式
50526
+ * @author liufan
50527
+ * @date 2022年5月25日
50528
50528
  **/
50529
50529
  getFind: function getFind() {
50530
50530
  var _this18 = this;
@@ -50591,12 +50591,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50591
50591
  });
50592
50592
  },
50593
50593
 
50594
- /**
50595
- * endFlows
50596
- * @desc:直接办结
50597
- * @author liufan
50598
- * @param {Object} res 直接办结数据
50599
- * @date 2022年5月25日
50594
+ /**
50595
+ * endFlows
50596
+ * @desc:直接办结
50597
+ * @author liufan
50598
+ * @param {Object} res 直接办结数据
50599
+ * @date 2022年5月25日
50600
50600
  **/
50601
50601
  endFlows: function endFlows(res) {
50602
50602
  var _this20 = this;
@@ -50651,12 +50651,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50651
50651
  }).catch(function (e) {});
50652
50652
  },
50653
50653
 
50654
- /**
50655
- * goView
50656
- * @desc:更多流程按钮操作
50657
- * @author liufan
50658
- * @param {Object} res 当前点击操作按钮数据
50659
- * @date 2022年5月25日
50654
+ /**
50655
+ * goView
50656
+ * @desc:更多流程按钮操作
50657
+ * @author liufan
50658
+ * @param {Object} res 当前点击操作按钮数据
50659
+ * @date 2022年5月25日
50660
50660
  **/
50661
50661
  goView: function goView(res) {
50662
50662
  // 驳回并办结:rejectAndEndHtml
@@ -50743,11 +50743,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50743
50743
  // isCanStartSubFlow
50744
50744
  },
50745
50745
 
50746
- /**
50747
- * toTakeAdvice
50748
- * @desc:征求意见
50749
- * @author liufan
50750
- * @date 2022年9月29日
50746
+ /**
50747
+ * toTakeAdvice
50748
+ * @desc:征求意见
50749
+ * @author liufan
50750
+ * @date 2022年9月29日
50751
50751
  **/
50752
50752
  toTakeAdvice: function toTakeAdvice(res) {
50753
50753
  var _this22 = this;
@@ -50791,11 +50791,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50791
50791
  });
50792
50792
  },
50793
50793
 
50794
- /**
50795
- * toStartDraf
50796
- * @desc: 稿件递送、联合审核、复核
50797
- * @author liufan
50798
- * @date 2022年9月29日
50794
+ /**
50795
+ * toStartDraf
50796
+ * @desc: 稿件递送、联合审核、复核
50797
+ * @author liufan
50798
+ * @date 2022年9月29日
50799
50799
  **/
50800
50800
  toStartDraf: function toStartDraf(res) {
50801
50801
  var _this24 = this;
@@ -50809,11 +50809,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50809
50809
  }
50810
50810
  },
50811
50811
 
50812
- /**
50813
- * toSendMsg
50814
- * @desc:核稿通知
50815
- * @author liufan
50816
- * @date 2022年9月29日
50812
+ /**
50813
+ * toSendMsg
50814
+ * @desc:核稿通知
50815
+ * @author liufan
50816
+ * @date 2022年9月29日
50817
50817
  **/
50818
50818
  toSendMsg: function toSendMsg(res) {
50819
50819
  var _this25 = this;
@@ -50827,11 +50827,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50827
50827
  }
50828
50828
  },
50829
50829
 
50830
- /**
50831
- * toTaskReadAndEnd
50832
- * @desc:分阅并办结
50833
- * @author liufan
50834
- * @date 2022年9月29日
50830
+ /**
50831
+ * toTaskReadAndEnd
50832
+ * @desc:分阅并办结
50833
+ * @author liufan
50834
+ * @date 2022年9月29日
50835
50835
  **/
50836
50836
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
50837
50837
  var _this26 = this;
@@ -50849,11 +50849,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50849
50849
  }
50850
50850
  },
50851
50851
 
50852
- /**
50853
- * rejectAndEnd
50854
- * @desc:驳回并办结
50855
- * @author liufan
50856
- * @date 2022年9月29日
50852
+ /**
50853
+ * rejectAndEnd
50854
+ * @desc:驳回并办结
50855
+ * @author liufan
50856
+ * @date 2022年9月29日
50857
50857
  **/
50858
50858
  rejectAndEnd: function rejectAndEnd(res) {
50859
50859
  var _this27 = this;
@@ -50909,11 +50909,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50909
50909
  });
50910
50910
  },
50911
50911
 
50912
- /**
50913
- * toTransfer
50914
- * @desc:转办
50915
- * @author liufan
50916
- * @date 2022年9月29日
50912
+ /**
50913
+ * toTransfer
50914
+ * @desc:转办
50915
+ * @author liufan
50916
+ * @date 2022年9月29日
50917
50917
  **/
50918
50918
  toTransfer: function toTransfer(res) {
50919
50919
  var _this29 = this;
@@ -50932,11 +50932,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50932
50932
  this.nextNode.customLimitTime = val;
50933
50933
  },
50934
50934
 
50935
- /**
50936
- * getNodeInfo
50937
- * @desc:获取节点信息
50938
- * @author liufan
50939
- * @date 2022年5月25日
50935
+ /**
50936
+ * getNodeInfo
50937
+ * @desc:获取节点信息
50938
+ * @author liufan
50939
+ * @date 2022年5月25日
50940
50940
  **/
50941
50941
  getNodeInfo: function getNodeInfo() {
50942
50942
  var _this30 = this;
@@ -51067,12 +51067,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51067
51067
  });
51068
51068
  },
51069
51069
 
51070
- /**
51071
- * selecNext
51072
- * @desc:下步节点变化时更新数据
51073
- * @author liufan
51074
- * @param {String} val 当前选中值
51075
- * @date 2022年5月25日
51070
+ /**
51071
+ * selecNext
51072
+ * @desc:下步节点变化时更新数据
51073
+ * @author liufan
51074
+ * @param {String} val 当前选中值
51075
+ * @date 2022年5月25日
51076
51076
  **/
51077
51077
  selecNext: function selecNext(val, type, isDef) {
51078
51078
  var _this31 = this;
@@ -51212,11 +51212,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51212
51212
  }
51213
51213
  },
51214
51214
 
51215
- /**
51216
- * isMultiple
51217
- * @desc:是否多选
51218
- * @author liufan
51219
- * @date 2022年9月13日
51215
+ /**
51216
+ * isMultiple
51217
+ * @desc:是否多选
51218
+ * @author liufan
51219
+ * @date 2022年9月13日
51220
51220
  **/
51221
51221
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
51222
51222
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -51248,11 +51248,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51248
51248
  }
51249
51249
  },
51250
51250
 
51251
- /**
51252
- * getHedInfo
51253
- * @desc:获取审核页面数据
51254
- * @author liufan
51255
- * @date 2022年5月25日
51251
+ /**
51252
+ * getHedInfo
51253
+ * @desc:获取审核页面数据
51254
+ * @author liufan
51255
+ * @date 2022年5月25日
51256
51256
  **/
51257
51257
  getHedInfo: function getHedInfo() {
51258
51258
  var _this32 = this;
@@ -51395,7 +51395,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51395
51395
  if (!_this32.isFlow) _this32.getFile(_this32.pendingId, attachedCode);
51396
51396
  if (nextNodeList && nextNodeList.length != 0) {
51397
51397
  _this32.nextNodeList = nextNodeList;
51398
- if (nextNodeList[0].nodeType === 'endEvent') {
51398
+ if (nextNodeList[0].nodeType === 'endEvent' && nextNodeList.length == 1) {
51399
51399
  _this32.isNextUser = nextNodeList[0].nodeType != 'endEvent';
51400
51400
  nextNodeList[0].nodeType === 'endEvent' ? _this32.endFlow = true : '';
51401
51401
  }
@@ -51569,13 +51569,13 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51569
51569
  });
51570
51570
  },
51571
51571
 
51572
- /**
51573
- * closeProcess
51574
- * @desc:关闭弹窗
51575
- * @author liufan
51576
- * @param {boolean} val 当前是否办理流程
51577
- * @param {String} type 当前点击的弹窗类型
51578
- * @date 2022年5月25日
51572
+ /**
51573
+ * closeProcess
51574
+ * @desc:关闭弹窗
51575
+ * @author liufan
51576
+ * @param {boolean} val 当前是否办理流程
51577
+ * @param {String} type 当前点击的弹窗类型
51578
+ * @date 2022年5月25日
51579
51579
  **/
51580
51580
  closeProcess: function closeProcess(val, type, closeParent) {
51581
51581
  if (this.closeParent && !this.startFlowPageEmbeddedIntoStartFlowIndex) {
@@ -51595,23 +51595,23 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51595
51595
  }
51596
51596
  },
51597
51597
 
51598
- /**
51599
- * selectChange
51600
- * @desc:常用语选择
51601
- * @author liufan
51602
- * @param {String} val 选中值
51603
- * @date 2022年5月25日
51598
+ /**
51599
+ * selectChange
51600
+ * @desc:常用语选择
51601
+ * @author liufan
51602
+ * @param {String} val 选中值
51603
+ * @date 2022年5月25日
51604
51604
  **/
51605
51605
  selectChange: function selectChange(val) {
51606
51606
  this.value = val;
51607
51607
  },
51608
51608
 
51609
- /**
51610
- * upDate
51611
- * @desc:修改常用语
51612
- * @author liufan
51613
- * @param {Object} val 修改值
51614
- * @date 2022年5月25日
51609
+ /**
51610
+ * upDate
51611
+ * @desc:修改常用语
51612
+ * @author liufan
51613
+ * @param {Object} val 修改值
51614
+ * @date 2022年5月25日
51615
51615
  **/
51616
51616
  upDate: function upDate(val) {
51617
51617
  this.FormData.id = val.id;
@@ -51619,11 +51619,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51619
51619
  },
51620
51620
 
51621
51621
 
51622
- /**
51623
- * getProcess
51624
- * @desc:获取选择流程
51625
- * @author liufan
51626
- * @date 2022年5月25日
51622
+ /**
51623
+ * getProcess
51624
+ * @desc:获取选择流程
51625
+ * @author liufan
51626
+ * @date 2022年5月25日
51627
51627
  **/
51628
51628
  getProcess: function getProcess(val) {
51629
51629
  var _this33 = this;
@@ -51683,11 +51683,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51683
51683
  });
51684
51684
  },
51685
51685
 
51686
- /**
51687
- * getPendedhistoryList
51688
- * @desc:获取流程列表
51689
- * @author liufan
51690
- * @date 2022年5月25日
51686
+ /**
51687
+ * getPendedhistoryList
51688
+ * @desc:获取流程列表
51689
+ * @author liufan
51690
+ * @date 2022年5月25日
51691
51691
  **/
51692
51692
  getPendedhistoryList: function getPendedhistoryList() {
51693
51693
  var _this34 = this;
@@ -51758,12 +51758,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51758
51758
  beforeSubProcess: function beforeSubProcess() {},
51759
51759
 
51760
51760
  // 提交流程
51761
- /**
51762
- * subProcess
51763
- * @desc:提交流程
51764
- * @author liufan
51765
- * @param {String} formName 当前form表单ref值
51766
- * @date 2022年5月25日
51761
+ /**
51762
+ * subProcess
51763
+ * @desc:提交流程
51764
+ * @author liufan
51765
+ * @param {String} formName 当前form表单ref值
51766
+ * @date 2022年5月25日
51767
51767
  **/
51768
51768
  subProcess: function subProcess(val, type) {
51769
51769
  var _this36 = this;
@@ -52246,8 +52246,8 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
52246
52246
 
52247
52247
  var flow_src_main_component = normalizeComponent(
52248
52248
  packages_flow_src_mainvue_type_script_lang_js_,
52249
- mainvue_type_template_id_59cacbe1_render,
52250
- mainvue_type_template_id_59cacbe1_staticRenderFns,
52249
+ mainvue_type_template_id_accd59de_render,
52250
+ mainvue_type_template_id_accd59de_staticRenderFns,
52251
52251
  false,
52252
52252
  null,
52253
52253
  null,
@@ -56080,11 +56080,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56080
56080
 
56081
56081
 
56082
56082
  methods: {
56083
- /**
56084
- * handleBatchDelete
56085
- * @desc:批量删除
56086
- * @author liufan
56087
- * @date 2025年12月31日
56083
+ /**
56084
+ * handleBatchDelete
56085
+ * @desc:批量删除
56086
+ * @author liufan
56087
+ * @date 2025年12月31日
56088
56088
  **/
56089
56089
  handleBatchDelete: function handleBatchDelete() {
56090
56090
  var _this6 = this;
@@ -56381,12 +56381,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56381
56381
  }
56382
56382
  },
56383
56383
 
56384
- /**
56385
- * handleFormSubmit
56386
- * @desc:删除节点点击事件
56387
- * @param {Object} formData 点击删除的form数据
56388
- * @author liufan
56389
- * @date 2022年11月29日
56384
+ /**
56385
+ * handleFormSubmit
56386
+ * @desc:删除节点点击事件
56387
+ * @param {Object} formData 点击删除的form数据
56388
+ * @author liufan
56389
+ * @date 2022年11月29日
56390
56390
  **/
56391
56391
  handleFormSubmit: function handleFormSubmit(formData) {
56392
56392
  var _this12 = this;
@@ -56422,12 +56422,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56422
56422
  });
56423
56423
  },
56424
56424
 
56425
- /**
56426
- * del
56427
- * @desc:展示删除弹窗
56428
- * @param {String} id 当前点击数据id
56429
- * @author liufan
56430
- * @date 2022年11月29日
56425
+ /**
56426
+ * del
56427
+ * @desc:展示删除弹窗
56428
+ * @param {String} id 当前点击数据id
56429
+ * @author liufan
56430
+ * @date 2022年11月29日
56431
56431
  **/
56432
56432
  del: function del(id, type) {
56433
56433
  this.modalType = type;
@@ -56435,12 +56435,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56435
56435
  this.showDel = true;
56436
56436
  },
56437
56437
 
56438
- /**
56439
- * handleCurrentChange
56440
- * @desc:监听页码变化
56441
- * @param {String} val 当前页
56442
- * @author liufan
56443
- * @date 2022年11月29日
56438
+ /**
56439
+ * handleCurrentChange
56440
+ * @desc:监听页码变化
56441
+ * @param {String} val 当前页
56442
+ * @author liufan
56443
+ * @date 2022年11月29日
56444
56444
  **/
56445
56445
  handleCurrentChange: function handleCurrentChange(val, type) {
56446
56446
  this.currentPage = val;
@@ -56449,12 +56449,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56449
56449
  }
56450
56450
  },
56451
56451
 
56452
- /**
56453
- * handleSizeChange
56454
- * @desc:监听每页数据显示数量变化
56455
- * @param {String} val 每页展示数量
56456
- * @author liufan
56457
- * @date 2022年11月29日
56452
+ /**
56453
+ * handleSizeChange
56454
+ * @desc:监听每页数据显示数量变化
56455
+ * @param {String} val 每页展示数量
56456
+ * @author liufan
56457
+ * @date 2022年11月29日
56458
56458
  **/
56459
56459
  handleSizeChange: function handleSizeChange(val) {
56460
56460
  this.pageSize = val;
@@ -56463,12 +56463,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56463
56463
  }
56464
56464
  },
56465
56465
 
56466
- /**
56467
- * sortChange
56468
- * @desc:监听排序变化
56469
- * @param {Object} info 需要排序的字段及排序方式
56470
- * @author liufan
56471
- * @date 2022年11月29日
56466
+ /**
56467
+ * sortChange
56468
+ * @desc:监听排序变化
56469
+ * @param {Object} info 需要排序的字段及排序方式
56470
+ * @author liufan
56471
+ * @date 2022年11月29日
56472
56472
  **/
56473
56473
  sortChange: function sortChange(info, type) {
56474
56474
  var prop = info.prop;
@@ -56484,11 +56484,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56484
56484
  }
56485
56485
  },
56486
56486
 
56487
- /**
56488
- * getDeletList
56489
- * @desc:删除列表数据
56490
- * @author liufan
56491
- * @date 2025年12月30日
56487
+ /**
56488
+ * getDeletList
56489
+ * @desc:删除列表数据
56490
+ * @author liufan
56491
+ * @date 2025年12月30日
56492
56492
  **/
56493
56493
  getDeletList: function getDeletList() {
56494
56494
  var _this13 = this;
@@ -56517,11 +56517,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56517
56517
  });
56518
56518
  },
56519
56519
 
56520
- /**
56521
- * getResetList
56522
- * @desc:重设列表数据
56523
- * @author liufan
56524
- * @date 2025年12月30日
56520
+ /**
56521
+ * getResetList
56522
+ * @desc:重设列表数据
56523
+ * @author liufan
56524
+ * @date 2025年12月30日
56525
56525
  **/
56526
56526
  getResetList: function getResetList() {
56527
56527
  var _this14 = this;
@@ -56551,11 +56551,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56551
56551
  });
56552
56552
  },
56553
56553
 
56554
- /**
56555
- * getPressList
56556
- * @desc:催办列表数据
56557
- * @author liufan
56558
- * @date 2022年11月29日
56554
+ /**
56555
+ * getPressList
56556
+ * @desc:催办列表数据
56557
+ * @author liufan
56558
+ * @date 2022年11月29日
56559
56559
  **/
56560
56560
  getPressList: function getPressList() {
56561
56561
  var _this15 = this;
@@ -56585,12 +56585,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56585
56585
  });
56586
56586
  },
56587
56587
 
56588
- /**
56589
- * goPress
56590
- * @desc:催办列表查看
56591
- * @param {String} id 催办列表id
56592
- * @author liufan
56593
- * @date 2022年11月29日
56588
+ /**
56589
+ * goPress
56590
+ * @desc:催办列表查看
56591
+ * @param {String} id 催办列表id
56592
+ * @author liufan
56593
+ * @date 2022年11月29日
56594
56594
  **/
56595
56595
  goPress: function goPress(id) {
56596
56596
  this.historyId = id;
@@ -56598,23 +56598,23 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56598
56598
  this.getPressList();
56599
56599
  },
56600
56600
 
56601
- /**
56602
- * showFile
56603
- * @desc:附件查看
56604
- * @param {String} ownId 附件id
56605
- * @author liufan
56606
- * @date 2022年11月29日
56601
+ /**
56602
+ * showFile
56603
+ * @desc:附件查看
56604
+ * @param {String} ownId 附件id
56605
+ * @author liufan
56606
+ * @date 2022年11月29日
56607
56607
  **/
56608
56608
  showFile: function showFile(ownId) {
56609
56609
  this.wfpendingid = ownId;
56610
56610
  this.showFileList = true;
56611
56611
  },
56612
56612
 
56613
- /**
56614
- * handleChange
56615
- * @desc:切换排序方式
56616
- * @author liufan
56617
- * @date 2022年11月22日
56613
+ /**
56614
+ * handleChange
56615
+ * @desc:切换排序方式
56616
+ * @author liufan
56617
+ * @date 2022年11月22日
56618
56618
  **/
56619
56619
  handleChange: function handleChange(key, value) {
56620
56620
  if (value) {
@@ -56664,11 +56664,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56664
56664
  }))();
56665
56665
  },
56666
56666
 
56667
- /**
56668
- * getFlowList
56669
- * @desc:获取流程列表
56670
- * @author liufan
56671
- * @date 2022年11月22日
56667
+ /**
56668
+ * getFlowList
56669
+ * @desc:获取流程列表
56670
+ * @author liufan
56671
+ * @date 2022年11月22日
56672
56672
  **/
56673
56673
  getFlowList: function getFlowList(type) {
56674
56674
  var _this17 = this;
@@ -56748,12 +56748,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56748
56748
  });
56749
56749
  },
56750
56750
 
56751
- /**
56752
- * handleClick
56753
- * @desc:表单点击事件
56754
- * @param {Object} val 当前点击行数据及按钮
56755
- * @author liufan
56756
- * @date 2022年11月10日
56751
+ /**
56752
+ * handleClick
56753
+ * @desc:表单点击事件
56754
+ * @param {Object} val 当前点击行数据及按钮
56755
+ * @author liufan
56756
+ * @date 2022年11月10日
56757
56757
  **/
56758
56758
  handleClick: function handleClick(val) {
56759
56759
  var _this18 = this;
@@ -56799,13 +56799,13 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56799
56799
  }
56800
56800
  },
56801
56801
 
56802
- /**
56803
- * getCodeValue
56804
- * @desc:获取代码表过滤后的值
56805
- * @param {String} value 展示数据的代码值
56806
- * @param {String} type 代码表类型
56807
- * @author liufan
56808
- * @date 2022年11月10日
56802
+ /**
56803
+ * getCodeValue
56804
+ * @desc:获取代码表过滤后的值
56805
+ * @param {String} value 展示数据的代码值
56806
+ * @param {String} type 代码表类型
56807
+ * @author liufan
56808
+ * @date 2022年11月10日
56809
56809
  **/
56810
56810
  getCodeValue: function getCodeValue(value, type) {
56811
56811
  var val = this[type].filter(function (item) {
@@ -56814,12 +56814,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56814
56814
  return val[0].shortName;
56815
56815
  },
56816
56816
 
56817
- /**
56818
- * getSysInfo
56819
- * @desc:获取代码表
56820
- * @param {String} code 编码code值
56821
- * @author liufan
56822
- * @date 2022年11月10日
56817
+ /**
56818
+ * getSysInfo
56819
+ * @desc:获取代码表
56820
+ * @param {String} code 编码code值
56821
+ * @author liufan
56822
+ * @date 2022年11月10日
56823
56823
  **/
56824
56824
  getSysInfo: function getSysInfo(code) {
56825
56825
  var _this19 = this;
@@ -56841,11 +56841,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56841
56841
  }).catch(function (e) {});
56842
56842
  },
56843
56843
 
56844
- /**
56845
- * getListInfo
56846
- * @desc:获取预设列表数据
56847
- * @author liufan
56848
- * @date 2022年11月10日
56844
+ /**
56845
+ * getListInfo
56846
+ * @desc:获取预设列表数据
56847
+ * @author liufan
56848
+ * @date 2022年11月10日
56849
56849
  **/
56850
56850
  getListInfo: function getListInfo() {
56851
56851
  var _this20 = this;
@@ -66359,10 +66359,10 @@ appsvue_type_template_id_f094d33e_scoped_true_render._withStripped = true
66359
66359
  this.$emit('click', res);
66360
66360
  },
66361
66361
 
66362
- /**
66363
- * @desc:获取气泡提醒
66364
- * @author huangbo
66365
- * @date 2024年9月7日
66362
+ /**
66363
+ * @desc:获取气泡提醒
66364
+ * @author huangbo
66365
+ * @date 2024年9月7日
66366
66366
  **/
66367
66367
  getBadge: function getBadge(res) {
66368
66368
  var num = res.tips || 0;
@@ -70769,10 +70769,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70769
70769
  this.$refs.user.handleSelect(res);
70770
70770
  },
70771
70771
 
70772
- /**
70773
- * @desc:匹配路由
70774
- * @author huangbo
70775
- * @date 2024年9月7日
70772
+ /**
70773
+ * @desc:匹配路由
70774
+ * @author huangbo
70775
+ * @date 2024年9月7日
70776
70776
  **/
70777
70777
  hasRouter: function hasRouter(res, url, code) {
70778
70778
  if (!url) {
@@ -70816,10 +70816,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70816
70816
  return false;
70817
70817
  },
70818
70818
 
70819
- /**
70820
- * @desc:获取初始数据
70821
- * @author huangbo
70822
- * @date 2024年9月7日
70819
+ /**
70820
+ * @desc:获取初始数据
70821
+ * @author huangbo
70822
+ * @date 2024年9月7日
70823
70823
  **/
70824
70824
  init: function init(results, first) {
70825
70825
  this.setConfig(results);
@@ -70828,10 +70828,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70828
70828
  }
70829
70829
  },
70830
70830
 
70831
- /**
70832
- * @desc:设置用户配置及信息
70833
- * @author huangbo
70834
- * @date 2024年9月7日
70831
+ /**
70832
+ * @desc:设置用户配置及信息
70833
+ * @author huangbo
70834
+ * @date 2024年9月7日
70835
70835
  **/
70836
70836
  setConfig: function setConfig(results) {
70837
70837
  localStorage.setItem('mainConfig', JSON.stringify(results));
@@ -70999,10 +70999,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70999
70999
  }
71000
71000
  },
71001
71001
 
71002
- /**
71003
- * @desc:获取所有应用
71004
- * @author huangbo
71005
- * @date 2024年9月7日
71002
+ /**
71003
+ * @desc:获取所有应用
71004
+ * @author huangbo
71005
+ * @date 2024年9月7日
71006
71006
  **/
71007
71007
  getApplications: function getApplications() {
71008
71008
  var _this2 = this;
@@ -71050,10 +71050,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71050
71050
  });
71051
71051
  },
71052
71052
 
71053
- /**
71054
- * @desc:获取菜单列表
71055
- * @author huangbo
71056
- * @date 2024年9月7日
71053
+ /**
71054
+ * @desc:获取菜单列表
71055
+ * @author huangbo
71056
+ * @date 2024年9月7日
71057
71057
  **/
71058
71058
  getMenus: function getMenus(loading) {
71059
71059
  var _this3 = this;
@@ -71086,10 +71086,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71086
71086
  });
71087
71087
  },
71088
71088
 
71089
- /**
71090
- * @desc:处理菜单列表
71091
- * @author huangbo
71092
- * @date 2024年9月7日
71089
+ /**
71090
+ * @desc:处理菜单列表
71091
+ * @author huangbo
71092
+ * @date 2024年9月7日
71093
71093
  **/
71094
71094
  renderMenus: function renderMenus(res) {
71095
71095
  this.menus = res;
@@ -71185,10 +71185,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71185
71185
  }
71186
71186
  },
71187
71187
 
71188
- /**
71189
- * @desc:设置页面加载类型
71190
- * @author huangbo
71191
- * @date 2024年9月7日
71188
+ /**
71189
+ * @desc:设置页面加载类型
71190
+ * @author huangbo
71191
+ * @date 2024年9月7日
71192
71192
  **/
71193
71193
  setIframeType: function setIframeType(res) {
71194
71194
  var url = res.url;
@@ -71244,10 +71244,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71244
71244
  return res;
71245
71245
  },
71246
71246
 
71247
- /**
71248
- * @desc:获取菜单
71249
- * @author huangbo
71250
- * @date 2024年9月7日
71247
+ /**
71248
+ * @desc:获取菜单
71249
+ * @author huangbo
71250
+ * @date 2024年9月7日
71251
71251
  **/
71252
71252
  getMenu: function getMenu(menus, res, key) {
71253
71253
  if (Array.isArray(menus)) {
@@ -71276,10 +71276,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71276
71276
  return false;
71277
71277
  },
71278
71278
 
71279
- /**
71280
- * @desc:获取菜单第一条数据
71281
- * @author huangbo
71282
- * @date 2024年9月7日
71279
+ /**
71280
+ * @desc:获取菜单第一条数据
71281
+ * @author huangbo
71282
+ * @date 2024年9月7日
71283
71283
  **/
71284
71284
  getFirst: function getFirst(obj) {
71285
71285
  if (!obj) {
@@ -71298,10 +71298,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71298
71298
  }
71299
71299
  },
71300
71300
 
71301
- /**
71302
- * @desc:遍历设置菜单气泡提醒
71303
- * @author huangbo
71304
- * @date 2024年9月7日
71301
+ /**
71302
+ * @desc:遍历设置菜单气泡提醒
71303
+ * @author huangbo
71304
+ * @date 2024年9月7日
71305
71305
  **/
71306
71306
  setTips: function setTips(obj) {
71307
71307
  var _this4 = this;
@@ -71372,10 +71372,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71372
71372
  }
71373
71373
  },
71374
71374
 
71375
- /**
71376
- * @desc:获取气泡提醒
71377
- * @author huangbo
71378
- * @date 2024年9月7日
71375
+ /**
71376
+ * @desc:获取气泡提醒
71377
+ * @author huangbo
71378
+ * @date 2024年9月7日
71379
71379
  **/
71380
71380
  getBadge: function getBadge(res) {
71381
71381
  var num = res.tips || 0;
@@ -71389,10 +71389,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71389
71389
  };
71390
71390
  },
71391
71391
 
71392
- /**
71393
- * @desc:开启weosocket
71394
- * @author huangbo
71395
- * @date 2024年9月7日
71392
+ /**
71393
+ * @desc:开启weosocket
71394
+ * @author huangbo
71395
+ * @date 2024年9月7日
71396
71396
  **/
71397
71397
  initWebSocket: function initWebSocket() {
71398
71398
  var _this6 = this;
@@ -71441,10 +71441,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71441
71441
  });
71442
71442
  },
71443
71443
 
71444
- /**
71445
- * @desc:显示用户信息
71446
- * @author huangbo
71447
- * @date 2024年9月7日
71444
+ /**
71445
+ * @desc:显示用户信息
71446
+ * @author huangbo
71447
+ * @date 2024年9月7日
71448
71448
  **/
71449
71449
  showUserInfo: function showUserInfo() {
71450
71450
  if (this.showUser === false) {
@@ -71452,19 +71452,19 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71452
71452
  }
71453
71453
  },
71454
71454
 
71455
- /**
71456
- * @desc:删除更多应用菜单点击
71457
- * @author huangbo
71458
- * @date 2024年9月7日
71455
+ /**
71456
+ * @desc:删除更多应用菜单点击
71457
+ * @author huangbo
71458
+ * @date 2024年9月7日
71459
71459
  **/
71460
71460
  handleDelete: function handleDelete(index) {
71461
71461
  this.newApps.splice(index, 1);
71462
71462
  },
71463
71463
 
71464
- /**
71465
- * @desc:储存更多应用菜单点击
71466
- * @author huangbo
71467
- * @date 2024年9月7日
71464
+ /**
71465
+ * @desc:储存更多应用菜单点击
71466
+ * @author huangbo
71467
+ * @date 2024年9月7日
71468
71468
  **/
71469
71469
  handlerClickApps: function handlerClickApps(res) {
71470
71470
  if (res.permission === false) {
@@ -71477,10 +71477,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71477
71477
  this.handlerClickApp(res);
71478
71478
  },
71479
71479
 
71480
- /**
71481
- * @desc:侧边应用菜单点击
71482
- * @author huangbo
71483
- * @date 2024年9月7日
71480
+ /**
71481
+ * @desc:侧边应用菜单点击
71482
+ * @author huangbo
71483
+ * @date 2024年9月7日
71484
71484
  **/
71485
71485
  handlerClickApp: function handlerClickApp(res) {
71486
71486
  this.showMsg = false;
@@ -71569,10 +71569,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71569
71569
  }
71570
71570
  },
71571
71571
 
71572
- /**
71573
- * @desc:显示Drawer界面
71574
- * @author huangbo
71575
- * @date 2024年9月7日
71572
+ /**
71573
+ * @desc:显示Drawer界面
71574
+ * @author huangbo
71575
+ * @date 2024年9月7日
71576
71576
  **/
71577
71577
  handlerSetDrawer: function handlerSetDrawer(res, type) {
71578
71578
  var direction = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : 'ltr';
@@ -71592,19 +71592,19 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71592
71592
  }
71593
71593
  },
71594
71594
 
71595
- /**
71596
- * @desc:关闭Drawer界面
71597
- * @author huangbo
71598
- * @date 2024年9月7日
71595
+ /**
71596
+ * @desc:关闭Drawer界面
71597
+ * @author huangbo
71598
+ * @date 2024年9月7日
71599
71599
  **/
71600
71600
  handleCloseDrawer: function handleCloseDrawer() {
71601
71601
  this.drawer = { visible: false };
71602
71602
  },
71603
71603
 
71604
- /**
71605
- * @desc:菜单点击
71606
- * @author huangbo
71607
- * @date 2024年9月7日
71604
+ /**
71605
+ * @desc:菜单点击
71606
+ * @author huangbo
71607
+ * @date 2024年9月7日
71608
71608
  **/
71609
71609
  handlerClickMenu: function handlerClickMenu(res) {
71610
71610
  utils_util.ajax({
@@ -71653,19 +71653,19 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71653
71653
  },
71654
71654
 
71655
71655
 
71656
- /**
71657
- * @desc:用户详情请求成功
71658
- * @author huangbo
71659
- * @date 2024年9月7日
71656
+ /**
71657
+ * @desc:用户详情请求成功
71658
+ * @author huangbo
71659
+ * @date 2024年9月7日
71660
71660
  **/
71661
71661
  handleSuccess: function handleSuccess(res) {
71662
71662
  this.simpleUserInfo = res.simpleUserInfo;
71663
71663
  },
71664
71664
 
71665
- /**
71666
- * @desc:修改用户配置
71667
- * @author huangbo
71668
- * @date 2024年9月7日
71665
+ /**
71666
+ * @desc:修改用户配置
71667
+ * @author huangbo
71668
+ * @date 2024年9月7日
71669
71669
  **/
71670
71670
  handleChangeConfig: function handleChangeConfig(name, res) {
71671
71671
  if (name == 'userHeadUrl') {
@@ -71681,10 +71681,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71681
71681
  }
71682
71682
  },
71683
71683
 
71684
- /**
71685
- * @desc:关闭webSocket
71686
- * @author huangbo
71687
- * @date 2024年9月7日
71684
+ /**
71685
+ * @desc:关闭webSocket
71686
+ * @author huangbo
71687
+ * @date 2024年9月7日
71688
71688
  **/
71689
71689
  handlerClose: function handlerClose() {
71690
71690
  if (this.webSocket) {
@@ -71692,10 +71692,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71692
71692
  }
71693
71693
  },
71694
71694
 
71695
- /**
71696
- * @desc:刷新选中iframe页签
71697
- * @author huangbo
71698
- * @date 2024年9月7日
71695
+ /**
71696
+ * @desc:刷新选中iframe页签
71697
+ * @author huangbo
71698
+ * @date 2024年9月7日
71699
71699
  **/
71700
71700
  handleRefresh: function handleRefresh(arg) {
71701
71701
  var _this7 = this;
@@ -71749,11 +71749,11 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71749
71749
  }
71750
71750
  },
71751
71751
 
71752
- /**
71753
- * @desc:构建 Wujie 子应用 URL(处理路由参数)
71754
- * @param {String} baseUrl - 基础 URL
71755
- * @param {Object} routeInfo - 路由信息 { path, params, query }
71756
- * @returns {String} 拼接后的完整 URL
71752
+ /**
71753
+ * @desc:构建 Wujie 子应用 URL(处理路由参数)
71754
+ * @param {String} baseUrl - 基础 URL
71755
+ * @param {Object} routeInfo - 路由信息 { path, params, query }
71756
+ * @returns {String} 拼接后的完整 URL
71757
71757
  **/
71758
71758
  buildWujieUrl: function buildWujieUrl(baseUrl, routeInfo) {
71759
71759
  var path = routeInfo.path,
@@ -71804,10 +71804,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71804
71804
  return baseUrlPrefix + fullPath;
71805
71805
  },
71806
71806
 
71807
- /**
71808
- * @desc:删除iframe
71809
- * @author huangbo
71810
- * @date 2024年9月7日
71807
+ /**
71808
+ * @desc:删除iframe
71809
+ * @author huangbo
71810
+ * @date 2024年9月7日
71811
71811
  **/
71812
71812
  handleRemove: function handleRemove(name) {
71813
71813
  var len = this.tabs.length - 1;
@@ -71824,10 +71824,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71824
71824
  }
71825
71825
  },
71826
71826
 
71827
- /**
71828
- * @desc:tabs鼠标右键事件
71829
- * @author huangbo
71830
- * @date 2024年9月7日
71827
+ /**
71828
+ * @desc:tabs鼠标右键事件
71829
+ * @author huangbo
71830
+ * @date 2024年9月7日
71831
71831
  **/
71832
71832
  handleContextmenu: function handleContextmenu(tabs, e) {
71833
71833
  var disabled = {};
@@ -71852,10 +71852,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71852
71852
  window.addEventListener('click', this.closeTabsEvents);
71853
71853
  },
71854
71854
 
71855
- /**
71856
- * @desc:tabs页签事件
71857
- * @author huangbo
71858
- * @date 2024年9月7日
71855
+ /**
71856
+ * @desc:tabs页签事件
71857
+ * @author huangbo
71858
+ * @date 2024年9月7日
71859
71859
  **/
71860
71860
  handleTabsEvents: function handleTabsEvents(num) {
71861
71861
  if (this.pane !== null) {
@@ -71866,10 +71866,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71866
71866
  },
71867
71867
 
71868
71868
 
71869
- /**
71870
- * @desc:关闭页签事件面板
71871
- * @author huangbo
71872
- * @date 2024年9月7日
71869
+ /**
71870
+ * @desc:关闭页签事件面板
71871
+ * @author huangbo
71872
+ * @date 2024年9月7日
71873
71873
  **/
71874
71874
  closeTabsEvents: function closeTabsEvents(e) {
71875
71875
  if (e.target.parentNode != this.$refs.tabsHandler.$el && e.target.parentNode.parentNode != this.$refs.tabsHandler.$el) {
@@ -71879,10 +71879,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71879
71879
  },
71880
71880
 
71881
71881
 
71882
- /**
71883
- * @desc:tabs页签点击事件
71884
- * @author huangbo
71885
- * @date 2024年9月7日
71882
+ /**
71883
+ * @desc:tabs页签点击事件
71884
+ * @author huangbo
71885
+ * @date 2024年9月7日
71886
71886
  **/
71887
71887
  handleTabClick: function handleTabClick() {
71888
71888
  this.active = '';
@@ -71890,10 +71890,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71890
71890
  this.showMenu = false;
71891
71891
  },
71892
71892
 
71893
- /**
71894
- * @desc:handler工具栏点击事件
71895
- * @author huangbo
71896
- * @date 2024年9月7日
71893
+ /**
71894
+ * @desc:handler工具栏点击事件
71895
+ * @author huangbo
71896
+ * @date 2024年9月7日
71897
71897
  **/
71898
71898
  handleClick: function handleClick(res) {
71899
71899
  var type = res.type,
@@ -71974,10 +71974,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71974
71974
  this.$emit('handler-click', res);
71975
71975
  },
71976
71976
 
71977
- /**
71978
- * @desc:退出登录
71979
- * @author huangbo
71980
- * @date 2024年9月7日
71977
+ /**
71978
+ * @desc:退出登录
71979
+ * @author huangbo
71980
+ * @date 2024年9月7日
71981
71981
  **/
71982
71982
  handleQuit: function handleQuit() {
71983
71983
  var _this8 = this;
@@ -72058,10 +72058,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
72058
72058
  }).catch(function (e) {});
72059
72059
  },
72060
72060
 
72061
- /**
72062
- * @desc:主题、消息回调
72063
- * @author huangbo
72064
- * @date 2024年9月7日
72061
+ /**
72062
+ * @desc:主题、消息回调
72063
+ * @author huangbo
72064
+ * @date 2024年9月7日
72065
72065
  **/
72066
72066
  handleChange: function handleChange(res) {
72067
72067
  var type = res.type,
@@ -72077,10 +72077,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
72077
72077
  }
72078
72078
  },
72079
72079
 
72080
- /**
72081
- * @desc:菜单布局样式切换
72082
- * @author huangbo
72083
- * @date 2024年9月7日
72080
+ /**
72081
+ * @desc:菜单布局样式切换
72082
+ * @author huangbo
72083
+ * @date 2024年9月7日
72084
72084
  **/
72085
72085
  handleLayout: function handleLayout(res, active) {
72086
72086
  if (active) {
@@ -72090,10 +72090,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
72090
72090
  this.$emit('chang-layout', res, active);
72091
72091
  },
72092
72092
 
72093
- /**
72094
- * @desc:消息修改总数
72095
- * @author huangbo
72096
- * @date 2024年9月7日
72093
+ /**
72094
+ * @desc:消息修改总数
72095
+ * @author huangbo
72096
+ * @date 2024年9月7日
72097
72097
  **/
72098
72098
  handleMenuTips: function handleMenuTips(id, num) {
72099
72099
  if (num) {
@@ -72104,10 +72104,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
72104
72104
  }
72105
72105
  },
72106
72106
 
72107
- /**
72108
- * @desc:处理即时消息
72109
- * @author huangbo
72110
- * @date 2024年9月7日
72107
+ /**
72108
+ * @desc:处理即时消息
72109
+ * @author huangbo
72110
+ * @date 2024年9月7日
72111
72111
  **/
72112
72112
  handleOpened: function handleOpened(res) {
72113
72113
  var _this9 = this;
@@ -76135,8 +76135,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76135
76135
  this.currentPage = this.setIframeType(this.fourthTabs[0]);
76136
76136
  },
76137
76137
 
76138
- /**
76139
- * queryChildMenu: 查询左侧我的提醒和我的快捷菜单
76138
+ /**
76139
+ * queryChildMenu: 查询左侧我的提醒和我的快捷菜单
76140
76140
  */
76141
76141
  queryChildMenuData: function queryChildMenuData() {
76142
76142
  var _this2 = this;
@@ -76255,8 +76255,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76255
76255
  }))();
76256
76256
  },
76257
76257
 
76258
- /**
76259
- * getVoteMeetingNum: 查询会议数量
76258
+ /**
76259
+ * getVoteMeetingNum: 查询会议数量
76260
76260
  */
76261
76261
  getVoteMeetingNum: function getVoteMeetingNum() {
76262
76262
  var _this5 = this;
@@ -76281,8 +76281,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76281
76281
  });
76282
76282
  },
76283
76283
 
76284
- /**
76285
- * getShareFilesReceiveCountNew: 查询待接收文件数量
76284
+ /**
76285
+ * getShareFilesReceiveCountNew: 查询待接收文件数量
76286
76286
  */
76287
76287
  getShareFilesReceiveCountNew: function getShareFilesReceiveCountNew() {
76288
76288
  var _this6 = this;
@@ -76307,8 +76307,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76307
76307
  },
76308
76308
 
76309
76309
 
76310
- /**
76311
- * getUserTipsInstanceNum: 查询待签收/据签收任务数量 1是拒签收 0是待签收
76310
+ /**
76311
+ * getUserTipsInstanceNum: 查询待签收/据签收任务数量 1是拒签收 0是待签收
76312
76312
  */
76313
76313
  getUserTipsInstanceNum: function getUserTipsInstanceNum(type) {
76314
76314
  var _this7 = this;
@@ -76336,8 +76336,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76336
76336
  });
76337
76337
  },
76338
76338
 
76339
- /**
76340
- * getIndexCount: 查询待办任务数量
76339
+ /**
76340
+ * getIndexCount: 查询待办任务数量
76341
76341
  */
76342
76342
  getIndexCount: function getIndexCount() {
76343
76343
  var _this8 = this;
@@ -76368,10 +76368,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76368
76368
  this.$refs.user.handleSelect(res);
76369
76369
  },
76370
76370
 
76371
- /**
76372
- * @desc:匹配路由
76373
- * @author huangbo
76374
- * @date 2024年9月7日
76371
+ /**
76372
+ * @desc:匹配路由
76373
+ * @author huangbo
76374
+ * @date 2024年9月7日
76375
76375
  **/
76376
76376
  hasRouter: function hasRouter(res, url, code) {
76377
76377
  if (!url) {
@@ -76415,10 +76415,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76415
76415
  return false;
76416
76416
  },
76417
76417
 
76418
- /**
76419
- * @desc:获取初始数据
76420
- * @author huangbo
76421
- * @date 2024年9月7日
76418
+ /**
76419
+ * @desc:获取初始数据
76420
+ * @author huangbo
76421
+ * @date 2024年9月7日
76422
76422
  **/
76423
76423
  init: function init(results) {
76424
76424
  this.setConfig(results);
@@ -76429,10 +76429,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76429
76429
  // }
76430
76430
  },
76431
76431
 
76432
- /**
76433
- * @desc:设置用户配置及信息
76434
- * @author huangbo
76435
- * @date 2024年9月7日
76432
+ /**
76433
+ * @desc:设置用户配置及信息
76434
+ * @author huangbo
76435
+ * @date 2024年9月7日
76436
76436
  **/
76437
76437
  setConfig: function setConfig(results) {
76438
76438
  localStorage.setItem('mainConfig', JSON.stringify(results));
@@ -76596,8 +76596,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76596
76596
  }
76597
76597
  },
76598
76598
 
76599
- /**
76600
- * @desc:获取用户自定义菜单
76599
+ /**
76600
+ * @desc:获取用户自定义菜单
76601
76601
  **/
76602
76602
  getUseCommonMenu: function getUseCommonMenu() {
76603
76603
  var _this9 = this;
@@ -76627,10 +76627,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76627
76627
  });
76628
76628
  },
76629
76629
 
76630
- /**
76631
- * @desc:获取所有应用
76632
- * @author huangbo
76633
- * @date 2024年9月7日
76630
+ /**
76631
+ * @desc:获取所有应用
76632
+ * @author huangbo
76633
+ * @date 2024年9月7日
76634
76634
  **/
76635
76635
  getApplications: function getApplications() {
76636
76636
  var _this10 = this;
@@ -76678,10 +76678,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76678
76678
  });
76679
76679
  },
76680
76680
 
76681
- /**
76682
- * @desc:获取菜单列表
76683
- * @author huangbo
76684
- * @date 2024年9月7日
76681
+ /**
76682
+ * @desc:获取菜单列表
76683
+ * @author huangbo
76684
+ * @date 2024年9月7日
76685
76685
  **/
76686
76686
  getMenus: function getMenus(loading) {
76687
76687
  var _this11 = this;
@@ -76708,10 +76708,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76708
76708
  });
76709
76709
  },
76710
76710
 
76711
- /**
76712
- * @desc:处理菜单列表
76713
- * @author huangbo
76714
- * @date 2024年9月7日
76711
+ /**
76712
+ * @desc:处理菜单列表
76713
+ * @author huangbo
76714
+ * @date 2024年9月7日
76715
76715
  **/
76716
76716
  renderMenus: function renderMenus(res) {
76717
76717
  // // console.log(res, 'renderMenus');
@@ -76757,9 +76757,9 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76757
76757
  // console.log(this.currentPage, 'currentPage');
76758
76758
  },
76759
76759
 
76760
- /**
76761
- * 更新myRemind中各项的权限状态
76762
- * @param {Array} menus - 完整的菜单列表
76760
+ /**
76761
+ * 更新myRemind中各项的权限状态
76762
+ * @param {Array} menus - 完整的菜单列表
76763
76763
  */
76764
76764
  updateRemindPermission: function updateRemindPermission(menus) {
76765
76765
  // 创建一个Set存储所有菜单的id,方便快速查找
@@ -76787,10 +76787,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76787
76787
  });
76788
76788
  },
76789
76789
 
76790
- /**
76791
- * @desc:设置页面加载类型
76792
- * @author huangbo
76793
- * @date 2024年9月7日
76790
+ /**
76791
+ * @desc:设置页面加载类型
76792
+ * @author huangbo
76793
+ * @date 2024年9月7日
76794
76794
  **/
76795
76795
  setIframeType: function setIframeType(res) {
76796
76796
  var url = res.url;
@@ -76847,10 +76847,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76847
76847
  return res;
76848
76848
  },
76849
76849
 
76850
- /**
76851
- * @desc:获取菜单
76852
- * @author huangbo
76853
- * @date 2024年9月7日
76850
+ /**
76851
+ * @desc:获取菜单
76852
+ * @author huangbo
76853
+ * @date 2024年9月7日
76854
76854
  **/
76855
76855
  getMenu: function getMenu(menus, res, key) {
76856
76856
  if (Array.isArray(menus)) {
@@ -76879,10 +76879,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76879
76879
  return false;
76880
76880
  },
76881
76881
 
76882
- /**
76883
- * @desc:获取菜单第一条数据
76884
- * @author huangbo
76885
- * @date 2024年9月7日
76882
+ /**
76883
+ * @desc:获取菜单第一条数据
76884
+ * @author huangbo
76885
+ * @date 2024年9月7日
76886
76886
  **/
76887
76887
  getFirst: function getFirst(obj) {
76888
76888
  if (!obj) {
@@ -76901,10 +76901,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76901
76901
  }
76902
76902
  },
76903
76903
 
76904
- /**
76905
- * @desc:遍历设置菜单气泡提醒
76906
- * @author huangbo
76907
- * @date 2024年9月7日
76904
+ /**
76905
+ * @desc:遍历设置菜单气泡提醒
76906
+ * @author huangbo
76907
+ * @date 2024年9月7日
76908
76908
  **/
76909
76909
  setTips: function setTips(obj) {
76910
76910
  var _this12 = this;
@@ -76969,10 +76969,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76969
76969
  }
76970
76970
  },
76971
76971
 
76972
- /**
76973
- * @desc:获取气泡提醒
76974
- * @author huangbo
76975
- * @date 2024年9月7日
76972
+ /**
76973
+ * @desc:获取气泡提醒
76974
+ * @author huangbo
76975
+ * @date 2024年9月7日
76976
76976
  **/
76977
76977
  getBadge: function getBadge(res) {
76978
76978
  var num = res.tips || 0;
@@ -76986,10 +76986,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76986
76986
  };
76987
76987
  },
76988
76988
 
76989
- /**
76990
- * @desc:开启weosocket
76991
- * @author huangbo
76992
- * @date 2024年9月7日
76989
+ /**
76990
+ * @desc:开启weosocket
76991
+ * @author huangbo
76992
+ * @date 2024年9月7日
76993
76993
  **/
76994
76994
  initWebSocket: function initWebSocket() {
76995
76995
  var _this14 = this;
@@ -77057,10 +77057,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77057
77057
  });
77058
77058
  },
77059
77059
 
77060
- /**
77061
- * @desc:显示用户信息
77062
- * @author huangbo
77063
- * @date 2024年9月7日
77060
+ /**
77061
+ * @desc:显示用户信息
77062
+ * @author huangbo
77063
+ * @date 2024年9月7日
77064
77064
  **/
77065
77065
  showUserInfo: function showUserInfo() {
77066
77066
  if (this.showUser === false) {
@@ -77068,19 +77068,19 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77068
77068
  }
77069
77069
  },
77070
77070
 
77071
- /**
77072
- * @desc:删除更多应用菜单点击
77073
- * @author huangbo
77074
- * @date 2024年9月7日
77071
+ /**
77072
+ * @desc:删除更多应用菜单点击
77073
+ * @author huangbo
77074
+ * @date 2024年9月7日
77075
77075
  **/
77076
77076
  handleDelete: function handleDelete(index) {
77077
77077
  this.newApps.splice(index, 1);
77078
77078
  },
77079
77079
 
77080
- /**
77081
- * @desc:显示Drawer界面
77082
- * @author huangbo
77083
- * @date 2024年9月7日
77080
+ /**
77081
+ * @desc:显示Drawer界面
77082
+ * @author huangbo
77083
+ * @date 2024年9月7日
77084
77084
  **/
77085
77085
  handlerSetDrawer: function handlerSetDrawer(res, type) {
77086
77086
  var direction = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : 'ltr';
@@ -77100,28 +77100,28 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77100
77100
  }
77101
77101
  },
77102
77102
 
77103
- /**
77104
- * @desc:关闭Drawer界面
77105
- * @author huangbo
77106
- * @date 2024年9月7日
77103
+ /**
77104
+ * @desc:关闭Drawer界面
77105
+ * @author huangbo
77106
+ * @date 2024年9月7日
77107
77107
  **/
77108
77108
  handleCloseDrawer: function handleCloseDrawer() {
77109
77109
  this.drawer = { visible: false };
77110
77110
  },
77111
77111
 
77112
- /**
77113
- * @desc:用户详情请求成功
77114
- * @author huangbo
77115
- * @date 2024年9月7日
77112
+ /**
77113
+ * @desc:用户详情请求成功
77114
+ * @author huangbo
77115
+ * @date 2024年9月7日
77116
77116
  **/
77117
77117
  handleSuccess: function handleSuccess(res) {
77118
77118
  this.simpleUserInfo = res.simpleUserInfo;
77119
77119
  },
77120
77120
 
77121
- /**
77122
- * @desc:修改用户配置
77123
- * @author huangbo
77124
- * @date 2024年9月7日
77121
+ /**
77122
+ * @desc:修改用户配置
77123
+ * @author huangbo
77124
+ * @date 2024年9月7日
77125
77125
  **/
77126
77126
  handleChangeConfig: function handleChangeConfig(name, res) {
77127
77127
  if (name == 'userHeadUrl') {
@@ -77137,10 +77137,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77137
77137
  }
77138
77138
  },
77139
77139
 
77140
- /**
77141
- * @desc:关闭webSocket
77142
- * @author huangbo
77143
- * @date 2024年9月7日
77140
+ /**
77141
+ * @desc:关闭webSocket
77142
+ * @author huangbo
77143
+ * @date 2024年9月7日
77144
77144
  **/
77145
77145
  handlerClose: function handlerClose() {
77146
77146
  if (this.webSocket) {
@@ -77151,10 +77151,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77151
77151
  this.handleRefresh(1);
77152
77152
  },
77153
77153
 
77154
- /**
77155
- * @desc:刷新选中iframe页签
77156
- * @author huangbo
77157
- * @date 2024年9月7日
77154
+ /**
77155
+ * @desc:刷新选中iframe页签
77156
+ * @author huangbo
77157
+ * @date 2024年9月7日
77158
77158
  **/
77159
77159
  handleRefresh: function handleRefresh(arg) {
77160
77160
  if (arg !== 1) {
@@ -77212,11 +77212,11 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77212
77212
  }
77213
77213
  },
77214
77214
 
77215
- /**
77216
- * @desc:构建 Wujie 子应用 URL(处理路由参数)
77217
- * @param {String} baseUrl - 基础 URL
77218
- * @param {Object} routeInfo - 路由信息 { path, params, query }
77219
- * @returns {String} 拼接后的完整 URL
77215
+ /**
77216
+ * @desc:构建 Wujie 子应用 URL(处理路由参数)
77217
+ * @param {String} baseUrl - 基础 URL
77218
+ * @param {Object} routeInfo - 路由信息 { path, params, query }
77219
+ * @returns {String} 拼接后的完整 URL
77220
77220
  **/
77221
77221
  buildWujieUrl: function buildWujieUrl(baseUrl, routeInfo) {
77222
77222
  var path = routeInfo.path,
@@ -77267,10 +77267,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77267
77267
  return baseUrlPrefix + fullPath;
77268
77268
  },
77269
77269
 
77270
- /**
77271
- * @desc:删除iframe
77272
- * @author huangbo
77273
- * @date 2024年9月7日
77270
+ /**
77271
+ * @desc:删除iframe
77272
+ * @author huangbo
77273
+ * @date 2024年9月7日
77274
77274
  **/
77275
77275
  handleRemove: function handleRemove(name) {
77276
77276
  var len = this.tabs.length - 1;
@@ -77287,10 +77287,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77287
77287
  }
77288
77288
  },
77289
77289
 
77290
- /**
77291
- * @desc:tabs鼠标右键事件
77292
- * @author huangbo
77293
- * @date 2024年9月7日
77290
+ /**
77291
+ * @desc:tabs鼠标右键事件
77292
+ * @author huangbo
77293
+ * @date 2024年9月7日
77294
77294
  **/
77295
77295
  handleContextmenu: function handleContextmenu(tabs, e) {
77296
77296
  var disabled = {};
@@ -77315,10 +77315,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77315
77315
  window.addEventListener('click', this.closeTabsEvents);
77316
77316
  },
77317
77317
 
77318
- /**
77319
- * @desc:tabs页签事件
77320
- * @author huangbo
77321
- * @date 2024年9月7日
77318
+ /**
77319
+ * @desc:tabs页签事件
77320
+ * @author huangbo
77321
+ * @date 2024年9月7日
77322
77322
  **/
77323
77323
  handleTabsEvents: function handleTabsEvents(num) {
77324
77324
  if (this.pane !== null) {
@@ -77329,10 +77329,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77329
77329
  },
77330
77330
 
77331
77331
 
77332
- /**
77333
- * @desc:关闭页签事件面板
77334
- * @author huangbo
77335
- * @date 2024年9月7日
77332
+ /**
77333
+ * @desc:关闭页签事件面板
77334
+ * @author huangbo
77335
+ * @date 2024年9月7日
77336
77336
  **/
77337
77337
  closeTabsEvents: function closeTabsEvents(e) {
77338
77338
  if (e.target.parentNode != this.$refs.tabsHandler.$el && e.target.parentNode.parentNode != this.$refs.tabsHandler.$el) {
@@ -77342,10 +77342,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77342
77342
  },
77343
77343
 
77344
77344
 
77345
- /**
77346
- * @desc:tabs页签点击事件
77347
- * @author huangbo
77348
- * @date 2024年9月7日
77345
+ /**
77346
+ * @desc:tabs页签点击事件
77347
+ * @author huangbo
77348
+ * @date 2024年9月7日
77349
77349
  **/
77350
77350
  handleTabClick: function handleTabClick() {
77351
77351
  this.active = '';
@@ -77353,10 +77353,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77353
77353
  this.showMenu = false;
77354
77354
  },
77355
77355
 
77356
- /**
77357
- * @desc:handler工具栏点击事件
77358
- * @author huangbo
77359
- * @date 2024年9月7日
77356
+ /**
77357
+ * @desc:handler工具栏点击事件
77358
+ * @author huangbo
77359
+ * @date 2024年9月7日
77360
77360
  **/
77361
77361
  handleClick: function handleClick(res) {
77362
77362
  var type = res.type,
@@ -77446,10 +77446,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77446
77446
  this.$emit('handler-click', res);
77447
77447
  },
77448
77448
 
77449
- /**
77450
- * @desc:退出登录
77451
- * @author huangbo
77452
- * @date 2024年9月7日
77449
+ /**
77450
+ * @desc:退出登录
77451
+ * @author huangbo
77452
+ * @date 2024年9月7日
77453
77453
  **/
77454
77454
  handleQuit: function handleQuit() {
77455
77455
  var _this15 = this;
@@ -77524,10 +77524,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77524
77524
  }).catch(function (e) {});
77525
77525
  },
77526
77526
 
77527
- /**
77528
- * @desc:主题、消息回调
77529
- * @author huangbo
77530
- * @date 2024年9月7日
77527
+ /**
77528
+ * @desc:主题、消息回调
77529
+ * @author huangbo
77530
+ * @date 2024年9月7日
77531
77531
  **/
77532
77532
  handleChange: function handleChange(res) {
77533
77533
  var type = res.type,
@@ -77543,10 +77543,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77543
77543
  }
77544
77544
  },
77545
77545
 
77546
- /**
77547
- * @desc:菜单布局样式切换
77548
- * @author huangbo
77549
- * @date 2024年9月7日
77546
+ /**
77547
+ * @desc:菜单布局样式切换
77548
+ * @author huangbo
77549
+ * @date 2024年9月7日
77550
77550
  **/
77551
77551
  handleLayout: function handleLayout(res, active) {
77552
77552
  if (active) {
@@ -77556,10 +77556,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77556
77556
  this.$emit('chang-layout', res, active);
77557
77557
  },
77558
77558
 
77559
- /**
77560
- * @desc:消息修改总数
77561
- * @author huangbo
77562
- * @date 2024年9月7日
77559
+ /**
77560
+ * @desc:消息修改总数
77561
+ * @author huangbo
77562
+ * @date 2024年9月7日
77563
77563
  **/
77564
77564
  handleMenuTips: function handleMenuTips(id, num) {
77565
77565
  if (num) {
@@ -77570,10 +77570,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77570
77570
  }
77571
77571
  },
77572
77572
 
77573
- /**
77574
- * @desc:处理即时消息
77575
- * @author huangbo
77576
- * @date 2024年9月7日
77573
+ /**
77574
+ * @desc:处理即时消息
77575
+ * @author huangbo
77576
+ * @date 2024年9月7日
77577
77577
  **/
77578
77578
  handleOpened: function handleOpened(res) {
77579
77579
  var _this16 = this;
@@ -77589,14 +77589,14 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77589
77589
  }
77590
77590
  },
77591
77591
 
77592
- /**
77593
- * @desc:菜单点击事件
77594
- * @author huangbo
77595
- * @date 2024年9月7日
77596
- * @param {*} res 菜单点击事件参数
77597
- * @param {*} method 菜单点击事件方法
77598
- * 1.顶部菜单点击跳转已经实现
77599
- * 2.其他地方点击跳转,需要选中跳转的一二级菜单
77592
+ /**
77593
+ * @desc:菜单点击事件
77594
+ * @author huangbo
77595
+ * @date 2024年9月7日
77596
+ * @param {*} res 菜单点击事件参数
77597
+ * @param {*} method 菜单点击事件方法
77598
+ * 1.顶部菜单点击跳转已经实现
77599
+ * 2.其他地方点击跳转,需要选中跳转的一二级菜单
77600
77600
  **/
77601
77601
  handleSelect: function handleSelect(res) {
77602
77602
  var params = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
@@ -85011,19 +85011,19 @@ var QRCode = __webpack_require__(29);
85011
85011
  //设置logo大小
85012
85012
  var logoPosition = (_this3.mwidth - 46) / 2; //logo相对于canvas居中定位
85013
85013
  //设置获取的logo将其变为圆角以及添加白色背景
85014
- /* ctx.fillStyle = "#fff";
85015
- ctx.beginPath();
85016
- let h = 46; //圆角高 10为基数(logo四周白色背景为10/2)
85017
- let w = 46; //圆角宽
85018
- let x = logoPosition - 5;
85019
- let y = logoPosition - 5;
85020
- let r = 5; //圆角半径
85021
- ctx.moveTo(x + r, y);
85022
- ctx.arcTo(x + w, y, x + w, y + h, r);
85023
- ctx.arcTo(x + w, y + h, x, y + h, r);
85024
- ctx.arcTo(x, y + h, x, y, r);
85025
- ctx.arcTo(x, y, x + w, y, r);
85026
- ctx.closePath();
85014
+ /* ctx.fillStyle = "#fff";
85015
+ ctx.beginPath();
85016
+ let h = 46; //圆角高 10为基数(logo四周白色背景为10/2)
85017
+ let w = 46; //圆角宽
85018
+ let x = logoPosition - 5;
85019
+ let y = logoPosition - 5;
85020
+ let r = 5; //圆角半径
85021
+ ctx.moveTo(x + r, y);
85022
+ ctx.arcTo(x + w, y, x + w, y + h, r);
85023
+ ctx.arcTo(x + w, y + h, x, y + h, r);
85024
+ ctx.arcTo(x, y + h, x, y, r);
85025
+ ctx.arcTo(x, y, x + w, y, r);
85026
+ ctx.closePath();
85027
85027
  ctx.fill(); */
85028
85028
  logo.onload = function () {
85029
85029
  ctx.drawImage(logo, logoPosition, logoPosition, 46, 46);
@@ -103690,7 +103690,7 @@ if (typeof window !== 'undefined' && window.Vue) {
103690
103690
  }
103691
103691
 
103692
103692
  /* harmony default export */ var src_0 = __webpack_exports__["default"] = ({
103693
- version: '0.8.24',
103693
+ version: '0.8.25',
103694
103694
  install: install,
103695
103695
  Button: packages_button,
103696
103696
  ButtonGroup: button_group,