eoss-ui 0.8.13 → 0.8.15

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 (320) hide show
  1. package/lib/calogin.js +233 -233
  2. package/lib/eoss-ui.common.js +928 -921
  3. package/lib/flow-list.js +96 -96
  4. package/lib/flow.js +280 -280
  5. package/lib/index.js +1 -1
  6. package/lib/main.js +304 -297
  7. package/lib/menu.js +1 -1
  8. package/lib/qr-code.js +13 -13
  9. package/package.json +1 -1
  10. package/packages/.DS_Store +0 -0
  11. package/packages/button/index.js +5 -5
  12. package/packages/button/src/main.vue +418 -418
  13. package/packages/button-group/index.js +5 -5
  14. package/packages/button-group/src/main.vue +346 -346
  15. package/packages/calendar/index.js +5 -5
  16. package/packages/calogin/.DS_Store +0 -0
  17. package/packages/calogin/index.js +5 -5
  18. package/packages/calogin/src/main.vue +412 -412
  19. package/packages/calogin/src/plugin.js +915 -915
  20. package/packages/card/index.js +5 -5
  21. package/packages/card/src/main.vue +156 -156
  22. package/packages/cascader/index.js +5 -5
  23. package/packages/cascader/src/main.vue +168 -168
  24. package/packages/checkbox-group/index.js +5 -5
  25. package/packages/checkbox-group/src/main.vue +333 -333
  26. package/packages/clients/index.js +5 -5
  27. package/packages/clients/src/main.vue +151 -151
  28. package/packages/data-table/index.js +5 -5
  29. package/packages/data-table/src/children.vue +46 -46
  30. package/packages/data-table/src/main.vue +1876 -1876
  31. package/packages/data-table/src/sizer.vue +195 -195
  32. package/packages/data-table-form/index.js +5 -5
  33. package/packages/data-table-form/src/checkbox.vue +101 -101
  34. package/packages/data-table-form/src/colgroup.vue +17 -17
  35. package/packages/data-table-form/src/main.vue +181 -181
  36. package/packages/data-table-form/src/radio.vue +65 -65
  37. package/packages/data-table-form/src/table.vue +233 -233
  38. package/packages/data-table-form/src/tbody.vue +336 -336
  39. package/packages/data-table-form/src/thead.vue +68 -68
  40. package/packages/date-picker/.DS_Store +0 -0
  41. package/packages/date-picker/index.js +5 -5
  42. package/packages/date-picker/src/.DS_Store +0 -0
  43. package/packages/date-picker/src/main.vue +236 -236
  44. package/packages/dialog/.DS_Store +0 -0
  45. package/packages/dialog/index.js +5 -5
  46. package/packages/enable-drag/index.js +5 -5
  47. package/packages/enterprise/index.js +5 -5
  48. package/packages/enterprise/src/main.vue +66 -66
  49. package/packages/error-page/index.js +5 -5
  50. package/packages/error-page/src/main.vue +44 -44
  51. package/packages/flow/.DS_Store +0 -0
  52. package/packages/flow/index.js +5 -5
  53. package/packages/flow/src/.DS_Store +0 -0
  54. package/packages/flow/src/component/Circulate.vue +420 -420
  55. package/packages/flow/src/component/CommonOpinions.vue +376 -376
  56. package/packages/flow/src/component/CustomPreset.vue +324 -324
  57. package/packages/flow/src/component/FileList.vue +97 -97
  58. package/packages/flow/src/component/FreeCirculation.vue +245 -245
  59. package/packages/flow/src/component/Preset.vue +257 -257
  60. package/packages/flow/src/component/SendMsg.vue +242 -242
  61. package/packages/flow/src/component/SortFlow.vue +110 -110
  62. package/packages/flow/src/component/TimeLimit.vue +190 -190
  63. package/packages/flow/src/component/taskUnionExamine.vue +763 -763
  64. package/packages/flow/src/form.vue +123 -123
  65. package/packages/flow/src/freeStartFlow.vue +2898 -2898
  66. package/packages/flow/src/main.vue +4224 -4224
  67. package/packages/flow/src/processForm.vue +1717 -1717
  68. package/packages/flow/src/processReject.vue +311 -311
  69. package/packages/flow/src/reset.vue +952 -952
  70. package/packages/flow/src/startTaskRead.vue +698 -698
  71. package/packages/flow/src/supervise.vue +162 -162
  72. package/packages/flow/src/table.vue +58 -58
  73. package/packages/flow-group/index.js +5 -5
  74. package/packages/flow-group/src/main.vue +750 -750
  75. package/packages/flow-list/.DS_Store +0 -0
  76. package/packages/flow-list/index.js +5 -5
  77. package/packages/flow-list/src/main.vue +2337 -2337
  78. package/packages/form/.DS_Store +0 -0
  79. package/packages/form/index.js +5 -5
  80. package/packages/form/src/table.vue +1512 -1512
  81. package/packages/handle-user/index.js +5 -5
  82. package/packages/handle-user/src/main.vue +137 -137
  83. package/packages/handler/index.js +5 -5
  84. package/packages/handler/src/main.vue +499 -499
  85. package/packages/icon/.DS_Store +0 -0
  86. package/packages/icon/index.js +5 -5
  87. package/packages/icon/src/main.vue +104 -104
  88. package/packages/icons/index.js +5 -5
  89. package/packages/icons/src/main.vue +81 -81
  90. package/packages/input/index.js +5 -5
  91. package/packages/input/src/main.vue +356 -356
  92. package/packages/input-number/index.js +5 -5
  93. package/packages/input-number/src/main.vue +106 -106
  94. package/packages/label/index.js +5 -5
  95. package/packages/label/src/main.vue +457 -457
  96. package/packages/layout/index.js +5 -5
  97. package/packages/layout/src/item.vue +152 -152
  98. package/packages/layout/src/main.vue +31 -31
  99. package/packages/login/.DS_Store +0 -0
  100. package/packages/login/index.js +5 -5
  101. package/packages/login/src/main.vue +2088 -2088
  102. package/packages/login/src/resetPassword.vue +557 -557
  103. package/packages/main/.DS_Store +0 -0
  104. package/packages/main/index.js +5 -5
  105. package/packages/main/src/.DS_Store +0 -0
  106. package/packages/main/src/default/index.vue +9 -2
  107. package/packages/main/src/default/message.vue +249 -249
  108. package/packages/main/src/default/notice.vue +157 -157
  109. package/packages/main/src/default/userinfo.vue +513 -513
  110. package/packages/main/src/public/online.vue +89 -89
  111. package/packages/main/src/public/search.vue +464 -464
  112. package/packages/main/src/public/settings.vue +273 -273
  113. package/packages/main/src/simplicity/apps.vue +388 -388
  114. package/packages/main/src/simplicity/avatar.vue +82 -82
  115. package/packages/main/src/simplicity/handler.vue +158 -158
  116. package/packages/main/src/simplicity/index.vue +2335 -2335
  117. package/packages/main/src/simplicity/lists.vue +84 -84
  118. package/packages/main/src/simplicity/menu-list.vue +135 -135
  119. package/packages/main/src/simplicity/message.vue +293 -293
  120. package/packages/main/src/simplicity/notice.vue +222 -222
  121. package/packages/main/src/simplicity/router-page.vue +45 -45
  122. package/packages/main/src/simplicity/sub-menu.vue +276 -276
  123. package/packages/main/src/simplicity/user.vue +259 -259
  124. package/packages/main/src/simplicity/userinfo.vue +408 -408
  125. package/packages/main/src/simplicityTop/apps.vue +388 -388
  126. package/packages/main/src/simplicityTop/avatar.vue +82 -82
  127. package/packages/main/src/simplicityTop/handler.vue +215 -215
  128. package/packages/main/src/simplicityTop/index.vue +2626 -2626
  129. package/packages/main/src/simplicityTop/lists.vue +84 -84
  130. package/packages/main/src/simplicityTop/menu-list.vue +135 -135
  131. package/packages/main/src/simplicityTop/message.vue +293 -293
  132. package/packages/main/src/simplicityTop/notice.vue +222 -222
  133. package/packages/main/src/simplicityTop/router-page.vue +45 -45
  134. package/packages/main/src/simplicityTop/sub-menu.vue +274 -274
  135. package/packages/main/src/simplicityTop/user.vue +259 -259
  136. package/packages/main/src/simplicityTop/userinfo.vue +408 -408
  137. package/packages/menu/.DS_Store +0 -0
  138. package/packages/menu/index.js +5 -5
  139. package/packages/menu/src/main.vue +597 -595
  140. package/packages/nav/index.js +5 -5
  141. package/packages/nav/src/main.vue +351 -351
  142. package/packages/notify/index.js +5 -5
  143. package/packages/notify/src/main.vue +538 -538
  144. package/packages/page/index.js +5 -5
  145. package/packages/page/src/main.vue +167 -167
  146. package/packages/pagination/index.js +5 -5
  147. package/packages/pagination/src/main.vue +96 -96
  148. package/packages/player/index.js +5 -5
  149. package/packages/player/src/main.vue +194 -194
  150. package/packages/qr-code/index.js +5 -5
  151. package/packages/qr-code/src/main.vue +170 -170
  152. package/packages/radio-group/index.js +6 -6
  153. package/packages/radio-group/src/main.vue +319 -319
  154. package/packages/retrial-auth/index.js +5 -5
  155. package/packages/retrial-auth/src/main.vue +299 -299
  156. package/packages/select/.DS_Store +0 -0
  157. package/packages/select/index.js +5 -5
  158. package/packages/select-ganged/index.js +5 -5
  159. package/packages/select-ganged/src/main.vue +724 -724
  160. package/packages/selector/.DS_Store +0 -0
  161. package/packages/selector/index.js +5 -5
  162. package/packages/selector/src/main.vue +761 -761
  163. package/packages/selector-panel/.DS_Store +0 -0
  164. package/packages/selector-panel/index.js +5 -5
  165. package/packages/selector-panel/src/main.vue +1036 -1036
  166. package/packages/selector-panel/src/selection.vue +174 -174
  167. package/packages/selector-panel/src/tree.vue +129 -129
  168. package/packages/sizer/index.js +5 -5
  169. package/packages/sizer/src/main.vue +254 -254
  170. package/packages/steps/index.js +5 -5
  171. package/packages/steps/src/main.vue +181 -181
  172. package/packages/switch/index.js +5 -5
  173. package/packages/switch/src/main.vue +170 -170
  174. package/packages/table-form/index.js +5 -5
  175. package/packages/tabs/index.js +5 -5
  176. package/packages/tabs/src/main.vue +788 -788
  177. package/packages/tabs-panel/index.js +5 -5
  178. package/packages/tabs-panel/src/main.vue +29 -29
  179. package/packages/theme-chalk/lib/base.css +1 -0
  180. package/packages/theme-chalk/lib/button-group.css +1 -0
  181. package/packages/theme-chalk/lib/button.css +1 -0
  182. package/packages/theme-chalk/lib/calendar.css +1 -0
  183. package/packages/theme-chalk/lib/calogin.css +0 -0
  184. package/packages/theme-chalk/lib/card.css +1 -0
  185. package/packages/theme-chalk/lib/cascader.css +0 -0
  186. package/packages/theme-chalk/lib/checkbox-group.css +1 -0
  187. package/packages/theme-chalk/lib/clients.css +1 -0
  188. package/packages/theme-chalk/lib/data-table-form.css +1 -0
  189. package/packages/theme-chalk/lib/data-table.css +1 -0
  190. package/packages/theme-chalk/lib/date-picker.css +1 -0
  191. package/packages/theme-chalk/lib/dialog.css +1 -0
  192. package/packages/theme-chalk/lib/enable-drag.css +1 -0
  193. package/packages/theme-chalk/lib/enterprise.css +1 -0
  194. package/packages/theme-chalk/lib/error-page.css +1 -0
  195. package/packages/theme-chalk/lib/flow-chart.css +0 -0
  196. package/packages/theme-chalk/lib/flow-group.css +1 -0
  197. package/packages/theme-chalk/lib/flow-list.css +1 -0
  198. package/packages/theme-chalk/lib/flow.css +1 -0
  199. package/packages/theme-chalk/lib/fonts/iconfont.ttf +0 -0
  200. package/packages/theme-chalk/lib/fonts/iconfont.woff +0 -0
  201. package/packages/theme-chalk/lib/form.css +1 -0
  202. package/packages/theme-chalk/lib/handle-user.css +1 -0
  203. package/packages/theme-chalk/lib/handler.css +1 -0
  204. package/packages/theme-chalk/lib/icon.css +1 -0
  205. package/packages/theme-chalk/lib/icons.css +1 -0
  206. package/packages/theme-chalk/lib/index.css +1 -0
  207. package/packages/theme-chalk/lib/input-number.css +0 -0
  208. package/packages/theme-chalk/lib/input.css +1 -0
  209. package/packages/theme-chalk/lib/label.css +1 -0
  210. package/packages/theme-chalk/lib/layout.css +1 -0
  211. package/packages/theme-chalk/lib/login.css +1 -0
  212. package/packages/theme-chalk/lib/main.css +1 -0
  213. package/packages/theme-chalk/lib/menu.css +1 -0
  214. package/packages/theme-chalk/lib/nav.css +1 -0
  215. package/packages/theme-chalk/lib/notify.css +0 -0
  216. package/packages/theme-chalk/lib/page.css +1 -0
  217. package/packages/theme-chalk/lib/pagination.css +1 -0
  218. package/packages/theme-chalk/lib/player.css +1 -0
  219. package/packages/theme-chalk/lib/qr-code.css +1 -0
  220. package/packages/theme-chalk/lib/radio-group.css +1 -0
  221. package/packages/theme-chalk/lib/retrial-auth.css +1 -0
  222. package/packages/theme-chalk/lib/select-ganged.css +1 -0
  223. package/packages/theme-chalk/lib/select.css +1 -0
  224. package/packages/theme-chalk/lib/selector-panel.css +1 -0
  225. package/packages/theme-chalk/lib/selector.css +1 -0
  226. package/packages/theme-chalk/lib/simplicity-top.css +1 -0
  227. package/packages/theme-chalk/lib/simplicity.css +1 -0
  228. package/packages/theme-chalk/lib/sizer.css +1 -0
  229. package/packages/theme-chalk/lib/steps.css +1 -0
  230. package/packages/theme-chalk/lib/switch.css +1 -0
  231. package/packages/theme-chalk/lib/table-form.css +0 -0
  232. package/packages/theme-chalk/lib/tabs-panel.css +0 -0
  233. package/packages/theme-chalk/lib/tabs.css +1 -0
  234. package/packages/theme-chalk/lib/tips.css +1 -0
  235. package/packages/theme-chalk/lib/toolbar.css +1 -0
  236. package/packages/theme-chalk/lib/tree-group.css +1 -0
  237. package/packages/theme-chalk/lib/tree.css +1 -0
  238. package/packages/theme-chalk/lib/upload.css +1 -0
  239. package/packages/theme-chalk/lib/wujie.css +0 -0
  240. package/packages/theme-chalk/lib/wxlogin.css +1 -0
  241. package/packages/theme-chalk/src/.DS_Store +0 -0
  242. package/packages/theme-chalk/src/base.scss +261 -261
  243. package/packages/theme-chalk/src/button-group.scss +176 -176
  244. package/packages/theme-chalk/src/button.scss +24 -24
  245. package/packages/theme-chalk/src/calendar.scss +113 -113
  246. package/packages/theme-chalk/src/card.scss +99 -99
  247. package/packages/theme-chalk/src/checkbox-group.scss +8 -8
  248. package/packages/theme-chalk/src/clients.scss +87 -87
  249. package/packages/theme-chalk/src/data-table-form.scss +67 -67
  250. package/packages/theme-chalk/src/data-table.scss +297 -297
  251. package/packages/theme-chalk/src/date-picker.scss +7 -7
  252. package/packages/theme-chalk/src/dialog.scss +77 -77
  253. package/packages/theme-chalk/src/enable-drag.scss +181 -181
  254. package/packages/theme-chalk/src/enterprise.scss +5 -5
  255. package/packages/theme-chalk/src/error-page.scss +18 -18
  256. package/packages/theme-chalk/src/flow-group.scss +110 -110
  257. package/packages/theme-chalk/src/flow-list.scss +55 -55
  258. package/packages/theme-chalk/src/flow.scss +376 -376
  259. package/packages/theme-chalk/src/form.scss +501 -501
  260. package/packages/theme-chalk/src/handle-user.scss +40 -40
  261. package/packages/theme-chalk/src/handler.scss +148 -148
  262. package/packages/theme-chalk/src/icon.scss +3452 -3452
  263. package/packages/theme-chalk/src/icons.scss +99 -99
  264. package/packages/theme-chalk/src/input.scss +9 -9
  265. package/packages/theme-chalk/src/label.scss +24 -24
  266. package/packages/theme-chalk/src/layout.scss +46 -46
  267. package/packages/theme-chalk/src/login.scss +1006 -1006
  268. package/packages/theme-chalk/src/main.scss +664 -664
  269. package/packages/theme-chalk/src/menu.scss +224 -224
  270. package/packages/theme-chalk/src/mixins/color.scss +117 -117
  271. package/packages/theme-chalk/src/nav.scss +111 -111
  272. package/packages/theme-chalk/src/page.scss +3 -3
  273. package/packages/theme-chalk/src/pagination.scss +29 -29
  274. package/packages/theme-chalk/src/player.scss +9 -9
  275. package/packages/theme-chalk/src/qr-code.scss +17 -17
  276. package/packages/theme-chalk/src/radio-group.scss +9 -9
  277. package/packages/theme-chalk/src/retrial-auth.scss +38 -38
  278. package/packages/theme-chalk/src/select-ganged.scss +8 -8
  279. package/packages/theme-chalk/src/select.scss +8 -8
  280. package/packages/theme-chalk/src/selector-panel.scss +204 -204
  281. package/packages/theme-chalk/src/selector.scss +114 -114
  282. package/packages/theme-chalk/src/simplicity-top.scss +1845 -1845
  283. package/packages/theme-chalk/src/simplicity.scss +1403 -1403
  284. package/packages/theme-chalk/src/sizer.scss +36 -36
  285. package/packages/theme-chalk/src/steps.scss +88 -88
  286. package/packages/theme-chalk/src/switch.scss +3 -3
  287. package/packages/theme-chalk/src/table-form.scss +1 -1
  288. package/packages/theme-chalk/src/tabs.scss +87 -87
  289. package/packages/theme-chalk/src/tips.scss +7 -7
  290. package/packages/theme-chalk/src/toolbar.scss +179 -179
  291. package/packages/theme-chalk/src/tree-group.scss +72 -72
  292. package/packages/theme-chalk/src/tree.scss +165 -165
  293. package/packages/theme-chalk/src/upload.scss +172 -172
  294. package/packages/theme-chalk/src/wxlogin.scss +3 -3
  295. package/packages/tips/index.js +5 -5
  296. package/packages/tips/src/main.vue +141 -141
  297. package/packages/toolbar/index.js +5 -5
  298. package/packages/toolbar/src/main.vue +430 -430
  299. package/packages/tree/index.js +5 -5
  300. package/packages/tree-group/index.js +5 -5
  301. package/packages/upload/.DS_Store +0 -0
  302. package/packages/upload/index.js +5 -5
  303. package/packages/upload/src/main.vue +1344 -1344
  304. package/packages/upload/src/picture.js +15 -15
  305. package/packages/wujie/index.js +5 -5
  306. package/packages/wujie/src/main.vue +146 -146
  307. package/packages/wxlogin/index.js +5 -5
  308. package/packages/wxlogin/src/main.vue +128 -128
  309. package/src/.DS_Store +0 -0
  310. package/src/config/api.js +348 -348
  311. package/src/config/image.js +2 -2
  312. package/src/index.js +163 -163
  313. package/src/utils/.DS_Store +0 -0
  314. package/src/utils/bus.js +3 -3
  315. package/src/utils/date-util.js +312 -312
  316. package/src/utils/http.js +50 -50
  317. package/src/utils/rules.js +18 -18
  318. package/src/utils/store.js +21 -21
  319. package/src/utils/webSocket.js +107 -107
  320. package/packages/theme-chalk/gulpfile.js +0 -25
