eoss-ui 0.8.17 → 0.8.18

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 (283) hide show
  1. package/lib/button-group.js +1 -1
  2. package/lib/button.js +1 -1
  3. package/lib/calogin.js +234 -234
  4. package/lib/checkbox-group.js +1 -1
  5. package/lib/config/api.js +1 -1
  6. package/lib/data-table-form.js +1 -1
  7. package/lib/data-table.js +1 -1
  8. package/lib/date-picker.js +1 -1
  9. package/lib/dialog.js +1 -1
  10. package/lib/eoss-ui.common.js +814 -791
  11. package/lib/flow-group.js +1 -1
  12. package/lib/flow-list.js +1 -1
  13. package/lib/flow.js +279 -256
  14. package/lib/form.js +1 -1
  15. package/lib/handle-user.js +1 -1
  16. package/lib/handler.js +1 -1
  17. package/lib/icon.js +1 -1
  18. package/lib/index.js +1 -1
  19. package/lib/input-number.js +1 -1
  20. package/lib/input.js +1 -1
  21. package/lib/login.js +1 -1
  22. package/lib/main.js +284 -284
  23. package/lib/nav.js +1 -1
  24. package/lib/notify.js +1 -1
  25. package/lib/page.js +1 -1
  26. package/lib/pagination.js +1 -1
  27. package/lib/player.js +1 -1
  28. package/lib/qr-code.js +14 -14
  29. package/lib/radio-group.js +1 -1
  30. package/lib/retrial-auth.js +1 -1
  31. package/lib/select-ganged.js +1 -1
  32. package/lib/select.js +1 -1
  33. package/lib/selector-panel.js +1 -1
  34. package/lib/selector.js +1 -1
  35. package/lib/sizer.js +1 -1
  36. package/lib/steps.js +1 -1
  37. package/lib/switch.js +1 -1
  38. package/lib/table-form.js +1 -1
  39. package/lib/tabs.js +1 -1
  40. package/lib/theme-chalk/index.css +1 -1
  41. package/lib/theme-chalk/login.css +1 -1
  42. package/lib/tips.js +1 -1
  43. package/lib/tree-group.js +1 -1
  44. package/lib/tree.js +1 -1
  45. package/lib/upload.js +1 -1
  46. package/lib/wujie.js +1 -1
  47. package/lib/wxlogin.js +1 -1
  48. package/package.json +1 -1
  49. package/packages/button/index.js +5 -5
  50. package/packages/button/src/main.vue +418 -418
  51. package/packages/button-group/index.js +5 -5
  52. package/packages/calendar/index.js +5 -5
  53. package/packages/calogin/index.js +5 -5
  54. package/packages/calogin/src/plugin.js +915 -915
  55. package/packages/card/index.js +5 -5
  56. package/packages/card/src/main.vue +156 -156
  57. package/packages/cascader/index.js +5 -5
  58. package/packages/cascader/src/main.vue +168 -168
  59. package/packages/checkbox-group/index.js +5 -5
  60. package/packages/checkbox-group/src/main.vue +333 -333
  61. package/packages/clients/index.js +5 -5
  62. package/packages/data-table/index.js +5 -5
  63. package/packages/data-table/src/children.vue +46 -46
  64. package/packages/data-table/src/main.vue +1876 -1876
  65. package/packages/data-table/src/sizer.vue +195 -195
  66. package/packages/data-table-form/index.js +5 -5
  67. package/packages/data-table-form/src/checkbox.vue +101 -101
  68. package/packages/data-table-form/src/colgroup.vue +17 -17
  69. package/packages/data-table-form/src/main.vue +181 -181
  70. package/packages/data-table-form/src/radio.vue +65 -65
  71. package/packages/data-table-form/src/table.vue +233 -233
  72. package/packages/data-table-form/src/tbody.vue +336 -336
  73. package/packages/data-table-form/src/thead.vue +68 -68
  74. package/packages/date-picker/index.js +5 -5
  75. package/packages/date-picker/src/main.vue +236 -236
  76. package/packages/dialog/index.js +5 -5
  77. package/packages/enable-drag/index.js +5 -5
  78. package/packages/enterprise/index.js +5 -5
  79. package/packages/enterprise/src/main.vue +66 -66
  80. package/packages/error-page/index.js +5 -5
  81. package/packages/error-page/src/main.vue +44 -44
  82. package/packages/flow/index.js +5 -5
  83. package/packages/flow/src/component/Circulate.vue +420 -420
  84. package/packages/flow/src/component/CustomPreset.vue +324 -324
  85. package/packages/flow/src/component/FreeCirculation.vue +245 -245
  86. package/packages/flow/src/component/Preset.vue +257 -257
  87. package/packages/flow/src/component/TimeLimit.vue +190 -190
  88. package/packages/flow/src/component/taskUnionExamine.vue +763 -763
  89. package/packages/flow/src/freeStartFlow.vue +2898 -2898
  90. package/packages/flow/src/main.vue +4245 -4224
  91. package/packages/flow/src/processForm.vue +1717 -1717
  92. package/packages/flow/src/processReject.vue +311 -311
  93. package/packages/flow/src/reset.vue +952 -952
  94. package/packages/flow/src/selectUser.vue +1 -0
  95. package/packages/flow/src/startTaskRead.vue +698 -698
  96. package/packages/flow/src/supervise.vue +162 -162
  97. package/packages/flow-group/index.js +5 -5
  98. package/packages/flow-group/src/main.vue +750 -750
  99. package/packages/flow-list/index.js +5 -5
  100. package/packages/form/index.js +5 -5
  101. package/packages/handle-user/index.js +5 -5
  102. package/packages/handle-user/src/main.vue +137 -137
  103. package/packages/handler/index.js +5 -5
  104. package/packages/handler/src/main.vue +499 -499
  105. package/packages/icon/index.js +5 -5
  106. package/packages/icons/index.js +5 -5
  107. package/packages/icons/src/main.vue +81 -81
  108. package/packages/input/index.js +5 -5
  109. package/packages/input/src/main.vue +356 -356
  110. package/packages/input-number/index.js +5 -5
  111. package/packages/input-number/src/main.vue +106 -106
  112. package/packages/label/index.js +5 -5
  113. package/packages/label/src/main.vue +457 -457
  114. package/packages/layout/index.js +5 -5
  115. package/packages/layout/src/item.vue +152 -152
  116. package/packages/layout/src/main.vue +31 -31
  117. package/packages/login/index.js +5 -5
  118. package/packages/login/src/main.vue +2088 -2088
  119. package/packages/main/index.js +5 -5
  120. package/packages/main/src/default/message.vue +249 -249
  121. package/packages/main/src/default/notice.vue +157 -157
  122. package/packages/main/src/default/userinfo.vue +513 -513
  123. package/packages/main/src/simplicity/index.vue +2335 -2335
  124. package/packages/main/src/simplicity/lists.vue +84 -84
  125. package/packages/main/src/simplicity/router-page.vue +45 -45
  126. package/packages/main/src/simplicity/userinfo.vue +408 -408
  127. package/packages/main/src/simplicityTop/index.vue +2626 -2626
  128. package/packages/main/src/simplicityTop/userinfo.vue +408 -408
  129. package/packages/menu/index.js +5 -5
  130. package/packages/menu/src/main.vue +597 -597
  131. package/packages/nav/index.js +5 -5
  132. package/packages/notify/index.js +5 -5
  133. package/packages/notify/src/main.vue +538 -538
  134. package/packages/page/index.js +5 -5
  135. package/packages/page/src/main.vue +167 -167
  136. package/packages/pagination/index.js +5 -5
  137. package/packages/pagination/src/main.vue +96 -96
  138. package/packages/player/index.js +5 -5
  139. package/packages/player/src/main.vue +194 -194
  140. package/packages/qr-code/index.js +5 -5
  141. package/packages/qr-code/src/main.vue +170 -170
  142. package/packages/radio-group/index.js +6 -6
  143. package/packages/radio-group/src/main.vue +319 -319
  144. package/packages/retrial-auth/index.js +5 -5
  145. package/packages/retrial-auth/src/main.vue +299 -299
  146. package/packages/select/index.js +5 -5
  147. package/packages/select-ganged/index.js +5 -5
  148. package/packages/select-ganged/src/main.vue +724 -724
  149. package/packages/selector/index.js +5 -5
  150. package/packages/selector-panel/index.js +5 -5
  151. package/packages/selector-panel/src/tree.vue +129 -129
  152. package/packages/sizer/index.js +5 -5
  153. package/packages/sizer/src/main.vue +257 -257
  154. package/packages/steps/index.js +5 -5
  155. package/packages/steps/src/main.vue +181 -181
  156. package/packages/switch/index.js +5 -5
  157. package/packages/table-form/index.js +5 -5
  158. package/packages/tabs/index.js +5 -5
  159. package/packages/tabs/src/main.vue +788 -788
  160. package/packages/tabs-panel/index.js +5 -5
  161. package/packages/tabs-panel/src/main.vue +29 -29
  162. package/packages/theme-chalk/gulpfile.js +25 -0
  163. package/packages/theme-chalk/src/base.scss +261 -261
  164. package/packages/theme-chalk/src/button-group.scss +176 -176
  165. package/packages/theme-chalk/src/button.scss +24 -24
  166. package/packages/theme-chalk/src/calendar.scss +113 -113
  167. package/packages/theme-chalk/src/card.scss +99 -99
  168. package/packages/theme-chalk/src/checkbox-group.scss +8 -8
  169. package/packages/theme-chalk/src/clients.scss +87 -87
  170. package/packages/theme-chalk/src/data-table-form.scss +67 -67
  171. package/packages/theme-chalk/src/date-picker.scss +7 -7
  172. package/packages/theme-chalk/src/dialog.scss +77 -77
  173. package/packages/theme-chalk/src/enable-drag.scss +181 -181
  174. package/packages/theme-chalk/src/enterprise.scss +5 -5
  175. package/packages/theme-chalk/src/error-page.scss +18 -18
  176. package/packages/theme-chalk/src/flow-group.scss +110 -110
  177. package/packages/theme-chalk/src/flow.scss +376 -376
  178. package/packages/theme-chalk/src/handle-user.scss +40 -40
  179. package/packages/theme-chalk/src/icons.scss +99 -99
  180. package/packages/theme-chalk/src/input.scss +9 -9
  181. package/packages/theme-chalk/src/label.scss +24 -24
  182. package/packages/theme-chalk/src/layout.scss +46 -46
  183. package/packages/theme-chalk/src/mixins/color.scss +117 -117
  184. package/packages/theme-chalk/src/nav.scss +111 -111
  185. package/packages/theme-chalk/src/page.scss +3 -3
  186. package/packages/theme-chalk/src/pagination.scss +29 -29
  187. package/packages/theme-chalk/src/player.scss +9 -9
  188. package/packages/theme-chalk/src/qr-code.scss +17 -17
  189. package/packages/theme-chalk/src/radio-group.scss +9 -9
  190. package/packages/theme-chalk/src/retrial-auth.scss +38 -38
  191. package/packages/theme-chalk/src/select-ganged.scss +8 -8
  192. package/packages/theme-chalk/src/select.scss +8 -8
  193. package/packages/theme-chalk/src/selector-panel.scss +204 -204
  194. package/packages/theme-chalk/src/sizer.scss +36 -36
  195. package/packages/theme-chalk/src/steps.scss +88 -88
  196. package/packages/theme-chalk/src/switch.scss +3 -3
  197. package/packages/theme-chalk/src/table-form.scss +1 -1
  198. package/packages/theme-chalk/src/tabs.scss +87 -87
  199. package/packages/theme-chalk/src/tips.scss +7 -7
  200. package/packages/theme-chalk/src/toolbar.scss +179 -179
  201. package/packages/theme-chalk/src/tree-group.scss +72 -72
  202. package/packages/theme-chalk/src/wxlogin.scss +3 -3
  203. package/packages/tips/index.js +5 -5
  204. package/packages/toolbar/index.js +5 -5
  205. package/packages/toolbar/src/main.vue +430 -430
  206. package/packages/tree/index.js +5 -5
  207. package/packages/tree-group/index.js +5 -5
  208. package/packages/upload/index.js +5 -5
  209. package/packages/upload/src/main.vue +1344 -1344
  210. package/packages/upload/src/picture.js +15 -15
  211. package/packages/wujie/index.js +5 -5
  212. package/packages/wxlogin/index.js +5 -5
  213. package/packages/wxlogin/src/main.vue +128 -128
  214. package/src/config/api.js +6 -3
  215. package/src/config/image.js +2 -2
  216. package/src/index.js +1 -1
  217. package/src/utils/bus.js +3 -3
  218. package/src/utils/date-util.js +312 -312
  219. package/src/utils/http.js +50 -50
  220. package/src/utils/store.js +21 -21
  221. package/src/utils/webSocket.js +107 -107
  222. package/packages/theme-chalk/lib/base.css +0 -1
  223. package/packages/theme-chalk/lib/button-group.css +0 -1
  224. package/packages/theme-chalk/lib/button.css +0 -1
  225. package/packages/theme-chalk/lib/calendar.css +0 -1
  226. package/packages/theme-chalk/lib/calogin.css +0 -0
  227. package/packages/theme-chalk/lib/card.css +0 -1
  228. package/packages/theme-chalk/lib/cascader.css +0 -0
  229. package/packages/theme-chalk/lib/checkbox-group.css +0 -1
  230. package/packages/theme-chalk/lib/clients.css +0 -1
  231. package/packages/theme-chalk/lib/data-table-form.css +0 -1
  232. package/packages/theme-chalk/lib/data-table.css +0 -1
  233. package/packages/theme-chalk/lib/date-picker.css +0 -1
  234. package/packages/theme-chalk/lib/dialog.css +0 -1
  235. package/packages/theme-chalk/lib/enable-drag.css +0 -1
  236. package/packages/theme-chalk/lib/enterprise.css +0 -1
  237. package/packages/theme-chalk/lib/error-page.css +0 -1
  238. package/packages/theme-chalk/lib/flow-chart.css +0 -0
  239. package/packages/theme-chalk/lib/flow-group.css +0 -1
  240. package/packages/theme-chalk/lib/flow-list.css +0 -1
  241. package/packages/theme-chalk/lib/flow.css +0 -1
  242. package/packages/theme-chalk/lib/fonts/iconfont.ttf +0 -0
  243. package/packages/theme-chalk/lib/fonts/iconfont.woff +0 -0
  244. package/packages/theme-chalk/lib/form.css +0 -1
  245. package/packages/theme-chalk/lib/handle-user.css +0 -1
  246. package/packages/theme-chalk/lib/handler.css +0 -1
  247. package/packages/theme-chalk/lib/icon.css +0 -1
  248. package/packages/theme-chalk/lib/icons.css +0 -1
  249. package/packages/theme-chalk/lib/index.css +0 -1
  250. package/packages/theme-chalk/lib/input-number.css +0 -0
  251. package/packages/theme-chalk/lib/input.css +0 -1
  252. package/packages/theme-chalk/lib/label.css +0 -1
  253. package/packages/theme-chalk/lib/layout.css +0 -1
  254. package/packages/theme-chalk/lib/login.css +0 -1
  255. package/packages/theme-chalk/lib/main.css +0 -1
  256. package/packages/theme-chalk/lib/menu.css +0 -1
  257. package/packages/theme-chalk/lib/nav.css +0 -1
  258. package/packages/theme-chalk/lib/notify.css +0 -0
  259. package/packages/theme-chalk/lib/page.css +0 -1
  260. package/packages/theme-chalk/lib/pagination.css +0 -1
  261. package/packages/theme-chalk/lib/player.css +0 -1
  262. package/packages/theme-chalk/lib/qr-code.css +0 -1
  263. package/packages/theme-chalk/lib/radio-group.css +0 -1
  264. package/packages/theme-chalk/lib/retrial-auth.css +0 -1
  265. package/packages/theme-chalk/lib/select-ganged.css +0 -1
  266. package/packages/theme-chalk/lib/select.css +0 -1
  267. package/packages/theme-chalk/lib/selector-panel.css +0 -1
  268. package/packages/theme-chalk/lib/selector.css +0 -1
  269. package/packages/theme-chalk/lib/simplicity-top.css +0 -1
  270. package/packages/theme-chalk/lib/simplicity.css +0 -1
  271. package/packages/theme-chalk/lib/sizer.css +0 -1
  272. package/packages/theme-chalk/lib/steps.css +0 -1
  273. package/packages/theme-chalk/lib/switch.css +0 -1
  274. package/packages/theme-chalk/lib/table-form.css +0 -0
  275. package/packages/theme-chalk/lib/tabs-panel.css +0 -0
  276. package/packages/theme-chalk/lib/tabs.css +0 -1
  277. package/packages/theme-chalk/lib/tips.css +0 -1
  278. package/packages/theme-chalk/lib/toolbar.css +0 -1
  279. package/packages/theme-chalk/lib/tree-group.css +0 -1
  280. package/packages/theme-chalk/lib/tree.css +0 -1
  281. package/packages/theme-chalk/lib/upload.css +0 -1
  282. package/packages/theme-chalk/lib/wujie.css +0 -0
  283. package/packages/theme-chalk/lib/wxlogin.css +0 -1
@@ -1147,7 +1147,7 @@ var getUrgencyLevelChangedNotificationType = '/bpm/bpmBackend/getUrgencyLevelCha
1147
1147
  // 自由发起传阅查询
1148
1148
  var toFreeTaskCircularRead = '/bpm/bpmBackend/toFreeTaskCircularRead';
1149
1149
  // 提交是否二次确认
1150
- var isCancelSecondConfirmation = '/bpm/task/taskHandle/isCancelSecondConfirmation.dhtml';
1150
+ var isCancelSecondConfirmation = flowPendingPrefix + '/task/taskHandle/isCancelSecondConfirmation.dhtml';
1151
1151
 
1152
1152
  // 自由发起传阅提交
1153
1153
  var freeTaskCircularRead = '/bpm/bpmBackend/freeTaskCircularRead';
@@ -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
 
@@ -28417,8 +28417,8 @@ form_src_main.install = function (Vue) {
28417
28417
  };
28418
28418
 
28419
28419
  /* harmony default export */ var packages_form = (form_src_main);
28420
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/main.vue?vue&type=template&id=56a92ecc&
28421
- var mainvue_type_template_id_56a92ecc_render = function () {
28420
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/main.vue?vue&type=template&id=e6becc8e&
28421
+ var mainvue_type_template_id_e6becc8e_render = function () {
28422
28422
  var _vm = this
28423
28423
  var _h = _vm.$createElement
28424
28424
  var _c = _vm._self._c || _h
@@ -29842,6 +29842,8 @@ var mainvue_type_template_id_56a92ecc_render = function () {
29842
29842
  _vm.showTooltip,
29843
29843
  types:
29844
29844
  _vm.currentOrgSelectorTabs,
29845
+ selectUserList:
29846
+ _vm.nextCurrentOrgselectUserList,
29845
29847
  params:
29846
29848
  _vm.currentOrgSelectorParams,
29847
29849
  },
@@ -31495,11 +31497,11 @@ var mainvue_type_template_id_56a92ecc_render = function () {
31495
31497
  )
31496
31498
  : _vm._e()
31497
31499
  }
31498
- var mainvue_type_template_id_56a92ecc_staticRenderFns = []
31499
- mainvue_type_template_id_56a92ecc_render._withStripped = true
31500
+ var mainvue_type_template_id_e6becc8e_staticRenderFns = []
31501
+ mainvue_type_template_id_e6becc8e_render._withStripped = true
31500
31502
 
31501
31503
 
31502
- // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=56a92ecc&
31504
+ // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=e6becc8e&
31503
31505
 
31504
31506
  // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/CommonOpinions.vue?vue&type=template&id=7b4f1542&
31505
31507
  var CommonOpinionsvue_type_template_id_7b4f1542_render = function () {
@@ -33391,8 +33393,8 @@ processFormvue_type_template_id_5c2c1688_render._withStripped = true
33391
33393
 
33392
33394
  // CONCATENATED MODULE: ./packages/flow/src/processForm.vue?vue&type=template&id=5c2c1688&
33393
33395
 
33394
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/selectUser.vue?vue&type=template&id=5424da0a&
33395
- var selectUservue_type_template_id_5424da0a_render = function () {
33396
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/selectUser.vue?vue&type=template&id=24301b52&
33397
+ var selectUservue_type_template_id_24301b52_render = function () {
33396
33398
  var _vm = this
33397
33399
  var _h = _vm.$createElement
33398
33400
  var _c = _vm._self._c || _h
@@ -33553,11 +33555,11 @@ var selectUservue_type_template_id_5424da0a_render = function () {
33553
33555
  1
33554
33556
  )
33555
33557
  }
33556
- var selectUservue_type_template_id_5424da0a_staticRenderFns = []
33557
- selectUservue_type_template_id_5424da0a_render._withStripped = true
33558
+ var selectUservue_type_template_id_24301b52_staticRenderFns = []
33559
+ selectUservue_type_template_id_24301b52_render._withStripped = true
33558
33560
 
33559
33561
 
33560
- // CONCATENATED MODULE: ./packages/flow/src/selectUser.vue?vue&type=template&id=5424da0a&
33562
+ // CONCATENATED MODULE: ./packages/flow/src/selectUser.vue?vue&type=template&id=24301b52&
33561
33563
 
33562
33564
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/selectUser.vue?vue&type=script&lang=js&
33563
33565
  var selectUservue_type_script_lang_js_extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
@@ -33870,6 +33872,7 @@ var selectUservue_type_script_lang_js_extends = Object.assign || function (targe
33870
33872
  }
33871
33873
  },
33872
33874
  mounted: function mounted() {
33875
+ console.log(this.nextUser, 'nextUser');
33873
33876
  this.classify = utils_util.getStorage('classify') != undefined ? utils_util.getStorage('classify') : true;
33874
33877
  },
33875
33878
 
@@ -34087,8 +34090,8 @@ var selectUservue_type_script_lang_js_extends = Object.assign || function (targe
34087
34090
 
34088
34091
  var selectUser_component = normalizeComponent(
34089
34092
  src_selectUservue_type_script_lang_js_,
34090
- selectUservue_type_template_id_5424da0a_render,
34091
- selectUservue_type_template_id_5424da0a_staticRenderFns,
34093
+ selectUservue_type_template_id_24301b52_render,
34094
+ selectUservue_type_template_id_24301b52_staticRenderFns,
34092
34095
  false,
34093
34096
  null,
34094
34097
  null,
@@ -36323,11 +36326,11 @@ var processFormvue_type_script_lang_js_components;
36323
36326
  });
36324
36327
  },
36325
36328
 
36326
- /**
36327
- * isMultiple
36328
- * @desc:是否多选
36329
- * @author liufan
36330
- * @date 2022年9月13日
36329
+ /**
36330
+ * isMultiple
36331
+ * @desc:是否多选
36332
+ * @author liufan
36333
+ * @date 2022年9月13日
36331
36334
  **/
36332
36335
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
36333
36336
  var multiple = false;
@@ -40565,11 +40568,11 @@ var resetvue_type_script_lang_js_components;
40565
40568
  });