@@ -253,7 +253,7 @@ module.exports = require("lodash");
253
253
 
254
254
  exports = module.exports = __webpack_require__(24)(false);
255
255
  // Module
256
- exports.push([module.i, "\n.es-setting-top-nav-side[data-v-1b15d77c]::before {\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", ""]);
256
+ exports.push([module.i, "\n.es-setting-top-nav-side[data-v-1b15d77c]::before {\n content: '';\n display: block;\n position: absolute;\n left: 0;\n width: 8px;\n top: 10px;\n bottom: 0;\n z-index: 2;\n background-color: rgb(0, 80, 179);\n}\n", ""]);
257
257
 
258
258
 
259
259
 
@@ -6913,8 +6913,8 @@ function plugin_asyncToGenerator(fn) { return function () { var gen = fn.apply(t
6913
6913
 
6914
6914
  function plugin_classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
6915
6915
 
6916
- /**
6917
- * JIT_GW_ExtInterface 模块,提供与客户端交互的功能
6916
+ /**
6917
+ * JIT_GW_ExtInterface 模块,提供与客户端交互的功能
6918
6918
  */
6919
6919
  var plugin_CA_ExtInterface = function () {
6920
6920
  function CA_ExtInterface() {
@@ -6927,11 +6927,11 @@ var plugin_CA_ExtInterface = function () {
6927
6927
  this.init();
6928
6928
  }
6929
6929
 
6930
- /**
6931
- * 简单的 Object.assign 兼容 IE <= 11 的 polyfill
6932
- * @see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/assign
6933
- * @param {Object} target - 目标对象
6934
- * @param {Object} options - 新的选项对象
6930
+ /**
6931
+ * 简单的 Object.assign 兼容 IE <= 11 的 polyfill
6932
+ * @see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/assign
6933
+ * @param {Object} target - 目标对象
6934
+ * @param {Object} options - 新的选项对象
6935
6935
  */
6936
6936
 
6937
6937
 
@@ -6946,8 +6946,8 @@ var plugin_CA_ExtInterface = function () {
6946
6946
  }
6947
6947
  };
6948
6948
 
6949
- /**
6950
- * 检查当前会话的 WebSocket URL
6949
+ /**
6950
+ * 检查当前会话的 WebSocket URL
6951
6951
  */
6952
6952
 
6953
6953
 
@@ -6961,8 +6961,8 @@ var plugin_CA_ExtInterface = function () {
6961
6961
  }
6962
6962
  };
6963
6963
 
6964
- /**
6965
- * 检查是否使用 ActiveX
6964
+ /**
6965
+ * 检查是否使用 ActiveX
6966
6966
  */
6967
6967
 
6968
6968
 
@@ -6974,11 +6974,11 @@ var plugin_CA_ExtInterface = function () {
6974
6974
  }
6975
6975
  };
6976
6976
 
6977
- /**
6978
- * 扩展发送消息并等待响应
6979
- * @param {string} operatorCmd - 操作命令
6980
- * @param {string} sendMsg - 发送的消息
6981
- * @returns {string} 响应消息
6977
+ /**
6978
+ * 扩展发送消息并等待响应
6979
+ * @param {string} operatorCmd - 操作命令
6980
+ * @param {string} sendMsg - 发送的消息
6981
+ * @returns {string} 响应消息
6982
6982
  */
6983
6983
 
6984
6984
 
@@ -7011,11 +7011,11 @@ var plugin_CA_ExtInterface = function () {
7011
7011
  return sendAndWaitMessageEx;
7012
7012
  }();
7013
7013
 
7014
- /**
7015
- * 发送消息并等待响应
7016
- * @param {string} wsurl - WebSocket URL
7017
- * @param {string} sendMsg - 发送的消息
7018
- * @returns {string} 响应消息
7014
+ /**
7015
+ * 发送消息并等待响应
7016
+ * @param {string} wsurl - WebSocket URL
7017
+ * @param {string} sendMsg - 发送的消息
7018
+ * @returns {string} 响应消息
7019
7019
  */
7020
7020
 
7021
7021
 
@@ -7039,9 +7039,9 @@ var plugin_CA_ExtInterface = function () {
7039
7039
  }
7040
7040
  };
7041
7041
 
7042
- /**
7043
- * 配置选项
7044
- * @param {Object} extendOption - 扩展选项
7042
+ /**
7043
+ * 配置选项
7044
+ * @param {Object} extendOption - 扩展选项
7045
7045
  */
7046
7046
 
7047
7047
 
@@ -7051,8 +7051,8 @@ var plugin_CA_ExtInterface = function () {
7051
7051
  }
7052
7052
  };
7053
7053
 
7054
- /**
7055
- * 初始化
7054
+ /**
7055
+ * 初始化
7056
7056
  */
7057
7057
 
7058
7058
 
@@ -7060,9 +7060,9 @@ var plugin_CA_ExtInterface = function () {
7060
7060
  this.isUseActioveX();
7061
7061
  };
7062
7062
 
7063
- /**
7064
- * 返回客户端的版本
7065
- * @returns {string} 客户端版本
7063
+ /**
7064
+ * 返回客户端的版本
7065
+ * @returns {string} 客户端版本
7066
7066
  */
7067
7067
 
7068
7068
 
@@ -7075,13 +7075,13 @@ var plugin_CA_ExtInterface = function () {
7075
7075
  }
7076
7076
  };
7077
7077
 
7078
- /**
7079
- * 下载客户端程序并安装
7080
- * @param {string} bstrURL - 下载地址
7081
- * @param {string} bstrHashValue - 哈希值
7082
- * @param {boolean} bSync - 是否同步安装
7083
- * @param {boolean} bOnlySSO - 是否仅安装 SSO
7084
- * @returns {number} 安装结果
7078
+ /**
7079
+ * 下载客户端程序并安装
7080
+ * @param {string} bstrURL - 下载地址
7081
+ * @param {string} bstrHashValue - 哈希值
7082
+ * @param {boolean} bSync - 是否同步安装
7083
+ * @param {boolean} bOnlySSO - 是否仅安装 SSO
7084
+ * @returns {number} 安装结果
7085
7085
  */
7086
7086
 
7087
7087
 
@@ -7095,11 +7095,11 @@ var plugin_CA_ExtInterface = function () {
7095
7095
  }
7096
7096
  };
7097
7097
 
7098
- /**
7099
- * 获取硬件指纹信息
7100
- * @param {number} dwSign - 签名
7101
- * @param {string} strGateWayIP - 网关 IP
7102
- * @returns {string} 硬件指纹信息
7098
+ /**
7099
+ * 获取硬件指纹信息
7100
+ * @param {number} dwSign - 签名
7101
+ * @param {string} strGateWayIP - 网关 IP
7102
+ * @returns {string} 硬件指纹信息
7103
7103
  */
7104
7104
 
7105
7105
 
@@ -7113,12 +7113,12 @@ var plugin_CA_ExtInterface = function () {
7113
7113
  }
7114
7114
  };
7115
7115
 
7116
- /**
7117
- * 设置转发策略和代填策略
7118
- * @param {string} strProxyPolicy - 转发策略
7119
- * @param {string} strSSOPolicy - 代填策略
7120
- * @param {string} strGatewayAddress - 网关地址
7121
- * @returns {number} 设置结果
7116
+ /**
7117
+ * 设置转发策略和代填策略
7118
+ * @param {string} strProxyPolicy - 转发策略
7119
+ * @param {string} strSSOPolicy - 代填策略
7120
+ * @param {string} strGatewayAddress - 网关地址
7121
+ * @returns {number} 设置结果
7122
7122
  */
7123
7123
 
7124
7124
 
@@ -7132,11 +7132,11 @@ var plugin_CA_ExtInterface = function () {
7132
7132
  }
7133
7133
  };
7134
7134
 
7135
- /**
7136
- * 启动认证信息模块
7137
- * @param {string} strFileName - 文件名
7138
- * @param {string} strXmlData - XML 数据
7139
- * @returns {string} 认证信息
7135
+ /**
7136
+ * 启动认证信息模块
7137
+ * @param {string} strFileName - 文件名
7138
+ * @param {string} strXmlData - XML 数据
7139
+ * @returns {string} 认证信息
7140
7140
  */
7141
7141
 
7142
7142
 
@@ -7150,10 +7150,10 @@ var plugin_CA_ExtInterface = function () {
7150
7150
  }
7151
7151
  };
7152
7152
 
7153
- /**
7154
- * 打开 BS 应用
7155
- * @param {string} strUrl - 应用 URL
7156
- * @returns {number} 打开结果
7153
+ /**
7154
+ * 打开 BS 应用
7155
+ * @param {string} strUrl - 应用 URL
7156
+ * @returns {number} 打开结果
7157
7157
  */
7158
7158
 
7159
7159
 
@@ -7167,12 +7167,12 @@ var plugin_CA_ExtInterface = function () {
7167
7167
  }
7168
7168
  };
7169
7169
 
7170
- /**
7171
- * 打开 CS 应用
7172
- * @param {string} strGatewayAddress - 网关地址
7173
- * @param {string} strAppFlag - 应用标识
7174
- * @param {string} strAppPath - 应用路径
7175
- * @returns {number} 打开结果
7170
+ /**
7171
+ * 打开 CS 应用
7172
+ * @param {string} strGatewayAddress - 网关地址
7173
+ * @param {string} strAppFlag - 应用标识
7174
+ * @param {string} strAppPath - 应用路径
7175
+ * @returns {number} 打开结果
7176
7176
  */
7177
7177
 
7178
7178
 
@@ -7186,13 +7186,13 @@ var plugin_CA_ExtInterface = function () {
7186
7186
  }
7187
7187
  };
7188
7188
 
7189
- /**
7190
- * 设置自动更新策略
7191
- * @param {string} strGatewayAddress - 网关地址
7192
- * @param {number} nGatewayPort - 网关端口
7193
- * @param {string} strUserToken - 用户令牌
7194
- * @param {number} updatedelay - 更新延迟
7195
- * @returns {number} 设置结果
7189
+ /**
7190
+ * 设置自动更新策略
7191
+ * @param {string} strGatewayAddress - 网关地址
7192
+ * @param {number} nGatewayPort - 网关端口
7193
+ * @param {string} strUserToken - 用户令牌
7194
+ * @param {number} updatedelay - 更新延迟
7195
+ * @returns {number} 设置结果
7196
7196
  */
7197
7197
 
7198
7198
 
@@ -7206,10 +7206,10 @@ var plugin_CA_ExtInterface = function () {
7206
7206
  }
7207
7207
  };
7208
7208
 
7209
- /**
7210
- * 获取客户端 IP
7211
- * @param {string} strGatewayIP - 网关 IP
7212
- * @returns {string} 客户端 IP
7209
+ /**
7210
+ * 获取客户端 IP
7211
+ * @param {string} strGatewayIP - 网关 IP
7212
+ * @returns {string} 客户端 IP
7213
7213
  */
7214
7214
 
7215
7215
 
@@ -7223,10 +7223,10 @@ var plugin_CA_ExtInterface = function () {
7223
7223
  }
7224
7224
  };
7225
7225
 
7226
- /**
7227
- * 登出网关
7228
- * @param {string} strServerIP - 服务器 IP
7229
- * @returns {number} 登出结果
7226
+ /**
7227
+ * 登出网关
7228
+ * @param {string} strServerIP - 服务器 IP
7229
+ * @returns {number} 登出结果
7230
7230
  */
7231
7231
 
7232
7232
 
@@ -7240,11 +7240,11 @@ var plugin_CA_ExtInterface = function () {
7240
7240
  }
7241
7241
  };
7242
7242
 
7243
- /**
7244
- * 运行安装包
7245
- * @param {number} lRunType - 运行类型
7246
- * @param {boolean} bIsOnlySSO - 是否仅安装 SSO
7247
- * @returns {number} 运行结果
7243
+ /**
7244
+ * 运行安装包
7245
+ * @param {number} lRunType - 运行类型
7246
+ * @param {boolean} bIsOnlySSO - 是否仅安装 SSO
7247
+ * @returns {number} 运行结果
7248
7248
  */
7249
7249
 
7250
7250
 
@@ -7258,9 +7258,9 @@ var plugin_CA_ExtInterface = function () {
7258
7258
  }
7259
7259
  };
7260
7260
 
7261
- /**
7262
- * 获取下载进度
7263
- * @returns {number} 下载进度
7261
+ /**
7262
+ * 获取下载进度
7263
+ * @returns {number} 下载进度
7264
7264
  */
7265
7265
 
7266
7266
 
@@ -7274,9 +7274,9 @@ var plugin_CA_ExtInterface = function () {
7274
7274
  }
7275
7275
  };
7276
7276
 
7277
- /**
7278
- * 是否安装完成
7279
- * @returns {boolean} 安装完成状态
7277
+ /**
7278
+ * 是否安装完成
7279
+ * @returns {boolean} 安装完成状态
7280
7280
  */
7281
7281
 
7282
7282
 
@@ -7290,11 +7290,11 @@ var plugin_CA_ExtInterface = function () {
7290
7290
  }
7291
7291
  };
7292
7292
 
7293
- /**
7294
- * 初始化签包对象
7295
- * @param {string} strAlgType - 算法类型
7296
- * @param {string} strAuxParam - 辅助参数
7297
- * @returns {number} 初始化结果
7293
+ /**
7294
+ * 初始化签包对象
7295
+ * @param {string} strAlgType - 算法类型
7296
+ * @param {string} strAuxParam - 辅助参数
7297
+ * @returns {number} 初始化结果
7298
7298
  */
7299
7299
 
7300
7300
 
@@ -7308,10 +7308,10 @@ var plugin_CA_ExtInterface = function () {
7308
7308
  }
7309
7309
  };
7310
7310
 
7311
- /**
7312
- * 设置摘要算法
7313
- * @param {string} strDigestAlg - 摘要算法
7314
- * @returns {number} 设置结果
7311
+ /**
7312
+ * 设置摘要算法
7313
+ * @param {string} strDigestAlg - 摘要算法
7314
+ * @returns {number} 设置结果
7315
7315
  */