40566
40569
  },
40567
40570
 
40568
- /**
40569
- * isMultiple
40570
- * @desc:是否多选
40571
- * @author liufan
40572
- * @date 2022年9月13日
40571
+ /**
40572
+ * isMultiple
40573
+ * @desc:是否多选
40574
+ * @author liufan
40575
+ * @date 2022年9月13日
40573
40576
  **/
40574
40577
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
40575
40578
  var multiple = false;
@@ -45217,11 +45220,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45217
45220
  });
45218
45221
  },
45219
45222
 
45220
- /**
45221
- * saveInfo
45222
- * @desc:暂存
45223
- * @author liufan
45224
- * @date 2022年9月9日
45223
+ /**
45224
+ * saveInfo
45225
+ * @desc:暂存
45226
+ * @author liufan
45227
+ * @date 2022年9月9日
45225
45228
  **/
45226
45229
  saveInfo: function saveInfo(type, btn) {
45227
45230
  var _this6 = this;
@@ -45283,11 +45286,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45283
45286
  });
45284
45287
  },
45285
45288
 
45286
- /**
45287
- * rejectBtn
45288
- * @desc:点击驳回
45289
- * @author liufan
45290
- * @date 2022年5月25日
45289
+ /**
45290
+ * rejectBtn
45291
+ * @desc:点击驳回
45292
+ * @author liufan
45293
+ * @date 2022年5月25日
45291
45294
  **/
45292
45295
  rejectBtn: function rejectBtn() {
45293
45296
  var _this8 = this;
@@ -45305,11 +45308,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45305
45308
  }
45306
45309
  },
45307
45310
 
45308
- /**
45309
- * taskReadBtn
45310
- * @desc:点击分阅
45311
- * @author liufan
45312
- * @date 2022年5月25日
45311
+ /**
45312
+ * taskReadBtn
45313
+ * @desc:点击分阅
45314
+ * @author liufan
45315
+ * @date 2022年5月25日
45313
45316
  **/
45314
45317
  taskReadBtn: function taskReadBtn() {
45315
45318
  var _this9 = this;
@@ -45328,11 +45331,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45328
45331
  }
45329
45332
  },
45330
45333
 
45331
- /**
45332
- * getFind
45333
- * @desc:获取通知方式
45334
- * @author liufan
45335
- * @date 2022年5月25日
45334
+ /**
45335
+ * getFind
45336
+ * @desc:获取通知方式
45337
+ * @author liufan
45338
+ * @date 2022年5月25日
45336
45339
  **/
45337
45340
  getFind: function getFind() {
45338
45341
  var _this10 = this;
@@ -45388,12 +45391,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45388
45391
  });
45389
45392
  },
45390
45393
 
45391
- /**
45392
- * endFlows
45393
- * @desc:直接办结
45394
- * @author liufan
45395
- * @param {Object} res 直接办结数据
45396
- * @date 2022年5月25日
45394
+ /**
45395
+ * endFlows
45396
+ * @desc:直接办结
45397
+ * @author liufan
45398
+ * @param {Object} res 直接办结数据
45399
+ * @date 2022年5月25日
45397
45400
  **/
45398
45401
  endFlows: function endFlows(res) {
45399
45402
  var _this12 = this;
@@ -45447,12 +45450,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45447
45450
  }).catch(function (e) {});
45448
45451
  },
45449
45452
 
45450
- /**
45451
- * goView
45452
- * @desc:更多流程按钮操作
45453
- * @author liufan
45454
- * @param {Object} res 当前点击操作按钮数据
45455
- * @date 2022年5月25日
45453
+ /**
45454
+ * goView
45455
+ * @desc:更多流程按钮操作
45456
+ * @author liufan
45457
+ * @param {Object} res 当前点击操作按钮数据
45458
+ * @date 2022年5月25日
45456
45459
  **/
45457
45460
  goView: function goView(res) {
45458
45461
  // 驳回并办结:rejectAndEndHtml
@@ -45537,11 +45540,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45537
45540
  // isCanStartSubFlow
45538
45541
  },
45539
45542
 
45540
- /**
45541
- * toTakeAdvice
45542
- * @desc:征求意见
45543
- * @author liufan
45544
- * @date 2022年9月29日
45543
+ /**
45544
+ * toTakeAdvice
45545
+ * @desc:征求意见
45546
+ * @author liufan
45547
+ * @date 2022年9月29日
45545
45548
  **/
45546
45549
  toTakeAdvice: function toTakeAdvice(res) {
45547
45550
  var _this14 = this;
@@ -45585,11 +45588,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45585
45588
  });
45586
45589
  },
45587
45590
 
45588
- /**
45589
- * toStartDraf
45590
- * @desc: 稿件递送、联合审核、复核
45591
- * @author liufan
45592
- * @date 2022年9月29日
45591
+ /**
45592
+ * toStartDraf
45593
+ * @desc: 稿件递送、联合审核、复核
45594
+ * @author liufan
45595
+ * @date 2022年9月29日
45593
45596
  **/
45594
45597
  toStartDraf: function toStartDraf(res) {
45595
45598
  var _this16 = this;
@@ -45603,11 +45606,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45603
45606
  }
45604
45607
  },
45605
45608
 
45606
- /**
45607
- * toSendMsg
45608
- * @desc:核稿通知
45609
- * @author liufan
45610
- * @date 2022年9月29日
45609
+ /**
45610
+ * toSendMsg
45611
+ * @desc:核稿通知
45612
+ * @author liufan
45613
+ * @date 2022年9月29日
45611
45614
  **/
45612
45615
  toSendMsg: function toSendMsg(res) {
45613
45616
  var _this17 = this;
@@ -45621,11 +45624,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45621
45624
  }
45622
45625
  },
45623
45626
 
45624
- /**
45625
- * toTaskReadAndEnd
45626
- * @desc:分阅并办结
45627
- * @author liufan
45628
- * @date 2022年9月29日
45627
+ /**
45628
+ * toTaskReadAndEnd
45629
+ * @desc:分阅并办结
45630
+ * @author liufan
45631
+ * @date 2022年9月29日
45629
45632
  **/
45630
45633
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
45631
45634
  var _this18 = this;
@@ -45643,11 +45646,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45643
45646
  }
45644
45647
  },
45645
45648
 
45646
- /**
45647
- * rejectAndEnd
45648
- * @desc:驳回并办结
45649
- * @author liufan
45650
- * @date 2022年9月29日
45649
+ /**
45650
+ * rejectAndEnd
45651
+ * @desc:驳回并办结
45652
+ * @author liufan
45653
+ * @date 2022年9月29日
45651
45654
  **/
45652
45655
  rejectAndEnd: function rejectAndEnd(res) {
45653
45656
  var _this19 = this;
@@ -45702,11 +45705,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45702
45705
  });
45703
45706
  },
45704
45707
 
45705
- /**
45706
- * toTransfer
45707
- * @desc:转办
45708
- * @author liufan
45709
- * @date 2022年9月29日
45708
+ /**
45709
+ * toTransfer
45710
+ * @desc:转办
45711
+ * @author liufan
45712
+ * @date 2022年9月29日
45710
45713
  **/
45711
45714
  toTransfer: function toTransfer(res) {
45712
45715
  var _this21 = this;
@@ -45722,11 +45725,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45722
45725
  }
45723
45726
  },
45724
45727
 
45725
- /**
45726
- * getNodeInfo
45727
- * @desc:获取节点信息
45728
- * @author liufan
45729
- * @date 2022年5月25日
45728
+ /**
45729
+ * getNodeInfo
45730
+ * @desc:获取节点信息
45731
+ * @author liufan
45732
+ * @date 2022年5月25日
45730
45733
  **/
45731
45734
  getNodeInfo: function getNodeInfo() {
45732
45735
  var _this22 = this;
@@ -45825,12 +45828,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45825
45828
  });
45826
45829
  },
45827
45830
 
45828
- /**
45829
- * selecNext
45830
- * @desc:下步节点变化时更新数据
45831
- * @author liufan
45832
- * @param {String} val 当前选中值
45833
- * @date 2022年5月25日
45831
+ /**
45832
+ * selecNext
45833
+ * @desc:下步节点变化时更新数据
45834
+ * @author liufan
45835
+ * @param {String} val 当前选中值
45836
+ * @date 2022年5月25日
45834
45837
  **/
45835
45838
  selecNext: function selecNext(val, type, isDef) {
45836
45839
  var _this23 = this;
@@ -45939,11 +45942,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45939
45942
  if (isDef !== true) this.getNodeInfo();
45940
45943
  },
45941
45944
 
45942
- /**
45943
- * isMultiple
45944
- * @desc:是否多选
45945
- * @author liufan
45946
- * @date 2022年9月13日
45945
+ /**
45946
+ * isMultiple
45947
+ * @desc:是否多选
45948
+ * @author liufan
45949
+ * @date 2022年9月13日
45947
45950
  **/
45948
45951
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
45949
45952
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -45975,11 +45978,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45975
45978
  }
45976
45979
  },
45977
45980
 
45978
- /**
45979
- * getHedInfo
45980
- * @desc:获取审核页面数据
45981
- * @author liufan
45982
- * @date 2022年5月25日
45981
+ /**
45982
+ * getHedInfo
45983
+ * @desc:获取审核页面数据
45984
+ * @author liufan
45985
+ * @date 2022年5月25日
45983
45986
  **/
45984
45987
  getHedInfo: function getHedInfo() {
45985
45988
  var _this24 = this;
@@ -46215,13 +46218,13 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
46215
46218
  });
46216
46219
  },
46217
46220
 
46218
- /**
46219
- * closeProcess
46220
- * @desc:关闭弹窗
46221
- * @author liufan
46222
- * @param {boolean} val 当前是否办理流程
46223
- * @param {String} type 当前点击的弹窗类型
46224
- * @date 2022年5月25日
46221
+ /**
46222
+ * closeProcess
46223
+ * @desc:关闭弹窗
46224
+ * @author liufan
46225
+ * @param {boolean} val 当前是否办理流程
46226
+ * @param {String} type 当前点击的弹窗类型
46227
+ * @date 2022年5月25日
46225
46228
  **/
46226
46229
  closeProcess: function closeProcess(val, type, closeParent) {
46227
46230
  if (closeParent) {
@@ -46238,23 +46241,23 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
46238
46241
  }
46239
46242
  },
46240
46243
 
46241
- /**
46242
- * selectChange
46243
- * @desc:常用语选择
46244
- * @author liufan
46245
- * @param {String} val 选中值
46246
- * @date 2022年5月25日
46244
+ /**
46245
+ * selectChange
46246
+ * @desc:常用语选择
46247
+ * @author liufan
46248
+ * @param {String} val 选中值
46249
+ * @date 2022年5月25日
46247
46250
  **/
46248
46251
  selectChange: function selectChange(val) {
46249
46252
  this.value = val;
46250
46253
  },
46251
46254
 