7316
7316
 
7317
7317
 
@@ -7325,10 +7325,10 @@ var plugin_CA_ExtInterface = function () {
7325
7325
  }
7326
7326
  };
7327
7327
 
7328
- /**
7329
- * 设置单证书是否弹出对话框
7330
- * @param {number} isChoose - 是否弹出对话框
7331
- * @returns {number} 设置结果
7328
+ /**
7329
+ * 设置单证书是否弹出对话框
7330
+ * @param {number} isChoose - 是否弹出对话框
7331
+ * @returns {number} 设置结果
7332
7332
  */
7333
7333
 
7334
7334
 
@@ -7342,11 +7342,11 @@ var plugin_CA_ExtInterface = function () {
7342
7342
  }
7343
7343
  };
7344
7344
 
7345
- /**
7346
- * 添加证书过滤条件
7347
- * @param {number} ulType - 过滤类型
7348
- * @param {string} strValue - 过滤值
7349
- * @returns {number} 添加结果
7345
+ /**
7346
+ * 添加证书过滤条件
7347
+ * @param {number} ulType - 过滤类型
7348
+ * @param {string} strValue - 过滤值
7349
+ * @returns {number} 添加结果
7350
7350
  */
7351
7351
 
7352
7352
 
@@ -7360,9 +7360,9 @@ var plugin_CA_ExtInterface = function () {
7360
7360
  }
7361
7361
  };
7362
7362
 
7363
- /**
7364
- * 清除所有过滤条件
7365
- * @returns {number} 清除结果
7363
+ /**
7364
+ * 清除所有过滤条件
7365
+ * @returns {number} 清除结果
7366
7366
  */
7367
7367
 
7368
7368
 
@@ -7376,10 +7376,10 @@ var plugin_CA_ExtInterface = function () {
7376
7376
  }
7377
7377
  };
7378
7378
 
7379
- /**
7380
- * P1 签名
7381
- * @param {string} strValueBase64 - 待签名的 Base64 字符串
7382
- * @returns {string} 签名结果
7379
+ /**
7380
+ * P1 签名
7381
+ * @param {string} strValueBase64 - 待签名的 Base64 字符串
7382
+ * @returns {string} 签名结果
7383
7383
  */
7384
7384
 
7385
7385
 
@@ -7393,10 +7393,10 @@ var plugin_CA_ExtInterface = function () {
7393
7393
  }
7394
7394
  };
7395
7395
 
7396
- /**
7397
- * P1 签名字符串
7398
- * @param {string} strValue - 待签名的字符串
7399
- * @returns {string} 签名结果
7396
+ /**
7397
+ * P1 签名字符串
7398
+ * @param {string} strValue - 待签名的字符串
7399
+ * @returns {string} 签名结果
7400
7400
  */
7401
7401
 
7402
7402
 
@@ -7410,12 +7410,12 @@ var plugin_CA_ExtInterface = function () {
7410
7410
  }
7411
7411
  };
7412
7412
 
7413
- /**
7414
- * P7 签名
7415
- * @param {string} strValueBase64 - 待签名的 Base64 字符串
7416
- * @param {boolean} isDetach - 是否分离签名
7417
- * @param {boolean} isIncludeCert - 是否包含证书
7418
- * @returns {string} 签名结果
7413
+ /**
7414
+ * P7 签名
7415
+ * @param {string} strValueBase64 - 待签名的 Base64 字符串
7416
+ * @param {boolean} isDetach - 是否分离签名
7417
+ * @param {boolean} isIncludeCert - 是否包含证书
7418
+ * @returns {string} 签名结果
7419
7419
  */
7420
7420
 
7421
7421
 
@@ -7429,12 +7429,12 @@ var plugin_CA_ExtInterface = function () {
7429
7429
  }
7430
7430
  };
7431
7431
 
7432
- /**
7433
- * P7 签名字符串
7434
- * @param {string} strValue - 待签名的字符串
7435
- * @param {boolean} isDetach - 是否分离签名
7436
- * @param {boolean} isIncludeCert - 是否包含证书
7437
- * @returns {string} 签名结果
7432
+ /**
7433
+ * P7 签名字符串
7434
+ * @param {string} strValue - 待签名的字符串
7435
+ * @param {boolean} isDetach - 是否分离签名
7436
+ * @param {boolean} isIncludeCert - 是否包含证书
7437
+ * @returns {string} 签名结果
7438
7438
  */
7439
7439
 
7440
7440
 
@@ -7448,9 +7448,9 @@ var plugin_CA_ExtInterface = function () {
7448
7448
  }
7449
7449
  };
7450
7450
 
7451
- /**
7452
- * 释放签名对象
7453
- * @returns {number} 释放结果
7451
+ /**
7452
+ * 释放签名对象
7453
+ * @returns {number} 释放结果
7454
7454
  */
7455
7455
 
7456
7456
 
@@ -7464,9 +7464,9 @@ var plugin_CA_ExtInterface = function () {
7464
7464
  }
7465
7465
  };
7466
7466
 
7467
- /**
7468
- * 获取签名版本
7469
- * @returns {string} 签名版本
7467
+ /**
7468
+ * 获取签名版本
7469
+ * @returns {string} 签名版本
7470
7470
  */
7471
7471
 
7472
7472
 
@@ -7480,9 +7480,9 @@ var plugin_CA_ExtInterface = function () {
7480
7480
  }
7481
7481
  };
7482
7482
 
7483
- /**
7484
- * 获取签名证书
7485
- * @returns {string} 签名证书
7483
+ /**
7484
+ * 获取签名证书
7485
+ * @returns {string} 签名证书
7486
7486
  */
7487
7487
 
7488
7488
 
@@ -7496,9 +7496,9 @@ var plugin_CA_ExtInterface = function () {
7496
7496
  }
7497
7497
  };
7498
7498
 
7499
- /**
7500
- * 获取错误码
7501
- * @returns {number} 错误码
7499
+ /**
7500
+ * 获取错误码
7501
+ * @returns {number} 错误码
7502
7502
  */
7503
7503
 
7504
7504
 
@@ -7512,9 +7512,9 @@ var plugin_CA_ExtInterface = function () {
7512
7512
  }
7513
7513
  };
7514
7514
 
7515
- /**
7516
- * 获取错误信息
7517
- * @returns {string} 错误信息
7515
+ /**
7516
+ * 获取错误信息
7517
+ * @returns {string} 错误信息
7518
7518
  */
7519
7519
 
7520
7520
 
@@ -7528,9 +7528,9 @@ var plugin_CA_ExtInterface = function () {
7528
7528
  }
7529
7529
  };
7530
7530
 
7531
- /**
7532
- * 销毁认证对象
7533
- * @returns {number} 销毁结果
7531
+ /**
7532
+ * 销毁认证对象
7533
+ * @returns {number} 销毁结果
7534
7534
  */
7535
7535
 
7536
7536
 
@@ -7544,9 +7544,9 @@ var plugin_CA_ExtInterface = function () {
7544
7544
  }
7545
7545
  };
7546
7546
 
7547
- /**
7548
- * 获取证书类型
7549
- * @returns {string} 证书类型
7547
+ /**
7548
+ * 获取证书类型
7549
+ * @returns {string} 证书类型
7550
7550
  */
7551
7551
 
7552
7552
 
@@ -7560,9 +7560,9 @@ var plugin_CA_ExtInterface = function () {
7560
7560
  }
7561
7561
  };
7562
7562
 
7563
- /**
7564
- * 获取签名摘要算法
7565
- * @returns {string} 签名摘要算法
7563
+ /**
7564
+ * 获取签名摘要算法
7565
+ * @returns {string} 签名摘要算法
7566
7566
  */
7567
7567
 
7568
7568
 
@@ -7576,11 +7576,11 @@ var plugin_CA_ExtInterface = function () {
7576
7576
  }
7577
7577
  };
7578
7578
 
7579
- /**
7580
- * 使能调用序列
7581
- * @param {boolean} bCallQueueEnable - 是否使能调用序列
7582
- * @param {boolean} bHeadInfoEnable - 是否使能头部信息
7583
- * @returns {number} 使能结果
7579
+ /**
7580
+ * 使能调用序列
7581
+ * @param {boolean} bCallQueueEnable - 是否使能调用序列
7582
+ * @param {boolean} bHeadInfoEnable - 是否使能头部信息
7583
+ * @returns {number} 使能结果
7584
7584
  */
7585
7585
 
7586
7586
 
@@ -7594,9 +7594,9 @@ var plugin_CA_ExtInterface = function () {
7594
7594
  }
7595
7595
  };
7596
7596
 
7597
- /**
7598
- * 清空调用序列结果
7599
- * @returns {number} 清空调用序列结果
7597
+ /**
7598
+ * 清空调用序列结果
7599
+ * @returns {number} 清空调用序列结果
7600
7600
  */
7601
7601
 
7602
7602
 
@@ -7610,9 +7610,9 @@ var plugin_CA_ExtInterface = function () {
7610
7610
  }
7611
7611
  };
7612
7612
 
7613
- /**
7614
- * 获取调用序列结果
7615
- * @returns {string} 调用序列结果
7613
+ /**
7614
+ * 获取调用序列结果
7615
+ * @returns {string} 调用序列结果
7616
7616
  */
7617
7617
 
7618
7618
 
@@ -7626,12 +7626,12 @@ var plugin_CA_ExtInterface = function () {
7626
7626
  }
7627
7627
  };
7628
7628
 
7629
- /**
7630
- * 客户端安全策略检查
7631
- * @param {string} strGatewayAddress - 网关地址
7632
- * @param {number} usGatewayPort - 网关端口
7633
- * @param {string} strSecurityPolicys - 安全策略
7634
- * @returns {boolean} 检查结果
7629
+ /**
7630
+ * 客户端安全策略检查
7631
+ * @param {string} strGatewayAddress - 网关地址
7632
+ * @param {number} usGatewayPort - 网关端口
7633
+ * @param {string} strSecurityPolicys - 安全策略
7634
+ * @returns {boolean} 检查结果
7635
7635
  */
7636
7636
 
7637
7637
 
@@ -7645,9 +7645,9 @@ var plugin_CA_ExtInterface = function () {
7645
7645
  }
7646
7646
  };
7647
7647
 
7648
- /**
7649
- * 获取通讯协议版本
7650
- * @returns {string} 通讯协议版本
7648
+ /**
7649
+ * 获取通讯协议版本
7650
+ * @returns {string} 通讯协议版本
7651
7651
  */
7652
7652
 
7653
7653
 
@@ -7661,13 +7661,13 @@ var plugin_CA_ExtInterface = function () {
7661
7661
  }
7662
7662
  };
7663
7663
 
7664
- /**
7665
- * 修改 Key 的 Pin 码
7666
- * @param {string} strCertSn - 证书序列号
7667
- * @param {number} lPinCodeType - Pin 码类型
7668
- * @param {string} strCurPinCode - 当前 Pin 码
7669
- * @param {string} strNewPinCode - 新 Pin 码
7670
- * @returns {number} 修改结果
7664
+ /**
7665
+ * 修改 Key 的 Pin 码
7666
+ * @param {string} strCertSn - 证书序列号
7667
+ * @param {number} lPinCodeType - Pin 码类型
7668
+ * @param {string} strCurPinCode - 当前 Pin 码
7669
+ * @param {string} strNewPinCode - 新 Pin 码
7670
+ * @returns {number} 修改结果
7671
7671
  */
7672
7672
 
7673
7673
 
@@ -7681,10 +7681,10 @@ var plugin_CA_ExtInterface = function () {
7681
7681
  }
7682
7682
  };
7683
7683
 
7684
- /**
7685
- * 等待策略设置完毕
7686
- * @param {string} strGatewayAddress - 网关地址
7687
- * @returns {number} 等待结果
7684
+ /**
7685
+ * 等待策略设置完毕
7686
+ * @param {string} strGatewayAddress - 网关地址
7687
+ * @returns {number} 等待结果
7688
7688
  */
7689
7689
 
7690
7690
 
@@ -7698,10 +7698,10 @@ var plugin_CA_ExtInterface = function () {
7698
7698
  }
7699
7699
  };
7700
7700
 
7701
- /**
7702
- * 获取会话 Token
7703
- * @param {string} strGatewayAddress - 网关地址
7704
- * @returns {string} 会话 Token
7701
+ /**
7702
+ * 获取会话 Token
7703
+ * @param {string} strGatewayAddress - 网关地址
7704
+ * @returns {string} 会话 Token
7705
7705
  */
7706
7706
 
7707
7707
 
@@ -7715,9 +7715,9 @@ var plugin_CA_ExtInterface = function () {
7715
7715
  }
7716
7716
  };
7717
7717
 
7718
- /**
7719
- * 获取控件版本
7720
- * @returns {string} 控件版本
7718
+ /**
7719
+ * 获取控件版本
7720
+ * @returns {string} 控件版本
7721
7721
  */
7722
7722
 
7723
7723
 
@@ -7731,10 +7731,10 @@ var plugin_CA_ExtInterface = function () {
7731
7731
  }
7732
7732
  };
7733
7733
 
7734
- /**
7735
- * 设置语言资源
7736
- * @param {string} strLanguage - 语言资源
7737
- * @returns {number} 设置结果
7734
+ /**
7735
+ * 设置语言资源
7736
+ * @param {string} strLanguage - 语言资源
7737
+ * @returns {number} 设置结果
7738
7738
  */
7739
7739
 
7740
7740
 
@@ -7748,12 +7748,12 @@ var plugin_CA_ExtInterface = function () {
7748
7748
  }
7749
7749
  };
7750
7750
 
7751
- /**
7752
- * 获取用户属性
7753
- * @param {string} strGatewayAddress - 网关地址
7754
- * @param {string} strAppFlag - 应用标识
7755
- * @param {string} strAttributeName - 属性名称
7756
- * @returns {string} 用户属性值
7751
+ /**
7752
+ * 获取用户属性
7753
+ * @param {string} strGatewayAddress - 网关地址
7754
+ * @param {string} strAppFlag - 应用标识
7755
+ * @param {string} strAttributeName - 属性名称
7756
+ * @returns {string} 用户属性值
7757
7757
  */
7758
7758
 
7759
7759
 
@@ -7767,9 +7767,9 @@ var plugin_CA_ExtInterface = function () {
7767
7767
  }
7768
7768
  };
7769
7769
 
7770
- /**
7771
- * 获取签名加密 PIN 码
7772
- * @returns {string} 签名加密 PIN 码
7770
+ /**
7771
+ * 获取签名加密 PIN 码
7772
+ * @returns {string} 签名加密 PIN 码
7773
7773
  */
7774
7774
 
7775
7775
 
@@ -7782,20 +7782,20 @@ var plugin_CA_ExtInterface = function () {
7782
7782
  return result.value;
7783
7783
  }
7784
7784
  };
7785
- /*
7786
- *曙光四川CA
7787
- *'SOF_GetUserList' 证书列表
7788
- *'SOF_ExportUserCert' 导出证书
7789
- *'SOF_GetCertInfo': 获取证书信息
7790
- *'SOF_GenRandom': 生成随机数
7791
- *'SOF_SignData': 获取证书签名
7792
- *'SOF_Login': 登录证书
7793
- *'SOF_GetPinRetryCount': 剩余次数
7785
+ /*
7786
+ *曙光四川CA
7787
+ *'SOF_GetUserList' 证书列表
7788
+ *'SOF_ExportUserCert' 导出证书
7789
+ *'SOF_GetCertInfo': 获取证书信息
7790
+ *'SOF_GenRandom': 生成随机数
7791
+ *'SOF_SignData': 获取证书签名
7792
+ *'SOF_Login': 登录证书
7793
+ *'SOF_GetPinRetryCount': 剩余次数
7794
7794
  */
7795
- /**
7796
- *
7797
- * 获取webSocket消息
7798
- * @returns {string}
7795
+ /**
7796
+ *
7797
+ * 获取webSocket消息
7798
+ * @returns {string}
7799
7799
  */
7800
7800
 
7801
7801
 
@@ -7831,10 +7831,10 @@ var plugin_CA_ExtInterface = function () {
7831
7831
  };
7832
7832
  });
7833
7833
  };
7834
- /**
7835
- *
7836
- * base64解码
7837
- * @returns {string} base64解码后的字符串
7834
+ /**
7835
+ *
7836
+ * base64解码
7837
+ * @returns {string} base64解码后的字符串
7838
7838
  */
7839
7839
 
7840
7840
 
@@ -7869,10 +7869,10 @@ var plugin_CA_ExtInterface = function () {
7869
7869
  val = this.utf8_decode(val);
7870
7870
  return val;
7871
7871
  };
7872
- /**
7873
- *
7874
- * base64编码
7875
- * @returns {string} base64编码后的字符串
7872
+ /**
7873
+ *
7874
+ * base64编码
7875
+ * @returns {string} base64编码后的字符串
7876
7876
  */
7877
7877
 
7878
7878
 
@@ -7905,10 +7905,10 @@ var plugin_CA_ExtInterface = function () {
7905
7905
  }
7906
7906
  return val;
7907
7907
  };
7908
- /**
7909
- *
7910
- * utf8解码
7911
- * @returns {string} utf8解码后的字符串
7908
+ /**
7909
+ *
7910
+ * utf8解码
7911
+ * @returns {string} utf8解码后的字符串
7912
7912
  */
7913
7913
 
7914
7914
 
@@ -7937,10 +7937,10 @@ var plugin_CA_ExtInterface = function () {
7937
7937
  }
7938
7938
  return string;
7939
7939
  };
7940
- /**
7941
- *
7942
- * utf8编码
7943
- * @returns {string} utf8编码后的字符串
7940
+ /**
7941
+ *
7942
+ * utf8编码
7943
+ * @returns {string} utf8编码后的字符串
7944
7944
  */
7945
7945
 
7946
7946
 
@@ -32354,21 +32354,21 @@ var CommonOpinionsvue_type_script_lang_js_components;
32354
32354
  return validSate;
32355
32355
  },
32356
32356
 
32357
- /**
32358
- * changeOpinion
32359
- * @desc:监听意见变化
32360
- * @author liufan
32361
- * @date 2022年10月28日
32357
+ /**
32358
+ * changeOpinion
32359
+ * @desc:监听意见变化
32360
+ * @author liufan
32361
+ * @date 2022年10月28日
32362
32362
  **/
32363
32363
  changeOpinion: function changeOpinion() {
32364
32364
  this.$emit('change', this.form.value);
32365
32365
  },
32366
32366
 
32367
- /**
32368
- * getCommonOpion
32369
- * @desc:获取意见
32370
- * @author liufan
32371
- * @date 2022年5月25日
32367
+ /**
32368
+ * getCommonOpion
32369
+ * @desc:获取意见
32370
+ * @author liufan
32371
+ * @date 2022年5月25日
32372
32372
  **/
32373
32373
  getCommonOpion: function getCommonOpion() {
32374
32374
  var _this = this;
@@ -32397,24 +32397,24 @@ var CommonOpinionsvue_type_script_lang_js_components;
32397
32397
  });
32398
32398
  },
32399
32399
 
32400
- /**
32401
- * upDate
32402
- * @desc:修改常用语
32403
- * @author liufan
32404
- * @param {Object} val 修改值
32405
- * @date 2022年5月25日
32400
+ /**
32401
+ * upDate
32402
+ * @desc:修改常用语
32403
+ * @author liufan
32404
+ * @param {Object} val 修改值
32405
+ * @date 2022年5月25日
32406
32406
  **/
32407
32407
  upDate: function upDate(val) {
32408
32408
  this.FormData.id = val.id;
32409
32409
  this.addVisible = true;
32410
32410
  },
32411
32411
 
32412
- /**
32413
- * selectChange
32414
- * @desc:常用语选择
32415
- * @author liufan
32416
- * @param {String} val 选中值
32417
- * @date 2022年5月25日
32412
+ /**
32413
+ * selectChange
32414
+ * @desc:常用语选择
32415
+ * @author liufan
32416
+ * @param {String} val 选中值
32417
+ * @date 2022年5月25日
32418
32418
  **/
32419
32419
  selectChange: function selectChange(val) {
32420
32420
  var _this2 = this;
@@ -32433,12 +32433,12 @@ var CommonOpinionsvue_type_script_lang_js_components;
32433
32433
  });
32434
32434
  },
32435
32435
 
32436
- /**
32437
- * del
32438
- * @desc:删除常用语
32439
- * @author liufan
32440
- * @param {Object} val 删除的数据
32441
- * @date 2022年5月25日
32436
+ /**
32437
+ * del
32438
+ * @desc:删除常用语
32439
+ * @author liufan
32440
+ * @param {Object} val 删除的数据
32441
+ * @date 2022年5月25日
32442
32442
  **/
32443
32443
  del: function del(val) {
32444
32444
  var _this3 = this;
@@ -32480,12 +32480,12 @@ var CommonOpinionsvue_type_script_lang_js_components;
32480
32480
  }).catch(function (e) {});
32481
32481
  },
32482
32482
 
32483
- /**
32484
- * submit
32485
- * @desc:新增/编辑意见保存
32486
- * @author liufan
32487
- * @param {Object} val 保存数据
32488
- * @date 2022年5月25日
32483
+ /**
32484
+ * submit
32485
+ * @desc:新增/编辑意见保存
32486
+ * @author liufan
32487
+ * @param {Object} val 保存数据
32488
+ * @date 2022年5月25日
32489
32489
  **/
32490
32490
  submit: function submit(val) {
32491
32491
  var _this4 = this;
@@ -36323,11 +36323,11 @@ var processFormvue_type_script_lang_js_components;
36323
36323
  });
36324
36324
  },
36325
36325
 
36326
- /**
36327
- * isMultiple
36328
- * @desc:是否多选
36329
- * @author liufan
36330
- * @date 2022年9月13日
36326
+ /**
36327
+ * isMultiple
36328
+ * @desc:是否多选
36329
+ * @author liufan
36330
+ * @date 2022年9月13日
36331
36331
  **/
36332
36332
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
36333
36333
  var multiple = false;
@@ -40565,11 +40565,11 @@ var resetvue_type_script_lang_js_components;
40565
40565
  });
40566
40566
  },
40567
40567
 
40568
- /**
40569
- * isMultiple
40570
- * @desc:是否多选
40571
- * @author liufan
40572
- * @date 2022年9月13日
40568
+ /**
40569
+ * isMultiple
40570
+ * @desc:是否多选
40571
+ * @author liufan
40572
+ * @date 2022年9月13日
40573
40573
  **/
40574
40574
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
40575
40575
  var multiple = false;
@@ -45217,11 +45217,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45217
45217
  });
45218
45218
  },
45219
45219
 
45220
- /**
45221
- * saveInfo
45222
- * @desc:暂存
45223
- * @author liufan
45224
- * @date 2022年9月9日
45220
+ /**
45221
+ * saveInfo
45222
+ * @desc:暂存
45223
+ * @author liufan
45224
+ * @date 2022年9月9日
45225
45225
  **/
45226
45226
  saveInfo: function saveInfo(type, btn) {
45227
45227
  var _this6 = this;
@@ -45283,11 +45283,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45283
45283
  });
45284
45284
  },
45285
45285
 
45286
- /**
45287
- * rejectBtn
45288
- * @desc:点击驳回
45289
- * @author liufan
45290
- * @date 2022年5月25日
45286
+ /**
45287
+ * rejectBtn
45288
+ * @desc:点击驳回
45289
+ * @author liufan
45290
+ * @date 2022年5月25日
45291
45291
  **/
45292
45292
  rejectBtn: function rejectBtn() {
45293
45293
  var _this8 = this;
@@ -45305,11 +45305,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45305
45305
  }
45306
45306
  },
45307
45307
 
45308
- /**
45309
- * taskReadBtn
45310
- * @desc:点击分阅
45311
- * @author liufan
45312
- * @date 2022年5月25日
45308
+ /**
45309
+ * taskReadBtn
45310
+ * @desc:点击分阅
45311
+ * @author liufan
45312
+ * @date 2022年5月25日
45313
45313
  **/
45314
45314
  taskReadBtn: function taskReadBtn() {
45315
45315
  var _this9 = this;
@@ -45328,11 +45328,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45328
45328
  }
45329
45329
  },
45330
45330
 
45331
- /**
45332
- * getFind
45333
- * @desc:获取通知方式
45334
- * @author liufan
45335
- * @date 2022年5月25日
45331
+ /**
45332
+ * getFind
45333
+ * @desc:获取通知方式
45334
+ * @author liufan
45335
+ * @date 2022年5月25日
45336
45336
  **/
45337
45337
  getFind: function getFind() {
45338
45338
  var _this10 = this;
@@ -45388,12 +45388,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45388
45388
  });
45389
45389
  },
45390
45390
 
45391
- /**
45392
- * endFlows
45393
- * @desc:直接办结
45394
- * @author liufan
45395
- * @param {Object} res 直接办结数据
45396
- * @date 2022年5月25日
45391
+ /**
45392
+ * endFlows
45393
+ * @desc:直接办结
45394
+ * @author liufan
45395
+ * @param {Object} res 直接办结数据
45396
+ * @date 2022年5月25日
45397
45397
  **/
45398
45398
  endFlows: function endFlows(res) {
45399
45399
  var _this12 = this;
@@ -45447,12 +45447,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45447
45447
  }).catch(function (e) {});
45448
45448
  },
45449
45449
 
45450
- /**
45451
- * goView
45452
- * @desc:更多流程按钮操作
45453
- * @author liufan
45454
- * @param {Object} res 当前点击操作按钮数据
45455
- * @date 2022年5月25日
45450
+ /**
45451
+ * goView
45452
+ * @desc:更多流程按钮操作
45453
+ * @author liufan
45454
+ * @param {Object} res 当前点击操作按钮数据
45455
+ * @date 2022年5月25日
45456
45456
  **/
45457
45457
  goView: function goView(res) {
45458
45458
  // 驳回并办结:rejectAndEndHtml
@@ -45537,11 +45537,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45537
45537
  // isCanStartSubFlow
45538
45538
  },
45539
45539
 
45540
- /**
45541
- * toTakeAdvice
45542
- * @desc:征求意见
45543
- * @author liufan
45544
- * @date 2022年9月29日
45540
+ /**
45541
+ * toTakeAdvice
45542
+ * @desc:征求意见
45543
+ * @author liufan
45544
+ * @date 2022年9月29日
45545
45545
  **/
45546
45546
  toTakeAdvice: function toTakeAdvice(res) {
45547
45547
  var _this14 = this;
@@ -45585,11 +45585,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45585
45585
  });
45586
45586
  },
45587
45587
 
45588
- /**
45589
- * toStartDraf
45590
- * @desc: 稿件递送、联合审核、复核
45591
- * @author liufan
45592
- * @date 2022年9月29日
45588
+ /**
45589
+ * toStartDraf
45590
+ * @desc: 稿件递送、联合审核、复核
45591
+ * @author liufan
45592
+ * @date 2022年9月29日
45593
45593
  **/
45594
45594
  toStartDraf: function toStartDraf(res) {
45595
45595
  var _this16 = this;
@@ -45603,11 +45603,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45603
45603
  }
45604
45604
  },
45605
45605
 
45606
- /**
45607
- * toSendMsg
45608
- * @desc:核稿通知
45609
- * @author liufan
45610
- * @date 2022年9月29日
45606
+ /**
45607
+ * toSendMsg
45608
+ * @desc:核稿通知
45609
+ * @author liufan
45610
+ * @date 2022年9月29日
45611
45611
  **/
45612
45612
  toSendMsg: function toSendMsg(res) {
45613
45613
  var _this17 = this;
@@ -45621,11 +45621,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45621
45621
  }
45622
45622
  },
45623
45623
 
45624
- /**
45625
- * toTaskReadAndEnd
45626
- * @desc:分阅并办结
45627
- * @author liufan
45628
- * @date 2022年9月29日
45624
+ /**
45625
+ * toTaskReadAndEnd
45626
+ * @desc:分阅并办结
45627
+ * @author liufan
45628
+ * @date 2022年9月29日
45629
45629
  **/
45630
45630
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
45631
45631
  var _this18 = this;
@@ -45643,11 +45643,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45643
45643
  }
45644
45644
  },
45645
45645
 
45646
- /**
45647
- * rejectAndEnd
45648
- * @desc:驳回并办结
45649
- * @author liufan
45650
- * @date 2022年9月29日
45646
+ /**
45647
+ * rejectAndEnd
45648
+ * @desc:驳回并办结
45649
+ * @author liufan
45650
+ * @date 2022年9月29日
45651
45651
  **/
45652
45652
  rejectAndEnd: function rejectAndEnd(res) {
45653
45653
  var _this19 = this;
@@ -45702,11 +45702,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45702
45702
  });
45703
45703
  },
45704
45704
 
45705
- /**
45706
- * toTransfer
45707
- * @desc:转办
45708
- * @author liufan
45709
- * @date 2022年9月29日
45705
+ /**
45706
+ * toTransfer
45707
+ * @desc:转办
45708
+ * @author liufan
45709
+ * @date 2022年9月29日
45710
45710
  **/
45711
45711
  toTransfer: function toTransfer(res) {
45712
45712
  var _this21 = this;
@@ -45722,11 +45722,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45722
45722
  }
45723
45723
  },
45724
45724
 
45725
- /**
45726
- * getNodeInfo
45727
- * @desc:获取节点信息
45728
- * @author liufan
45729
- * @date 2022年5月25日
45725
+ /**
45726
+ * getNodeInfo
45727
+ * @desc:获取节点信息
45728
+ * @author liufan
45729
+ * @date 2022年5月25日
45730
45730
  **/
45731
45731
  getNodeInfo: function getNodeInfo() {
45732
45732
  var _this22 = this;
@@ -45825,12 +45825,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45825
45825
  });
45826
45826
  },
45827
45827
 
45828
- /**
45829
- * selecNext
45830
- * @desc:下步节点变化时更新数据
45831
- * @author liufan
45832
- * @param {String} val 当前选中值
45833
- * @date 2022年5月25日
45828
+ /**
45829
+ * selecNext
45830
+ * @desc:下步节点变化时更新数据
45831
+ * @author liufan
45832
+ * @param {String} val 当前选中值
45833
+ * @date 2022年5月25日
45834
45834
  **/
45835
45835
  selecNext: function selecNext(val, type, isDef) {
45836
45836
  var _this23 = this;
@@ -45939,11 +45939,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45939
45939
  if (isDef !== true) this.getNodeInfo();
45940
45940
  },
45941
45941
 
45942
- /**
45943
- * isMultiple
45944
- * @desc:是否多选
45945
- * @author liufan
45946
- * @date 2022年9月13日
45942
+ /**
45943
+ * isMultiple
45944
+ * @desc:是否多选
45945
+ * @author liufan
45946
+ * @date 2022年9月13日
45947
45947
  **/
45948
45948
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
45949
45949
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -45975,11 +45975,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45975
45975
  }
45976
45976
  },
45977
45977
 
45978
- /**
45979
- * getHedInfo
45980
- * @desc:获取审核页面数据
45981
- * @author liufan
45982
- * @date 2022年5月25日
45978
+ /**
45979
+ * getHedInfo
45980
+ * @desc:获取审核页面数据
45981
+ * @author liufan
45982
+ * @date 2022年5月25日
45983
45983
  **/
45984
45984
  getHedInfo: function getHedInfo() {
45985
45985
  var _this24 = this;
@@ -46215,13 +46215,13 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
46215
46215
  });
46216
46216
  },
46217
46217
 
46218
- /**
46219
- * closeProcess
46220
- * @desc:关闭弹窗
46221
- * @author liufan
46222
- * @param {boolean} val 当前是否办理流程
46223
- * @param {String} type 当前点击的弹窗类型
46224
- * @date 2022年5月25日
46218
+ /**
46219
+ * closeProcess
46220
+ * @desc:关闭弹窗
46221
+ * @author liufan
46222
+ * @param {boolean} val 当前是否办理流程
46223
+ * @param {String} type 当前点击的弹窗类型
46224
+ * @date 2022年5月25日
46225
46225
  **/
46226
46226
  closeProcess: function closeProcess(val, type, closeParent) {
46227
46227
  if (closeParent) {
@@ -46238,23 +46238,23 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
46238
46238
  }
46239
46239
  },
46240
46240
 
46241
- /**
46242
- * selectChange
46243
- * @desc:常用语选择
46244
- * @author liufan
46245
- * @param {String} val 选中值
46246
- * @date 2022年5月25日
46241
+ /**
46242
+ * selectChange
46243
+ * @desc:常用语选择
46244
+ * @author liufan
46245
+ * @param {String} val 选中值
46246
+ * @date 2022年5月25日
46247
46247
  **/
46248
46248
  selectChange: function selectChange(val) {
46249
46249
  this.value = val;
46250
46250
  },
46251
46251
 
46252
- /**
46253
- * upDate
46254
- * @desc:修改常用语
46255
- * @author liufan
46256
- * @param {Object} val 修改值
46257
- * @date 2022年5月25日
46252
+ /**
46253
+ * upDate
46254
+ * @desc:修改常用语
46255
+ * @author liufan
46256
+ * @param {Object} val 修改值
46257
+ * @date 2022年5月25日
46258
46258
  **/
46259
46259
  upDate: function upDate(val) {
46260
46260
  this.FormData.id = val.id;
@@ -46262,11 +46262,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
46262
46262
  },
46263
46263
 
46264
46264
 
46265
- /**
46266
- * getProcess
46267
- * @desc:获取选择流程
46268
- * @author liufan
46269
- * @date 2022年5月25日
46265
+ /**
46266
+ * getProcess
46267
+ * @desc:获取选择流程
46268
+ * @author liufan
46269
+ * @date 2022年5月25日
46270
46270
  **/
46271
46271
  getProcess: function getProcess() {
46272
46272
  var _this25 = this;
@@ -46320,11 +46320,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
46320
46320
  });