46252
- /**
46253
- * upDate
46254
- * @desc:修改常用语
46255
- * @author liufan
46256
- * @param {Object} val 修改值
46257
- * @date 2022年5月25日
46255
+ /**
46256
+ * upDate
46257
+ * @desc:修改常用语
46258
+ * @author liufan
46259
+ * @param {Object} val 修改值
46260
+ * @date 2022年5月25日
46258
46261
  **/
46259
46262
  upDate: function upDate(val) {
46260
46263
  this.FormData.id = val.id;
@@ -46262,11 +46265,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
46262
46265
  },
46263
46266
 
46264
46267
 
46265
- /**
46266
- * getProcess
46267
- * @desc:获取选择流程
46268
- * @author liufan
46269
- * @date 2022年5月25日
46268
+ /**
46269
+ * getProcess
46270
+ * @desc:获取选择流程
46271
+ * @author liufan
46272
+ * @date 2022年5月25日
46270
46273
  **/
46271
46274
  getProcess: function getProcess() {
46272
46275
  var _this25 = this;
@@ -46320,11 +46323,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
46320
46323
  });
46321
46324
  },
46322
46325
 
46323
- /**
46324
- * getPendedhistoryList
46325
- * @desc:获取流程列表
46326
- * @author liufan
46327
- * @date 2022年5月25日
46326
+ /**
46327
+ * getPendedhistoryList
46328
+ * @desc:获取流程列表
46329
+ * @author liufan
46330
+ * @date 2022年5月25日
46328
46331
  **/
46329
46332
  getPendedhistoryList: function getPendedhistoryList() {
46330
46333
  var _this26 = this;
@@ -46356,12 +46359,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
46356
46359
  },
46357
46360
 
46358
46361
  // 提交流程
46359
- /**
46360
- * subProcess
46361
- * @desc:提交流程
46362
- * @author liufan
46363
- * @param {String} formName 当前form表单ref值
46364
- * @date 2022年5月25日
46362
+ /**
46363
+ * subProcess
46364
+ * @desc:提交流程
46365
+ * @author liufan
46366
+ * @param {String} formName 当前form表单ref值
46367
+ * @date 2022年5月25日
46365
46368
  **/
46366
46369
  subProcess: function subProcess(val) {
46367
46370
  var _this27 = this;
@@ -49415,6 +49418,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
49415
49418
  //
49416
49419
  //
49417
49420
  //
49421
+ //
49418
49422
 
49419
49423
 
49420
49424
 
@@ -49573,6 +49577,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
49573
49577
  nextOtherOrgObjSelect: [],
49574
49578
  subProcessColumns: [],
49575
49579
  nextCurrentOrgObjSelect: [],
49580
+ nextCurrentOrgselectUserList: [],
49576
49581
  loading: null, // 加载中
49577
49582
  newTypeCode: '',
49578
49583
  NodeName: '', // 当前节点值
@@ -50335,11 +50340,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50335
50340
  });
50336
50341
  },
50337
50342
 
50338
- /**
50339
- * saveInfo
50340
- * @desc:暂存
50341
- * @author liufan
50342
- * @date 2022年9月9日
50343
+ /**
50344
+ * saveInfo
50345
+ * @desc:暂存
50346
+ * @author liufan
50347
+ * @date 2022年9月9日
50343
50348
  **/
50344
50349
  saveInfo: function saveInfo(type, btn) {
50345
50350
  var _this14 = this;
@@ -50401,11 +50406,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50401
50406
  });
50402
50407
  },
50403
50408
 
50404
- /**
50405
- * rejectBtn
50406
- * @desc:点击驳回
50407
- * @author liufan
50408
- * @date 2022年5月25日
50409
+ /**
50410
+ * rejectBtn
50411
+ * @desc:点击驳回
50412
+ * @author liufan
50413
+ * @date 2022年5月25日
50409
50414
  **/
50410
50415
  rejectBtn: function rejectBtn() {
50411
50416
  var _this16 = this;
@@ -50423,11 +50428,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50423
50428
  }
50424
50429
  },
50425
50430
 
50426
- /**
50427
- * taskReadBtn
50428
- * @desc:点击分阅
50429
- * @author liufan
50430
- * @date 2022年5月25日
50431
+ /**
50432
+ * taskReadBtn
50433
+ * @desc:点击分阅
50434
+ * @author liufan
50435
+ * @date 2022年5月25日
50431
50436
  **/
50432
50437
  taskReadBtn: function taskReadBtn() {
50433
50438
  var _this17 = this;
@@ -50446,11 +50451,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50446
50451
  }
50447
50452
  },
50448
50453
 
50449
- /**
50450
- * getFind
50451
- * @desc:获取通知方式
50452
- * @author liufan
50453
- * @date 2022年5月25日
50454
+ /**
50455
+ * getFind
50456
+ * @desc:获取通知方式
50457
+ * @author liufan
50458
+ * @date 2022年5月25日
50454
50459
  **/
50455
50460
  getFind: function getFind() {
50456
50461
  var _this18 = this;
@@ -50517,12 +50522,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50517
50522
  });
50518
50523
  },
50519
50524
 
50520
- /**
50521
- * endFlows
50522
- * @desc:直接办结
50523
- * @author liufan
50524
- * @param {Object} res 直接办结数据
50525
- * @date 2022年5月25日
50525
+ /**
50526
+ * endFlows
50527
+ * @desc:直接办结
50528
+ * @author liufan
50529
+ * @param {Object} res 直接办结数据
50530
+ * @date 2022年5月25日
50526
50531
  **/
50527
50532
  endFlows: function endFlows(res) {
50528
50533
  var _this20 = this;
@@ -50577,12 +50582,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50577
50582
  }).catch(function (e) {});
50578
50583
  },
50579
50584
 
50580
- /**
50581
- * goView
50582
- * @desc:更多流程按钮操作
50583
- * @author liufan
50584
- * @param {Object} res 当前点击操作按钮数据
50585
- * @date 2022年5月25日
50585
+ /**
50586
+ * goView
50587
+ * @desc:更多流程按钮操作
50588
+ * @author liufan
50589
+ * @param {Object} res 当前点击操作按钮数据
50590
+ * @date 2022年5月25日
50586
50591
  **/
50587
50592
  goView: function goView(res) {
50588
50593
  // 驳回并办结:rejectAndEndHtml
@@ -50669,11 +50674,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50669
50674
  // isCanStartSubFlow
50670
50675
  },
50671
50676
 
50672
- /**
50673
- * toTakeAdvice
50674
- * @desc:征求意见
50675
- * @author liufan
50676
- * @date 2022年9月29日
50677
+ /**
50678
+ * toTakeAdvice
50679
+ * @desc:征求意见
50680
+ * @author liufan
50681
+ * @date 2022年9月29日
50677
50682
  **/
50678
50683
  toTakeAdvice: function toTakeAdvice(res) {
50679
50684
  var _this22 = this;
@@ -50717,11 +50722,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50717
50722
  });
50718
50723
  },
50719
50724
 
50720
- /**
50721
- * toStartDraf
50722
- * @desc: 稿件递送、联合审核、复核
50723
- * @author liufan
50724
- * @date 2022年9月29日
50725
+ /**
50726
+ * toStartDraf
50727
+ * @desc: 稿件递送、联合审核、复核
50728
+ * @author liufan
50729
+ * @date 2022年9月29日
50725
50730
  **/
50726
50731
  toStartDraf: function toStartDraf(res) {
50727
50732
  var _this24 = this;
@@ -50735,11 +50740,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50735
50740
  }
50736
50741
  },
50737
50742
 
50738
- /**
50739
- * toSendMsg
50740
- * @desc:核稿通知
50741
- * @author liufan
50742
- * @date 2022年9月29日
50743
+ /**
50744
+ * toSendMsg
50745
+ * @desc:核稿通知
50746
+ * @author liufan
50747
+ * @date 2022年9月29日
50743
50748
  **/
50744
50749
  toSendMsg: function toSendMsg(res) {
50745
50750
  var _this25 = this;
@@ -50753,11 +50758,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50753
50758
  }
50754
50759
  },
50755
50760
 
50756
- /**
50757
- * toTaskReadAndEnd
50758
- * @desc:分阅并办结
50759
- * @author liufan
50760
- * @date 2022年9月29日
50761
+ /**
50762
+ * toTaskReadAndEnd
50763
+ * @desc:分阅并办结
50764
+ * @author liufan
50765
+ * @date 2022年9月29日
50761
50766
  **/
50762
50767
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
50763
50768
  var _this26 = this;
@@ -50775,11 +50780,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50775
50780
  }
50776
50781
  },
50777
50782
 
50778
- /**
50779
- * rejectAndEnd
50780
- * @desc:驳回并办结
50781
- * @author liufan
50782
- * @date 2022年9月29日
50783
+ /**
50784
+ * rejectAndEnd
50785
+ * @desc:驳回并办结
50786
+ * @author liufan
50787
+ * @date 2022年9月29日
50783
50788
  **/
50784
50789
  rejectAndEnd: function rejectAndEnd(res) {
50785
50790
  var _this27 = this;
@@ -50835,11 +50840,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50835
50840
  });
50836
50841
  },
50837
50842
 
50838
- /**
50839
- * toTransfer
50840
- * @desc:转办
50841
- * @author liufan
50842
- * @date 2022年9月29日
50843
+ /**
50844
+ * toTransfer
50845
+ * @desc:转办
50846
+ * @author liufan
50847
+ * @date 2022年9月29日
50843
50848
  **/
50844
50849
  toTransfer: function toTransfer(res) {
50845
50850
  var _this29 = this;
@@ -50858,11 +50863,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50858
50863
  this.nextNode.customLimitTime = val;
50859
50864
  },
50860
50865
 
50861
- /**
50862
- * getNodeInfo
50863
- * @desc:获取节点信息
50864
- * @author liufan
50865
- * @date 2022年5月25日
50866
+ /**
50867
+ * getNodeInfo
50868
+ * @desc:获取节点信息
50869
+ * @author liufan
50870
+ * @date 2022年5月25日
50866
50871
  **/
50867
50872
  getNodeInfo: function getNodeInfo() {
50868
50873
  var _this30 = this;
@@ -50888,6 +50893,23 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50888
50893
  if (_this30.enableCustomLimitTimeSetting && data.nodeMoreInfo.defaultCustomLimitDays) {
50889
50894
  _this30.nextNode.customLimitTime = _this30.nextNode.customLimitTimeText = data.nodeMoreInfo.defaultCustomLimitDays + '';
50890
50895
  }
50896
+ if (data.nodeMoreInfo.currentOrgDefaultSelectObjectItems) {
50897
+ if (data.nodeMoreInfo.currentOrgDefaultSelectObjectItems.deptIds.length > 0) {
50898
+ data.nodeMoreInfo.currentOrgDefaultSelectObjectItems.deptIds.map(function (x, i) {
50899
+ _this30.nextCurrentOrgselectUserList.push({ showname: data.nodeMoreInfo.currentOrgDefaultSelectObjectItems.deptNames[i], showid: x, stype: 'department' });
50900
+ });
50901
+ }
50902
+ if (data.nodeMoreInfo.currentOrgDefaultSelectObjectItems.userIds.length > 0) {
50903
+ data.nodeMoreInfo.currentOrgDefaultSelectObjectItems.userIds.map(function (x, i) {
50904
+ _this30.nextCurrentOrgselectUserList.push({ showname: data.nodeMoreInfo.currentOrgDefaultSelectObjectItems.userNames[i], showid: x, stype: 'employee' });
50905
+ });
50906
+ }
50907
+ if (data.nodeMoreInfo.currentOrgDefaultSelectObjectItems.orgIds.length > 0) {
50908
+ data.nodeMoreInfo.currentOrgDefaultSelectObjectItems.orgIds.map(function (x, i) {
50909
+ _this30.nextCurrentOrgselectUserList.push({ showname: data.nodeMoreInfo.currentOrgDefaultSelectObjectItems.orgNames[i], showid: x, stype: 'enterprise' });
50910
+ });
50911
+ }
50912
+ }
50891
50913
  if (data.nodeMoreInfo.chooseCurrentOrgUserCandidateNeedForbiddenSubDept === true) {
50892
50914
  _this30.params.only_filid = true;
50893
50915
  }
@@ -50973,12 +50995,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50973
50995
  });