46321
46321
  },
46322
46322
 
46323
- /**
46324
- * getPendedhistoryList
46325
- * @desc:获取流程列表
46326
- * @author liufan
46327
- * @date 2022年5月25日
46323
+ /**
46324
+ * getPendedhistoryList
46325
+ * @desc:获取流程列表
46326
+ * @author liufan
46327
+ * @date 2022年5月25日
46328
46328
  **/
46329
46329
  getPendedhistoryList: function getPendedhistoryList() {
46330
46330
  var _this26 = this;
@@ -46356,12 +46356,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
46356
46356
  },
46357
46357
 
46358
46358
  // 提交流程
46359
- /**
46360
- * subProcess
46361
- * @desc:提交流程
46362
- * @author liufan
46363
- * @param {String} formName 当前form表单ref值
46364
- * @date 2022年5月25日
46359
+ /**
46360
+ * subProcess
46361
+ * @desc:提交流程
46362
+ * @author liufan
46363
+ * @param {String} formName 当前form表单ref值
46364
+ * @date 2022年5月25日
46365
46365
  **/
46366
46366
  subProcess: function subProcess(val) {
46367
46367
  var _this27 = this;
@@ -50335,11 +50335,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50335
50335
  });
50336
50336
  },
50337
50337
 
50338
- /**
50339
- * saveInfo
50340
- * @desc:暂存
50341
- * @author liufan
50342
- * @date 2022年9月9日
50338
+ /**
50339
+ * saveInfo
50340
+ * @desc:暂存
50341
+ * @author liufan
50342
+ * @date 2022年9月9日
50343
50343
  **/
50344
50344
  saveInfo: function saveInfo(type, btn) {
50345
50345
  var _this14 = this;
@@ -50401,11 +50401,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50401
50401
  });
50402
50402
  },
50403
50403
 
50404
- /**
50405
- * rejectBtn
50406
- * @desc:点击驳回
50407
- * @author liufan
50408
- * @date 2022年5月25日
50404
+ /**
50405
+ * rejectBtn
50406
+ * @desc:点击驳回
50407
+ * @author liufan
50408
+ * @date 2022年5月25日
50409
50409
  **/
50410
50410
  rejectBtn: function rejectBtn() {
50411
50411
  var _this16 = this;
@@ -50423,11 +50423,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50423
50423
  }
50424
50424
  },
50425
50425
 
50426
- /**
50427
- * taskReadBtn
50428
- * @desc:点击分阅
50429
- * @author liufan
50430
- * @date 2022年5月25日
50426
+ /**
50427
+ * taskReadBtn
50428
+ * @desc:点击分阅
50429
+ * @author liufan
50430
+ * @date 2022年5月25日
50431
50431
  **/
50432
50432
  taskReadBtn: function taskReadBtn() {
50433
50433
  var _this17 = this;
@@ -50446,11 +50446,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50446
50446
  }
50447
50447
  },
50448
50448
 
50449
- /**
50450
- * getFind
50451
- * @desc:获取通知方式
50452
- * @author liufan
50453
- * @date 2022年5月25日
50449
+ /**
50450
+ * getFind
50451
+ * @desc:获取通知方式
50452
+ * @author liufan
50453
+ * @date 2022年5月25日
50454
50454
  **/
50455
50455
  getFind: function getFind() {
50456
50456
  var _this18 = this;
@@ -50517,12 +50517,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50517
50517
  });
50518
50518
  },
50519
50519
 
50520
- /**
50521
- * endFlows
50522
- * @desc:直接办结
50523
- * @author liufan
50524
- * @param {Object} res 直接办结数据
50525
- * @date 2022年5月25日
50520
+ /**
50521
+ * endFlows
50522
+ * @desc:直接办结
50523
+ * @author liufan
50524
+ * @param {Object} res 直接办结数据
50525
+ * @date 2022年5月25日
50526
50526
  **/
50527
50527
  endFlows: function endFlows(res) {
50528
50528
  var _this20 = this;
@@ -50577,12 +50577,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50577
50577
  }).catch(function (e) {});
50578
50578
  },
50579
50579
 
50580
- /**
50581
- * goView
50582
- * @desc:更多流程按钮操作
50583
- * @author liufan
50584
- * @param {Object} res 当前点击操作按钮数据
50585
- * @date 2022年5月25日
50580
+ /**
50581
+ * goView
50582
+ * @desc:更多流程按钮操作
50583
+ * @author liufan
50584
+ * @param {Object} res 当前点击操作按钮数据
50585
+ * @date 2022年5月25日
50586
50586
  **/
50587
50587
  goView: function goView(res) {
50588
50588
  // 驳回并办结:rejectAndEndHtml
@@ -50669,11 +50669,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50669
50669
  // isCanStartSubFlow
50670
50670
  },
50671
50671
 
50672
- /**
50673
- * toTakeAdvice
50674
- * @desc:征求意见
50675
- * @author liufan
50676
- * @date 2022年9月29日
50672
+ /**
50673
+ * toTakeAdvice
50674
+ * @desc:征求意见
50675
+ * @author liufan
50676
+ * @date 2022年9月29日
50677
50677
  **/
50678
50678
  toTakeAdvice: function toTakeAdvice(res) {
50679
50679
  var _this22 = this;
@@ -50717,11 +50717,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50717
50717
  });
50718
50718
  },
50719
50719
 
50720
- /**
50721
- * toStartDraf
50722
- * @desc: 稿件递送、联合审核、复核
50723
- * @author liufan
50724
- * @date 2022年9月29日
50720
+ /**
50721
+ * toStartDraf
50722
+ * @desc: 稿件递送、联合审核、复核
50723
+ * @author liufan
50724
+ * @date 2022年9月29日
50725
50725
  **/
50726
50726
  toStartDraf: function toStartDraf(res) {
50727
50727
  var _this24 = this;
@@ -50735,11 +50735,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50735
50735
  }
50736
50736
  },
50737
50737
 
50738
- /**
50739
- * toSendMsg
50740
- * @desc:核稿通知
50741
- * @author liufan
50742
- * @date 2022年9月29日
50738
+ /**
50739
+ * toSendMsg
50740
+ * @desc:核稿通知
50741
+ * @author liufan
50742
+ * @date 2022年9月29日
50743
50743
  **/
50744
50744
  toSendMsg: function toSendMsg(res) {
50745
50745
  var _this25 = this;
@@ -50753,11 +50753,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50753
50753
  }
50754
50754
  },
50755
50755
 
50756
- /**
50757
- * toTaskReadAndEnd
50758
- * @desc:分阅并办结
50759
- * @author liufan
50760
- * @date 2022年9月29日
50756
+ /**
50757
+ * toTaskReadAndEnd
50758
+ * @desc:分阅并办结
50759
+ * @author liufan
50760
+ * @date 2022年9月29日
50761
50761
  **/
50762
50762
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
50763
50763
  var _this26 = this;
@@ -50775,11 +50775,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50775
50775
  }
50776
50776
  },
50777
50777
 
50778
- /**
50779
- * rejectAndEnd
50780
- * @desc:驳回并办结
50781
- * @author liufan
50782
- * @date 2022年9月29日
50778
+ /**
50779
+ * rejectAndEnd
50780
+ * @desc:驳回并办结
50781
+ * @author liufan
50782
+ * @date 2022年9月29日
50783
50783
  **/
50784
50784
  rejectAndEnd: function rejectAndEnd(res) {
50785
50785
  var _this27 = this;
@@ -50835,11 +50835,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50835
50835
  });
50836
50836
  },
50837
50837
 
50838
- /**
50839
- * toTransfer
50840
- * @desc:转办
50841
- * @author liufan
50842
- * @date 2022年9月29日
50838
+ /**
50839
+ * toTransfer
50840
+ * @desc:转办
50841
+ * @author liufan
50842
+ * @date 2022年9月29日
50843
50843
  **/
50844
50844
  toTransfer: function toTransfer(res) {
50845
50845
  var _this29 = this;
@@ -50858,11 +50858,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50858
50858
  this.nextNode.customLimitTime = val;
50859
50859
  },
50860
50860
 
50861
- /**
50862
- * getNodeInfo
50863
- * @desc:获取节点信息
50864
- * @author liufan
50865
- * @date 2022年5月25日
50861
+ /**
50862
+ * getNodeInfo
50863
+ * @desc:获取节点信息
50864
+ * @author liufan
50865
+ * @date 2022年5月25日
50866
50866
  **/
50867
50867
  getNodeInfo: function getNodeInfo() {
50868
50868
  var _this30 = this;
@@ -50973,12 +50973,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50973
50973
  });
50974
50974
  },
50975
50975
 
50976
- /**
50977
- * selecNext
50978
- * @desc:下步节点变化时更新数据
50979
- * @author liufan
50980
- * @param {String} val 当前选中值
50981
- * @date 2022年5月25日
50976
+ /**
50977
+ * selecNext
50978
+ * @desc:下步节点变化时更新数据
50979
+ * @author liufan
50980
+ * @param {String} val 当前选中值
50981
+ * @date 2022年5月25日
50982
50982
  **/
50983
50983
  selecNext: function selecNext(val, type, isDef) {
50984
50984
  var _this31 = this;
@@ -51118,11 +51118,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51118
51118
  }
51119
51119
  },
51120
51120
 
51121
- /**
51122
- * isMultiple
51123
- * @desc:是否多选
51124
- * @author liufan
51125
- * @date 2022年9月13日
51121
+ /**
51122
+ * isMultiple
51123
+ * @desc:是否多选
51124
+ * @author liufan
51125
+ * @date 2022年9月13日
51126
51126
  **/
51127
51127
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
51128
51128
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -51154,11 +51154,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51154
51154
  }
51155
51155
  },
51156
51156
 
51157
- /**
51158
- * getHedInfo
51159
- * @desc:获取审核页面数据
51160
- * @author liufan
51161
- * @date 2022年5月25日
51157
+ /**
51158
+ * getHedInfo
51159
+ * @desc:获取审核页面数据
51160
+ * @author liufan
51161
+ * @date 2022年5月25日
51162
51162
  **/
51163
51163
  getHedInfo: function getHedInfo() {
51164
51164
  var _this32 = this;
@@ -51476,13 +51476,13 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51476
51476
  });
51477
51477
  },
51478
51478
 
51479
- /**
51480
- * closeProcess
51481
- * @desc:关闭弹窗
51482
- * @author liufan
51483
- * @param {boolean} val 当前是否办理流程
51484
- * @param {String} type 当前点击的弹窗类型
51485
- * @date 2022年5月25日
51479
+ /**
51480
+ * closeProcess
51481
+ * @desc:关闭弹窗
51482
+ * @author liufan
51483
+ * @param {boolean} val 当前是否办理流程
51484
+ * @param {String} type 当前点击的弹窗类型
51485
+ * @date 2022年5月25日
51486
51486
  **/
51487
51487
  closeProcess: function closeProcess(val, type, closeParent) {
51488
51488
  if (this.closeParent && !this.startFlowPageEmbeddedIntoStartFlowIndex) {
@@ -51502,23 +51502,23 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51502
51502
  }
51503
51503
  },
51504
51504
 
51505
- /**
51506
- * selectChange
51507
- * @desc:常用语选择
51508
- * @author liufan
51509
- * @param {String} val 选中值
51510
- * @date 2022年5月25日
51505
+ /**
51506
+ * selectChange
51507
+ * @desc:常用语选择
51508
+ * @author liufan
51509
+ * @param {String} val 选中值
51510
+ * @date 2022年5月25日
51511
51511
  **/
51512
51512
  selectChange: function selectChange(val) {
51513
51513
  this.value = val;
51514
51514
  },
51515
51515
 
51516
- /**
51517
- * upDate
51518
- * @desc:修改常用语
51519
- * @author liufan
51520
- * @param {Object} val 修改值
51521
- * @date 2022年5月25日
51516
+ /**
51517
+ * upDate
51518
+ * @desc:修改常用语
51519
+ * @author liufan
51520
+ * @param {Object} val 修改值
51521
+ * @date 2022年5月25日
51522
51522
  **/
51523
51523
  upDate: function upDate(val) {
51524
51524
  this.FormData.id = val.id;
@@ -51526,11 +51526,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51526
51526
  },
51527
51527
 
51528
51528
 
51529
- /**
51530
- * getProcess
51531
- * @desc:获取选择流程
51532
- * @author liufan
51533
- * @date 2022年5月25日
51529
+ /**
51530
+ * getProcess
51531
+ * @desc:获取选择流程
51532
+ * @author liufan
51533
+ * @date 2022年5月25日
51534
51534
  **/
51535
51535
  getProcess: function getProcess(val) {
51536
51536
  var _this33 = this;
@@ -51590,11 +51590,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51590
51590
  });
51591
51591
  },
51592
51592
 
51593
- /**
51594
- * getPendedhistoryList
51595
- * @desc:获取流程列表
51596
- * @author liufan
51597
- * @date 2022年5月25日
51593
+ /**
51594
+ * getPendedhistoryList
51595
+ * @desc:获取流程列表
51596
+ * @author liufan
51597
+ * @date 2022年5月25日
51598
51598
  **/
51599
51599
  getPendedhistoryList: function getPendedhistoryList() {
51600
51600
  var _this34 = this;
@@ -51665,12 +51665,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51665
51665
  beforeSubProcess: function beforeSubProcess() {},
51666
51666
 
51667
51667
  // 提交流程
51668
- /**
51669
- * subProcess
51670
- * @desc:提交流程
51671
- * @author liufan
51672
- * @param {String} formName 当前form表单ref值
51673
- * @date 2022年5月25日
51668
+ /**
51669
+ * subProcess
51670
+ * @desc:提交流程
51671
+ * @author liufan
51672
+ * @param {String} formName 当前form表单ref值
51673
+ * @date 2022年5月25日
51674
51674
  **/
51675
51675
  subProcess: function subProcess(val, type) {
51676
51676
  var _this36 = this;
@@ -55987,11 +55987,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
55987
55987
 
55988
55988
 
55989
55989
  methods: {
55990
- /**
55991
- * handleBatchDelete
55992
- * @desc:批量删除
55993
- * @author liufan
55994
- * @date 2025年12月31日
55990
+ /**
55991
+ * handleBatchDelete
55992
+ * @desc:批量删除
55993
+ * @author liufan
55994
+ * @date 2025年12月31日
55995
55995
  **/
55996
55996
  handleBatchDelete: function handleBatchDelete() {
55997
55997
  var _this6 = this;
@@ -56288,12 +56288,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56288
56288
  }
56289
56289
  },
56290
56290
 
56291
- /**
56292
- * handleFormSubmit
56293
- * @desc:删除节点点击事件
56294
- * @param {Object} formData 点击删除的form数据
56295
- * @author liufan
56296
- * @date 2022年11月29日
56291
+ /**
56292
+ * handleFormSubmit
56293
+ * @desc:删除节点点击事件
56294
+ * @param {Object} formData 点击删除的form数据
56295
+ * @author liufan
56296
+ * @date 2022年11月29日
56297
56297
  **/
56298
56298
  handleFormSubmit: function handleFormSubmit(formData) {
56299
56299
  var _this12 = this;
@@ -56329,12 +56329,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56329
56329
  });
56330
56330
  },
56331
56331
 
56332
- /**
56333
- * del
56334
- * @desc:展示删除弹窗
56335
- * @param {String} id 当前点击数据id
56336
- * @author liufan
56337
- * @date 2022年11月29日
56332
+ /**
56333
+ * del
56334
+ * @desc:展示删除弹窗
56335
+ * @param {String} id 当前点击数据id
56336
+ * @author liufan
56337
+ * @date 2022年11月29日
56338
56338
  **/
56339
56339
  del: function del(id, type) {
56340
56340
  this.modalType = type;
@@ -56342,12 +56342,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56342
56342
  this.showDel = true;
56343
56343
  },
56344
56344
 
56345
- /**
56346
- * handleCurrentChange
56347
- * @desc:监听页码变化
56348
- * @param {String} val 当前页
56349
- * @author liufan
56350
- * @date 2022年11月29日
56345
+ /**
56346
+ * handleCurrentChange
56347
+ * @desc:监听页码变化
56348
+ * @param {String} val 当前页
56349
+ * @author liufan
56350
+ * @date 2022年11月29日
56351
56351
  **/
56352
56352
  handleCurrentChange: function handleCurrentChange(val, type) {
56353
56353
  this.currentPage = val;
@@ -56356,12 +56356,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56356
56356
  }
56357
56357
  },
56358
56358
 
56359
- /**
56360
- * handleSizeChange
56361
- * @desc:监听每页数据显示数量变化
56362
- * @param {String} val 每页展示数量
56363
- * @author liufan
56364
- * @date 2022年11月29日
56359
+ /**
56360
+ * handleSizeChange
56361
+ * @desc:监听每页数据显示数量变化
56362
+ * @param {String} val 每页展示数量
56363
+ * @author liufan
56364
+ * @date 2022年11月29日
56365
56365
  **/
56366
56366
  handleSizeChange: function handleSizeChange(val) {
56367
56367
  this.pageSize = val;
@@ -56370,12 +56370,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56370
56370
  }