50974
50996
  },
50975
50997
 
50976
- /**
50977
- * selecNext
50978
- * @desc:下步节点变化时更新数据
50979
- * @author liufan
50980
- * @param {String} val 当前选中值
50981
- * @date 2022年5月25日
50998
+ /**
50999
+ * selecNext
51000
+ * @desc:下步节点变化时更新数据
51001
+ * @author liufan
51002
+ * @param {String} val 当前选中值
51003
+ * @date 2022年5月25日
50982
51004
  **/
50983
51005
  selecNext: function selecNext(val, type, isDef) {
50984
51006
  var _this31 = this;
@@ -51118,11 +51140,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51118
51140
  }
51119
51141
  },
51120
51142
 
51121
- /**
51122
- * isMultiple
51123
- * @desc:是否多选
51124
- * @author liufan
51125
- * @date 2022年9月13日
51143
+ /**
51144
+ * isMultiple
51145
+ * @desc:是否多选
51146
+ * @author liufan
51147
+ * @date 2022年9月13日
51126
51148
  **/
51127
51149
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
51128
51150
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -51154,11 +51176,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51154
51176
  }
51155
51177
  },
51156
51178
 
51157
- /**
51158
- * getHedInfo
51159
- * @desc:获取审核页面数据
51160
- * @author liufan
51161
- * @date 2022年5月25日
51179
+ /**
51180
+ * getHedInfo
51181
+ * @desc:获取审核页面数据
51182
+ * @author liufan
51183
+ * @date 2022年5月25日
51162
51184
  **/
51163
51185
  getHedInfo: function getHedInfo() {
51164
51186
  var _this32 = this;
@@ -51476,13 +51498,13 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51476
51498
  });
51477
51499
  },
51478
51500
 
51479
- /**
51480
- * closeProcess
51481
- * @desc:关闭弹窗
51482
- * @author liufan
51483
- * @param {boolean} val 当前是否办理流程
51484
- * @param {String} type 当前点击的弹窗类型
51485
- * @date 2022年5月25日
51501
+ /**
51502
+ * closeProcess
51503
+ * @desc:关闭弹窗
51504
+ * @author liufan
51505
+ * @param {boolean} val 当前是否办理流程
51506
+ * @param {String} type 当前点击的弹窗类型
51507
+ * @date 2022年5月25日
51486
51508
  **/
51487
51509
  closeProcess: function closeProcess(val, type, closeParent) {
51488
51510
  if (this.closeParent && !this.startFlowPageEmbeddedIntoStartFlowIndex) {
@@ -51502,23 +51524,23 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51502
51524
  }
51503
51525
  },
51504
51526
 
51505
- /**
51506
- * selectChange
51507
- * @desc:常用语选择
51508
- * @author liufan
51509
- * @param {String} val 选中值
51510
- * @date 2022年5月25日
51527
+ /**
51528
+ * selectChange
51529
+ * @desc:常用语选择
51530
+ * @author liufan
51531
+ * @param {String} val 选中值
51532
+ * @date 2022年5月25日
51511
51533
  **/
51512
51534
  selectChange: function selectChange(val) {
51513
51535
  this.value = val;
51514
51536
  },
51515
51537
 
51516
- /**
51517
- * upDate
51518
- * @desc:修改常用语
51519
- * @author liufan
51520
- * @param {Object} val 修改值
51521
- * @date 2022年5月25日
51538
+ /**
51539
+ * upDate
51540
+ * @desc:修改常用语
51541
+ * @author liufan
51542
+ * @param {Object} val 修改值
51543
+ * @date 2022年5月25日
51522
51544
  **/
51523
51545
  upDate: function upDate(val) {
51524
51546
  this.FormData.id = val.id;
@@ -51526,11 +51548,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51526
51548
  },
51527
51549
 
51528
51550
 
51529
- /**
51530
- * getProcess
51531
- * @desc:获取选择流程
51532
- * @author liufan
51533
- * @date 2022年5月25日
51551
+ /**
51552
+ * getProcess
51553
+ * @desc:获取选择流程
51554
+ * @author liufan
51555
+ * @date 2022年5月25日
51534
51556
  **/
51535
51557
  getProcess: function getProcess(val) {
51536
51558
  var _this33 = this;
@@ -51590,11 +51612,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51590
51612
  });
51591
51613
  },
51592
51614
 
51593
- /**
51594
- * getPendedhistoryList
51595
- * @desc:获取流程列表
51596
- * @author liufan
51597
- * @date 2022年5月25日
51615
+ /**
51616
+ * getPendedhistoryList
51617
+ * @desc:获取流程列表
51618
+ * @author liufan
51619
+ * @date 2022年5月25日
51598
51620
  **/
51599
51621
  getPendedhistoryList: function getPendedhistoryList() {
51600
51622
  var _this34 = this;
@@ -51665,12 +51687,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51665
51687
  beforeSubProcess: function beforeSubProcess() {},
51666
51688
 
51667
51689
  // 提交流程
51668
- /**
51669
- * subProcess
51670
- * @desc:提交流程
51671
- * @author liufan
51672
- * @param {String} formName 当前form表单ref值
51673
- * @date 2022年5月25日
51690
+ /**
51691
+ * subProcess
51692
+ * @desc:提交流程
51693
+ * @author liufan
51694
+ * @param {String} formName 当前form表单ref值
51695
+ * @date 2022年5月25日
51674
51696
  **/
51675
51697
  subProcess: function subProcess(val, type) {
51676
51698
  var _this36 = this;
@@ -52108,6 +52130,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
52108
52130
 
52109
52131
  // 单位选择完回调
52110
52132
  disposeAppUnit: function disposeAppUnit(res, type) {
52133
+ console.log(res, '选完了');
52111
52134
  var label = type.substring(0, type.lastIndexOf('Select'));
52112
52135
  this.nextNode[label + 'Name'] = '';
52113
52136
  res.options && (this[type] = res.options);
@@ -52153,8 +52176,8 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
52153
52176
 
52154
52177
  var flow_src_main_component = normalizeComponent(
52155
52178
  packages_flow_src_mainvue_type_script_lang_js_,
52156
- mainvue_type_template_id_56a92ecc_render,
52157
- mainvue_type_template_id_56a92ecc_staticRenderFns,
52179
+ mainvue_type_template_id_e6becc8e_render,
52180
+ mainvue_type_template_id_e6becc8e_staticRenderFns,
52158
52181
  false,
52159
52182
  null,
52160
52183
  null,
@@ -70674,10 +70697,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70674
70697
  this.$refs.user.handleSelect(res);
70675
70698
  },
70676
70699
 
70677
- /**
70678
- * @desc:匹配路由
70679
- * @author huangbo
70680
- * @date 2024年9月7日
70700
+ /**
70701
+ * @desc:匹配路由
70702
+ * @author huangbo
70703
+ * @date 2024年9月7日
70681
70704
  **/
70682
70705
  hasRouter: function hasRouter(res, url, code) {
70683
70706
  if (!url) {
@@ -70721,10 +70744,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70721
70744
  return false;
70722
70745
  },
70723
70746
 
70724
- /**
70725
- * @desc:获取初始数据
70726
- * @author huangbo
70727
- * @date 2024年9月7日
70747
+ /**
70748
+ * @desc:获取初始数据
70749
+ * @author huangbo
70750
+ * @date 2024年9月7日
70728
70751
  **/
70729
70752
  init: function init(results, first) {
70730
70753
  this.setConfig(results);
@@ -70733,10 +70756,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70733
70756
  }
70734
70757
  },
70735
70758
 
70736
- /**
70737
- * @desc:设置用户配置及信息
70738
- * @author huangbo
70739
- * @date 2024年9月7日
70759
+ /**
70760
+ * @desc:设置用户配置及信息
70761
+ * @author huangbo
70762
+ * @date 2024年9月7日
70740
70763
  **/
70741
70764
  setConfig: function setConfig(results) {
70742
70765
  localStorage.setItem('mainConfig', JSON.stringify(results));
@@ -70904,10 +70927,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70904
70927
  }
70905
70928
  },
70906
70929
 
70907
- /**
70908
- * @desc:获取所有应用
70909
- * @author huangbo
70910
- * @date 2024年9月7日
70930
+ /**
70931
+ * @desc:获取所有应用
70932
+ * @author huangbo
70933
+ * @date 2024年9月7日
70911
70934
  **/
70912
70935
  getApplications: function getApplications() {
70913
70936
  var _this2 = this;
@@ -70955,10 +70978,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70955
70978
  });
70956
70979
  },
70957
70980
 
70958
- /**
70959
- * @desc:获取菜单列表
70960
- * @author huangbo
70961
- * @date 2024年9月7日
70981
+ /**
70982
+ * @desc:获取菜单列表
70983
+ * @author huangbo
70984
+ * @date 2024年9月7日
70962
70985
  **/
70963
70986
  getMenus: function getMenus(loading) {
70964
70987
  var _this3 = this;
@@ -70991,10 +71014,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70991
71014
  });
70992
71015
  },
70993
71016
 
70994
- /**
70995
- * @desc:处理菜单列表
70996
- * @author huangbo
70997
- * @date 2024年9月7日
71017
+ /**
71018
+ * @desc:处理菜单列表
71019
+ * @author huangbo
71020
+ * @date 2024年9月7日
70998
71021
  **/
70999
71022
  renderMenus: function renderMenus(res) {
71000
71023
  this.menus = res;
@@ -71090,10 +71113,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71090
71113
  }
71091
71114
  },
71092
71115
 
71093
- /**
71094
- * @desc:设置页面加载类型
71095
- * @author huangbo
71096
- * @date 2024年9月7日
71116
+ /**
71117
+ * @desc:设置页面加载类型
71118
+ * @author huangbo
71119
+ * @date 2024年9月7日
71097
71120
  **/
71098
71121
  setIframeType: function setIframeType(res) {
71099
71122
  var url = res.url;
@@ -71149,10 +71172,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71149
71172
  return res;
71150
71173
  },
71151
71174
 
71152
- /**
71153
- * @desc:获取菜单
71154
- * @author huangbo
71155
- * @date 2024年9月7日
71175
+ /**
71176
+ * @desc:获取菜单
71177
+ * @author huangbo
71178
+ * @date 2024年9月7日
71156
71179
  **/
71157
71180
  getMenu: function getMenu(menus, res, key) {
71158
71181
  if (Array.isArray(menus)) {
@@ -71181,10 +71204,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71181
71204
  return false;
71182
71205
  },
71183
71206
 
71184
- /**
71185
- * @desc:获取菜单第一条数据
71186
- * @author huangbo
71187
- * @date 2024年9月7日
71207
+ /**
71208
+ * @desc:获取菜单第一条数据
71209
+ * @author huangbo
71210
+ * @date 2024年9月7日
71188
71211
  **/
71189
71212
  getFirst: function getFirst(obj) {
71190
71213
  if (!obj) {
@@ -71203,10 +71226,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71203
71226
  }
71204
71227
  },
71205
71228
 
71206
- /**
71207
- * @desc:遍历设置菜单气泡提醒
71208
- * @author huangbo
71209
- * @date 2024年9月7日
71229
+ /**
71230
+ * @desc:遍历设置菜单气泡提醒
71231
+ * @author huangbo
71232
+ * @date 2024年9月7日
71210
71233
  **/
71211
71234
  setTips: function setTips(obj) {
71212
71235
  var _this4 = this;
@@ -71277,10 +71300,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71277
71300
  }
71278
71301
  },
71279
71302
 
71280
- /**
71281
- * @desc:获取气泡提醒
71282
- * @author huangbo
71283
- * @date 2024年9月7日
71303
+ /**
71304
+ * @desc:获取气泡提醒
71305
+ * @author huangbo
71306
+ * @date 2024年9月7日
71284
71307
  **/
71285
71308
  getBadge: function getBadge(res) {
71286
71309
  var num = res.tips || 0;
@@ -71294,10 +71317,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71294
71317
  };
71295
71318
  },
71296
71319
 
71297
- /**
71298
- * @desc:开启weosocket
71299
- * @author huangbo
71300
- * @date 2024年9月7日
71320
+ /**
71321
+ * @desc:开启weosocket
71322
+ * @author huangbo
71323
+ * @date 2024年9月7日
71301
71324
  **/
71302
71325
  initWebSocket: function initWebSocket() {
71303
71326
  var _this6 = this;
@@ -71346,10 +71369,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71346
71369
  });
71347
71370
  },
71348
71371
 
71349
- /**
71350
- * @desc:显示用户信息
71351
- * @author huangbo
71352
- * @date 2024年9月7日
71372
+ /**
71373
+ * @desc:显示用户信息
71374
+ * @author huangbo
71375
+ * @date 2024年9月7日
71353
71376
  **/
71354
71377
  showUserInfo: function showUserInfo() {
71355
71378
  if (this.showUser === false) {
@@ -71357,19 +71380,19 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71357
71380
  }
71358
71381
  },
71359
71382
 
71360
- /**
71361
- * @desc:删除更多应用菜单点击
71362
- * @author huangbo
71363
- * @date 2024年9月7日
71383
+ /**
71384
+ * @desc:删除更多应用菜单点击
71385
+ * @author huangbo
71386
+ * @date 2024年9月7日
71364
71387
  **/
71365
71388
  handleDelete: function handleDelete(index) {
71366
71389
  this.newApps.splice(index, 1);
71367
71390
  },
71368
71391
 
71369
- /**
71370
- * @desc:储存更多应用菜单点击
71371
- * @author huangbo
71372
- * @date 2024年9月7日
71392
+ /**
71393
+ * @desc:储存更多应用菜单点击
71394
+ * @author huangbo
71395
+ * @date 2024年9月7日
71373
71396
  **/
71374
71397
  handlerClickApps: function handlerClickApps(res) {
71375
71398
  if (res.permission === false) {
@@ -71382,10 +71405,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71382
71405
  this.handlerClickApp(res);
71383
71406
  },
71384
71407
 
71385
- /**
71386
- * @desc:侧边应用菜单点击
71387
- * @author huangbo
71388
- * @date 2024年9月7日
71408
+ /**
71409
+ * @desc:侧边应用菜单点击
71410
+ * @author huangbo
71411
+ * @date 2024年9月7日
71389
71412
  **/
71390
71413
  handlerClickApp: function handlerClickApp(res) {
71391
71414
  this.showMsg = false;
@@ -71474,10 +71497,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71474
71497
  }
71475
71498
  },
71476
71499
 
71477
- /**
71478
- * @desc:显示Drawer界面
71479
- * @author huangbo
71480
- * @date 2024年9月7日
71500
+ /**
71501
+ * @desc:显示Drawer界面
71502
+ * @author huangbo
71503
+ * @date 2024年9月7日
71481
71504
  **/
71482
71505
  handlerSetDrawer: function handlerSetDrawer(res, type) {
71483
71506
  var direction = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : 'ltr';
@@ -71497,19 +71520,19 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71497
71520
  }
71498
71521
  },
71499
71522
 
71500
- /**
71501
- * @desc:关闭Drawer界面
71502
- * @author huangbo
71503
- * @date 2024年9月7日
71523
+ /**
71524
+ * @desc:关闭Drawer界面
71525
+ * @author huangbo
71526
+ * @date 2024年9月7日
71504
71527
  **/
71505
71528
  handleCloseDrawer: function handleCloseDrawer() {
71506
71529
  this.drawer = { visible: false };
71507
71530
  },
71508
71531
 
71509
- /**
71510
- * @desc:菜单点击
71511
- * @author huangbo
71512
- * @date 2024年9月7日
71532
+ /**
71533
+ * @desc:菜单点击
71534
+ * @author huangbo
71535
+ * @date 2024年9月7日
71513
71536
  **/
71514
71537
  handlerClickMenu: function handlerClickMenu(res) {
71515
71538
  utils_util.ajax({
@@ -71558,19 +71581,19 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71558
71581
  },
71559
71582
 
71560
71583
 
71561
- /**
71562
- * @desc:用户详情请求成功
71563
- * @author huangbo
71564
- * @date 2024年9月7日
71584
+ /**
71585
+ * @desc:用户详情请求成功
71586
+ * @author huangbo
71587
+ * @date 2024年9月7日
71565
71588
  **/
71566
71589
  handleSuccess: function handleSuccess(res) {
71567
71590
  this.simpleUserInfo = res.simpleUserInfo;
71568
71591
  },
71569
71592
 
71570
- /**
71571
- * @desc:修改用户配置
71572
- * @author huangbo
71573
- * @date 2024年9月7日
71593
+ /**
71594
+ * @desc:修改用户配置
71595
+ * @author huangbo
71596
+ * @date 2024年9月7日
71574
71597
  **/
71575
71598
  handleChangeConfig: function handleChangeConfig(name, res) {
71576
71599
  if (name == 'userHeadUrl') {
@@ -71586,10 +71609,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71586
71609
  }
71587
71610
  },
71588
71611
 
71589
- /**
71590
- * @desc:关闭webSocket
71591
- * @author huangbo
71592
- * @date 2024年9月7日
71612
+ /**
71613
+ * @desc:关闭webSocket
71614
+ * @author huangbo
71615
+ * @date 2024年9月7日
71593
71616
  **/
71594
71617
  handlerClose: function handlerClose() {
71595
71618
  if (this.webSocket) {
@@ -71597,10 +71620,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71597
71620
  }
71598
71621
  },
71599
71622
 
71600
- /**
71601
- * @desc:刷新选中iframe页签
71602
- * @author huangbo
71603
- * @date 2024年9月7日
71623
+ /**
71624
+ * @desc:刷新选中iframe页签
71625
+ * @author huangbo
71626
+ * @date 2024年9月7日
71604
71627
  **/
71605
71628
  handleRefresh: function handleRefresh(arg) {
71606
71629
  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 +71660,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71637
71660
  }
71638
71661
  },
71639
71662
 
71640
- /**
71641
- * @desc:删除iframe
71642
- * @author huangbo
71643
- * @date 2024年9月7日
71663
+ /**
71664
+ * @desc:删除iframe
71665
+ * @author huangbo
71666
+ * @date 2024年9月7日
71644
71667
  **/
71645
71668
  handleRemove: function handleRemove(name) {
71646
71669
  var len = this.tabs.length - 1;
@@ -71657,10 +71680,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71657
71680
  }
71658
71681
  },
71659
71682
 
71660
- /**
71661
- * @desc:tabs鼠标右键事件
71662
- * @author huangbo
71663
- * @date 2024年9月7日
71683
+ /**
71684
+ * @desc:tabs鼠标右键事件
71685
+ * @author huangbo
71686
+ * @date 2024年9月7日
71664
71687
  **/
71665
71688
  handleContextmenu: function handleContextmenu(tabs, e) {
71666
71689
  var disabled = {};
@@ -71685,10 +71708,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71685
71708
  window.addEventListener('click', this.closeTabsEvents);
71686
71709
  },
71687
71710
 
71688
- /**
71689
- * @desc:tabs页签事件
71690
- * @author huangbo
71691
- * @date 2024年9月7日
71711
+ /**
71712
+ * @desc:tabs页签事件
71713
+ * @author huangbo
71714
+ * @date 2024年9月7日
71692
71715
  **/
71693
71716
  handleTabsEvents: function handleTabsEvents(num) {
71694
71717
  if (this.pane !== null) {
@@ -71699,10 +71722,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71699
71722
  },
71700
71723
 
71701
71724
 
71702
- /**
71703
- * @desc:关闭页签事件面板
71704
- * @author huangbo
71705
- * @date 2024年9月7日
71725
+ /**
71726
+ * @desc:关闭页签事件面板
71727
+ * @author huangbo
71728
+ * @date 2024年9月7日
71706
71729
  **/
71707
71730
  closeTabsEvents: function closeTabsEvents(e) {
71708
71731
  if (e.target.parentNode != this.$refs.tabsHandler.$el && e.target.parentNode.parentNode != this.$refs.tabsHandler.$el) {
@@ -71712,10 +71735,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71712
71735
  },
71713
71736
 
71714
71737
 
71715
- /**
71716
- * @desc:tabs页签点击事件
71717
- * @author huangbo
71718
- * @date 2024年9月7日
71738
+ /**
71739
+ * @desc:tabs页签点击事件
71740
+ * @author huangbo
71741
+ * @date 2024年9月7日
71719
71742
  **/
71720
71743
  handleTabClick: function handleTabClick() {
71721
71744
  this.active = '';
@@ -71723,10 +71746,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71723
71746
  this.showMenu = false;
71724
71747
  },
71725
71748
 
71726
- /**
71727
- * @desc:handler工具栏点击事件
71728
- * @author huangbo
71729
- * @date 2024年9月7日
71749
+ /**
71750
+ * @desc:handler工具栏点击事件
71751
+ * @author huangbo
71752
+ * @date 2024年9月7日
71730
71753
  **/
71731
71754
  handleClick: function handleClick(res) {
71732
71755
  var type = res.type,
@@ -71807,10 +71830,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71807
71830
  this.$emit('handler-click', res);
71808
71831
  },
71809
71832
 
71810
- /**
71811
- * @desc:退出登录
71812
- * @author huangbo
71813
- * @date 2024年9月7日
71833
+ /**
71834
+ * @desc:退出登录
71835
+ * @author huangbo
71836
+ * @date 2024年9月7日
71814
71837
  **/
71815
71838
  handleQuit: function handleQuit() {
71816
71839
  var _this7 = this;
@@ -71891,10 +71914,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71891
71914
  }).catch(function (e) {});
71892
71915
  },
71893
71916
 
71894
- /**
71895
- * @desc:主题、消息回调
71896
- * @author huangbo
71897
- * @date 2024年9月7日
71917
+ /**
71918
+ * @desc:主题、消息回调
71919
+ * @author huangbo
71920
+ * @date 2024年9月7日
71898
71921
  **/
71899
71922
  handleChange: function handleChange(res) {
71900
71923
  var type = res.type,
@@ -71910,10 +71933,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71910
71933
  }
71911
71934
  },
71912
71935
 