56371
56371
  },
56372
56372
 
56373
- /**
56374
- * sortChange
56375
- * @desc:监听排序变化
56376
- * @param {Object} info 需要排序的字段及排序方式
56377
- * @author liufan
56378
- * @date 2022年11月29日
56373
+ /**
56374
+ * sortChange
56375
+ * @desc:监听排序变化
56376
+ * @param {Object} info 需要排序的字段及排序方式
56377
+ * @author liufan
56378
+ * @date 2022年11月29日
56379
56379
  **/
56380
56380
  sortChange: function sortChange(info, type) {
56381
56381
  var prop = info.prop;
@@ -56391,11 +56391,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56391
56391
  }
56392
56392
  },
56393
56393
 
56394
- /**
56395
- * getDeletList
56396
- * @desc:删除列表数据
56397
- * @author liufan
56398
- * @date 2025年12月30日
56394
+ /**
56395
+ * getDeletList
56396
+ * @desc:删除列表数据
56397
+ * @author liufan
56398
+ * @date 2025年12月30日
56399
56399
  **/
56400
56400
  getDeletList: function getDeletList() {
56401
56401
  var _this13 = this;
@@ -56424,11 +56424,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56424
56424
  });
56425
56425
  },
56426
56426
 
56427
- /**
56428
- * getResetList
56429
- * @desc:重设列表数据
56430
- * @author liufan
56431
- * @date 2025年12月30日
56427
+ /**
56428
+ * getResetList
56429
+ * @desc:重设列表数据
56430
+ * @author liufan
56431
+ * @date 2025年12月30日
56432
56432
  **/
56433
56433
  getResetList: function getResetList() {
56434
56434
  var _this14 = this;
@@ -56458,11 +56458,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56458
56458
  });
56459
56459
  },
56460
56460
 
56461
- /**
56462
- * getPressList
56463
- * @desc:催办列表数据
56464
- * @author liufan
56465
- * @date 2022年11月29日
56461
+ /**
56462
+ * getPressList
56463
+ * @desc:催办列表数据
56464
+ * @author liufan
56465
+ * @date 2022年11月29日
56466
56466
  **/
56467
56467
  getPressList: function getPressList() {
56468
56468
  var _this15 = this;
@@ -56492,12 +56492,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56492
56492
  });
56493
56493
  },
56494
56494
 
56495
- /**
56496
- * goPress
56497
- * @desc:催办列表查看
56498
- * @param {String} id 催办列表id
56499
- * @author liufan
56500
- * @date 2022年11月29日
56495
+ /**
56496
+ * goPress
56497
+ * @desc:催办列表查看
56498
+ * @param {String} id 催办列表id
56499
+ * @author liufan
56500
+ * @date 2022年11月29日
56501
56501
  **/
56502
56502
  goPress: function goPress(id) {
56503
56503
  this.historyId = id;
@@ -56505,23 +56505,23 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56505
56505
  this.getPressList();
56506
56506
  },
56507
56507
 
56508
- /**
56509
- * showFile
56510
- * @desc:附件查看
56511
- * @param {String} ownId 附件id
56512
- * @author liufan
56513
- * @date 2022年11月29日
56508
+ /**
56509
+ * showFile
56510
+ * @desc:附件查看
56511
+ * @param {String} ownId 附件id
56512
+ * @author liufan
56513
+ * @date 2022年11月29日
56514
56514
  **/
56515
56515
  showFile: function showFile(ownId) {
56516
56516
  this.wfpendingid = ownId;
56517
56517
  this.showFileList = true;
56518
56518
  },
56519
56519
 
56520
- /**
56521
- * handleChange
56522
- * @desc:切换排序方式
56523
- * @author liufan
56524
- * @date 2022年11月22日
56520
+ /**
56521
+ * handleChange
56522
+ * @desc:切换排序方式
56523
+ * @author liufan
56524
+ * @date 2022年11月22日
56525
56525
  **/
56526
56526
  handleChange: function handleChange(key, value) {
56527
56527
  if (value) {
@@ -56571,11 +56571,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56571
56571
  }))();
56572
56572
  },
56573
56573
 
56574
- /**
56575
- * getFlowList
56576
- * @desc:获取流程列表
56577
- * @author liufan
56578
- * @date 2022年11月22日
56574
+ /**
56575
+ * getFlowList
56576
+ * @desc:获取流程列表
56577
+ * @author liufan
56578
+ * @date 2022年11月22日
56579
56579
  **/
56580
56580
  getFlowList: function getFlowList(type) {
56581
56581
  var _this17 = this;
@@ -56655,12 +56655,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56655
56655
  });
56656
56656
  },
56657
56657
 
56658
- /**
56659
- * handleClick
56660
- * @desc:表单点击事件
56661
- * @param {Object} val 当前点击行数据及按钮
56662
- * @author liufan
56663
- * @date 2022年11月10日
56658
+ /**
56659
+ * handleClick
56660
+ * @desc:表单点击事件
56661
+ * @param {Object} val 当前点击行数据及按钮
56662
+ * @author liufan
56663
+ * @date 2022年11月10日
56664
56664
  **/
56665
56665
  handleClick: function handleClick(val) {
56666
56666
  var _this18 = this;
@@ -56706,13 +56706,13 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56706
56706
  }
56707
56707
  },
56708
56708
 
56709
- /**
56710
- * getCodeValue
56711
- * @desc:获取代码表过滤后的值
56712
- * @param {String} value 展示数据的代码值
56713
- * @param {String} type 代码表类型
56714
- * @author liufan
56715
- * @date 2022年11月10日
56709
+ /**
56710
+ * getCodeValue
56711
+ * @desc:获取代码表过滤后的值
56712
+ * @param {String} value 展示数据的代码值
56713
+ * @param {String} type 代码表类型
56714
+ * @author liufan
56715
+ * @date 2022年11月10日
56716
56716
  **/
56717
56717
  getCodeValue: function getCodeValue(value, type) {
56718
56718
  var val = this[type].filter(function (item) {
@@ -56721,12 +56721,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56721
56721
  return val[0].shortName;
56722
56722
  },
56723
56723
 
56724
- /**
56725
- * getSysInfo
56726
- * @desc:获取代码表
56727
- * @param {String} code 编码code值
56728
- * @author liufan
56729
- * @date 2022年11月10日
56724
+ /**
56725
+ * getSysInfo
56726
+ * @desc:获取代码表
56727
+ * @param {String} code 编码code值
56728
+ * @author liufan
56729
+ * @date 2022年11月10日
56730
56730
  **/
56731
56731
  getSysInfo: function getSysInfo(code) {
56732
56732
  var _this19 = this;
@@ -56748,11 +56748,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56748
56748
  }).catch(function (e) {});
56749
56749
  },
56750
56750
 
56751
- /**
56752
- * getListInfo
56753
- * @desc:获取预设列表数据
56754
- * @author liufan
56755
- * @date 2022年11月10日
56751
+ /**
56752
+ * getListInfo
56753
+ * @desc:获取预设列表数据
56754
+ * @author liufan
56755
+ * @date 2022年11月10日
56756
56756
  **/
56757
56757
  getListInfo: function getListInfo() {
56758
56758
  var _this20 = this;
@@ -66266,10 +66266,10 @@ appsvue_type_template_id_f094d33e_scoped_true_render._withStripped = true
66266
66266
  this.$emit('click', res);
66267
66267
  },
66268
66268
 
66269
- /**
66270
- * @desc:获取气泡提醒
66271
- * @author huangbo
66272
- * @date 2024年9月7日
66269
+ /**
66270
+ * @desc:获取气泡提醒
66271
+ * @author huangbo
66272
+ * @date 2024年9月7日
66273
66273
  **/
66274
66274
  getBadge: function getBadge(res) {
66275
66275
  var num = res.tips || 0;
@@ -70674,10 +70674,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70674
70674
  this.$refs.user.handleSelect(res);
70675
70675
  },
70676
70676
 
70677
- /**
70678
- * @desc:匹配路由
70679
- * @author huangbo
70680
- * @date 2024年9月7日
70677
+ /**
70678
+ * @desc:匹配路由
70679
+ * @author huangbo
70680
+ * @date 2024年9月7日
70681
70681
  **/
70682
70682
  hasRouter: function hasRouter(res, url, code) {
70683
70683
  if (!url) {
@@ -70721,10 +70721,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70721
70721
  return false;
70722
70722
  },
70723
70723
 
70724
- /**
70725
- * @desc:获取初始数据
70726
- * @author huangbo
70727
- * @date 2024年9月7日
70724
+ /**
70725
+ * @desc:获取初始数据
70726
+ * @author huangbo
70727
+ * @date 2024年9月7日
70728
70728
  **/
70729
70729
  init: function init(results, first) {
70730
70730
  this.setConfig(results);
@@ -70733,10 +70733,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70733
70733
  }
70734
70734
  },
70735
70735
 
70736
- /**
70737
- * @desc:设置用户配置及信息
70738
- * @author huangbo
70739
- * @date 2024年9月7日
70736
+ /**
70737
+ * @desc:设置用户配置及信息
70738
+ * @author huangbo
70739
+ * @date 2024年9月7日
70740
70740
  **/
70741
70741
  setConfig: function setConfig(results) {
70742
70742
  localStorage.setItem('mainConfig', JSON.stringify(results));
@@ -70904,10 +70904,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70904
70904
  }
70905
70905
  },
70906
70906
 
70907
- /**
70908
- * @desc:获取所有应用
70909
- * @author huangbo
70910
- * @date 2024年9月7日
70907
+ /**
70908
+ * @desc:获取所有应用
70909
+ * @author huangbo
70910
+ * @date 2024年9月7日
70911
70911
  **/
70912
70912
  getApplications: function getApplications() {
70913
70913
  var _this2 = this;
@@ -70955,10 +70955,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70955
70955
  });
70956
70956
  },
70957
70957
 
70958
- /**
70959
- * @desc:获取菜单列表
70960
- * @author huangbo
70961
- * @date 2024年9月7日
70958
+ /**
70959
+ * @desc:获取菜单列表
70960
+ * @author huangbo
70961
+ * @date 2024年9月7日
70962
70962
  **/
70963
70963
  getMenus: function getMenus(loading) {
70964
70964
  var _this3 = this;
@@ -70991,10 +70991,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70991
70991
  });
70992
70992
  },
70993
70993
 
70994
- /**
70995
- * @desc:处理菜单列表
70996
- * @author huangbo
70997
- * @date 2024年9月7日
70994
+ /**
70995
+ * @desc:处理菜单列表
70996
+ * @author huangbo
70997
+ * @date 2024年9月7日
70998
70998
  **/
70999
70999
  renderMenus: function renderMenus(res) {
71000
71000
  this.menus = res;
@@ -71090,10 +71090,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71090
71090
  }
71091
71091
  },
71092
71092
 
71093
- /**
71094
- * @desc:设置页面加载类型
71095
- * @author huangbo
71096
- * @date 2024年9月7日
71093
+ /**
71094
+ * @desc:设置页面加载类型
71095
+ * @author huangbo
71096
+ * @date 2024年9月7日
71097
71097
  **/
71098
71098
  setIframeType: function setIframeType(res) {
71099
71099
  var url = res.url;
@@ -71149,10 +71149,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71149
71149
  return res;
71150
71150
  },
71151
71151
 
71152
- /**
71153
- * @desc:获取菜单
71154
- * @author huangbo
71155
- * @date 2024年9月7日
71152
+ /**
71153
+ * @desc:获取菜单
71154
+ * @author huangbo
71155
+ * @date 2024年9月7日
71156
71156
  **/
71157
71157
  getMenu: function getMenu(menus, res, key) {
71158
71158
  if (Array.isArray(menus)) {
@@ -71181,10 +71181,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71181
71181
  return false;
71182
71182
  },
71183
71183
 
71184
- /**
71185
- * @desc:获取菜单第一条数据
71186
- * @author huangbo
71187
- * @date 2024年9月7日
71184
+ /**
71185
+ * @desc:获取菜单第一条数据
71186
+ * @author huangbo
71187
+ * @date 2024年9月7日
71188
71188
  **/
71189
71189
  getFirst: function getFirst(obj) {
71190
71190
  if (!obj) {
@@ -71203,10 +71203,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71203
71203
  }
71204
71204
  },
71205
71205
 
71206
- /**
71207
- * @desc:遍历设置菜单气泡提醒
71208
- * @author huangbo
71209
- * @date 2024年9月7日
71206
+ /**
71207
+ * @desc:遍历设置菜单气泡提醒
71208
+ * @author huangbo
71209
+ * @date 2024年9月7日
71210
71210
  **/
71211
71211
  setTips: function setTips(obj) {
71212
71212
  var _this4 = this;
@@ -71277,10 +71277,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71277
71277
  }
71278
71278
  },
71279
71279
 
71280
- /**
71281
- * @desc:获取气泡提醒
71282
- * @author huangbo
71283
- * @date 2024年9月7日
71280
+ /**
71281
+ * @desc:获取气泡提醒
71282
+ * @author huangbo
71283
+ * @date 2024年9月7日
71284
71284
  **/
71285
71285
  getBadge: function getBadge(res) {
71286
71286
  var num = res.tips || 0;
@@ -71294,10 +71294,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71294
71294
  };
71295
71295
  },
71296
71296
 
71297
- /**
71298
- * @desc:开启weosocket
71299
- * @author huangbo
71300
- * @date 2024年9月7日
71297
+ /**
71298
+ * @desc:开启weosocket
71299
+ * @author huangbo
71300
+ * @date 2024年9月7日
71301
71301
  **/
71302
71302
  initWebSocket: function initWebSocket() {
71303
71303
  var _this6 = this;
@@ -71346,10 +71346,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71346
71346
  });
71347
71347
  },
71348
71348
 
71349
- /**
71350
- * @desc:显示用户信息
71351
- * @author huangbo
71352
- * @date 2024年9月7日
71349
+ /**
71350
+ * @desc:显示用户信息
71351
+ * @author huangbo
71352
+ * @date 2024年9月7日
71353
71353
  **/
71354
71354
  showUserInfo: function showUserInfo() {
71355
71355
  if (this.showUser === false) {
@@ -71357,19 +71357,19 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71357
71357
  }
71358
71358
  },
71359
71359
 
71360
- /**
71361
- * @desc:删除更多应用菜单点击
71362
- * @author huangbo
71363
- * @date 2024年9月7日
71360
+ /**
71361
+ * @desc:删除更多应用菜单点击
71362
+ * @author huangbo
71363
+ * @date 2024年9月7日
71364
71364
  **/
71365
71365
  handleDelete: function handleDelete(index) {
71366
71366
  this.newApps.splice(index, 1);
71367
71367
  },
71368
71368
 
71369
- /**
71370
- * @desc:储存更多应用菜单点击
71371
- * @author huangbo
71372
- * @date 2024年9月7日
71369
+ /**
71370
+ * @desc:储存更多应用菜单点击
71371
+ * @author huangbo
71372
+ * @date 2024年9月7日
71373
71373
  **/
71374
71374
  handlerClickApps: function handlerClickApps(res) {
71375
71375
  if (res.permission === false) {
@@ -71382,10 +71382,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71382
71382
  this.handlerClickApp(res);
71383
71383
  },
71384
71384
 
71385
- /**
71386
- * @desc:侧边应用菜单点击
71387
- * @author huangbo
71388
- * @date 2024年9月7日
71385
+ /**
71386
+ * @desc:侧边应用菜单点击
71387
+ * @author huangbo
71388
+ * @date 2024年9月7日
71389
71389
  **/
71390
71390
  handlerClickApp: function handlerClickApp(res) {
71391
71391
  this.showMsg = false;
@@ -71474,10 +71474,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71474
71474
  }
71475
71475
  },
71476
71476
 
71477
- /**
71478
- * @desc:显示Drawer界面
71479
- * @author huangbo
71480
- * @date 2024年9月7日
71477
+ /**
71478
+ * @desc:显示Drawer界面
71479
+ * @author huangbo
71480
+ * @date 2024年9月7日
71481
71481
  **/
71482
71482
  handlerSetDrawer: function handlerSetDrawer(res, type) {
71483
71483
  var direction = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : 'ltr';
@@ -71497,19 +71497,19 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71497
71497
  }
71498
71498
  },
71499
71499
 
71500
- /**
71501
- * @desc:关闭Drawer界面
71502
- * @author huangbo
71503
- * @date 2024年9月7日
71500
+ /**
71501
+ * @desc:关闭Drawer界面
71502
+ * @author huangbo
71503
+ * @date 2024年9月7日
71504
71504
  **/
71505
71505
  handleCloseDrawer: function handleCloseDrawer() {
71506
71506
  this.drawer = { visible: false };
71507
71507
  },
71508
71508
 
71509
- /**
71510
- * @desc:菜单点击
71511
- * @author huangbo
71512
- * @date 2024年9月7日
71509
+ /**
71510
+ * @desc:菜单点击
71511
+ * @author huangbo
71512
+ * @date 2024年9月7日
71513
71513
  **/