71913
- /**
71914
- * @desc:菜单布局样式切换
71915
- * @author huangbo
71916
- * @date 2024年9月7日
71936
+ /**
71937
+ * @desc:菜单布局样式切换
71938
+ * @author huangbo
71939
+ * @date 2024年9月7日
71917
71940
  **/
71918
71941
  handleLayout: function handleLayout(res, active) {
71919
71942
  if (active) {
@@ -71923,10 +71946,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71923
71946
  this.$emit('chang-layout', res, active);
71924
71947
  },
71925
71948
 
71926
- /**
71927
- * @desc:消息修改总数
71928
- * @author huangbo
71929
- * @date 2024年9月7日
71949
+ /**
71950
+ * @desc:消息修改总数
71951
+ * @author huangbo
71952
+ * @date 2024年9月7日
71930
71953
  **/
71931
71954
  handleMenuTips: function handleMenuTips(id, num) {
71932
71955
  if (num) {
@@ -71937,10 +71960,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71937
71960
  }
71938
71961
  },
71939
71962
 
71940
- /**
71941
- * @desc:处理即时消息
71942
- * @author huangbo
71943
- * @date 2024年9月7日
71963
+ /**
71964
+ * @desc:处理即时消息
71965
+ * @author huangbo
71966
+ * @date 2024年9月7日
71944
71967
  **/
71945
71968
  handleOpened: function handleOpened(res) {
71946
71969
  var _this8 = this;
@@ -75966,8 +75989,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
75966
75989
  this.currentPage = this.setIframeType(this.fourthTabs[0]);
75967
75990
  },
75968
75991
 
75969
- /**
75970
- * queryChildMenu: 查询左侧我的提醒和我的快捷菜单
75992
+ /**
75993
+ * queryChildMenu: 查询左侧我的提醒和我的快捷菜单
75971
75994
  */
75972
75995
  queryChildMenuData: function queryChildMenuData() {
75973
75996
  var _this2 = this;
@@ -76086,8 +76109,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76086
76109
  }))();
76087
76110
  },
76088
76111
 
76089
- /**
76090
- * getVoteMeetingNum: 查询会议数量
76112
+ /**
76113
+ * getVoteMeetingNum: 查询会议数量
76091
76114
  */
76092
76115
  getVoteMeetingNum: function getVoteMeetingNum() {
76093
76116
  var _this5 = this;
@@ -76112,8 +76135,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76112
76135
  });
76113
76136
  },
76114
76137
 
76115
- /**
76116
- * getShareFilesReceiveCountNew: 查询待接收文件数量
76138
+ /**
76139
+ * getShareFilesReceiveCountNew: 查询待接收文件数量
76117
76140
  */
76118
76141
  getShareFilesReceiveCountNew: function getShareFilesReceiveCountNew() {
76119
76142
  var _this6 = this;
@@ -76138,8 +76161,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76138
76161
  },
76139
76162
 
76140
76163
 
76141
- /**
76142
- * getUserTipsInstanceNum: 查询待签收/据签收任务数量 1是拒签收 0是待签收
76164
+ /**
76165
+ * getUserTipsInstanceNum: 查询待签收/据签收任务数量 1是拒签收 0是待签收
76143
76166
  */
76144
76167
  getUserTipsInstanceNum: function getUserTipsInstanceNum(type) {
76145
76168
  var _this7 = this;
@@ -76167,8 +76190,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76167
76190
  });
76168
76191
  },
76169
76192
 
76170
- /**
76171
- * getIndexCount: 查询待办任务数量
76193
+ /**
76194
+ * getIndexCount: 查询待办任务数量
76172
76195
  */
76173
76196
  getIndexCount: function getIndexCount() {
76174
76197
  var _this8 = this;
@@ -76199,10 +76222,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76199
76222
  this.$refs.user.handleSelect(res);
76200
76223
  },
76201
76224
 
76202
- /**
76203
- * @desc:匹配路由
76204
- * @author huangbo
76205
- * @date 2024年9月7日
76225
+ /**
76226
+ * @desc:匹配路由
76227
+ * @author huangbo
76228
+ * @date 2024年9月7日
76206
76229
  **/
76207
76230
  hasRouter: function hasRouter(res, url, code) {
76208
76231
  if (!url) {
@@ -76246,10 +76269,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76246
76269
  return false;
76247
76270
  },
76248
76271
 
76249
- /**
76250
- * @desc:获取初始数据
76251
- * @author huangbo
76252
- * @date 2024年9月7日
76272
+ /**
76273
+ * @desc:获取初始数据
76274
+ * @author huangbo
76275
+ * @date 2024年9月7日
76253
76276
  **/
76254
76277
  init: function init(results) {
76255
76278
  this.setConfig(results);
@@ -76260,10 +76283,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76260
76283
  // }
76261
76284
  },
76262
76285
 
76263
- /**
76264
- * @desc:设置用户配置及信息
76265
- * @author huangbo
76266
- * @date 2024年9月7日
76286
+ /**
76287
+ * @desc:设置用户配置及信息
76288
+ * @author huangbo
76289
+ * @date 2024年9月7日
76267
76290
  **/
76268
76291
  setConfig: function setConfig(results) {
76269
76292
  localStorage.setItem('mainConfig', JSON.stringify(results));
@@ -76427,8 +76450,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76427
76450
  }
76428
76451
  },
76429
76452
 
76430
- /**
76431
- * @desc:获取用户自定义菜单
76453
+ /**
76454
+ * @desc:获取用户自定义菜单
76432
76455
  **/
76433
76456
  getUseCommonMenu: function getUseCommonMenu() {
76434
76457
  var _this9 = this;
@@ -76458,10 +76481,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76458
76481
  });
76459
76482
  },
76460
76483
 
76461
- /**
76462
- * @desc:获取所有应用
76463
- * @author huangbo
76464
- * @date 2024年9月7日
76484
+ /**
76485
+ * @desc:获取所有应用
76486
+ * @author huangbo
76487
+ * @date 2024年9月7日
76465
76488
  **/
76466
76489
  getApplications: function getApplications() {
76467
76490
  var _this10 = this;
@@ -76509,10 +76532,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76509
76532
  });
76510
76533
  },
76511
76534
 
76512
- /**
76513
- * @desc:获取菜单列表
76514
- * @author huangbo
76515
- * @date 2024年9月7日
76535
+ /**
76536
+ * @desc:获取菜单列表
76537
+ * @author huangbo
76538
+ * @date 2024年9月7日
76516
76539
  **/
76517
76540
  getMenus: function getMenus(loading) {
76518
76541
  var _this11 = this;
@@ -76539,10 +76562,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76539
76562
  });
76540
76563
  },
76541
76564
 
76542
- /**
76543
- * @desc:处理菜单列表
76544
- * @author huangbo
76545
- * @date 2024年9月7日
76565
+ /**
76566
+ * @desc:处理菜单列表
76567
+ * @author huangbo
76568
+ * @date 2024年9月7日
76546
76569
  **/
76547
76570
  renderMenus: function renderMenus(res) {
76548
76571
  // // console.log(res, 'renderMenus');
@@ -76588,9 +76611,9 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76588
76611
  // console.log(this.currentPage, 'currentPage');
76589
76612
  },
76590
76613
 
76591
- /**
76592
- * 更新myRemind中各项的权限状态
76593
- * @param {Array} menus - 完整的菜单列表
76614
+ /**
76615
+ * 更新myRemind中各项的权限状态
76616
+ * @param {Array} menus - 完整的菜单列表
76594
76617
  */
76595
76618
  updateRemindPermission: function updateRemindPermission(menus) {
76596
76619
  // 创建一个Set存储所有菜单的id,方便快速查找
@@ -76618,10 +76641,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76618
76641
  });
76619
76642
  },
76620
76643
 
76621
- /**
76622
- * @desc:设置页面加载类型
76623
- * @author huangbo
76624
- * @date 2024年9月7日
76644
+ /**
76645
+ * @desc:设置页面加载类型
76646
+ * @author huangbo
76647
+ * @date 2024年9月7日
76625
76648
  **/
76626
76649
  setIframeType: function setIframeType(res) {
76627
76650
  var url = res.url;
@@ -76678,10 +76701,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76678
76701
  return res;
76679
76702
  },
76680
76703
 
76681
- /**
76682
- * @desc:获取菜单
76683
- * @author huangbo
76684
- * @date 2024年9月7日
76704
+ /**
76705
+ * @desc:获取菜单
76706
+ * @author huangbo
76707
+ * @date 2024年9月7日
76685
76708
  **/
76686
76709
  getMenu: function getMenu(menus, res, key) {
76687
76710
  if (Array.isArray(menus)) {
@@ -76710,10 +76733,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76710
76733
  return false;
76711
76734
  },
76712
76735
 
76713
- /**
76714
- * @desc:获取菜单第一条数据
76715
- * @author huangbo
76716
- * @date 2024年9月7日
76736
+ /**
76737
+ * @desc:获取菜单第一条数据
76738
+ * @author huangbo
76739
+ * @date 2024年9月7日
76717
76740
  **/
76718
76741
  getFirst: function getFirst(obj) {
76719
76742
  if (!obj) {
@@ -76732,10 +76755,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76732
76755
  }
76733
76756
  },
76734
76757
 
76735
- /**
76736
- * @desc:遍历设置菜单气泡提醒
76737
- * @author huangbo
76738
- * @date 2024年9月7日
76758
+ /**
76759
+ * @desc:遍历设置菜单气泡提醒
76760
+ * @author huangbo
76761
+ * @date 2024年9月7日
76739
76762
  **/
76740
76763
  setTips: function setTips(obj) {
76741
76764
  var _this12 = this;
@@ -76800,10 +76823,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76800
76823
  }
76801
76824
  },
76802
76825
 
76803
- /**
76804
- * @desc:获取气泡提醒
76805
- * @author huangbo
76806
- * @date 2024年9月7日
76826
+ /**
76827
+ * @desc:获取气泡提醒
76828
+ * @author huangbo
76829
+ * @date 2024年9月7日
76807
76830
  **/
76808
76831
  getBadge: function getBadge(res) {
76809
76832
  var num = res.tips || 0;
@@ -76817,10 +76840,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76817
76840
  };
76818
76841
  },
76819
76842
 
76820
- /**
76821
- * @desc:开启weosocket
76822
- * @author huangbo
76823
- * @date 2024年9月7日
76843
+ /**
76844
+ * @desc:开启weosocket
76845
+ * @author huangbo
76846
+ * @date 2024年9月7日
76824
76847
  **/
76825
76848
  initWebSocket: function initWebSocket() {
76826
76849
  var _this14 = this;
@@ -76888,10 +76911,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76888
76911
  });
76889
76912
  },
76890
76913
 
76891
- /**
76892
- * @desc:显示用户信息
76893
- * @author huangbo
76894
- * @date 2024年9月7日
76914
+ /**
76915
+ * @desc:显示用户信息
76916
+ * @author huangbo
76917
+ * @date 2024年9月7日
76895
76918
  **/
76896
76919
  showUserInfo: function showUserInfo() {
76897
76920
  if (this.showUser === false) {
@@ -76899,19 +76922,19 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76899
76922
  }
76900
76923
  },
76901
76924
 
76902
- /**
76903
- * @desc:删除更多应用菜单点击
76904
- * @author huangbo
76905
- * @date 2024年9月7日
76925
+ /**
76926
+ * @desc:删除更多应用菜单点击
76927
+ * @author huangbo
76928
+ * @date 2024年9月7日
76906
76929
  **/