71514
71514
  handlerClickMenu: function handlerClickMenu(res) {
71515
71515
  utils_util.ajax({
@@ -71558,19 +71558,19 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71558
71558
  },
71559
71559
 
71560
71560
 
71561
- /**
71562
- * @desc:用户详情请求成功
71563
- * @author huangbo
71564
- * @date 2024年9月7日
71561
+ /**
71562
+ * @desc:用户详情请求成功
71563
+ * @author huangbo
71564
+ * @date 2024年9月7日
71565
71565
  **/
71566
71566
  handleSuccess: function handleSuccess(res) {
71567
71567
  this.simpleUserInfo = res.simpleUserInfo;
71568
71568
  },
71569
71569
 
71570
- /**
71571
- * @desc:修改用户配置
71572
- * @author huangbo
71573
- * @date 2024年9月7日
71570
+ /**
71571
+ * @desc:修改用户配置
71572
+ * @author huangbo
71573
+ * @date 2024年9月7日
71574
71574
  **/
71575
71575
  handleChangeConfig: function handleChangeConfig(name, res) {
71576
71576
  if (name == 'userHeadUrl') {
@@ -71586,10 +71586,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71586
71586
  }
71587
71587
  },
71588
71588
 
71589
- /**
71590
- * @desc:关闭webSocket
71591
- * @author huangbo
71592
- * @date 2024年9月7日
71589
+ /**
71590
+ * @desc:关闭webSocket
71591
+ * @author huangbo
71592
+ * @date 2024年9月7日
71593
71593
  **/
71594
71594
  handlerClose: function handlerClose() {
71595
71595
  if (this.webSocket) {
@@ -71597,10 +71597,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71597
71597
  }
71598
71598
  },
71599
71599
 
71600
- /**
71601
- * @desc:刷新选中iframe页签
71602
- * @author huangbo
71603
- * @date 2024年9月7日
71600
+ /**
71601
+ * @desc:刷新选中iframe页签
71602
+ * @author huangbo
71603
+ * @date 2024年9月7日
71604
71604
  **/
71605
71605
  handleRefresh: function handleRefresh(arg) {
71606
71606
  var i = arg && arg != true && arg !== 'pageData' ? utils_util.indexOfObj(this.tabs, arg, 'appCode,code,id,url') : utils_util.indexOfObj(this.tabs, this.activeName, 'id');
@@ -71637,10 +71637,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71637
71637
  }
71638
71638
  },
71639
71639
 
71640
- /**
71641
- * @desc:删除iframe
71642
- * @author huangbo
71643
- * @date 2024年9月7日
71640
+ /**
71641
+ * @desc:删除iframe
71642
+ * @author huangbo
71643
+ * @date 2024年9月7日
71644
71644
  **/
71645
71645
  handleRemove: function handleRemove(name) {
71646
71646
  var len = this.tabs.length - 1;
@@ -71657,10 +71657,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71657
71657
  }
71658
71658
  },
71659
71659
 
71660
- /**
71661
- * @desc:tabs鼠标右键事件
71662
- * @author huangbo
71663
- * @date 2024年9月7日
71660
+ /**
71661
+ * @desc:tabs鼠标右键事件
71662
+ * @author huangbo
71663
+ * @date 2024年9月7日
71664
71664
  **/
71665
71665
  handleContextmenu: function handleContextmenu(tabs, e) {
71666
71666
  var disabled = {};
@@ -71685,10 +71685,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71685
71685
  window.addEventListener('click', this.closeTabsEvents);
71686
71686
  },
71687
71687
 
71688
- /**
71689
- * @desc:tabs页签事件
71690
- * @author huangbo
71691
- * @date 2024年9月7日
71688
+ /**
71689
+ * @desc:tabs页签事件
71690
+ * @author huangbo
71691
+ * @date 2024年9月7日
71692
71692
  **/
71693
71693
  handleTabsEvents: function handleTabsEvents(num) {
71694
71694
  if (this.pane !== null) {
@@ -71699,10 +71699,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71699
71699
  },
71700
71700
 
71701
71701
 
71702
- /**
71703
- * @desc:关闭页签事件面板
71704
- * @author huangbo
71705
- * @date 2024年9月7日
71702
+ /**
71703
+ * @desc:关闭页签事件面板
71704
+ * @author huangbo
71705
+ * @date 2024年9月7日
71706
71706
  **/
71707
71707
  closeTabsEvents: function closeTabsEvents(e) {
71708
71708
  if (e.target.parentNode != this.$refs.tabsHandler.$el && e.target.parentNode.parentNode != this.$refs.tabsHandler.$el) {
@@ -71712,10 +71712,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71712
71712
  },
71713
71713
 
71714
71714
 
71715
- /**
71716
- * @desc:tabs页签点击事件
71717
- * @author huangbo
71718
- * @date 2024年9月7日
71715
+ /**
71716
+ * @desc:tabs页签点击事件
71717
+ * @author huangbo
71718
+ * @date 2024年9月7日
71719
71719
  **/
71720
71720
  handleTabClick: function handleTabClick() {
71721
71721
  this.active = '';
@@ -71723,10 +71723,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71723
71723
  this.showMenu = false;
71724
71724
  },
71725
71725
 
71726
- /**
71727
- * @desc:handler工具栏点击事件
71728
- * @author huangbo
71729
- * @date 2024年9月7日
71726
+ /**
71727
+ * @desc:handler工具栏点击事件
71728
+ * @author huangbo
71729
+ * @date 2024年9月7日
71730
71730
  **/
71731
71731
  handleClick: function handleClick(res) {
71732
71732
  var type = res.type,
@@ -71807,10 +71807,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71807
71807
  this.$emit('handler-click', res);
71808
71808
  },
71809
71809
 
71810
- /**
71811
- * @desc:退出登录
71812
- * @author huangbo
71813
- * @date 2024年9月7日
71810
+ /**
71811
+ * @desc:退出登录
71812
+ * @author huangbo
71813
+ * @date 2024年9月7日
71814
71814
  **/
71815
71815
  handleQuit: function handleQuit() {
71816
71816
  var _this7 = this;
@@ -71891,10 +71891,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71891
71891
  }).catch(function (e) {});
71892
71892
  },
71893
71893
 
71894
- /**
71895
- * @desc:主题、消息回调
71896
- * @author huangbo
71897
- * @date 2024年9月7日
71894
+ /**
71895
+ * @desc:主题、消息回调
71896
+ * @author huangbo
71897
+ * @date 2024年9月7日
71898
71898
  **/
71899
71899
  handleChange: function handleChange(res) {
71900
71900
  var type = res.type,
@@ -71910,10 +71910,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71910
71910
  }
71911
71911
  },
71912
71912
 
71913
- /**
71914
- * @desc:菜单布局样式切换
71915
- * @author huangbo
71916
- * @date 2024年9月7日
71913
+ /**
71914
+ * @desc:菜单布局样式切换
71915
+ * @author huangbo
71916
+ * @date 2024年9月7日
71917
71917
  **/
71918
71918
  handleLayout: function handleLayout(res, active) {
71919
71919
  if (active) {
@@ -71923,10 +71923,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71923
71923
  this.$emit('chang-layout', res, active);
71924
71924
  },
71925
71925
 
71926
- /**
71927
- * @desc:消息修改总数
71928
- * @author huangbo
71929
- * @date 2024年9月7日
71926
+ /**
71927
+ * @desc:消息修改总数
71928
+ * @author huangbo
71929
+ * @date 2024年9月7日
71930
71930
  **/
71931
71931
  handleMenuTips: function handleMenuTips(id, num) {
71932
71932
  if (num) {
@@ -71937,10 +71937,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71937
71937
  }
71938
71938
  },
71939
71939
 
71940
- /**
71941
- * @desc:处理即时消息
71942
- * @author huangbo
71943
- * @date 2024年9月7日
71940
+ /**
71941
+ * @desc:处理即时消息
71942
+ * @author huangbo
71943
+ * @date 2024年9月7日
71944
71944
  **/
71945
71945
  handleOpened: function handleOpened(res) {
71946
71946
  var _this8 = this;
@@ -75966,8 +75966,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
75966
75966
  this.currentPage = this.setIframeType(this.fourthTabs[0]);
75967
75967
  },
75968
75968
 
75969
- /**
75970
- * queryChildMenu: 查询左侧我的提醒和我的快捷菜单
75969
+ /**
75970
+ * queryChildMenu: 查询左侧我的提醒和我的快捷菜单
75971
75971
  */
75972
75972
  queryChildMenuData: function queryChildMenuData() {
75973
75973
  var _this2 = this;
@@ -76086,8 +76086,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76086
76086
  }))();
76087
76087
  },
76088
76088
 
76089
- /**
76090
- * getVoteMeetingNum: 查询会议数量
76089
+ /**
76090
+ * getVoteMeetingNum: 查询会议数量
76091
76091
  */
76092
76092
  getVoteMeetingNum: function getVoteMeetingNum() {
76093
76093
  var _this5 = this;
@@ -76112,8 +76112,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76112
76112
  });
76113
76113
  },
76114
76114
 
76115
- /**
76116
- * getShareFilesReceiveCountNew: 查询待接收文件数量
76115
+ /**
76116
+ * getShareFilesReceiveCountNew: 查询待接收文件数量
76117
76117
  */
76118
76118
  getShareFilesReceiveCountNew: function getShareFilesReceiveCountNew() {
76119
76119
  var _this6 = this;
@@ -76138,8 +76138,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76138
76138
  },
76139
76139
 
76140
76140
 
76141
- /**
76142
- * getUserTipsInstanceNum: 查询待签收/据签收任务数量 1是拒签收 0是待签收
76141
+ /**
76142
+ * getUserTipsInstanceNum: 查询待签收/据签收任务数量 1是拒签收 0是待签收
76143
76143
  */
76144
76144
  getUserTipsInstanceNum: function getUserTipsInstanceNum(type) {
76145
76145
  var _this7 = this;
@@ -76167,8 +76167,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76167
76167
  });
76168
76168
  },
76169
76169
 
76170
- /**
76171
- * getIndexCount: 查询待办任务数量
76170
+ /**
76171
+ * getIndexCount: 查询待办任务数量
76172
76172
  */
76173
76173
  getIndexCount: function getIndexCount() {
76174
76174
  var _this8 = this;
@@ -76199,10 +76199,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76199
76199
  this.$refs.user.handleSelect(res);
76200
76200
  },
76201
76201
 
76202
- /**
76203
- * @desc:匹配路由
76204
- * @author huangbo
76205
- * @date 2024年9月7日
76202
+ /**
76203
+ * @desc:匹配路由
76204
+ * @author huangbo
76205
+ * @date 2024年9月7日
76206
76206
  **/
76207
76207
  hasRouter: function hasRouter(res, url, code) {
76208
76208
  if (!url) {
@@ -76246,10 +76246,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76246
76246
  return false;
76247
76247
  },
76248
76248
 
76249
- /**
76250
- * @desc:获取初始数据
76251
- * @author huangbo
76252
- * @date 2024年9月7日
76249
+ /**
76250
+ * @desc:获取初始数据
76251
+ * @author huangbo
76252
+ * @date 2024年9月7日
76253
76253
  **/
76254
76254
  init: function init(results) {
76255
76255
  this.setConfig(results);
@@ -76260,10 +76260,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76260
76260
  // }
76261
76261
  },
76262
76262
 
76263
- /**
76264
- * @desc:设置用户配置及信息
76265
- * @author huangbo
76266
- * @date 2024年9月7日
76263
+ /**
76264
+ * @desc:设置用户配置及信息
76265
+ * @author huangbo
76266
+ * @date 2024年9月7日
76267
76267
  **/
76268
76268
  setConfig: function setConfig(results) {
76269
76269
  localStorage.setItem('mainConfig', JSON.stringify(results));
@@ -76427,8 +76427,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76427
76427
  }
76428
76428
  },
76429
76429
 
76430
- /**
76431
- * @desc:获取用户自定义菜单
76430
+ /**
76431
+ * @desc:获取用户自定义菜单
76432
76432
  **/
76433
76433
  getUseCommonMenu: function getUseCommonMenu() {
76434
76434
  var _this9 = this;
@@ -76458,10 +76458,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76458
76458
  });
76459
76459
  },
76460
76460
 
76461
- /**
76462
- * @desc:获取所有应用
76463
- * @author huangbo
76464
- * @date 2024年9月7日
76461
+ /**
76462
+ * @desc:获取所有应用
76463
+ * @author huangbo
76464
+ * @date 2024年9月7日
76465
76465
  **/
76466
76466
  getApplications: function getApplications() {
76467
76467
  var _this10 = this;
@@ -76509,10 +76509,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76509
76509
  });
76510
76510
  },
76511
76511
 
76512
- /**
76513
- * @desc:获取菜单列表
76514
- * @author huangbo
76515
- * @date 2024年9月7日
76512
+ /**
76513
+ * @desc:获取菜单列表
76514
+ * @author huangbo
76515
+ * @date 2024年9月7日
76516
76516
  **/
76517
76517
  getMenus: function getMenus(loading) {
76518
76518
  var _this11 = this;
@@ -76539,10 +76539,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76539
76539
  });
76540
76540
  },
76541
76541
 
76542
- /**
76543
- * @desc:处理菜单列表
76544
- * @author huangbo
76545
- * @date 2024年9月7日
76542
+ /**
76543
+ * @desc:处理菜单列表
76544
+ * @author huangbo
76545
+ * @date 2024年9月7日
76546
76546
  **/
76547
76547
  renderMenus: function renderMenus(res) {
76548
76548
  // // console.log(res, 'renderMenus');
@@ -76588,9 +76588,9 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76588
76588
  // console.log(this.currentPage, 'currentPage');
76589
76589
  },
76590
76590
 
76591
- /**
76592
- * 更新myRemind中各项的权限状态
76593
- * @param {Array} menus - 完整的菜单列表
76591
+ /**
76592
+ * 更新myRemind中各项的权限状态
76593
+ * @param {Array} menus - 完整的菜单列表
76594
76594
  */
76595
76595
  updateRemindPermission: function updateRemindPermission(menus) {
76596
76596
  // 创建一个Set存储所有菜单的id,方便快速查找
@@ -76618,10 +76618,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76618
76618
  });
76619
76619
  },
76620
76620
 
76621
- /**
76622
- * @desc:设置页面加载类型
76623
- * @author huangbo
76624
- * @date 2024年9月7日
76621
+ /**
76622
+ * @desc:设置页面加载类型
76623
+ * @author huangbo
76624
+ * @date 2024年9月7日
76625
76625
  **/
76626
76626
  setIframeType: function setIframeType(res) {
76627
76627
  var url = res.url;
@@ -76678,10 +76678,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76678
76678
  return res;
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
  getMenu: function getMenu(menus, res, key) {
76687
76687
  if (Array.isArray(menus)) {
@@ -76710,10 +76710,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76710
76710
  return false;
76711
76711
  },
76712
76712
 
76713
- /**
76714
- * @desc:获取菜单第一条数据
76715
- * @author huangbo
76716
- * @date 2024年9月7日
76713
+ /**
76714
+ * @desc:获取菜单第一条数据
76715
+ * @author huangbo
76716
+ * @date 2024年9月7日
76717
76717
  **/
76718
76718
  getFirst: function getFirst(obj) {
76719
76719
  if (!obj) {
@@ -76732,10 +76732,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76732
76732
  }
76733
76733
  },
76734
76734
 
76735
- /**
76736
- * @desc:遍历设置菜单气泡提醒
76737
- * @author huangbo
76738
- * @date 2024年9月7日
76735
+ /**
76736
+ * @desc:遍历设置菜单气泡提醒
76737
+ * @author huangbo
76738
+ * @date 2024年9月7日
76739
76739
  **/
76740
76740
  setTips: function setTips(obj) {
76741
76741
  var _this12 = this;
@@ -76800,10 +76800,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76800
76800
  }
76801
76801
  },
76802
76802
 
76803
- /**
76804
- * @desc:获取气泡提醒
76805
- * @author huangbo
76806
- * @date 2024年9月7日
76803
+ /**
76804
+ * @desc:获取气泡提醒
76805
+ * @author huangbo
76806
+ * @date 2024年9月7日
76807
76807
  **/
76808
76808
  getBadge: function getBadge(res) {
76809
76809
  var num = res.tips || 0;
@@ -76817,10 +76817,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76817
76817
  };
76818
76818
  },
76819
76819
 
76820
- /**
76821
- * @desc:开启weosocket
76822
- * @author huangbo
76823
- * @date 2024年9月7日
76820
+ /**
76821
+ * @desc:开启weosocket
76822
+ * @author huangbo
76823
+ * @date 2024年9月7日
76824
76824
  **/
76825
76825
  initWebSocket: function initWebSocket() {
76826
76826
  var _this14 = this;
@@ -76888,10 +76888,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76888
76888
  });
76889
76889
  },
76890
76890
 
76891
- /**
76892
- * @desc:显示用户信息
76893
- * @author huangbo
76894
- * @date 2024年9月7日
76891
+ /**
76892
+ * @desc:显示用户信息
76893
+ * @author huangbo
76894
+ * @date 2024年9月7日
76895
76895
  **/