76907
76930
  handleDelete: function handleDelete(index) {
76908
76931
  this.newApps.splice(index, 1);
76909
76932
  },
76910
76933
 
76911
- /**
76912
- * @desc:显示Drawer界面
76913
- * @author huangbo
76914
- * @date 2024年9月7日
76934
+ /**
76935
+ * @desc:显示Drawer界面
76936
+ * @author huangbo
76937
+ * @date 2024年9月7日
76915
76938
  **/
76916
76939
  handlerSetDrawer: function handlerSetDrawer(res, type) {
76917
76940
  var direction = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : 'ltr';
@@ -76931,28 +76954,28 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76931
76954
  }
76932
76955
  },
76933
76956
 
76934
- /**
76935
- * @desc:关闭Drawer界面
76936
- * @author huangbo
76937
- * @date 2024年9月7日
76957
+ /**
76958
+ * @desc:关闭Drawer界面
76959
+ * @author huangbo
76960
+ * @date 2024年9月7日
76938
76961
  **/
76939
76962
  handleCloseDrawer: function handleCloseDrawer() {
76940
76963
  this.drawer = { visible: false };
76941
76964
  },
76942
76965
 
76943
- /**
76944
- * @desc:用户详情请求成功
76945
- * @author huangbo
76946
- * @date 2024年9月7日
76966
+ /**
76967
+ * @desc:用户详情请求成功
76968
+ * @author huangbo
76969
+ * @date 2024年9月7日
76947
76970
  **/
76948
76971
  handleSuccess: function handleSuccess(res) {
76949
76972
  this.simpleUserInfo = res.simpleUserInfo;
76950
76973
  },
76951
76974
 
76952
- /**
76953
- * @desc:修改用户配置
76954
- * @author huangbo
76955
- * @date 2024年9月7日
76975
+ /**
76976
+ * @desc:修改用户配置
76977
+ * @author huangbo
76978
+ * @date 2024年9月7日
76956
76979
  **/
76957
76980
  handleChangeConfig: function handleChangeConfig(name, res) {
76958
76981
  if (name == 'userHeadUrl') {
@@ -76968,10 +76991,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76968
76991
  }
76969
76992
  },
76970
76993
 
76971
- /**
76972
- * @desc:关闭webSocket
76973
- * @author huangbo
76974
- * @date 2024年9月7日
76994
+ /**
76995
+ * @desc:关闭webSocket
76996
+ * @author huangbo
76997
+ * @date 2024年9月7日
76975
76998
  **/
76976
76999
  handlerClose: function handlerClose() {
76977
77000
  if (this.webSocket) {
@@ -76982,10 +77005,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76982
77005
  this.handleRefresh(1);
76983
77006
  },
76984
77007
 
76985
- /**
76986
- * @desc:刷新选中iframe页签
76987
- * @author huangbo
76988
- * @date 2024年9月7日
77008
+ /**
77009
+ * @desc:刷新选中iframe页签
77010
+ * @author huangbo
77011
+ * @date 2024年9月7日
76989
77012
  **/
76990
77013
  handleRefresh: function handleRefresh(arg) {
76991
77014
  if (arg !== 1) {
@@ -77031,10 +77054,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77031
77054
  }
77032
77055
  },
77033
77056
 
77034
- /**
77035
- * @desc:删除iframe
77036
- * @author huangbo
77037
- * @date 2024年9月7日
77057
+ /**
77058
+ * @desc:删除iframe
77059
+ * @author huangbo
77060
+ * @date 2024年9月7日
77038
77061
  **/
77039
77062
  handleRemove: function handleRemove(name) {
77040
77063
  var len = this.tabs.length - 1;
@@ -77051,10 +77074,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77051
77074
  }
77052
77075
  },
77053
77076
 
77054
- /**
77055
- * @desc:tabs鼠标右键事件
77056
- * @author huangbo
77057
- * @date 2024年9月7日
77077
+ /**
77078
+ * @desc:tabs鼠标右键事件
77079
+ * @author huangbo
77080
+ * @date 2024年9月7日
77058
77081
  **/
77059
77082
  handleContextmenu: function handleContextmenu(tabs, e) {
77060
77083
  var disabled = {};
@@ -77079,10 +77102,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77079
77102
  window.addEventListener('click', this.closeTabsEvents);
77080
77103
  },
77081
77104
 
77082
- /**
77083
- * @desc:tabs页签事件
77084
- * @author huangbo
77085
- * @date 2024年9月7日
77105
+ /**
77106
+ * @desc:tabs页签事件
77107
+ * @author huangbo
77108
+ * @date 2024年9月7日
77086
77109
  **/
77087
77110
  handleTabsEvents: function handleTabsEvents(num) {
77088
77111
  if (this.pane !== null) {
@@ -77093,10 +77116,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77093
77116
  },
77094
77117
 
77095
77118
 
77096
- /**
77097
- * @desc:关闭页签事件面板
77098
- * @author huangbo
77099
- * @date 2024年9月7日
77119
+ /**
77120
+ * @desc:关闭页签事件面板
77121
+ * @author huangbo
77122
+ * @date 2024年9月7日
77100
77123
  **/
77101
77124
  closeTabsEvents: function closeTabsEvents(e) {
77102
77125
  if (e.target.parentNode != this.$refs.tabsHandler.$el && e.target.parentNode.parentNode != this.$refs.tabsHandler.$el) {
@@ -77106,10 +77129,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77106
77129
  },
77107
77130
 
77108
77131
 
77109
- /**
77110
- * @desc:tabs页签点击事件
77111
- * @author huangbo
77112
- * @date 2024年9月7日
77132
+ /**
77133
+ * @desc:tabs页签点击事件
77134
+ * @author huangbo
77135
+ * @date 2024年9月7日
77113
77136
  **/
77114
77137
  handleTabClick: function handleTabClick() {
77115
77138
  this.active = '';
@@ -77117,10 +77140,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77117
77140
  this.showMenu = false;
77118
77141
  },
77119
77142
 
77120
- /**
77121
- * @desc:handler工具栏点击事件
77122
- * @author huangbo
77123
- * @date 2024年9月7日
77143
+ /**
77144
+ * @desc:handler工具栏点击事件
77145
+ * @author huangbo
77146
+ * @date 2024年9月7日
77124
77147
  **/
77125
77148
  handleClick: function handleClick(res) {
77126
77149
  var type = res.type,
@@ -77210,10 +77233,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77210
77233
  this.$emit('handler-click', res);
77211
77234
  },
77212
77235
 
77213
- /**
77214
- * @desc:退出登录
77215
- * @author huangbo
77216
- * @date 2024年9月7日
77236
+ /**
77237
+ * @desc:退出登录
77238
+ * @author huangbo
77239
+ * @date 2024年9月7日
77217
77240
  **/
77218
77241
  handleQuit: function handleQuit() {
77219
77242
  var _this15 = this;
@@ -77288,10 +77311,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77288
77311
  }).catch(function (e) {});
77289
77312
  },
77290
77313
 
77291
- /**
77292
- * @desc:主题、消息回调
77293
- * @author huangbo
77294
- * @date 2024年9月7日
77314
+ /**
77315
+ * @desc:主题、消息回调
77316
+ * @author huangbo
77317
+ * @date 2024年9月7日
77295
77318
  **/
77296
77319
  handleChange: function handleChange(res) {
77297
77320
  var type = res.type,
@@ -77307,10 +77330,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77307
77330
  }
77308
77331
  },
77309
77332
 
77310
- /**
77311
- * @desc:菜单布局样式切换
77312
- * @author huangbo
77313
- * @date 2024年9月7日
77333
+ /**
77334
+ * @desc:菜单布局样式切换
77335
+ * @author huangbo
77336
+ * @date 2024年9月7日
77314
77337
  **/
77315
77338
  handleLayout: function handleLayout(res, active) {
77316
77339
  if (active) {
@@ -77320,10 +77343,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77320
77343
  this.$emit('chang-layout', res, active);
77321
77344
  },
77322
77345
 
77323
- /**
77324
- * @desc:消息修改总数
77325
- * @author huangbo
77326
- * @date 2024年9月7日
77346
+ /**
77347
+ * @desc:消息修改总数
77348
+ * @author huangbo
77349
+ * @date 2024年9月7日
77327
77350
  **/
77328
77351
  handleMenuTips: function handleMenuTips(id, num) {
77329
77352
  if (num) {
@@ -77334,10 +77357,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77334
77357
  }
77335
77358
  },
77336
77359
 
77337
- /**
77338
- * @desc:处理即时消息
77339
- * @author huangbo
77340
- * @date 2024年9月7日
77360
+ /**
77361
+ * @desc:处理即时消息
77362
+ * @author huangbo
77363
+ * @date 2024年9月7日
77341
77364
  **/
77342
77365
  handleOpened: function handleOpened(res) {
77343
77366
  var _this16 = this;
@@ -77353,14 +77376,14 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77353
77376
  }
77354
77377
  },
77355
77378
 
77356
- /**
77357
- * @desc:菜单点击事件
77358
- * @author huangbo
77359
- * @date 2024年9月7日
77360
- * @param {*} res 菜单点击事件参数
77361
- * @param {*} method 菜单点击事件方法
77362
- * 1.顶部菜单点击跳转已经实现
77363
- * 2.其他地方点击跳转,需要选中跳转的一二级菜单
77379
+ /**
77380
+ * @desc:菜单点击事件
77381
+ * @author huangbo
77382
+ * @date 2024年9月7日
77383
+ * @param {*} res 菜单点击事件参数
77384
+ * @param {*} method 菜单点击事件方法
77385
+ * 1.顶部菜单点击跳转已经实现
77386
+ * 2.其他地方点击跳转,需要选中跳转的一二级菜单
77364
77387
  **/
77365
77388
  handleSelect: function handleSelect(res) {
77366
77389
  var params = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
@@ -84775,19 +84798,19 @@ var QRCode = __webpack_require__(28);
84775
84798
  //设置logo大小
84776
84799
  var logoPosition = (_this3.mwidth - 46) / 2; //logo相对于canvas居中定位
84777
84800
  //设置获取的logo将其变为圆角以及添加白色背景
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();
84801
+ /* ctx.fillStyle = "#fff";
84802
+ ctx.beginPath();
84803
+ let h = 46; //圆角高 10为基数(logo四周白色背景为10/2)
84804
+ let w = 46; //圆角宽
84805
+ let x = logoPosition - 5;
84806
+ let y = logoPosition - 5;
84807
+ let r = 5; //圆角半径
84808
+ ctx.moveTo(x + r, y);
84809
+ ctx.arcTo(x + w, y, x + w, y + h, r);
84810
+ ctx.arcTo(x + w, y + h, x, y + h, r);
84811
+ ctx.arcTo(x, y + h, x, y, r);
84812
+ ctx.arcTo(x, y, x + w, y, r);
84813
+ ctx.closePath();
84791
84814
  ctx.fill(); */
84792
84815
  logo.onload = function () {
84793
84816
  ctx.drawImage(logo, logoPosition, logoPosition, 46, 46);
@@ -102997,7 +103020,7 @@ if (typeof window !== 'undefined' && window.Vue) {
102997
103020
  }
102998
103021
 
102999
103022
  /* harmony default export */ var src_0 = __webpack_exports__["default"] = ({
103000
- version: '0.8.17',
103023
+ version: '0.8.18',
103001
103024
  install: install,
103002
103025
  Button: packages_button,
103003
103026
  ButtonGroup: button_group,