76896
76896
  showUserInfo: function showUserInfo() {
76897
76897
  if (this.showUser === false) {
@@ -76899,19 +76899,19 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76899
76899
  }
76900
76900
  },
76901
76901
 
76902
- /**
76903
- * @desc:删除更多应用菜单点击
76904
- * @author huangbo
76905
- * @date 2024年9月7日
76902
+ /**
76903
+ * @desc:删除更多应用菜单点击
76904
+ * @author huangbo
76905
+ * @date 2024年9月7日
76906
76906
  **/
76907
76907
  handleDelete: function handleDelete(index) {
76908
76908
  this.newApps.splice(index, 1);
76909
76909
  },
76910
76910
 
76911
- /**
76912
- * @desc:显示Drawer界面
76913
- * @author huangbo
76914
- * @date 2024年9月7日
76911
+ /**
76912
+ * @desc:显示Drawer界面
76913
+ * @author huangbo
76914
+ * @date 2024年9月7日
76915
76915
  **/
76916
76916
  handlerSetDrawer: function handlerSetDrawer(res, type) {
76917
76917
  var direction = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : 'ltr';
@@ -76931,28 +76931,28 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76931
76931
  }
76932
76932
  },
76933
76933
 
76934
- /**
76935
- * @desc:关闭Drawer界面
76936
- * @author huangbo
76937
- * @date 2024年9月7日
76934
+ /**
76935
+ * @desc:关闭Drawer界面
76936
+ * @author huangbo
76937
+ * @date 2024年9月7日
76938
76938
  **/
76939
76939
  handleCloseDrawer: function handleCloseDrawer() {
76940
76940
  this.drawer = { visible: false };
76941
76941
  },
76942
76942
 
76943
- /**
76944
- * @desc:用户详情请求成功
76945
- * @author huangbo
76946
- * @date 2024年9月7日
76943
+ /**
76944
+ * @desc:用户详情请求成功
76945
+ * @author huangbo
76946
+ * @date 2024年9月7日
76947
76947
  **/
76948
76948
  handleSuccess: function handleSuccess(res) {
76949
76949
  this.simpleUserInfo = res.simpleUserInfo;
76950
76950
  },
76951
76951
 
76952
- /**
76953
- * @desc:修改用户配置
76954
- * @author huangbo
76955
- * @date 2024年9月7日
76952
+ /**
76953
+ * @desc:修改用户配置
76954
+ * @author huangbo
76955
+ * @date 2024年9月7日
76956
76956
  **/
76957
76957
  handleChangeConfig: function handleChangeConfig(name, res) {
76958
76958
  if (name == 'userHeadUrl') {
@@ -76968,10 +76968,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76968
76968
  }
76969
76969
  },
76970
76970
 
76971
- /**
76972
- * @desc:关闭webSocket
76973
- * @author huangbo
76974
- * @date 2024年9月7日
76971
+ /**
76972
+ * @desc:关闭webSocket
76973
+ * @author huangbo
76974
+ * @date 2024年9月7日
76975
76975
  **/
76976
76976
  handlerClose: function handlerClose() {
76977
76977
  if (this.webSocket) {
@@ -76982,10 +76982,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76982
76982
  this.handleRefresh(1);
76983
76983
  },
76984
76984
 
76985
- /**
76986
- * @desc:刷新选中iframe页签
76987
- * @author huangbo
76988
- * @date 2024年9月7日
76985
+ /**
76986
+ * @desc:刷新选中iframe页签
76987
+ * @author huangbo
76988
+ * @date 2024年9月7日
76989
76989
  **/
76990
76990
  handleRefresh: function handleRefresh(arg) {
76991
76991
  if (arg !== 1) {
@@ -77031,10 +77031,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77031
77031
  }
77032
77032
  },
77033
77033
 
77034
- /**
77035
- * @desc:删除iframe
77036
- * @author huangbo
77037
- * @date 2024年9月7日
77034
+ /**
77035
+ * @desc:删除iframe
77036
+ * @author huangbo
77037
+ * @date 2024年9月7日
77038
77038
  **/
77039
77039
  handleRemove: function handleRemove(name) {
77040
77040
  var len = this.tabs.length - 1;
@@ -77051,10 +77051,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77051
77051
  }
77052
77052
  },
77053
77053
 
77054
- /**
77055
- * @desc:tabs鼠标右键事件
77056
- * @author huangbo
77057
- * @date 2024年9月7日
77054
+ /**
77055
+ * @desc:tabs鼠标右键事件
77056
+ * @author huangbo
77057
+ * @date 2024年9月7日
77058
77058
  **/
77059
77059
  handleContextmenu: function handleContextmenu(tabs, e) {
77060
77060
  var disabled = {};
@@ -77079,10 +77079,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77079
77079
  window.addEventListener('click', this.closeTabsEvents);
77080
77080
  },
77081
77081
 
77082
- /**
77083
- * @desc:tabs页签事件
77084
- * @author huangbo
77085
- * @date 2024年9月7日
77082
+ /**
77083
+ * @desc:tabs页签事件
77084
+ * @author huangbo
77085
+ * @date 2024年9月7日
77086
77086
  **/
77087
77087
  handleTabsEvents: function handleTabsEvents(num) {
77088
77088
  if (this.pane !== null) {
@@ -77093,10 +77093,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77093
77093
  },
77094
77094
 
77095
77095
 
77096
- /**
77097
- * @desc:关闭页签事件面板
77098
- * @author huangbo
77099
- * @date 2024年9月7日
77096
+ /**
77097
+ * @desc:关闭页签事件面板
77098
+ * @author huangbo
77099
+ * @date 2024年9月7日
77100
77100
  **/
77101
77101
  closeTabsEvents: function closeTabsEvents(e) {
77102
77102
  if (e.target.parentNode != this.$refs.tabsHandler.$el && e.target.parentNode.parentNode != this.$refs.tabsHandler.$el) {
@@ -77106,10 +77106,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77106
77106
  },
77107
77107
 
77108
77108
 
77109
- /**
77110
- * @desc:tabs页签点击事件
77111
- * @author huangbo
77112
- * @date 2024年9月7日
77109
+ /**
77110
+ * @desc:tabs页签点击事件
77111
+ * @author huangbo
77112
+ * @date 2024年9月7日
77113
77113
  **/
77114
77114
  handleTabClick: function handleTabClick() {
77115
77115
  this.active = '';
@@ -77117,10 +77117,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77117
77117
  this.showMenu = false;
77118
77118
  },
77119
77119
 
77120
- /**
77121
- * @desc:handler工具栏点击事件
77122
- * @author huangbo
77123
- * @date 2024年9月7日
77120
+ /**
77121
+ * @desc:handler工具栏点击事件
77122
+ * @author huangbo
77123
+ * @date 2024年9月7日
77124
77124
  **/
77125
77125
  handleClick: function handleClick(res) {
77126
77126
  var type = res.type,
@@ -77210,10 +77210,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77210
77210
  this.$emit('handler-click', res);
77211
77211
  },
77212
77212
 
77213
- /**
77214
- * @desc:退出登录
77215
- * @author huangbo
77216
- * @date 2024年9月7日
77213
+ /**
77214
+ * @desc:退出登录
77215
+ * @author huangbo
77216
+ * @date 2024年9月7日
77217
77217
  **/
77218
77218
  handleQuit: function handleQuit() {
77219
77219
  var _this15 = this;
@@ -77288,10 +77288,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77288
77288
  }).catch(function (e) {});
77289
77289
  },
77290
77290
 
77291
- /**
77292
- * @desc:主题、消息回调
77293
- * @author huangbo
77294
- * @date 2024年9月7日
77291
+ /**
77292
+ * @desc:主题、消息回调
77293
+ * @author huangbo
77294
+ * @date 2024年9月7日
77295
77295
  **/
77296
77296
  handleChange: function handleChange(res) {
77297
77297
  var type = res.type,
@@ -77307,10 +77307,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77307
77307
  }
77308
77308
  },
77309
77309
 
77310
- /**
77311
- * @desc:菜单布局样式切换
77312
- * @author huangbo
77313
- * @date 2024年9月7日
77310
+ /**
77311
+ * @desc:菜单布局样式切换
77312
+ * @author huangbo
77313
+ * @date 2024年9月7日
77314
77314
  **/
77315
77315
  handleLayout: function handleLayout(res, active) {
77316
77316
  if (active) {
@@ -77320,10 +77320,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77320
77320
  this.$emit('chang-layout', res, active);
77321
77321
  },
77322
77322
 
77323
- /**
77324
- * @desc:消息修改总数
77325
- * @author huangbo
77326
- * @date 2024年9月7日
77323
+ /**
77324
+ * @desc:消息修改总数
77325
+ * @author huangbo
77326
+ * @date 2024年9月7日
77327
77327
  **/
77328
77328
  handleMenuTips: function handleMenuTips(id, num) {
77329
77329
  if (num) {
@@ -77334,10 +77334,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77334
77334
  }
77335
77335
  },
77336
77336
 
77337
- /**
77338
- * @desc:处理即时消息
77339
- * @author huangbo
77340
- * @date 2024年9月7日
77337
+ /**
77338
+ * @desc:处理即时消息
77339
+ * @author huangbo
77340
+ * @date 2024年9月7日
77341
77341
  **/
77342
77342
  handleOpened: function handleOpened(res) {
77343
77343
  var _this16 = this;
@@ -77353,14 +77353,14 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77353
77353
  }
77354
77354
  },
77355
77355
 
77356
- /**
77357
- * @desc:菜单点击事件
77358
- * @author huangbo
77359
- * @date 2024年9月7日
77360
- * @param {*} res 菜单点击事件参数
77361
- * @param {*} method 菜单点击事件方法
77362
- * 1.顶部菜单点击跳转已经实现
77363
- * 2.其他地方点击跳转,需要选中跳转的一二级菜单
77356
+ /**
77357
+ * @desc:菜单点击事件
77358
+ * @author huangbo
77359
+ * @date 2024年9月7日
77360
+ * @param {*} res 菜单点击事件参数
77361
+ * @param {*} method 菜单点击事件方法
77362
+ * 1.顶部菜单点击跳转已经实现
77363
+ * 2.其他地方点击跳转,需要选中跳转的一二级菜单
77364
77364
  **/
77365
77365
  handleSelect: function handleSelect(res) {
77366
77366
  var params = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
@@ -77532,8 +77532,8 @@ var simplicityTop_component = normalizeComponent(
77532
77532
  )
77533
77533
 
77534
77534
  /* harmony default export */ var simplicityTop = (simplicityTop_component.exports);
77535
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/default/index.vue?vue&type=template&id=96a9ec3e&
77536
- var defaultvue_type_template_id_96a9ec3e_render = function () {
77535
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/default/index.vue?vue&type=template&id=c6234d9c&
77536
+ var defaultvue_type_template_id_c6234d9c_render = function () {
77537
77537
  var _vm = this
77538
77538
  var _h = _vm.$createElement
77539
77539
  var _c = _vm._self._c || _h
@@ -78084,11 +78084,11 @@ var defaultvue_type_template_id_96a9ec3e_render = function () {
78084
78084
  1
78085
78085
  )
78086
78086
  }
78087
- var defaultvue_type_template_id_96a9ec3e_staticRenderFns = []
78088
- defaultvue_type_template_id_96a9ec3e_render._withStripped = true
78087
+ var defaultvue_type_template_id_c6234d9c_staticRenderFns = []
78088
+ defaultvue_type_template_id_c6234d9c_render._withStripped = true
78089
78089
 
78090
78090
 
78091
- // CONCATENATED MODULE: ./packages/main/src/default/index.vue?vue&type=template&id=96a9ec3e&
78091
+ // CONCATENATED MODULE: ./packages/main/src/default/index.vue?vue&type=template&id=c6234d9c&
78092
78092
 
78093
78093
  // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/default/userinfo.vue?vue&type=template&id=7e14e68e&
78094
78094
  var userinfovue_type_template_id_7e14e68e_render = function () {
@@ -80086,7 +80086,9 @@ var log = utils_util.getParams('console');
80086
80086
  //人工智能配置
80087
80087
  aiConfig: null,
80088
80088
  //im配置
80089
- imConfig: null
80089
+ imConfig: null,
80090
+ //子系统ID
80091
+ subSystemId: ''
80090
80092
  };
80091
80093
  },
80092
80094
  created: function created() {
@@ -80264,6 +80266,10 @@ var log = utils_util.getParams('console');
80264
80266
  if (i === 'subsystemName' && results[i]) {
80265
80267
  document.title = results[i];
80266
80268
  }
80269
+ if (i === 'subSystemId' && results[i]) {
80270
+ this.subSystemId = results[i];
80271
+ utils_util.setStorage({ key: 'subSystemId', value: results[i] });
80272
+ }
80267
80273
  if (i === 'loginPage' && results[i]) {
80268
80274
  utils_util.setStorage({ key: 'loginPage', value: results[i] });
80269
80275
  }
@@ -81416,10 +81422,11 @@ var log = utils_util.getParams('console');
81416
81422
  take: topic,
81417
81423
  success: function success(res) {
81418
81424
  var data = res.data || {};
81425
+ var subSystemId = data.subSystemId || '';
81419
81426
  for (var i in data) {
81420
81427
  if (data[i] !== null && data[i] !== undefined) {
81421
81428
  if (i === 'onlineUserNums' && data[i] > 0) {
81422
- _this11.online = data[i];
81429
+ _this11.online = _this11.subSystemId === subSystemId ? data[i] : 1;
81423
81430
  }
81424
81431
  if (i === 'sysMsgNums' && data[i] !== null) {
81425
81432
  _this11.notice = data[i];
@@ -81543,8 +81550,8 @@ var log = utils_util.getParams('console');
81543
81550
 
81544
81551
  var default_component = normalizeComponent(
81545
81552
  src_defaultvue_type_script_lang_js_,
81546
- defaultvue_type_template_id_96a9ec3e_render,
81547
- defaultvue_type_template_id_96a9ec3e_staticRenderFns,
81553
+ defaultvue_type_template_id_c6234d9c_render,
81554
+ defaultvue_type_template_id_c6234d9c_staticRenderFns,
81548
81555
  false,
81549
81556
  null,
81550
81557
  null,
@@ -82605,7 +82612,7 @@ var menu_src_mainvue_type_script_lang_js_extends = Object.assign || function (ta
82605
82612
  }
82606
82613
  }, [item.text])])];
82607
82614
  doms.push(h('el-menu-item', {
82608
- class: ['es-menu-item-' + _this6.mode],
82615
+ class: ['es-menu-item ' + (_this6.deep ? '' : 'es-item-' + _this6.mode)],
82609
82616
  props: {
82610
82617
  paddingLeft: _this6.paddingLeft,
82611
82618
  disabled: item.extendData && item.extendData.businessStatus == 0
@@ -84768,19 +84775,19 @@ var QRCode = __webpack_require__(28);
84768
84775
  //设置logo大小
84769
84776
  var logoPosition = (_this3.mwidth - 46) / 2; //logo相对于canvas居中定位
84770
84777
  //设置获取的logo将其变为圆角以及添加白色背景
84771
- /* ctx.fillStyle = "#fff";
84772
- ctx.beginPath();
84773
- let h = 46; //圆角高 10为基数(logo四周白色背景为10/2)
84774
- let w = 46; //圆角宽
84775
- let x = logoPosition - 5;
84776
- let y = logoPosition - 5;
84777
- let r = 5; //圆角半径
84778
- ctx.moveTo(x + r, y);
84779
- ctx.arcTo(x + w, y, x + w, y + h, r);
84780
- ctx.arcTo(x + w, y + h, x, y + h, r);
84781
- ctx.arcTo(x, y + h, x, y, r);
84782
- ctx.arcTo(x, y, x + w, y, r);
84783
- ctx.closePath();
84778
+ /* ctx.fillStyle = "#fff";
84779
+ ctx.beginPath();
84780
+ let h = 46; //圆角高 10为基数(logo四周白色背景为10/2)
84781
+ let w = 46; //圆角宽
84782
+ let x = logoPosition - 5;
84783
+ let y = logoPosition - 5;
84784
+ let r = 5; //圆角半径
84785
+ ctx.moveTo(x + r, y);
84786
+ ctx.arcTo(x + w, y, x + w, y + h, r);
84787
+ ctx.arcTo(x + w, y + h, x, y + h, r);
84788
+ ctx.arcTo(x, y + h, x, y, r);
84789
+ ctx.arcTo(x, y, x + w, y, r);
84790
+ ctx.closePath();
84784
84791
  ctx.fill(); */
84785
84792
  logo.onload = function () {
84786
84793
  ctx.drawImage(logo, logoPosition, logoPosition, 46, 46);
@@ -102990,7 +102997,7 @@ if (typeof window !== 'undefined' && window.Vue) {
102990
102997
  }
102991
102998
 
102992
102999
  /* harmony default export */ var src_0 = __webpack_exports__["default"] = ({
102993
- version: '0.8.13',
103000
+ version: '0.8.15',
102994
103001
  install: install,
102995
103002
  Button: packages_button,
102996
103003
  ButtonGroup: button_group,