eoss-ui 0.7.46 → 0.7.47

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 (245) hide show
  1. package/lib/calogin.js +233 -233
  2. package/lib/data-table.js +10 -5
  3. package/lib/eoss-ui.common.js +820 -814
  4. package/lib/flow-list.js +81 -81
  5. package/lib/flow.js +335 -334
  6. package/lib/index.js +1 -1
  7. package/lib/main.js +140 -140
  8. package/lib/qr-code.js +13 -13
  9. package/package.json +160 -160
  10. package/packages/button/index.js +5 -5
  11. package/packages/button/src/main.vue +418 -418
  12. package/packages/button-group/index.js +5 -5
  13. package/packages/button-group/src/main.vue +346 -346
  14. package/packages/calendar/index.js +5 -5
  15. package/packages/calogin/index.js +5 -5
  16. package/packages/calogin/src/main.vue +412 -412
  17. package/packages/calogin/src/plugin.js +915 -915
  18. package/packages/card/index.js +5 -5
  19. package/packages/card/src/main.vue +156 -156
  20. package/packages/cascader/index.js +5 -5
  21. package/packages/cascader/src/main.vue +168 -168
  22. package/packages/checkbox-group/index.js +5 -5
  23. package/packages/checkbox-group/src/main.vue +333 -333
  24. package/packages/clients/index.js +5 -5
  25. package/packages/clients/src/main.vue +151 -151
  26. package/packages/data-table/index.js +5 -5
  27. package/packages/data-table/src/children.vue +39 -39
  28. package/packages/data-table/src/column.vue +992 -992
  29. package/packages/data-table/src/main.vue +1840 -1833
  30. package/packages/data-table/src/sizer.vue +195 -195
  31. package/packages/data-table-form/index.js +5 -5
  32. package/packages/data-table-form/src/checkbox.vue +101 -101
  33. package/packages/data-table-form/src/colgroup.vue +17 -17
  34. package/packages/data-table-form/src/main.vue +181 -181
  35. package/packages/data-table-form/src/radio.vue +65 -65
  36. package/packages/data-table-form/src/table.vue +233 -233
  37. package/packages/data-table-form/src/tbody.vue +336 -336
  38. package/packages/data-table-form/src/thead.vue +68 -68
  39. package/packages/date-picker/index.js +5 -5
  40. package/packages/date-picker/src/main.vue +236 -236
  41. package/packages/dialog/index.js +5 -5
  42. package/packages/enable-drag/index.js +5 -5
  43. package/packages/enterprise/index.js +5 -5
  44. package/packages/enterprise/src/main.vue +66 -66
  45. package/packages/error-page/index.js +5 -5
  46. package/packages/error-page/src/main.vue +44 -44
  47. package/packages/flow/index.js +5 -5
  48. package/packages/flow/src/component/Circulate.vue +413 -413
  49. package/packages/flow/src/component/CommonOpinions.vue +373 -373
  50. package/packages/flow/src/component/CustomPreset.vue +322 -322
  51. package/packages/flow/src/component/FileList.vue +97 -97
  52. package/packages/flow/src/component/FreeCirculation.vue +240 -240
  53. package/packages/flow/src/component/Preset.vue +255 -255
  54. package/packages/flow/src/component/SendMsg.vue +242 -242
  55. package/packages/flow/src/component/TimeLimit.vue +190 -190
  56. package/packages/flow/src/component/taskUnionExamine.vue +756 -756
  57. package/packages/flow/src/form.vue +121 -121
  58. package/packages/flow/src/freeStartFlow.vue +2846 -2847
  59. package/packages/flow/src/main.vue +3861 -3859
  60. package/packages/flow/src/processForm.vue +1365 -1365
  61. package/packages/flow/src/processReject.vue +309 -309
  62. package/packages/flow/src/reset.vue +942 -941
  63. package/packages/flow/src/startTaskRead.vue +692 -691
  64. package/packages/flow/src/supervise.vue +159 -159
  65. package/packages/flow/src/table.vue +58 -58
  66. package/packages/flow-group/index.js +5 -5
  67. package/packages/flow-group/src/main.vue +717 -717
  68. package/packages/flow-list/index.js +5 -5
  69. package/packages/flow-list/src/main.vue +1787 -1787
  70. package/packages/form/index.js +5 -5
  71. package/packages/form/src/main.vue +3901 -3901
  72. package/packages/form/src/table.vue +1512 -1512
  73. package/packages/handle-user/index.js +5 -5
  74. package/packages/handle-user/src/main.vue +137 -137
  75. package/packages/handler/index.js +5 -5
  76. package/packages/handler/src/main.vue +496 -496
  77. package/packages/icon/index.js +5 -5
  78. package/packages/icon/src/main.vue +104 -104
  79. package/packages/icons/index.js +5 -5
  80. package/packages/icons/src/main.vue +81 -81
  81. package/packages/input/index.js +5 -5
  82. package/packages/input/src/main.vue +356 -356
  83. package/packages/input-number/index.js +5 -5
  84. package/packages/input-number/src/main.vue +106 -106
  85. package/packages/label/index.js +5 -5
  86. package/packages/label/src/main.vue +457 -457
  87. package/packages/layout/index.js +5 -5
  88. package/packages/layout/src/item.vue +152 -152
  89. package/packages/layout/src/main.vue +31 -31
  90. package/packages/login/index.js +5 -5
  91. package/packages/login/src/main.vue +2082 -2082
  92. package/packages/login/src/resetPassword.vue +557 -557
  93. package/packages/main/index.js +5 -5
  94. package/packages/main/src/default/message.vue +249 -249
  95. package/packages/main/src/default/notice.vue +157 -157
  96. package/packages/main/src/default/userinfo.vue +503 -503
  97. package/packages/main/src/public/online.vue +89 -89
  98. package/packages/main/src/public/search.vue +464 -464
  99. package/packages/main/src/public/settings.vue +227 -227
  100. package/packages/main/src/simplicity/apps.vue +388 -388
  101. package/packages/main/src/simplicity/avatar.vue +82 -82
  102. package/packages/main/src/simplicity/handler.vue +160 -160
  103. package/packages/main/src/simplicity/index.vue +2277 -2277
  104. package/packages/main/src/simplicity/lists.vue +84 -84
  105. package/packages/main/src/simplicity/menu-list.vue +135 -135
  106. package/packages/main/src/simplicity/message.vue +293 -293
  107. package/packages/main/src/simplicity/notice.vue +222 -222
  108. package/packages/main/src/simplicity/router-page.vue +45 -45
  109. package/packages/main/src/simplicity/sub-menu.vue +274 -274
  110. package/packages/main/src/simplicity/user.vue +259 -259
  111. package/packages/main/src/simplicity/userinfo.vue +401 -401
  112. package/packages/menu/index.js +5 -5
  113. package/packages/menu/src/main.vue +595 -595
  114. package/packages/nav/index.js +5 -5
  115. package/packages/nav/src/main.vue +351 -351
  116. package/packages/notify/index.js +5 -5
  117. package/packages/notify/src/main.vue +538 -538
  118. package/packages/page/index.js +5 -5
  119. package/packages/page/src/main.vue +167 -167
  120. package/packages/pagination/index.js +5 -5
  121. package/packages/pagination/src/main.vue +96 -96
  122. package/packages/player/index.js +5 -5
  123. package/packages/player/src/main.vue +194 -194
  124. package/packages/qr-code/index.js +5 -5
  125. package/packages/qr-code/src/main.vue +170 -170
  126. package/packages/radio-group/index.js +6 -6
  127. package/packages/radio-group/src/main.vue +319 -319
  128. package/packages/retrial-auth/index.js +5 -5
  129. package/packages/retrial-auth/src/main.vue +280 -280
  130. package/packages/select/index.js +5 -5
  131. package/packages/select/src/main.vue +782 -782
  132. package/packages/select-ganged/index.js +5 -5
  133. package/packages/select-ganged/src/main.vue +724 -724
  134. package/packages/selector/index.js +5 -5
  135. package/packages/selector/src/main.vue +761 -761
  136. package/packages/selector-panel/index.js +5 -5
  137. package/packages/selector-panel/src/main.vue +1027 -1027
  138. package/packages/selector-panel/src/selection.vue +170 -170
  139. package/packages/selector-panel/src/tree.vue +129 -129
  140. package/packages/sizer/index.js +5 -5
  141. package/packages/sizer/src/main.vue +254 -254
  142. package/packages/steps/index.js +5 -5
  143. package/packages/steps/src/main.vue +181 -181
  144. package/packages/switch/index.js +5 -5
  145. package/packages/switch/src/main.vue +170 -170
  146. package/packages/table-form/index.js +5 -5
  147. package/packages/tabs/index.js +5 -5
  148. package/packages/tabs/src/main.vue +788 -788
  149. package/packages/tabs-panel/index.js +5 -5
  150. package/packages/tabs-panel/src/main.vue +29 -29
  151. package/packages/theme-chalk/src/base.scss +261 -261
  152. package/packages/theme-chalk/src/button-group.scss +176 -176
  153. package/packages/theme-chalk/src/button.scss +24 -24
  154. package/packages/theme-chalk/src/calendar.scss +113 -113
  155. package/packages/theme-chalk/src/card.scss +99 -99
  156. package/packages/theme-chalk/src/checkbox-group.scss +8 -8
  157. package/packages/theme-chalk/src/clients.scss +87 -87
  158. package/packages/theme-chalk/src/data-table-form.scss +67 -67
  159. package/packages/theme-chalk/src/data-table.scss +293 -293
  160. package/packages/theme-chalk/src/date-picker.scss +7 -7
  161. package/packages/theme-chalk/src/dialog.scss +77 -77
  162. package/packages/theme-chalk/src/enable-drag.scss +181 -181
  163. package/packages/theme-chalk/src/enterprise.scss +5 -5
  164. package/packages/theme-chalk/src/error-page.scss +18 -18
  165. package/packages/theme-chalk/src/flow-group.scss +110 -110
  166. package/packages/theme-chalk/src/flow-list.scss +39 -39
  167. package/packages/theme-chalk/src/flow.scss +351 -351
  168. package/packages/theme-chalk/src/form.scss +501 -501
  169. package/packages/theme-chalk/src/handle-user.scss +40 -40
  170. package/packages/theme-chalk/src/handler.scss +148 -148
  171. package/packages/theme-chalk/src/icon.scss +1428 -1428
  172. package/packages/theme-chalk/src/icons.scss +99 -99
  173. package/packages/theme-chalk/src/input.scss +9 -9
  174. package/packages/theme-chalk/src/label.scss +24 -24
  175. package/packages/theme-chalk/src/layout.scss +46 -46
  176. package/packages/theme-chalk/src/login.scss +1006 -1006
  177. package/packages/theme-chalk/src/main.scss +663 -663
  178. package/packages/theme-chalk/src/menu.scss +224 -224
  179. package/packages/theme-chalk/src/mixins/color.scss +117 -117
  180. package/packages/theme-chalk/src/nav.scss +111 -111
  181. package/packages/theme-chalk/src/page.scss +3 -3
  182. package/packages/theme-chalk/src/pagination.scss +29 -29
  183. package/packages/theme-chalk/src/player.scss +9 -9
  184. package/packages/theme-chalk/src/qr-code.scss +17 -17
  185. package/packages/theme-chalk/src/radio-group.scss +9 -9
  186. package/packages/theme-chalk/src/retrial-auth.scss +38 -38
  187. package/packages/theme-chalk/src/select-ganged.scss +8 -8
  188. package/packages/theme-chalk/src/select.scss +8 -8
  189. package/packages/theme-chalk/src/selector-panel.scss +204 -204
  190. package/packages/theme-chalk/src/selector.scss +114 -114
  191. package/packages/theme-chalk/src/simplicity.scss +1380 -1380
  192. package/packages/theme-chalk/src/sizer.scss +36 -36
  193. package/packages/theme-chalk/src/steps.scss +88 -88
  194. package/packages/theme-chalk/src/switch.scss +3 -3
  195. package/packages/theme-chalk/src/table-form.scss +1 -1
  196. package/packages/theme-chalk/src/tabs.scss +87 -87
  197. package/packages/theme-chalk/src/tips.scss +7 -7
  198. package/packages/theme-chalk/src/toolbar.scss +179 -179
  199. package/packages/theme-chalk/src/tree-group.scss +72 -72
  200. package/packages/theme-chalk/src/tree.scss +165 -165
  201. package/packages/theme-chalk/src/upload.scss +172 -172
  202. package/packages/theme-chalk/src/wxlogin.scss +3 -3
  203. package/packages/tips/index.js +5 -5
  204. package/packages/tips/src/main.vue +141 -141
  205. package/packages/toolbar/index.js +5 -5
  206. package/packages/toolbar/src/main.vue +430 -430
  207. package/packages/tree/index.js +5 -5
  208. package/packages/tree-group/index.js +5 -5
  209. package/packages/upload/index.js +5 -5
  210. package/packages/upload/src/main.vue +1344 -1344
  211. package/packages/upload/src/picture.js +15 -15
  212. package/packages/wujie/index.js +5 -5
  213. package/packages/wujie/src/main.vue +145 -145
  214. package/packages/wxlogin/index.js +5 -5
  215. package/packages/wxlogin/src/main.vue +128 -128
  216. package/src/config/api.js +315 -315
  217. package/src/config/image.js +2 -2
  218. package/src/index.js +163 -163
  219. package/src/utils/bus.js +3 -3
  220. package/src/utils/date-util.js +312 -312
  221. package/src/utils/http.js +50 -50
  222. package/src/utils/rules.js +18 -18
  223. package/src/utils/store.js +21 -21
  224. package/src/utils/webSocket.js +107 -107
  225. package/packages/.DS_Store +0 -0
  226. package/packages/calogin/.DS_Store +0 -0
  227. package/packages/date-picker/.DS_Store +0 -0
  228. package/packages/date-picker/src/.DS_Store +0 -0
  229. package/packages/dialog/.DS_Store +0 -0
  230. package/packages/flow/.DS_Store +0 -0
  231. package/packages/flow/src/.DS_Store +0 -0
  232. package/packages/flow-list/.DS_Store +0 -0
  233. package/packages/form/.DS_Store +0 -0
  234. package/packages/icon/.DS_Store +0 -0
  235. package/packages/login/.DS_Store +0 -0
  236. package/packages/main/.DS_Store +0 -0
  237. package/packages/main/src/.DS_Store +0 -0
  238. package/packages/menu/.DS_Store +0 -0
  239. package/packages/select/.DS_Store +0 -0
  240. package/packages/selector/.DS_Store +0 -0
  241. package/packages/selector-panel/.DS_Store +0 -0
  242. package/packages/theme-chalk/src/.DS_Store +0 -0
  243. package/packages/upload/.DS_Store +0 -0
  244. package/src/.DS_Store +0 -0
  245. package/src/utils/.DS_Store +0 -0
@@ -6285,8 +6285,8 @@ var plugin_typeof = typeof Symbol === "function" && typeof Symbol.iterator === "
6285
6285
 
6286
6286
  function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
6287
6287
 
6288
- /**
6289
- * JIT_GW_ExtInterface 模块,提供与客户端交互的功能
6288
+ /**
6289
+ * JIT_GW_ExtInterface 模块,提供与客户端交互的功能
6290
6290
  */
6291
6291
  var CA_ExtInterface = function () {
6292
6292
  function CA_ExtInterface() {
@@ -6299,11 +6299,11 @@ var CA_ExtInterface = function () {
6299
6299
  this.init();
6300
6300
  }
6301
6301
 
6302
- /**
6303
- * 简单的 Object.assign 兼容 IE <= 11 的 polyfill
6304
- * @see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/assign
6305
- * @param {Object} target - 目标对象
6306
- * @param {Object} options - 新的选项对象
6302
+ /**
6303
+ * 简单的 Object.assign 兼容 IE <= 11 的 polyfill
6304
+ * @see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/assign
6305
+ * @param {Object} target - 目标对象
6306
+ * @param {Object} options - 新的选项对象
6307
6307
  */
6308
6308
 
6309
6309
 
@@ -6318,8 +6318,8 @@ var CA_ExtInterface = function () {
6318
6318
  }
6319
6319
  };
6320
6320
 
6321
- /**
6322
- * 检查当前会话的 WebSocket URL
6321
+ /**
6322
+ * 检查当前会话的 WebSocket URL
6323
6323
  */
6324
6324
 
6325
6325
 
@@ -6333,8 +6333,8 @@ var CA_ExtInterface = function () {
6333
6333
  }
6334
6334
  };
6335
6335
 
6336
- /**
6337
- * 检查是否使用 ActiveX
6336
+ /**
6337
+ * 检查是否使用 ActiveX
6338
6338
  */
6339
6339
 
6340
6340
 
@@ -6346,11 +6346,11 @@ var CA_ExtInterface = function () {
6346
6346
  }
6347
6347
  };
6348
6348
 
6349
- /**
6350
- * 扩展发送消息并等待响应
6351
- * @param {string} operatorCmd - 操作命令
6352
- * @param {string} sendMsg - 发送的消息
6353
- * @returns {string} 响应消息
6349
+ /**
6350
+ * 扩展发送消息并等待响应
6351
+ * @param {string} operatorCmd - 操作命令
6352
+ * @param {string} sendMsg - 发送的消息
6353
+ * @returns {string} 响应消息
6354
6354
  */
6355
6355
 
6356
6356
 
@@ -6360,11 +6360,11 @@ var CA_ExtInterface = function () {
6360
6360
  return this.sendAndWaitMessage(this.currentSessionWSURL, strSendMsg);
6361
6361
  };
6362
6362
 
6363
- /**
6364
- * 发送消息并等待响应
6365
- * @param {string} wsurl - WebSocket URL
6366
- * @param {string} sendMsg - 发送的消息
6367
- * @returns {string} 响应消息
6363
+ /**
6364
+ * 发送消息并等待响应
6365
+ * @param {string} wsurl - WebSocket URL
6366
+ * @param {string} sendMsg - 发送的消息
6367
+ * @returns {string} 响应消息
6368
6368
  */
6369
6369
 
6370
6370
 
@@ -6388,9 +6388,9 @@ var CA_ExtInterface = function () {
6388
6388
  return ResultMsg;
6389
6389
  };
6390
6390
 
6391
- /**
6392
- * 配置选项
6393
- * @param {Object} extendOption - 扩展选项
6391
+ /**
6392
+ * 配置选项
6393
+ * @param {Object} extendOption - 扩展选项
6394
6394
  */
6395
6395
 
6396
6396
 
@@ -6400,8 +6400,8 @@ var CA_ExtInterface = function () {
6400
6400
  }
6401
6401
  };
6402
6402
 
6403
- /**
6404
- * 初始化
6403
+ /**
6404
+ * 初始化
6405
6405
  */
6406
6406
 
6407
6407
 
@@ -6409,9 +6409,9 @@ var CA_ExtInterface = function () {
6409
6409
  this.isUseActioveX();
6410
6410
  };
6411
6411
 
6412
- /**
6413
- * 返回客户端的版本
6414
- * @returns {string} 客户端版本
6412
+ /**
6413
+ * 返回客户端的版本
6414
+ * @returns {string} 客户端版本
6415
6415
  */
6416
6416
 
6417
6417
 
@@ -6424,13 +6424,13 @@ var CA_ExtInterface = function () {
6424
6424
  }
6425
6425
  };
6426
6426
 
6427
- /**
6428
- * 下载客户端程序并安装
6429
- * @param {string} bstrURL - 下载地址
6430
- * @param {string} bstrHashValue - 哈希值
6431
- * @param {boolean} bSync - 是否同步安装
6432
- * @param {boolean} bOnlySSO - 是否仅安装 SSO
6433
- * @returns {number} 安装结果
6427
+ /**
6428
+ * 下载客户端程序并安装
6429
+ * @param {string} bstrURL - 下载地址
6430
+ * @param {string} bstrHashValue - 哈希值
6431
+ * @param {boolean} bSync - 是否同步安装
6432
+ * @param {boolean} bOnlySSO - 是否仅安装 SSO
6433
+ * @returns {number} 安装结果
6434
6434
  */
6435
6435
 
6436
6436
 
@@ -6444,11 +6444,11 @@ var CA_ExtInterface = function () {
6444
6444
  }
6445
6445
  };
6446
6446
 
6447
- /**
6448
- * 获取硬件指纹信息
6449
- * @param {number} dwSign - 签名
6450
- * @param {string} strGateWayIP - 网关 IP
6451
- * @returns {string} 硬件指纹信息
6447
+ /**
6448
+ * 获取硬件指纹信息
6449
+ * @param {number} dwSign - 签名
6450
+ * @param {string} strGateWayIP - 网关 IP
6451
+ * @returns {string} 硬件指纹信息
6452
6452
  */
6453
6453
 
6454
6454
 
@@ -6462,12 +6462,12 @@ var CA_ExtInterface = function () {
6462
6462
  }
6463
6463
  };
6464
6464
 
6465
- /**
6466
- * 设置转发策略和代填策略
6467
- * @param {string} strProxyPolicy - 转发策略
6468
- * @param {string} strSSOPolicy - 代填策略
6469
- * @param {string} strGatewayAddress - 网关地址
6470
- * @returns {number} 设置结果
6465
+ /**
6466
+ * 设置转发策略和代填策略
6467
+ * @param {string} strProxyPolicy - 转发策略
6468
+ * @param {string} strSSOPolicy - 代填策略
6469
+ * @param {string} strGatewayAddress - 网关地址
6470
+ * @returns {number} 设置结果
6471
6471
  */
6472
6472
 
6473
6473
 
@@ -6481,11 +6481,11 @@ var CA_ExtInterface = function () {
6481
6481
  }
6482
6482
  };
6483
6483
 
6484
- /**
6485
- * 启动认证信息模块
6486
- * @param {string} strFileName - 文件名
6487
- * @param {string} strXmlData - XML 数据
6488
- * @returns {string} 认证信息
6484
+ /**
6485
+ * 启动认证信息模块
6486
+ * @param {string} strFileName - 文件名
6487
+ * @param {string} strXmlData - XML 数据
6488
+ * @returns {string} 认证信息
6489
6489
  */
6490
6490
 
6491
6491
 
@@ -6499,10 +6499,10 @@ var CA_ExtInterface = function () {
6499
6499
  }
6500
6500
  };
6501
6501
 
6502
- /**
6503
- * 打开 BS 应用
6504
- * @param {string} strUrl - 应用 URL
6505
- * @returns {number} 打开结果
6502
+ /**
6503
+ * 打开 BS 应用
6504
+ * @param {string} strUrl - 应用 URL
6505
+ * @returns {number} 打开结果
6506
6506
  */
6507
6507
 
6508
6508
 
@@ -6516,12 +6516,12 @@ var CA_ExtInterface = function () {
6516
6516
  }
6517
6517
  };
6518
6518
 
6519
- /**
6520
- * 打开 CS 应用
6521
- * @param {string} strGatewayAddress - 网关地址
6522
- * @param {string} strAppFlag - 应用标识
6523
- * @param {string} strAppPath - 应用路径
6524
- * @returns {number} 打开结果
6519
+ /**
6520
+ * 打开 CS 应用
6521
+ * @param {string} strGatewayAddress - 网关地址
6522
+ * @param {string} strAppFlag - 应用标识
6523
+ * @param {string} strAppPath - 应用路径
6524
+ * @returns {number} 打开结果
6525
6525
  */
6526
6526
 
6527
6527
 
@@ -6535,13 +6535,13 @@ var CA_ExtInterface = function () {
6535
6535
  }
6536
6536
  };
6537
6537
 
6538
- /**
6539
- * 设置自动更新策略
6540
- * @param {string} strGatewayAddress - 网关地址
6541
- * @param {number} nGatewayPort - 网关端口
6542
- * @param {string} strUserToken - 用户令牌
6543
- * @param {number} updatedelay - 更新延迟
6544
- * @returns {number} 设置结果
6538
+ /**
6539
+ * 设置自动更新策略
6540
+ * @param {string} strGatewayAddress - 网关地址
6541
+ * @param {number} nGatewayPort - 网关端口
6542
+ * @param {string} strUserToken - 用户令牌
6543
+ * @param {number} updatedelay - 更新延迟
6544
+ * @returns {number} 设置结果
6545
6545
  */
6546
6546
 
6547
6547
 
@@ -6555,10 +6555,10 @@ var CA_ExtInterface = function () {
6555
6555
  }
6556
6556
  };
6557
6557
 
6558
- /**
6559
- * 获取客户端 IP
6560
- * @param {string} strGatewayIP - 网关 IP
6561
- * @returns {string} 客户端 IP
6558
+ /**
6559
+ * 获取客户端 IP
6560
+ * @param {string} strGatewayIP - 网关 IP
6561
+ * @returns {string} 客户端 IP
6562
6562
  */
6563
6563
 
6564
6564
 
@@ -6572,10 +6572,10 @@ var CA_ExtInterface = function () {
6572
6572
  }
6573
6573
  };
6574
6574
 
6575
- /**
6576
- * 登出网关
6577
- * @param {string} strServerIP - 服务器 IP
6578
- * @returns {number} 登出结果
6575
+ /**
6576
+ * 登出网关
6577
+ * @param {string} strServerIP - 服务器 IP
6578
+ * @returns {number} 登出结果
6579
6579
  */
6580
6580
 
6581
6581
 
@@ -6589,11 +6589,11 @@ var CA_ExtInterface = function () {
6589
6589
  }
6590
6590
  };
6591
6591
 
6592
- /**
6593
- * 运行安装包
6594
- * @param {number} lRunType - 运行类型
6595
- * @param {boolean} bIsOnlySSO - 是否仅安装 SSO
6596
- * @returns {number} 运行结果
6592
+ /**
6593
+ * 运行安装包
6594
+ * @param {number} lRunType - 运行类型
6595
+ * @param {boolean} bIsOnlySSO - 是否仅安装 SSO
6596
+ * @returns {number} 运行结果
6597
6597
  */
6598
6598
 
6599
6599
 
@@ -6607,9 +6607,9 @@ var CA_ExtInterface = function () {
6607
6607
  }
6608
6608
  };
6609
6609
 
6610
- /**
6611
- * 获取下载进度
6612
- * @returns {number} 下载进度
6610
+ /**
6611
+ * 获取下载进度
6612
+ * @returns {number} 下载进度
6613
6613
  */
6614
6614
 
6615
6615
 
@@ -6623,9 +6623,9 @@ var CA_ExtInterface = function () {
6623
6623
  }
6624
6624
  };
6625
6625
 
6626
- /**
6627
- * 是否安装完成
6628
- * @returns {boolean} 安装完成状态
6626
+ /**
6627
+ * 是否安装完成
6628
+ * @returns {boolean} 安装完成状态
6629
6629
  */
6630
6630
 
6631
6631
 
@@ -6639,11 +6639,11 @@ var CA_ExtInterface = function () {
6639
6639
  }
6640
6640
  };
6641
6641
 
6642
- /**
6643
- * 初始化签包对象
6644
- * @param {string} strAlgType - 算法类型
6645
- * @param {string} strAuxParam - 辅助参数
6646
- * @returns {number} 初始化结果
6642
+ /**
6643
+ * 初始化签包对象
6644
+ * @param {string} strAlgType - 算法类型
6645
+ * @param {string} strAuxParam - 辅助参数
6646
+ * @returns {number} 初始化结果
6647
6647
  */
6648
6648
 
6649
6649
 
@@ -6657,10 +6657,10 @@ var CA_ExtInterface = function () {
6657
6657
  }
6658
6658
  };
6659
6659
 
6660
- /**
6661
- * 设置摘要算法
6662
- * @param {string} strDigestAlg - 摘要算法
6663
- * @returns {number} 设置结果
6660
+ /**
6661
+ * 设置摘要算法
6662
+ * @param {string} strDigestAlg - 摘要算法
6663
+ * @returns {number} 设置结果
6664
6664
  */
6665
6665
 
6666
6666
 
@@ -6674,10 +6674,10 @@ var CA_ExtInterface = function () {
6674
6674
  }
6675
6675
  };
6676
6676
 
6677
- /**
6678
- * 设置单证书是否弹出对话框
6679
- * @param {number} isChoose - 是否弹出对话框
6680
- * @returns {number} 设置结果
6677
+ /**
6678
+ * 设置单证书是否弹出对话框
6679
+ * @param {number} isChoose - 是否弹出对话框
6680
+ * @returns {number} 设置结果
6681
6681
  */
6682
6682
 
6683
6683
 
@@ -6691,11 +6691,11 @@ var CA_ExtInterface = function () {
6691
6691
  }
6692
6692
  };
6693
6693
 
6694
- /**
6695
- * 添加证书过滤条件
6696
- * @param {number} ulType - 过滤类型
6697
- * @param {string} strValue - 过滤值
6698
- * @returns {number} 添加结果
6694
+ /**
6695
+ * 添加证书过滤条件
6696
+ * @param {number} ulType - 过滤类型
6697
+ * @param {string} strValue - 过滤值
6698
+ * @returns {number} 添加结果
6699
6699
  */
6700
6700
 
6701
6701
 
@@ -6709,9 +6709,9 @@ var CA_ExtInterface = function () {
6709
6709
  }
6710
6710
  };
6711
6711
 
6712
- /**
6713
- * 清除所有过滤条件
6714
- * @returns {number} 清除结果
6712
+ /**
6713
+ * 清除所有过滤条件
6714
+ * @returns {number} 清除结果
6715
6715
  */
6716
6716
 
6717
6717
 
@@ -6725,10 +6725,10 @@ var CA_ExtInterface = function () {
6725
6725
  }
6726
6726
  };
6727
6727
 
6728
- /**
6729
- * P1 签名
6730
- * @param {string} strValueBase64 - 待签名的 Base64 字符串
6731
- * @returns {string} 签名结果
6728
+ /**
6729
+ * P1 签名
6730
+ * @param {string} strValueBase64 - 待签名的 Base64 字符串
6731
+ * @returns {string} 签名结果
6732
6732
  */
6733
6733
 
6734
6734
 
@@ -6742,10 +6742,10 @@ var CA_ExtInterface = function () {
6742
6742
  }
6743
6743
  };
6744
6744
 
6745
- /**
6746
- * P1 签名字符串
6747
- * @param {string} strValue - 待签名的字符串
6748
- * @returns {string} 签名结果
6745
+ /**
6746
+ * P1 签名字符串
6747
+ * @param {string} strValue - 待签名的字符串
6748
+ * @returns {string} 签名结果
6749
6749
  */
6750
6750
 
6751
6751
 
@@ -6759,12 +6759,12 @@ var CA_ExtInterface = function () {
6759
6759
  }
6760
6760
  };
6761
6761
 
6762
- /**
6763
- * P7 签名
6764
- * @param {string} strValueBase64 - 待签名的 Base64 字符串
6765
- * @param {boolean} isDetach - 是否分离签名
6766
- * @param {boolean} isIncludeCert - 是否包含证书
6767
- * @returns {string} 签名结果
6762
+ /**
6763
+ * P7 签名
6764
+ * @param {string} strValueBase64 - 待签名的 Base64 字符串
6765
+ * @param {boolean} isDetach - 是否分离签名
6766
+ * @param {boolean} isIncludeCert - 是否包含证书
6767
+ * @returns {string} 签名结果
6768
6768
  */
6769
6769
 
6770
6770
 
@@ -6778,12 +6778,12 @@ var CA_ExtInterface = function () {
6778
6778
  }
6779
6779
  };
6780
6780
 
6781
- /**
6782
- * P7 签名字符串
6783
- * @param {string} strValue - 待签名的字符串
6784
- * @param {boolean} isDetach - 是否分离签名
6785
- * @param {boolean} isIncludeCert - 是否包含证书
6786
- * @returns {string} 签名结果
6781
+ /**
6782
+ * P7 签名字符串
6783
+ * @param {string} strValue - 待签名的字符串
6784
+ * @param {boolean} isDetach - 是否分离签名
6785
+ * @param {boolean} isIncludeCert - 是否包含证书
6786
+ * @returns {string} 签名结果
6787
6787
  */
6788
6788
 
6789
6789
 
@@ -6797,9 +6797,9 @@ var CA_ExtInterface = function () {
6797
6797
  }
6798
6798
  };
6799
6799
 
6800
- /**
6801
- * 释放签名对象
6802
- * @returns {number} 释放结果
6800
+ /**
6801
+ * 释放签名对象
6802
+ * @returns {number} 释放结果
6803
6803
  */
6804
6804
 
6805
6805
 
@@ -6813,9 +6813,9 @@ var CA_ExtInterface = function () {
6813
6813
  }
6814
6814
  };
6815
6815
 
6816
- /**
6817
- * 获取签名版本
6818
- * @returns {string} 签名版本
6816
+ /**
6817
+ * 获取签名版本
6818
+ * @returns {string} 签名版本
6819
6819
  */
6820
6820
 
6821
6821
 
@@ -6829,9 +6829,9 @@ var CA_ExtInterface = function () {
6829
6829
  }
6830
6830
  };
6831
6831
 
6832
- /**
6833
- * 获取签名证书
6834
- * @returns {string} 签名证书
6832
+ /**
6833
+ * 获取签名证书
6834
+ * @returns {string} 签名证书
6835
6835
  */
6836
6836
 
6837
6837
 
@@ -6845,9 +6845,9 @@ var CA_ExtInterface = function () {
6845
6845
  }
6846
6846
  };
6847
6847
 
6848
- /**
6849
- * 获取错误码
6850
- * @returns {number} 错误码
6848
+ /**
6849
+ * 获取错误码
6850
+ * @returns {number} 错误码
6851
6851
  */
6852
6852
 
6853
6853
 
@@ -6861,9 +6861,9 @@ var CA_ExtInterface = function () {
6861
6861
  }
6862
6862
  };
6863
6863
 
6864
- /**
6865
- * 获取错误信息
6866
- * @returns {string} 错误信息
6864
+ /**
6865
+ * 获取错误信息
6866
+ * @returns {string} 错误信息
6867
6867
  */
6868
6868
 
6869
6869
 
@@ -6877,9 +6877,9 @@ var CA_ExtInterface = function () {
6877
6877
  }
6878
6878
  };
6879
6879
 
6880
- /**
6881
- * 销毁认证对象
6882
- * @returns {number} 销毁结果
6880
+ /**
6881
+ * 销毁认证对象
6882
+ * @returns {number} 销毁结果
6883
6883
  */
6884
6884
 
6885
6885
 
@@ -6893,9 +6893,9 @@ var CA_ExtInterface = function () {
6893
6893
  }
6894
6894
  };
6895
6895
 
6896
- /**
6897
- * 获取证书类型
6898
- * @returns {string} 证书类型
6896
+ /**
6897
+ * 获取证书类型
6898
+ * @returns {string} 证书类型
6899
6899
  */
6900
6900
 
6901
6901
 
@@ -6909,9 +6909,9 @@ var CA_ExtInterface = function () {
6909
6909
  }
6910
6910
  };
6911
6911
 
6912
- /**
6913
- * 获取签名摘要算法
6914
- * @returns {string} 签名摘要算法
6912
+ /**
6913
+ * 获取签名摘要算法
6914
+ * @returns {string} 签名摘要算法
6915
6915
  */
6916
6916
 
6917
6917
 
@@ -6925,11 +6925,11 @@ var CA_ExtInterface = function () {
6925
6925
  }
6926
6926
  };
6927
6927
 
6928
- /**
6929
- * 使能调用序列
6930
- * @param {boolean} bCallQueueEnable - 是否使能调用序列
6931
- * @param {boolean} bHeadInfoEnable - 是否使能头部信息
6932
- * @returns {number} 使能结果
6928
+ /**
6929
+ * 使能调用序列
6930
+ * @param {boolean} bCallQueueEnable - 是否使能调用序列
6931
+ * @param {boolean} bHeadInfoEnable - 是否使能头部信息
6932
+ * @returns {number} 使能结果
6933
6933
  */
6934
6934
 
6935
6935
 
@@ -6943,9 +6943,9 @@ var CA_ExtInterface = function () {
6943
6943
  }
6944
6944
  };
6945
6945
 
6946
- /**
6947
- * 清空调用序列结果
6948
- * @returns {number} 清空调用序列结果
6946
+ /**
6947
+ * 清空调用序列结果
6948
+ * @returns {number} 清空调用序列结果
6949
6949
  */
6950
6950
 
6951
6951
 
@@ -6959,9 +6959,9 @@ var CA_ExtInterface = function () {
6959
6959
  }
6960
6960
  };
6961
6961
 
6962
- /**
6963
- * 获取调用序列结果
6964
- * @returns {string} 调用序列结果
6962
+ /**
6963
+ * 获取调用序列结果
6964
+ * @returns {string} 调用序列结果
6965
6965
  */
6966
6966
 
6967
6967
 
@@ -6975,12 +6975,12 @@ var CA_ExtInterface = function () {
6975
6975
  }
6976
6976
  };
6977
6977
 
6978
- /**
6979
- * 客户端安全策略检查
6980
- * @param {string} strGatewayAddress - 网关地址
6981
- * @param {number} usGatewayPort - 网关端口
6982
- * @param {string} strSecurityPolicys - 安全策略
6983
- * @returns {boolean} 检查结果
6978
+ /**
6979
+ * 客户端安全策略检查
6980
+ * @param {string} strGatewayAddress - 网关地址
6981
+ * @param {number} usGatewayPort - 网关端口
6982
+ * @param {string} strSecurityPolicys - 安全策略
6983
+ * @returns {boolean} 检查结果
6984
6984
  */
6985
6985
 
6986
6986
 
@@ -6994,9 +6994,9 @@ var CA_ExtInterface = function () {
6994
6994
  }
6995
6995
  };
6996
6996
 
6997
- /**
6998
- * 获取通讯协议版本
6999
- * @returns {string} 通讯协议版本
6997
+ /**
6998
+ * 获取通讯协议版本
6999
+ * @returns {string} 通讯协议版本
7000
7000
  */
7001
7001
 
7002
7002
 
@@ -7010,13 +7010,13 @@ var CA_ExtInterface = function () {
7010
7010
  }
7011
7011
  };
7012
7012
 
7013
- /**
7014
- * 修改 Key 的 Pin 码
7015
- * @param {string} strCertSn - 证书序列号
7016
- * @param {number} lPinCodeType - Pin 码类型
7017
- * @param {string} strCurPinCode - 当前 Pin 码
7018
- * @param {string} strNewPinCode - 新 Pin 码
7019
- * @returns {number} 修改结果
7013
+ /**
7014
+ * 修改 Key 的 Pin 码
7015
+ * @param {string} strCertSn - 证书序列号
7016
+ * @param {number} lPinCodeType - Pin 码类型
7017
+ * @param {string} strCurPinCode - 当前 Pin 码
7018
+ * @param {string} strNewPinCode - 新 Pin 码
7019
+ * @returns {number} 修改结果
7020
7020
  */
7021
7021
 
7022
7022
 
@@ -7030,10 +7030,10 @@ var CA_ExtInterface = function () {
7030
7030
  }
7031
7031
  };
7032
7032
 
7033
- /**
7034
- * 等待策略设置完毕
7035
- * @param {string} strGatewayAddress - 网关地址
7036
- * @returns {number} 等待结果
7033
+ /**
7034
+ * 等待策略设置完毕
7035
+ * @param {string} strGatewayAddress - 网关地址
7036
+ * @returns {number} 等待结果
7037
7037
  */
7038
7038
 
7039
7039
 
@@ -7047,10 +7047,10 @@ var CA_ExtInterface = function () {
7047
7047
  }
7048
7048
  };
7049
7049
 
7050
- /**
7051
- * 获取会话 Token
7052
- * @param {string} strGatewayAddress - 网关地址
7053
- * @returns {string} 会话 Token
7050
+ /**
7051
+ * 获取会话 Token
7052
+ * @param {string} strGatewayAddress - 网关地址
7053
+ * @returns {string} 会话 Token
7054
7054
  */
7055
7055
 
7056
7056
 
@@ -7064,9 +7064,9 @@ var CA_ExtInterface = function () {
7064
7064
  }
7065
7065
  };
7066
7066
 
7067
- /**
7068
- * 获取控件版本
7069
- * @returns {string} 控件版本
7067
+ /**
7068
+ * 获取控件版本
7069
+ * @returns {string} 控件版本
7070
7070
  */
7071
7071
 
7072
7072
 
@@ -7080,10 +7080,10 @@ var CA_ExtInterface = function () {
7080
7080
  }
7081
7081
  };
7082
7082
 
7083
- /**
7084
- * 设置语言资源
7085
- * @param {string} strLanguage - 语言资源
7086
- * @returns {number} 设置结果
7083
+ /**
7084
+ * 设置语言资源
7085
+ * @param {string} strLanguage - 语言资源
7086
+ * @returns {number} 设置结果
7087
7087
  */
7088
7088
 
7089
7089
 
@@ -7097,12 +7097,12 @@ var CA_ExtInterface = function () {
7097
7097
  }
7098
7098
  };
7099
7099
 
7100
- /**
7101
- * 获取用户属性
7102
- * @param {string} strGatewayAddress - 网关地址
7103
- * @param {string} strAppFlag - 应用标识
7104
- * @param {string} strAttributeName - 属性名称
7105
- * @returns {string} 用户属性值
7100
+ /**
7101
+ * 获取用户属性
7102
+ * @param {string} strGatewayAddress - 网关地址
7103
+ * @param {string} strAppFlag - 应用标识
7104
+ * @param {string} strAttributeName - 属性名称
7105
+ * @returns {string} 用户属性值
7106
7106
  */
7107
7107
 
7108
7108
 
@@ -7116,9 +7116,9 @@ var CA_ExtInterface = function () {
7116
7116
  }
7117
7117
  };
7118
7118
 
7119
- /**
7120
- * 获取签名加密 PIN 码
7121
- * @returns {string} 签名加密 PIN 码
7119
+ /**
7120
+ * 获取签名加密 PIN 码
7121
+ * @returns {string} 签名加密 PIN 码
7122
7122
  */
7123
7123
 
7124
7124
 
@@ -7131,20 +7131,20 @@ var CA_ExtInterface = function () {
7131
7131
  return result.value;
7132
7132
  }
7133
7133
  };
7134
- /*
7135
- *曙光四川CA
7136
- *'SOF_GetUserList' 证书列表
7137
- *'SOF_ExportUserCert' 导出证书
7138
- *'SOF_GetCertInfo': 获取证书信息
7139
- *'SOF_GenRandom': 生成随机数
7140
- *'SOF_SignData': 获取证书签名
7141
- *'SOF_Login': 登录证书
7142
- *'SOF_GetPinRetryCount': 剩余次数
7134
+ /*
7135
+ *曙光四川CA
7136
+ *'SOF_GetUserList' 证书列表
7137
+ *'SOF_ExportUserCert' 导出证书
7138
+ *'SOF_GetCertInfo': 获取证书信息
7139
+ *'SOF_GenRandom': 生成随机数
7140
+ *'SOF_SignData': 获取证书签名
7141
+ *'SOF_Login': 登录证书
7142
+ *'SOF_GetPinRetryCount': 剩余次数
7143
7143
  */
7144
- /**
7145
- *
7146
- * 获取webSocket消息
7147
- * @returns {string}
7144
+ /**
7145
+ *
7146
+ * 获取webSocket消息
7147
+ * @returns {string}
7148
7148
  */
7149
7149
 
7150
7150
 
@@ -7180,10 +7180,10 @@ var CA_ExtInterface = function () {
7180
7180
  };
7181
7181
  });
7182
7182
  };
7183
- /**
7184
- *
7185
- * base64解码
7186
- * @returns {string} base64解码后的字符串
7183
+ /**
7184
+ *
7185
+ * base64解码
7186
+ * @returns {string} base64解码后的字符串
7187
7187
  */
7188
7188
 
7189
7189
 
@@ -7218,10 +7218,10 @@ var CA_ExtInterface = function () {
7218
7218
  val = this.utf8_decode(val);
7219
7219
  return val;
7220
7220
  };
7221
- /**
7222
- *
7223
- * base64编码
7224
- * @returns {string} base64编码后的字符串
7221
+ /**
7222
+ *
7223
+ * base64编码
7224
+ * @returns {string} base64编码后的字符串
7225
7225
  */
7226
7226
 
7227
7227
 
@@ -7254,10 +7254,10 @@ var CA_ExtInterface = function () {
7254
7254
  }
7255
7255
  return val;
7256
7256
  };
7257
- /**
7258
- *
7259
- * utf8解码
7260
- * @returns {string} utf8解码后的字符串
7257
+ /**
7258
+ *
7259
+ * utf8解码
7260
+ * @returns {string} utf8解码后的字符串
7261
7261
  */
7262
7262
 
7263
7263
 
@@ -7286,10 +7286,10 @@ var CA_ExtInterface = function () {
7286
7286
  }
7287
7287
  return string;
7288
7288
  };
7289
- /**
7290
- *
7291
- * utf8编码
7292
- * @returns {string} utf8编码后的字符串
7289
+ /**
7290
+ *
7291
+ * utf8编码
7292
+ * @returns {string} utf8编码后的字符串
7293
7293
  */
7294
7294
 
7295
7295
 
@@ -9183,8 +9183,8 @@ clients_src_main.install = function (Vue) {
9183
9183
  };
9184
9184
 
9185
9185
  /* harmony default export */ var clients = (clients_src_main);
9186
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/data-table/src/main.vue?vue&type=template&id=b668f36c&
9187
- var mainvue_type_template_id_b668f36c_render = function () {
9186
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/data-table/src/main.vue?vue&type=template&id=ac23110e&
9187
+ var mainvue_type_template_id_ac23110e_render = function () {
9188
9188
  var _vm = this
9189
9189
  var _h = _vm.$createElement
9190
9190
  var _c = _vm._self._c || _h
@@ -9585,11 +9585,11 @@ var mainvue_type_template_id_b668f36c_render = function () {
9585
9585
  1
9586
9586
  )
9587
9587
  }
9588
- var mainvue_type_template_id_b668f36c_staticRenderFns = []
9589
- mainvue_type_template_id_b668f36c_render._withStripped = true
9588
+ var mainvue_type_template_id_ac23110e_staticRenderFns = []
9589
+ mainvue_type_template_id_ac23110e_render._withStripped = true
9590
9590
 
9591
9591
 
9592
- // CONCATENATED MODULE: ./packages/data-table/src/main.vue?vue&type=template&id=b668f36c&
9592
+ // CONCATENATED MODULE: ./packages/data-table/src/main.vue?vue&type=template&id=ac23110e&
9593
9593
 
9594
9594
  // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/data-table/src/children.vue?vue&type=template&id=271bb842&
9595
9595
  var childrenvue_type_template_id_271bb842_render = function () {
@@ -13061,6 +13061,11 @@ var pageView = utils_util["a" /* default */].getParams('pageView');
13061
13061
  onClose: function onClose() {
13062
13062
  var first = Object.prototype.hasOwnProperty.call(handle, 'first') ? handle.first : false;
13063
13063
  var reload = handle.reload || true;
13064
+ if (handle.event == 'delete') {
13065
+ var totalCount = _this13.config.totalCount - 1;
13066
+ _this13.config.pageNum = Math.ceil(totalCount / _this13.config.pageSize);
13067
+ }
13068
+
13064
13069
  if (reload) {
13065
13070
  _this13.reload({}, first);
13066
13071
  }
@@ -13465,8 +13470,8 @@ var pageView = utils_util["a" /* default */].getParams('pageView');
13465
13470
 
13466
13471
  var data_table_src_main_component = normalizeComponent(
13467
13472
  packages_data_table_src_mainvue_type_script_lang_js_,
13468
- mainvue_type_template_id_b668f36c_render,
13469
- mainvue_type_template_id_b668f36c_staticRenderFns,
13473
+ mainvue_type_template_id_ac23110e_render,
13474
+ mainvue_type_template_id_ac23110e_staticRenderFns,
13470
13475
  false,
13471
13476
  null,
13472
13477
  null,
@@ -27717,8 +27722,8 @@ form_src_main.install = function (Vue) {
27717
27722
  };
27718
27723
 
27719
27724
  /* harmony default export */ var packages_form = (form_src_main);
27720
- // 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=1d2587f3&
27721
- var mainvue_type_template_id_1d2587f3_render = function () {
27725
+ // 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=6aa1c3ab&
27726
+ var mainvue_type_template_id_6aa1c3ab_render = function () {
27722
27727
  var _vm = this
27723
27728
  var _h = _vm.$createElement
27724
27729
  var _c = _vm._self._c || _h
@@ -30258,7 +30263,7 @@ var mainvue_type_template_id_1d2587f3_render = function () {
30258
30263
  ref: "circulateVisible",
30259
30264
  attrs: {
30260
30265
  "append-to-body": "",
30261
- height: "400",
30266
+ height: "auto",
30262
30267
  title: "发起传阅",
30263
30268
  "close-on-click-modal": false,
30264
30269
  visible: _vm.circulateVisible,
@@ -30353,6 +30358,7 @@ var mainvue_type_template_id_1d2587f3_render = function () {
30353
30358
  {
30354
30359
  attrs: {
30355
30360
  "append-to-body": "",
30361
+ height: "auto",
30356
30362
  "close-on-click-modal": false,
30357
30363
  title: "流程图查看",
30358
30364
  visible: _vm.showFlowChart,
@@ -30385,7 +30391,7 @@ var mainvue_type_template_id_1d2587f3_render = function () {
30385
30391
  staticClass: "flow-dialog",
30386
30392
  attrs: {
30387
30393
  "append-to-body": "",
30388
- height: "400px",
30394
+ height: "auto",
30389
30395
  title: "驳回",
30390
30396
  "close-on-click-modal": false,
30391
30397
  visible: _vm.showReject,
@@ -30423,7 +30429,7 @@ var mainvue_type_template_id_1d2587f3_render = function () {
30423
30429
  staticClass: "flow-dialog",
30424
30430
  attrs: {
30425
30431
  "append-to-body": "",
30426
- height: "400px",
30432
+ height: "auto",
30427
30433
  "close-on-click-modal": false,
30428
30434
  title:
30429
30435
  _vm.taskReadType === "transfer" ? "转办" : "分阅",
@@ -30464,6 +30470,7 @@ var mainvue_type_template_id_1d2587f3_render = function () {
30464
30470
  staticClass: "flow-dialog",
30465
30471
  attrs: {
30466
30472
  "append-to-body": "",
30473
+ height: "auto",
30467
30474
  title: "意见附件",
30468
30475
  "close-on-click-modal": false,
30469
30476
  visible: _vm.showFileList,
@@ -30498,7 +30505,7 @@ var mainvue_type_template_id_1d2587f3_render = function () {
30498
30505
  staticClass: "flow-dialog",
30499
30506
  attrs: {
30500
30507
  "append-to-body": "",
30501
- height: "400",
30508
+ height: "auto",
30502
30509
  title: "发送消息",
30503
30510
  "close-on-click-modal": false,
30504
30511
  visible: _vm.showSendMsg,
@@ -30534,7 +30541,7 @@ var mainvue_type_template_id_1d2587f3_render = function () {
30534
30541
  staticClass: "flow-dialog",
30535
30542
  attrs: {
30536
30543
  "append-to-body": "",
30537
- height: "400",
30544
+ height: "auto",
30538
30545
  "close-on-click-modal": false,
30539
30546
  title: _vm.flowTitle,
30540
30547
  visible: _vm.showTaskUnionExamine,
@@ -30574,7 +30581,7 @@ var mainvue_type_template_id_1d2587f3_render = function () {
30574
30581
  ref: "handleVisible",
30575
30582
  staticClass: "flow-dialog",
30576
30583
  attrs: {
30577
- height: "400",
30584
+ height: "auto",
30578
30585
  title: _vm.title,
30579
30586
  "close-on-click-modal": false,
30580
30587
  visible: _vm.showFreeStartFlow,
@@ -30628,11 +30635,11 @@ var mainvue_type_template_id_1d2587f3_render = function () {
30628
30635
  )
30629
30636
  : _vm._e()
30630
30637
  }
30631
- var mainvue_type_template_id_1d2587f3_staticRenderFns = []
30632
- mainvue_type_template_id_1d2587f3_render._withStripped = true
30638
+ var mainvue_type_template_id_6aa1c3ab_staticRenderFns = []
30639
+ mainvue_type_template_id_6aa1c3ab_render._withStripped = true
30633
30640
 
30634
30641
 
30635
- // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=1d2587f3&
30642
+ // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=6aa1c3ab&
30636
30643
 
30637
30644
  // 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=e934fd66&
30638
30645
  var CommonOpinionsvue_type_template_id_e934fd66_render = function () {
@@ -31479,21 +31486,21 @@ var CommonOpinionsvue_type_script_lang_js_components;
31479
31486
  return validSate;
31480
31487
  },
31481
31488
 
31482
- /**
31483
- * changeOpinion
31484
- * @desc:监听意见变化
31485
- * @author liufan
31486
- * @date 2022年10月28日
31489
+ /**
31490
+ * changeOpinion
31491
+ * @desc:监听意见变化
31492
+ * @author liufan
31493
+ * @date 2022年10月28日
31487
31494
  **/
31488
31495
  changeOpinion: function changeOpinion() {
31489
31496
  this.$emit('change', this.form.value);
31490
31497
  },
31491
31498
 
31492
- /**
31493
- * getCommonOpion
31494
- * @desc:获取意见
31495
- * @author liufan
31496
- * @date 2022年5月25日
31499
+ /**
31500
+ * getCommonOpion
31501
+ * @desc:获取意见
31502
+ * @author liufan
31503
+ * @date 2022年5月25日
31497
31504
  **/
31498
31505
  getCommonOpion: function getCommonOpion() {
31499
31506
  var _this = this;
@@ -31522,24 +31529,24 @@ var CommonOpinionsvue_type_script_lang_js_components;
31522
31529
  });
31523
31530
  },
31524
31531
 
31525
- /**
31526
- * upDate
31527
- * @desc:修改常用语
31528
- * @author liufan
31529
- * @param {Object} val 修改值
31530
- * @date 2022年5月25日
31532
+ /**
31533
+ * upDate
31534
+ * @desc:修改常用语
31535
+ * @author liufan
31536
+ * @param {Object} val 修改值
31537
+ * @date 2022年5月25日
31531
31538
  **/
31532
31539
  upDate: function upDate(val) {
31533
31540
  this.FormData.id = val.id;
31534
31541
  this.addVisible = true;
31535
31542
  },
31536
31543
 
31537
- /**
31538
- * selectChange
31539
- * @desc:常用语选择
31540
- * @author liufan
31541
- * @param {String} val 选中值
31542
- * @date 2022年5月25日
31544
+ /**
31545
+ * selectChange
31546
+ * @desc:常用语选择
31547
+ * @author liufan
31548
+ * @param {String} val 选中值
31549
+ * @date 2022年5月25日
31543
31550
  **/
31544
31551
  selectChange: function selectChange(val) {
31545
31552
  var _this2 = this;
@@ -31558,12 +31565,12 @@ var CommonOpinionsvue_type_script_lang_js_components;
31558
31565
  });
31559
31566
  },
31560
31567
 
31561
- /**
31562
- * del
31563
- * @desc:删除常用语
31564
- * @author liufan
31565
- * @param {Object} val 删除的数据
31566
- * @date 2022年5月25日
31568
+ /**
31569
+ * del
31570
+ * @desc:删除常用语
31571
+ * @author liufan
31572
+ * @param {Object} val 删除的数据
31573
+ * @date 2022年5月25日
31567
31574
  **/
31568
31575
  del: function del(val) {
31569
31576
  var _this3 = this;
@@ -31605,12 +31612,12 @@ var CommonOpinionsvue_type_script_lang_js_components;
31605
31612
  }).catch(function (e) {});
31606
31613
  },
31607
31614
 
31608
- /**
31609
- * submit
31610
- * @desc:新增/编辑意见保存
31611
- * @author liufan
31612
- * @param {Object} val 保存数据
31613
- * @date 2022年5月25日
31615
+ /**
31616
+ * submit
31617
+ * @desc:新增/编辑意见保存
31618
+ * @author liufan
31619
+ * @param {Object} val 保存数据
31620
+ * @date 2022年5月25日
31614
31621
  **/
31615
31622
  submit: function submit(val) {
31616
31623
  var _this4 = this;
@@ -35076,11 +35083,11 @@ var processFormvue_type_script_lang_js_components;
35076
35083
  });
35077
35084
  },
35078
35085
 
35079
- /**
35080
- * isMultiple
35081
- * @desc:是否多选
35082
- * @author liufan
35083
- * @date 2022年9月13日
35086
+ /**
35087
+ * isMultiple
35088
+ * @desc:是否多选
35089
+ * @author liufan
35090
+ * @date 2022年9月13日
35084
35091
  **/
35085
35092
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
35086
35093
  var multiple = false;
@@ -36863,8 +36870,8 @@ var processReject_component = normalizeComponent(
36863
36870
  )
36864
36871
 
36865
36872
  /* harmony default export */ var processReject = (processReject_component.exports);
36866
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/startTaskRead.vue?vue&type=template&id=094580c3&
36867
- var startTaskReadvue_type_template_id_094580c3_render = function () {
36873
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/startTaskRead.vue?vue&type=template&id=3d56ed51&
36874
+ var startTaskReadvue_type_template_id_3d56ed51_render = function () {
36868
36875
  var _vm = this
36869
36876
  var _h = _vm.$createElement
36870
36877
  var _c = _vm._self._c || _h
@@ -37286,11 +37293,11 @@ var startTaskReadvue_type_template_id_094580c3_render = function () {
37286
37293
  1
37287
37294
  )
37288
37295
  }
37289
- var startTaskReadvue_type_template_id_094580c3_staticRenderFns = []
37290
- startTaskReadvue_type_template_id_094580c3_render._withStripped = true
37296
+ var startTaskReadvue_type_template_id_3d56ed51_staticRenderFns = []
37297
+ startTaskReadvue_type_template_id_3d56ed51_render._withStripped = true
37291
37298
 
37292
37299
 
37293
- // CONCATENATED MODULE: ./packages/flow/src/startTaskRead.vue?vue&type=template&id=094580c3&
37300
+ // CONCATENATED MODULE: ./packages/flow/src/startTaskRead.vue?vue&type=template&id=3d56ed51&
37294
37301
 
37295
37302
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/startTaskRead.vue?vue&type=script&lang=js&
37296
37303
  var startTaskReadvue_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; };
@@ -37701,11 +37708,12 @@ var startTaskReadvue_type_script_lang_js_components;
37701
37708
  var newUserNames = userNames.split(',');
37702
37709
  newUserIds.map(function (item, index) {
37703
37710
  _this3.nextNode.nextUser.push(item);
37704
- _this3.userOptions.push({ id: item, name: newUserNames[index] });
37711
+ _this3.userOptions.push({ id: item, name: newUserNames[index], stype: data.stype });
37705
37712
 
37706
37713
  _this3.selectUserList.push({
37707
37714
  showid: item,
37708
- showname: newUserNames[index]
37715
+ showname: newUserNames[index],
37716
+ stype: data.stype
37709
37717
  });
37710
37718
  });
37711
37719
  // this.selectUserList = this.newSelectUserList
@@ -38014,8 +38022,8 @@ var startTaskReadvue_type_script_lang_js_components;
38014
38022
 
38015
38023
  var startTaskRead_component = normalizeComponent(
38016
38024
  src_startTaskReadvue_type_script_lang_js_,
38017
- startTaskReadvue_type_template_id_094580c3_render,
38018
- startTaskReadvue_type_template_id_094580c3_staticRenderFns,
38025
+ startTaskReadvue_type_template_id_3d56ed51_render,
38026
+ startTaskReadvue_type_template_id_3d56ed51_staticRenderFns,
38019
38027
  false,
38020
38028
  null,
38021
38029
  null,
@@ -38024,8 +38032,8 @@ var startTaskRead_component = normalizeComponent(
38024
38032
  )
38025
38033
 
38026
38034
  /* harmony default export */ var startTaskRead = (startTaskRead_component.exports);
38027
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/reset.vue?vue&type=template&id=f85d1446&
38028
- var resetvue_type_template_id_f85d1446_render = function () {
38035
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/reset.vue?vue&type=template&id=d88bac9e&
38036
+ var resetvue_type_template_id_d88bac9e_render = function () {
38029
38037
  var _vm = this
38030
38038
  var _h = _vm.$createElement
38031
38039
  var _c = _vm._self._c || _h
@@ -38511,11 +38519,11 @@ var resetvue_type_template_id_f85d1446_render = function () {
38511
38519
  1
38512
38520
  )
38513
38521
  }
38514
- var resetvue_type_template_id_f85d1446_staticRenderFns = []
38515
- resetvue_type_template_id_f85d1446_render._withStripped = true
38522
+ var resetvue_type_template_id_d88bac9e_staticRenderFns = []
38523
+ resetvue_type_template_id_d88bac9e_render._withStripped = true
38516
38524
 
38517
38525
 
38518
- // CONCATENATED MODULE: ./packages/flow/src/reset.vue?vue&type=template&id=f85d1446&
38526
+ // CONCATENATED MODULE: ./packages/flow/src/reset.vue?vue&type=template&id=d88bac9e&
38519
38527
 
38520
38528
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/reset.vue?vue&type=script&lang=js&
38521
38529
  var resetvue_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; };
@@ -39144,7 +39152,8 @@ var resetvue_type_script_lang_js_components;
39144
39152
  processDefinitionId: this.processDefinitionId,
39145
39153
  nextNodeId: nodeId ? nodeId : this.nextNode.nextNode,
39146
39154
  businessId: this.taskExamine.businessId,
39147
- pendingId: this.taskExamine.pendingId
39155
+ pendingId: this.taskExamine.pendingId,
39156
+ taskAction: this.type == 'reset' ? 'resetProcess' : this.type == 'continuation' ? 'continuation' : ''
39148
39157
  };
39149
39158
  utils_util["a" /* default */].ajax({ url: api["R" /* getNodeInfo */], params: params }).then(function (res) {
39150
39159
  var status = res.status,
@@ -39278,11 +39287,11 @@ var resetvue_type_script_lang_js_components;
39278
39287
  });
39279
39288
  },
39280
39289
 
39281
- /**
39282
- * isMultiple
39283
- * @desc:是否多选
39284
- * @author liufan
39285
- * @date 2022年9月13日
39290
+ /**
39291
+ * isMultiple
39292
+ * @desc:是否多选
39293
+ * @author liufan
39294
+ * @date 2022年9月13日
39286
39295
  **/
39287
39296
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
39288
39297
  var multiple = false;
@@ -39416,8 +39425,8 @@ var resetvue_type_script_lang_js_components;
39416
39425
 
39417
39426
  var reset_component = normalizeComponent(
39418
39427
  src_resetvue_type_script_lang_js_,
39419
- resetvue_type_template_id_f85d1446_render,
39420
- resetvue_type_template_id_f85d1446_staticRenderFns,
39428
+ resetvue_type_template_id_d88bac9e_render,
39429
+ resetvue_type_template_id_d88bac9e_staticRenderFns,
39421
39430
  false,
39422
39431
  null,
39423
39432
  null,
@@ -39426,8 +39435,8 @@ var reset_component = normalizeComponent(
39426
39435
  )
39427
39436
 
39428
39437
  /* harmony default export */ var src_reset = (reset_component.exports);
39429
- // 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/taskUnionExamine.vue?vue&type=template&id=bc0ffca8&
39430
- var taskUnionExaminevue_type_template_id_bc0ffca8_render = function () {
39438
+ // 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/taskUnionExamine.vue?vue&type=template&id=00379ffe&
39439
+ var taskUnionExaminevue_type_template_id_00379ffe_render = function () {
39431
39440
  var _vm = this
39432
39441
  var _h = _vm.$createElement
39433
39442
  var _c = _vm._self._c || _h
@@ -39442,7 +39451,7 @@ var taskUnionExaminevue_type_template_id_bc0ffca8_render = function () {
39442
39451
  expression: "loading",
39443
39452
  },
39444
39453
  ],
39445
- staticClass: "es-flow-index task-union-examine",
39454
+ staticClass: "task-union-examine",
39446
39455
  },
39447
39456
  [
39448
39457
  _c(
@@ -39736,11 +39745,11 @@ var taskUnionExaminevue_type_template_id_bc0ffca8_render = function () {
39736
39745
  1
39737
39746
  )
39738
39747
  }
39739
- var taskUnionExaminevue_type_template_id_bc0ffca8_staticRenderFns = []
39740
- taskUnionExaminevue_type_template_id_bc0ffca8_render._withStripped = true
39748
+ var taskUnionExaminevue_type_template_id_00379ffe_staticRenderFns = []
39749
+ taskUnionExaminevue_type_template_id_00379ffe_render._withStripped = true
39741
39750
 
39742
39751
 
39743
- // CONCATENATED MODULE: ./packages/flow/src/component/taskUnionExamine.vue?vue&type=template&id=bc0ffca8&
39752
+ // CONCATENATED MODULE: ./packages/flow/src/component/taskUnionExamine.vue?vue&type=template&id=00379ffe&
39744
39753
 
39745
39754
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/taskUnionExamine.vue?vue&type=script&lang=js&
39746
39755
  var taskUnionExaminevue_type_script_lang_js_components;
@@ -40433,8 +40442,8 @@ var taskUnionExaminevue_type_script_lang_js_components;
40433
40442
 
40434
40443
  var taskUnionExamine_component = normalizeComponent(
40435
40444
  component_taskUnionExaminevue_type_script_lang_js_,
40436
- taskUnionExaminevue_type_template_id_bc0ffca8_render,
40437
- taskUnionExaminevue_type_template_id_bc0ffca8_staticRenderFns,
40445
+ taskUnionExaminevue_type_template_id_00379ffe_render,
40446
+ taskUnionExaminevue_type_template_id_00379ffe_staticRenderFns,
40438
40447
  false,
40439
40448
  null,
40440
40449
  null,
@@ -40443,19 +40452,15 @@ var taskUnionExamine_component = normalizeComponent(
40443
40452
  )
40444
40453
 
40445
40454
  /* harmony default export */ var taskUnionExamine = (taskUnionExamine_component.exports);
40446
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/freeStartFlow.vue?vue&type=template&id=0a6833ac&
40447
- var freeStartFlowvue_type_template_id_0a6833ac_render = function () {
40455
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/freeStartFlow.vue?vue&type=template&id=a3686e6e&
40456
+ var freeStartFlowvue_type_template_id_a3686e6e_render = function () {
40448
40457
  var _vm = this
40449
40458
  var _h = _vm.$createElement
40450
40459
  var _c = _vm._self._c || _h
40451
40460
  return !_vm.shrinkAbled
40452
40461
  ? _c(
40453
40462
  "div",
40454
- {
40455
- staticClass: "es-flow-index",
40456
- class: { "es-flow-narrow": _vm.shrink },
40457
- style: _vm.styles,
40458
- },
40463
+ { class: { "es-flow-narrow": _vm.shrink }, style: _vm.styles },
40459
40464
  [
40460
40465
  _vm.newTypeCode == "reset" || _vm.newTypeCode == "continuation"
40461
40466
  ? _c("Reset", {
@@ -42539,11 +42544,11 @@ var freeStartFlowvue_type_template_id_0a6833ac_render = function () {
42539
42544
  )
42540
42545
  : _vm._e()
42541
42546
  }
42542
- var freeStartFlowvue_type_template_id_0a6833ac_staticRenderFns = []
42543
- freeStartFlowvue_type_template_id_0a6833ac_render._withStripped = true
42547
+ var freeStartFlowvue_type_template_id_a3686e6e_staticRenderFns = []
42548
+ freeStartFlowvue_type_template_id_a3686e6e_render._withStripped = true
42544
42549
 
42545
42550
 
42546
- // CONCATENATED MODULE: ./packages/flow/src/freeStartFlow.vue?vue&type=template&id=0a6833ac&
42551
+ // CONCATENATED MODULE: ./packages/flow/src/freeStartFlow.vue?vue&type=template&id=a3686e6e&
42547
42552
 
42548
42553
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/freeStartFlow.vue?vue&type=script&lang=js&
42549
42554
 
@@ -43304,7 +43309,6 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43304
43309
  //
43305
43310
  //
43306
43311
  //
43307
- //
43308
43312
 
43309
43313
 
43310
43314
 
@@ -43859,11 +43863,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43859
43863
  });
43860
43864
  },
43861
43865
 
43862
- /**
43863
- * saveInfo
43864
- * @desc:暂存
43865
- * @author liufan
43866
- * @date 2022年9月9日
43866
+ /**
43867
+ * saveInfo
43868
+ * @desc:暂存
43869
+ * @author liufan
43870
+ * @date 2022年9月9日
43867
43871
  **/
43868
43872
  saveInfo: function saveInfo(type, btn) {
43869
43873
  var _this6 = this;
@@ -43925,11 +43929,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43925
43929
  });
43926
43930
  },
43927
43931
 
43928
- /**
43929
- * rejectBtn
43930
- * @desc:点击驳回
43931
- * @author liufan
43932
- * @date 2022年5月25日
43932
+ /**
43933
+ * rejectBtn
43934
+ * @desc:点击驳回
43935
+ * @author liufan
43936
+ * @date 2022年5月25日
43933
43937
  **/
43934
43938
  rejectBtn: function rejectBtn() {
43935
43939
  var _this8 = this;
@@ -43947,11 +43951,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43947
43951
  }
43948
43952
  },
43949
43953
 
43950
- /**
43951
- * taskReadBtn
43952
- * @desc:点击分阅
43953
- * @author liufan
43954
- * @date 2022年5月25日
43954
+ /**
43955
+ * taskReadBtn
43956
+ * @desc:点击分阅
43957
+ * @author liufan
43958
+ * @date 2022年5月25日
43955
43959
  **/
43956
43960
  taskReadBtn: function taskReadBtn() {
43957
43961
  var _this9 = this;
@@ -43970,11 +43974,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43970
43974
  }
43971
43975
  },
43972
43976
 
43973
- /**
43974
- * getFind
43975
- * @desc:获取通知方式
43976
- * @author liufan
43977
- * @date 2022年5月25日
43977
+ /**
43978
+ * getFind
43979
+ * @desc:获取通知方式
43980
+ * @author liufan
43981
+ * @date 2022年5月25日
43978
43982
  **/
43979
43983
  getFind: function getFind() {
43980
43984
  var _this10 = this;
@@ -44029,12 +44033,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44029
44033
  });
44030
44034
  },
44031
44035
 
44032
- /**
44033
- * endFlows
44034
- * @desc:直接办结
44035
- * @author liufan
44036
- * @param {Object} res 直接办结数据
44037
- * @date 2022年5月25日
44036
+ /**
44037
+ * endFlows
44038
+ * @desc:直接办结
44039
+ * @author liufan
44040
+ * @param {Object} res 直接办结数据
44041
+ * @date 2022年5月25日
44038
44042
  **/
44039
44043
  endFlows: function endFlows(res) {
44040
44044
  var _this12 = this;
@@ -44088,12 +44092,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44088
44092
  }).catch(function (e) {});
44089
44093
  },
44090
44094
 
44091
- /**
44092
- * goView
44093
- * @desc:更多流程按钮操作
44094
- * @author liufan
44095
- * @param {Object} res 当前点击操作按钮数据
44096
- * @date 2022年5月25日
44095
+ /**
44096
+ * goView
44097
+ * @desc:更多流程按钮操作
44098
+ * @author liufan
44099
+ * @param {Object} res 当前点击操作按钮数据
44100
+ * @date 2022年5月25日
44097
44101
  **/
44098
44102
  goView: function goView(res) {
44099
44103
  // 驳回并办结:rejectAndEndHtml
@@ -44178,11 +44182,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44178
44182
  // isCanStartSubFlow
44179
44183
  },
44180
44184
 
44181
- /**
44182
- * toTakeAdvice
44183
- * @desc:征求意见
44184
- * @author liufan
44185
- * @date 2022年9月29日
44185
+ /**
44186
+ * toTakeAdvice
44187
+ * @desc:征求意见
44188
+ * @author liufan
44189
+ * @date 2022年9月29日
44186
44190
  **/
44187
44191
  toTakeAdvice: function toTakeAdvice(res) {
44188
44192
  var _this14 = this;
@@ -44226,11 +44230,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44226
44230
  });
44227
44231
  },
44228
44232
 
44229
- /**
44230
- * toStartDraf
44231
- * @desc: 稿件递送、联合审核、复核
44232
- * @author liufan
44233
- * @date 2022年9月29日
44233
+ /**
44234
+ * toStartDraf
44235
+ * @desc: 稿件递送、联合审核、复核
44236
+ * @author liufan
44237
+ * @date 2022年9月29日
44234
44238
  **/
44235
44239
  toStartDraf: function toStartDraf(res) {
44236
44240
  var _this16 = this;
@@ -44244,11 +44248,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44244
44248
  }
44245
44249
  },
44246
44250
 
44247
- /**
44248
- * toSendMsg
44249
- * @desc:核稿通知
44250
- * @author liufan
44251
- * @date 2022年9月29日
44251
+ /**
44252
+ * toSendMsg
44253
+ * @desc:核稿通知
44254
+ * @author liufan
44255
+ * @date 2022年9月29日
44252
44256
  **/
44253
44257
  toSendMsg: function toSendMsg(res) {
44254
44258
  var _this17 = this;
@@ -44262,11 +44266,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44262
44266
  }
44263
44267
  },
44264
44268
 
44265
- /**
44266
- * toTaskReadAndEnd
44267
- * @desc:分阅并办结
44268
- * @author liufan
44269
- * @date 2022年9月29日
44269
+ /**
44270
+ * toTaskReadAndEnd
44271
+ * @desc:分阅并办结
44272
+ * @author liufan
44273
+ * @date 2022年9月29日
44270
44274
  **/
44271
44275
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
44272
44276
  var _this18 = this;
@@ -44284,11 +44288,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44284
44288
  }
44285
44289
  },
44286
44290
 
44287
- /**
44288
- * rejectAndEnd
44289
- * @desc:驳回并办结
44290
- * @author liufan
44291
- * @date 2022年9月29日
44291
+ /**
44292
+ * rejectAndEnd
44293
+ * @desc:驳回并办结
44294
+ * @author liufan
44295
+ * @date 2022年9月29日
44292
44296
  **/
44293
44297
  rejectAndEnd: function rejectAndEnd(res) {
44294
44298
  var _this19 = this;
@@ -44343,11 +44347,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44343
44347
  });
44344
44348
  },
44345
44349
 
44346
- /**
44347
- * toTransfer
44348
- * @desc:转办
44349
- * @author liufan
44350
- * @date 2022年9月29日
44350
+ /**
44351
+ * toTransfer
44352
+ * @desc:转办
44353
+ * @author liufan
44354
+ * @date 2022年9月29日
44351
44355
  **/
44352
44356
  toTransfer: function toTransfer(res) {
44353
44357
  var _this21 = this;
@@ -44363,11 +44367,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44363
44367
  }
44364
44368
  },
44365
44369
 
44366
- /**
44367
- * getNodeInfo
44368
- * @desc:获取节点信息
44369
- * @author liufan
44370
- * @date 2022年5月25日
44370
+ /**
44371
+ * getNodeInfo
44372
+ * @desc:获取节点信息
44373
+ * @author liufan
44374
+ * @date 2022年5月25日
44371
44375
  **/
44372
44376
  getNodeInfo: function getNodeInfo() {
44373
44377
  var _this22 = this;
@@ -44466,12 +44470,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44466
44470
  });
44467
44471
  },
44468
44472
 
44469
- /**
44470
- * selecNext
44471
- * @desc:下步节点变化时更新数据
44472
- * @author liufan
44473
- * @param {String} val 当前选中值
44474
- * @date 2022年5月25日
44473
+ /**
44474
+ * selecNext
44475
+ * @desc:下步节点变化时更新数据
44476
+ * @author liufan
44477
+ * @param {String} val 当前选中值
44478
+ * @date 2022年5月25日
44475
44479
  **/
44476
44480
  selecNext: function selecNext(val, type, isDef) {
44477
44481
  var _this23 = this;
@@ -44580,11 +44584,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44580
44584
  if (isDef !== true) this.getNodeInfo();
44581
44585
  },
44582
44586
 
44583
- /**
44584
- * isMultiple
44585
- * @desc:是否多选
44586
- * @author liufan
44587
- * @date 2022年9月13日
44587
+ /**
44588
+ * isMultiple
44589
+ * @desc:是否多选
44590
+ * @author liufan
44591
+ * @date 2022年9月13日
44588
44592
  **/
44589
44593
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
44590
44594
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -44616,11 +44620,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44616
44620
  }
44617
44621
  },
44618
44622
 
44619
- /**
44620
- * getHedInfo
44621
- * @desc:获取审核页面数据
44622
- * @author liufan
44623
- * @date 2022年5月25日
44623
+ /**
44624
+ * getHedInfo
44625
+ * @desc:获取审核页面数据
44626
+ * @author liufan
44627
+ * @date 2022年5月25日
44624
44628
  **/
44625
44629
  getHedInfo: function getHedInfo() {
44626
44630
  var _this24 = this;
@@ -44856,13 +44860,13 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44856
44860
  });
44857
44861
  },
44858
44862
 
44859
- /**
44860
- * closeProcess
44861
- * @desc:关闭弹窗
44862
- * @author liufan
44863
- * @param {boolean} val 当前是否办理流程
44864
- * @param {String} type 当前点击的弹窗类型
44865
- * @date 2022年5月25日
44863
+ /**
44864
+ * closeProcess
44865
+ * @desc:关闭弹窗
44866
+ * @author liufan
44867
+ * @param {boolean} val 当前是否办理流程
44868
+ * @param {String} type 当前点击的弹窗类型
44869
+ * @date 2022年5月25日
44866
44870
  **/
44867
44871
  closeProcess: function closeProcess(val, type, closeParent) {
44868
44872
  if (closeParent) {
@@ -44879,23 +44883,23 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44879
44883
  }
44880
44884
  },
44881
44885
 
44882
- /**
44883
- * selectChange
44884
- * @desc:常用语选择
44885
- * @author liufan
44886
- * @param {String} val 选中值
44887
- * @date 2022年5月25日
44886
+ /**
44887
+ * selectChange
44888
+ * @desc:常用语选择
44889
+ * @author liufan
44890
+ * @param {String} val 选中值
44891
+ * @date 2022年5月25日
44888
44892
  **/
44889
44893
  selectChange: function selectChange(val) {
44890
44894
  this.value = val;
44891
44895
  },
44892
44896
 
44893
- /**
44894
- * upDate
44895
- * @desc:修改常用语
44896
- * @author liufan
44897
- * @param {Object} val 修改值
44898
- * @date 2022年5月25日
44897
+ /**
44898
+ * upDate
44899
+ * @desc:修改常用语
44900
+ * @author liufan
44901
+ * @param {Object} val 修改值
44902
+ * @date 2022年5月25日
44899
44903
  **/
44900
44904
  upDate: function upDate(val) {
44901
44905
  this.FormData.id = val.id;
@@ -44903,11 +44907,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44903
44907
  },
44904
44908
 
44905
44909
 
44906
- /**
44907
- * getProcess
44908
- * @desc:获取选择流程
44909
- * @author liufan
44910
- * @date 2022年5月25日
44910
+ /**
44911
+ * getProcess
44912
+ * @desc:获取选择流程
44913
+ * @author liufan
44914
+ * @date 2022年5月25日
44911
44915
  **/
44912
44916
  getProcess: function getProcess() {
44913
44917
  var _this25 = this;
@@ -44961,11 +44965,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44961
44965
  });
44962
44966
  },
44963
44967
 
44964
- /**
44965
- * getPendedhistoryList
44966
- * @desc:获取流程列表
44967
- * @author liufan
44968
- * @date 2022年5月25日
44968
+ /**
44969
+ * getPendedhistoryList
44970
+ * @desc:获取流程列表
44971
+ * @author liufan
44972
+ * @date 2022年5月25日
44969
44973
  **/
44970
44974
  getPendedhistoryList: function getPendedhistoryList() {
44971
44975
  var _this26 = this;
@@ -44997,12 +45001,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44997
45001
  },
44998
45002
 
44999
45003
  // 提交流程
45000
- /**
45001
- * subProcess
45002
- * @desc:提交流程
45003
- * @author liufan
45004
- * @param {String} formName 当前form表单ref值
45005
- * @date 2022年5月25日
45004
+ /**
45005
+ * subProcess
45006
+ * @desc:提交流程
45007
+ * @author liufan
45008
+ * @param {String} formName 当前form表单ref值
45009
+ * @date 2022年5月25日
45006
45010
  **/
45007
45011
  subProcess: function subProcess(val) {
45008
45012
  var _this27 = this;
@@ -45252,8 +45256,8 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45252
45256
 
45253
45257
  var freeStartFlow_component = normalizeComponent(
45254
45258
  src_freeStartFlowvue_type_script_lang_js_,
45255
- freeStartFlowvue_type_template_id_0a6833ac_render,
45256
- freeStartFlowvue_type_template_id_0a6833ac_staticRenderFns,
45259
+ freeStartFlowvue_type_template_id_a3686e6e_render,
45260
+ freeStartFlowvue_type_template_id_a3686e6e_staticRenderFns,
45257
45261
  false,
45258
45262
  null,
45259
45263
  null,
@@ -45628,8 +45632,8 @@ var supervise_component = normalizeComponent(
45628
45632
  )
45629
45633
 
45630
45634
  /* harmony default export */ var supervise = (supervise_component.exports);
45631
- // 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/Circulate.vue?vue&type=template&id=b773ce32&
45632
- var Circulatevue_type_template_id_b773ce32_render = function () {
45635
+ // 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/Circulate.vue?vue&type=template&id=3daa9bf9&
45636
+ var Circulatevue_type_template_id_3daa9bf9_render = function () {
45633
45637
  var _vm = this
45634
45638
  var _h = _vm.$createElement
45635
45639
  var _c = _vm._self._c || _h
@@ -45644,7 +45648,7 @@ var Circulatevue_type_template_id_b773ce32_render = function () {
45644
45648
  expression: "loading",
45645
45649
  },
45646
45650
  ],
45647
- staticClass: "es-flow-index task-union-examine",
45651
+ staticClass: "task-union-examine",
45648
45652
  },
45649
45653
  [
45650
45654
  _c(
@@ -45821,11 +45825,11 @@ var Circulatevue_type_template_id_b773ce32_render = function () {
45821
45825
  1
45822
45826
  )
45823
45827
  }
45824
- var Circulatevue_type_template_id_b773ce32_staticRenderFns = []
45825
- Circulatevue_type_template_id_b773ce32_render._withStripped = true
45828
+ var Circulatevue_type_template_id_3daa9bf9_staticRenderFns = []
45829
+ Circulatevue_type_template_id_3daa9bf9_render._withStripped = true
45826
45830
 
45827
45831
 
45828
- // CONCATENATED MODULE: ./packages/flow/src/component/Circulate.vue?vue&type=template&id=b773ce32&
45832
+ // CONCATENATED MODULE: ./packages/flow/src/component/Circulate.vue?vue&type=template&id=3daa9bf9&
45829
45833
 
45830
45834
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/Circulate.vue?vue&type=script&lang=js&
45831
45835
  var Circulatevue_type_script_lang_js_components;
@@ -46239,8 +46243,8 @@ var Circulatevue_type_script_lang_js_components;
46239
46243
 
46240
46244
  var Circulate_component = normalizeComponent(
46241
46245
  component_Circulatevue_type_script_lang_js_,
46242
- Circulatevue_type_template_id_b773ce32_render,
46243
- Circulatevue_type_template_id_b773ce32_staticRenderFns,
46246
+ Circulatevue_type_template_id_3daa9bf9_render,
46247
+ Circulatevue_type_template_id_3daa9bf9_staticRenderFns,
46244
46248
  false,
46245
46249
  null,
46246
46250
  null,
@@ -47735,6 +47739,8 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47735
47739
  //
47736
47740
  //
47737
47741
  //
47742
+ //
47743
+ //
47738
47744
 
47739
47745
 
47740
47746
 
@@ -48592,11 +48598,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48592
48598
  });
48593
48599
  },
48594
48600
 
48595
- /**
48596
- * saveInfo
48597
- * @desc:暂存
48598
- * @author liufan
48599
- * @date 2022年9月9日
48601
+ /**
48602
+ * saveInfo
48603
+ * @desc:暂存
48604
+ * @author liufan
48605
+ * @date 2022年9月9日
48600
48606
  **/
48601
48607
  saveInfo: function saveInfo(type, btn) {
48602
48608
  var _this11 = this;
@@ -48658,11 +48664,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48658
48664
  });
48659
48665
  },
48660
48666
 
48661
- /**
48662
- * rejectBtn
48663
- * @desc:点击驳回
48664
- * @author liufan
48665
- * @date 2022年5月25日
48667
+ /**
48668
+ * rejectBtn
48669
+ * @desc:点击驳回
48670
+ * @author liufan
48671
+ * @date 2022年5月25日
48666
48672
  **/
48667
48673
  rejectBtn: function rejectBtn() {
48668
48674
  var _this13 = this;
@@ -48680,11 +48686,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48680
48686
  }
48681
48687
  },
48682
48688
 
48683
- /**
48684
- * taskReadBtn
48685
- * @desc:点击分阅
48686
- * @author liufan
48687
- * @date 2022年5月25日
48689
+ /**
48690
+ * taskReadBtn
48691
+ * @desc:点击分阅
48692
+ * @author liufan
48693
+ * @date 2022年5月25日
48688
48694
  **/
48689
48695
  taskReadBtn: function taskReadBtn() {
48690
48696
  var _this14 = this;
@@ -48703,11 +48709,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48703
48709
  }
48704
48710
  },
48705
48711
 
48706
- /**
48707
- * getFind
48708
- * @desc:获取通知方式
48709
- * @author liufan
48710
- * @date 2022年5月25日
48712
+ /**
48713
+ * getFind
48714
+ * @desc:获取通知方式
48715
+ * @author liufan
48716
+ * @date 2022年5月25日
48711
48717
  **/
48712
48718
  getFind: function getFind() {
48713
48719
  var _this15 = this;
@@ -48773,12 +48779,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48773
48779
  });
48774
48780
  },
48775
48781
 
48776
- /**
48777
- * endFlows
48778
- * @desc:直接办结
48779
- * @author liufan
48780
- * @param {Object} res 直接办结数据
48781
- * @date 2022年5月25日
48782
+ /**
48783
+ * endFlows
48784
+ * @desc:直接办结
48785
+ * @author liufan
48786
+ * @param {Object} res 直接办结数据
48787
+ * @date 2022年5月25日
48782
48788
  **/
48783
48789
  endFlows: function endFlows(res) {
48784
48790
  var _this17 = this;
@@ -48833,12 +48839,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48833
48839
  }).catch(function (e) {});
48834
48840
  },
48835
48841
 
48836
- /**
48837
- * goView
48838
- * @desc:更多流程按钮操作
48839
- * @author liufan
48840
- * @param {Object} res 当前点击操作按钮数据
48841
- * @date 2022年5月25日
48842
+ /**
48843
+ * goView
48844
+ * @desc:更多流程按钮操作
48845
+ * @author liufan
48846
+ * @param {Object} res 当前点击操作按钮数据
48847
+ * @date 2022年5月25日
48842
48848
  **/
48843
48849
  goView: function goView(res) {
48844
48850
  // 驳回并办结:rejectAndEndHtml
@@ -48925,11 +48931,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48925
48931
  // isCanStartSubFlow
48926
48932
  },
48927
48933
 
48928
- /**
48929
- * toTakeAdvice
48930
- * @desc:征求意见
48931
- * @author liufan
48932
- * @date 2022年9月29日
48934
+ /**
48935
+ * toTakeAdvice
48936
+ * @desc:征求意见
48937
+ * @author liufan
48938
+ * @date 2022年9月29日
48933
48939
  **/
48934
48940
  toTakeAdvice: function toTakeAdvice(res) {
48935
48941
  var _this19 = this;
@@ -48973,11 +48979,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48973
48979
  });
48974
48980
  },
48975
48981
 
48976
- /**
48977
- * toStartDraf
48978
- * @desc: 稿件递送、联合审核、复核
48979
- * @author liufan
48980
- * @date 2022年9月29日
48982
+ /**
48983
+ * toStartDraf
48984
+ * @desc: 稿件递送、联合审核、复核
48985
+ * @author liufan
48986
+ * @date 2022年9月29日
48981
48987
  **/
48982
48988
  toStartDraf: function toStartDraf(res) {
48983
48989
  var _this21 = this;
@@ -48991,11 +48997,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48991
48997
  }
48992
48998
  },
48993
48999
 
48994
- /**
48995
- * toSendMsg
48996
- * @desc:核稿通知
48997
- * @author liufan
48998
- * @date 2022年9月29日
49000
+ /**
49001
+ * toSendMsg
49002
+ * @desc:核稿通知
49003
+ * @author liufan
49004
+ * @date 2022年9月29日
48999
49005
  **/
49000
49006
  toSendMsg: function toSendMsg(res) {
49001
49007
  var _this22 = this;
@@ -49009,11 +49015,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
49009
49015
  }
49010
49016
  },
49011
49017
 
49012
- /**
49013
- * toTaskReadAndEnd
49014
- * @desc:分阅并办结
49015
- * @author liufan
49016
- * @date 2022年9月29日
49018
+ /**
49019
+ * toTaskReadAndEnd
49020
+ * @desc:分阅并办结
49021
+ * @author liufan
49022
+ * @date 2022年9月29日
49017
49023
  **/
49018
49024
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
49019
49025
  var _this23 = this;
@@ -49031,11 +49037,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
49031
49037
  }
49032
49038
  },
49033
49039
 
49034
- /**
49035
- * rejectAndEnd
49036
- * @desc:驳回并办结
49037
- * @author liufan
49038
- * @date 2022年9月29日
49040
+ /**
49041
+ * rejectAndEnd
49042
+ * @desc:驳回并办结
49043
+ * @author liufan
49044
+ * @date 2022年9月29日
49039
49045
  **/
49040
49046
  rejectAndEnd: function rejectAndEnd(res) {
49041
49047
  var _this24 = this;
@@ -49091,11 +49097,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
49091
49097
  });
49092
49098
  },
49093
49099
 
49094
- /**
49095
- * toTransfer
49096
- * @desc:转办
49097
- * @author liufan
49098
- * @date 2022年9月29日
49100
+ /**
49101
+ * toTransfer
49102
+ * @desc:转办
49103
+ * @author liufan
49104
+ * @date 2022年9月29日
49099
49105
  **/
49100
49106
  toTransfer: function toTransfer(res) {
49101
49107
  var _this26 = this;
@@ -49114,11 +49120,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
49114
49120
  this.nextNode.customLimitTime = val;
49115
49121
  },
49116
49122
 
49117
- /**
49118
- * getNodeInfo
49119
- * @desc:获取节点信息
49120
- * @author liufan
49121
- * @date 2022年5月25日
49123
+ /**
49124
+ * getNodeInfo
49125
+ * @desc:获取节点信息
49126
+ * @author liufan
49127
+ * @date 2022年5月25日
49122
49128
  **/
49123
49129
  getNodeInfo: function getNodeInfo() {
49124
49130
  var _this27 = this;
@@ -49225,12 +49231,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
49225
49231
  });
49226
49232
  },
49227
49233
 
49228
- /**
49229
- * selecNext
49230
- * @desc:下步节点变化时更新数据
49231
- * @author liufan
49232
- * @param {String} val 当前选中值
49233
- * @date 2022年5月25日
49234
+ /**
49235
+ * selecNext
49236
+ * @desc:下步节点变化时更新数据
49237
+ * @author liufan
49238
+ * @param {String} val 当前选中值
49239
+ * @date 2022年5月25日
49234
49240
  **/
49235
49241
  selecNext: function selecNext(val, type, isDef) {
49236
49242
  var _this28 = this;
@@ -49362,11 +49368,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
49362
49368
  this.getNodeInfo();
49363
49369
  },
49364
49370
 
49365
- /**
49366
- * isMultiple
49367
- * @desc:是否多选
49368
- * @author liufan
49369
- * @date 2022年9月13日
49371
+ /**
49372
+ * isMultiple
49373
+ * @desc:是否多选
49374
+ * @author liufan
49375
+ * @date 2022年9月13日
49370
49376
  **/
49371
49377
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
49372
49378
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -49398,11 +49404,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
49398
49404
  }
49399
49405
  },
49400
49406
 
49401
- /**
49402
- * getHedInfo
49403
- * @desc:获取审核页面数据
49404
- * @author liufan
49405
- * @date 2022年5月25日
49407
+ /**
49408
+ * getHedInfo
49409
+ * @desc:获取审核页面数据
49410
+ * @author liufan
49411
+ * @date 2022年5月25日
49406
49412
  **/
49407
49413
  getHedInfo: function getHedInfo() {
49408
49414
  var _this29 = this;
@@ -49702,13 +49708,13 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
49702
49708
  });
49703
49709
  },
49704
49710
 
49705
- /**
49706
- * closeProcess
49707
- * @desc:关闭弹窗
49708
- * @author liufan
49709
- * @param {boolean} val 当前是否办理流程
49710
- * @param {String} type 当前点击的弹窗类型
49711
- * @date 2022年5月25日
49711
+ /**
49712
+ * closeProcess
49713
+ * @desc:关闭弹窗
49714
+ * @author liufan
49715
+ * @param {boolean} val 当前是否办理流程
49716
+ * @param {String} type 当前点击的弹窗类型
49717
+ * @date 2022年5月25日
49712
49718
  **/
49713
49719
  closeProcess: function closeProcess(val, type, closeParent) {
49714
49720
  if (this.closeParent && !this.startFlowPageEmbeddedIntoStartFlowIndex) {
@@ -49728,23 +49734,23 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
49728
49734
  }
49729
49735
  },
49730
49736
 
49731
- /**
49732
- * selectChange
49733
- * @desc:常用语选择
49734
- * @author liufan
49735
- * @param {String} val 选中值
49736
- * @date 2022年5月25日
49737
+ /**
49738
+ * selectChange
49739
+ * @desc:常用语选择
49740
+ * @author liufan
49741
+ * @param {String} val 选中值
49742
+ * @date 2022年5月25日
49737
49743
  **/
49738
49744
  selectChange: function selectChange(val) {
49739
49745
  this.value = val;
49740
49746
  },
49741
49747
 
49742
- /**
49743
- * upDate
49744
- * @desc:修改常用语
49745
- * @author liufan
49746
- * @param {Object} val 修改值
49747
- * @date 2022年5月25日
49748
+ /**
49749
+ * upDate
49750
+ * @desc:修改常用语
49751
+ * @author liufan
49752
+ * @param {Object} val 修改值
49753
+ * @date 2022年5月25日
49748
49754
  **/
49749
49755
  upDate: function upDate(val) {
49750
49756
  this.FormData.id = val.id;
@@ -49752,11 +49758,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
49752
49758
  },
49753
49759
 
49754
49760
 
49755
- /**
49756
- * getProcess
49757
- * @desc:获取选择流程
49758
- * @author liufan
49759
- * @date 2022年5月25日
49761
+ /**
49762
+ * getProcess
49763
+ * @desc:获取选择流程
49764
+ * @author liufan
49765
+ * @date 2022年5月25日
49760
49766
  **/
49761
49767
  getProcess: function getProcess(val) {
49762
49768
  var _this30 = this;
@@ -49816,11 +49822,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
49816
49822
  });
49817
49823
  },
49818
49824
 
49819
- /**
49820
- * getPendedhistoryList
49821
- * @desc:获取流程列表
49822
- * @author liufan
49823
- * @date 2022年5月25日
49825
+ /**
49826
+ * getPendedhistoryList
49827
+ * @desc:获取流程列表
49828
+ * @author liufan
49829
+ * @date 2022年5月25日
49824
49830
  **/
49825
49831
  getPendedhistoryList: function getPendedhistoryList() {
49826
49832
  var _this31 = this;
@@ -49888,12 +49894,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
49888
49894
  },
49889
49895
 
49890
49896
  // 提交流程
49891
- /**
49892
- * subProcess
49893
- * @desc:提交流程
49894
- * @author liufan
49895
- * @param {String} formName 当前form表单ref值
49896
- * @date 2022年5月25日
49897
+ /**
49898
+ * subProcess
49899
+ * @desc:提交流程
49900
+ * @author liufan
49901
+ * @param {String} formName 当前form表单ref值
49902
+ * @date 2022年5月25日
49897
49903
  **/
49898
49904
  subProcess: function subProcess(val, type) {
49899
49905
  var _this33 = this;
@@ -50235,8 +50241,8 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50235
50241
 
50236
50242
  var flow_src_main_component = normalizeComponent(
50237
50243
  packages_flow_src_mainvue_type_script_lang_js_,
50238
- mainvue_type_template_id_1d2587f3_render,
50239
- mainvue_type_template_id_1d2587f3_staticRenderFns,
50244
+ mainvue_type_template_id_6aa1c3ab_render,
50245
+ mainvue_type_template_id_6aa1c3ab_staticRenderFns,
50240
50246
  false,
50241
50247
  null,
50242
50248
  null,
@@ -53701,12 +53707,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
53701
53707
  }
53702
53708
  },
53703
53709
 
53704
- /**
53705
- * handleFormSubmit
53706
- * @desc:删除节点点击事件
53707
- * @param {Object} formData 点击删除的form数据
53708
- * @author liufan
53709
- * @date 2022年11月29日
53710
+ /**
53711
+ * handleFormSubmit
53712
+ * @desc:删除节点点击事件
53713
+ * @param {Object} formData 点击删除的form数据
53714
+ * @author liufan
53715
+ * @date 2022年11月29日
53710
53716
  **/
53711
53717
  handleFormSubmit: function handleFormSubmit(formData) {
53712
53718
  var _this9 = this;
@@ -53737,48 +53743,48 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
53737
53743
  });
53738
53744
  },
53739
53745
 
53740
- /**
53741
- * del
53742
- * @desc:展示删除弹窗
53743
- * @param {String} id 当前点击数据id
53744
- * @author liufan
53745
- * @date 2022年11月29日
53746
+ /**
53747
+ * del
53748
+ * @desc:展示删除弹窗
53749
+ * @param {String} id 当前点击数据id
53750
+ * @author liufan
53751
+ * @date 2022年11月29日
53746
53752
  **/
53747
53753
  del: function del(id) {
53748
53754
  this.historyId = id;
53749
53755
  this.showDel = true;
53750
53756
  },
53751
53757
 
53752
- /**
53753
- * handleCurrentChange
53754
- * @desc:监听页码变化
53755
- * @param {String} val 当前页
53756
- * @author liufan
53757
- * @date 2022年11月29日
53758
+ /**
53759
+ * handleCurrentChange
53760
+ * @desc:监听页码变化
53761
+ * @param {String} val 当前页
53762
+ * @author liufan
53763
+ * @date 2022年11月29日
53758
53764
  **/
53759
53765
  handleCurrentChange: function handleCurrentChange(val) {
53760
53766
  this.currentPage = val;
53761
53767
  this.getPressList();
53762
53768
  },
53763
53769
 
53764
- /**
53765
- * handleSizeChange
53766
- * @desc:监听每页数据显示数量变化
53767
- * @param {String} val 每页展示数量
53768
- * @author liufan
53769
- * @date 2022年11月29日
53770
+ /**
53771
+ * handleSizeChange
53772
+ * @desc:监听每页数据显示数量变化
53773
+ * @param {String} val 每页展示数量
53774
+ * @author liufan
53775
+ * @date 2022年11月29日
53770
53776
  **/
53771
53777
  handleSizeChange: function handleSizeChange(val) {
53772
53778
  this.pageSize = val;
53773
53779
  this.getPressList();
53774
53780
  },
53775
53781
 
53776
- /**
53777
- * sortChange
53778
- * @desc:监听排序变化
53779
- * @param {Object} info 需要排序的字段及排序方式
53780
- * @author liufan
53781
- * @date 2022年11月29日
53782
+ /**
53783
+ * sortChange
53784
+ * @desc:监听排序变化
53785
+ * @param {Object} info 需要排序的字段及排序方式
53786
+ * @author liufan
53787
+ * @date 2022年11月29日
53782
53788
  **/
53783
53789
  sortChange: function sortChange(info) {
53784
53790
  var prop = info.prop,
@@ -53789,11 +53795,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
53789
53795
  this.getPressList();
53790
53796
  },
53791
53797
 
53792
- /**
53793
- * getPressList
53794
- * @desc:催办列表数据
53795
- * @author liufan
53796
- * @date 2022年11月29日
53798
+ /**
53799
+ * getPressList
53800
+ * @desc:催办列表数据
53801
+ * @author liufan
53802
+ * @date 2022年11月29日
53797
53803
  **/
53798
53804
  getPressList: function getPressList() {
53799
53805
  var _this10 = this;
@@ -53823,12 +53829,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
53823
53829
  });
53824
53830
  },
53825
53831
 
53826
- /**
53827
- * goPress
53828
- * @desc:催办列表查看
53829
- * @param {String} id 催办列表id
53830
- * @author liufan
53831
- * @date 2022年11月29日
53832
+ /**
53833
+ * goPress
53834
+ * @desc:催办列表查看
53835
+ * @param {String} id 催办列表id
53836
+ * @author liufan
53837
+ * @date 2022年11月29日
53832
53838
  **/
53833
53839
  goPress: function goPress(id) {
53834
53840
  this.historyId = id;
@@ -53836,23 +53842,23 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
53836
53842
  this.getPressList();
53837
53843
  },
53838
53844
 
53839
- /**
53840
- * showFile
53841
- * @desc:附件查看
53842
- * @param {String} ownId 附件id
53843
- * @author liufan
53844
- * @date 2022年11月29日
53845
+ /**
53846
+ * showFile
53847
+ * @desc:附件查看
53848
+ * @param {String} ownId 附件id
53849
+ * @author liufan
53850
+ * @date 2022年11月29日
53845
53851
  **/
53846
53852
  showFile: function showFile(ownId) {
53847
53853
  this.wfpendingid = ownId;
53848
53854
  this.showFileList = true;
53849
53855
  },
53850
53856
 
53851
- /**
53852
- * handleChange
53853
- * @desc:切换排序方式
53854
- * @author liufan
53855
- * @date 2022年11月22日
53857
+ /**
53858
+ * handleChange
53859
+ * @desc:切换排序方式
53860
+ * @author liufan
53861
+ * @date 2022年11月22日
53856
53862
  **/
53857
53863
  handleChange: function handleChange(key, value) {
53858
53864
  if (value) {
@@ -53902,11 +53908,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
53902
53908
  }))();
53903
53909
  },
53904
53910
 
53905
- /**
53906
- * getFlowList
53907
- * @desc:获取流程列表
53908
- * @author liufan
53909
- * @date 2022年11月22日
53911
+ /**
53912
+ * getFlowList
53913
+ * @desc:获取流程列表
53914
+ * @author liufan
53915
+ * @date 2022年11月22日
53910
53916
  **/
53911
53917
  getFlowList: function getFlowList(type) {
53912
53918
  var _this12 = this;
@@ -53978,12 +53984,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
53978
53984
  });
53979
53985
  },
53980
53986
 
53981
- /**
53982
- * handleClick
53983
- * @desc:表单点击事件
53984
- * @param {Object} val 当前点击行数据及按钮
53985
- * @author liufan
53986
- * @date 2022年11月10日
53987
+ /**
53988
+ * handleClick
53989
+ * @desc:表单点击事件
53990
+ * @param {Object} val 当前点击行数据及按钮
53991
+ * @author liufan
53992
+ * @date 2022年11月10日
53987
53993
  **/
53988
53994
  handleClick: function handleClick(val) {
53989
53995
  var _this13 = this;
@@ -54029,13 +54035,13 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
54029
54035
  }
54030
54036
  },
54031
54037
 
54032
- /**
54033
- * getCodeValue
54034
- * @desc:获取代码表过滤后的值
54035
- * @param {String} value 展示数据的代码值
54036
- * @param {String} type 代码表类型
54037
- * @author liufan
54038
- * @date 2022年11月10日
54038
+ /**
54039
+ * getCodeValue
54040
+ * @desc:获取代码表过滤后的值
54041
+ * @param {String} value 展示数据的代码值
54042
+ * @param {String} type 代码表类型
54043
+ * @author liufan
54044
+ * @date 2022年11月10日
54039
54045
  **/
54040
54046
  getCodeValue: function getCodeValue(value, type) {
54041
54047
  var val = this[type].filter(function (item) {
@@ -54044,12 +54050,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
54044
54050
  return val[0].shortName;
54045
54051
  },
54046
54052
 
54047
- /**
54048
- * getSysInfo
54049
- * @desc:获取代码表
54050
- * @param {String} code 编码code值
54051
- * @author liufan
54052
- * @date 2022年11月10日
54053
+ /**
54054
+ * getSysInfo
54055
+ * @desc:获取代码表
54056
+ * @param {String} code 编码code值
54057
+ * @author liufan
54058
+ * @date 2022年11月10日
54053
54059
  **/
54054
54060
  getSysInfo: function getSysInfo(code) {
54055
54061
  var _this14 = this;
@@ -54071,11 +54077,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
54071
54077
  }).catch(function (e) {});
54072
54078
  },
54073
54079
 
54074
- /**
54075
- * getListInfo
54076
- * @desc:获取预设列表数据
54077
- * @author liufan
54078
- * @date 2022年11月10日
54080
+ /**
54081
+ * getListInfo
54082
+ * @desc:获取预设列表数据
54083
+ * @author liufan
54084
+ * @date 2022年11月10日
54079
54085
  **/
54080
54086
  getListInfo: function getListInfo() {
54081
54087
  var _this15 = this;
@@ -63495,10 +63501,10 @@ appsvue_type_template_id_f094d33e_scoped_true_render._withStripped = true
63495
63501
  this.$emit('click', res);
63496
63502
  },
63497
63503
 
63498
- /**
63499
- * @desc:获取气泡提醒
63500
- * @author huangbo
63501
- * @date 2024年9月7日
63504
+ /**
63505
+ * @desc:获取气泡提醒
63506
+ * @author huangbo
63507
+ * @date 2024年9月7日
63502
63508
  **/
63503
63509
  getBadge: function getBadge(res) {
63504
63510
  var num = res.tips || 0;
@@ -67768,10 +67774,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
67768
67774
  },
67769
67775
 
67770
67776
  methods: {
67771
- /**
67772
- * @desc:匹配路由
67773
- * @author huangbo
67774
- * @date 2024年9月7日
67777
+ /**
67778
+ * @desc:匹配路由
67779
+ * @author huangbo
67780
+ * @date 2024年9月7日
67775
67781
  **/
67776
67782
  hasRouter: function hasRouter(res, url, code) {
67777
67783
  if (!url) {
@@ -67815,10 +67821,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
67815
67821
  return false;
67816
67822
  },
67817
67823
 
67818
- /**
67819
- * @desc:获取初始数据
67820
- * @author huangbo
67821
- * @date 2024年9月7日
67824
+ /**
67825
+ * @desc:获取初始数据
67826
+ * @author huangbo
67827
+ * @date 2024年9月7日
67822
67828
  **/
67823
67829
  init: function init(results, first) {
67824
67830
  this.setConfig(results);
@@ -67827,10 +67833,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
67827
67833
  }
67828
67834
  },
67829
67835
 
67830
- /**
67831
- * @desc:设置用户配置及信息
67832
- * @author huangbo
67833
- * @date 2024年9月7日
67836
+ /**
67837
+ * @desc:设置用户配置及信息
67838
+ * @author huangbo
67839
+ * @date 2024年9月7日
67834
67840
  **/
67835
67841
  setConfig: function setConfig(results) {
67836
67842
  localStorage.setItem('mainConfig', JSON.stringify(results));
@@ -67994,10 +68000,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
67994
68000
  }
67995
68001
  },
67996
68002
 
67997
- /**
67998
- * @desc:获取所有应用
67999
- * @author huangbo
68000
- * @date 2024年9月7日
68003
+ /**
68004
+ * @desc:获取所有应用
68005
+ * @author huangbo
68006
+ * @date 2024年9月7日
68001
68007
  **/
68002
68008
  getApplications: function getApplications() {
68003
68009
  var _this2 = this;
@@ -68045,10 +68051,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68045
68051
  });
68046
68052
  },
68047
68053
 
68048
- /**
68049
- * @desc:获取菜单列表
68050
- * @author huangbo
68051
- * @date 2024年9月7日
68054
+ /**
68055
+ * @desc:获取菜单列表
68056
+ * @author huangbo
68057
+ * @date 2024年9月7日
68052
68058
  **/
68053
68059
  getMenus: function getMenus(loading) {
68054
68060
  var _this3 = this;
@@ -68081,10 +68087,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68081
68087
  });
68082
68088
  },
68083
68089
 
68084
- /**
68085
- * @desc:处理菜单列表
68086
- * @author huangbo
68087
- * @date 2024年9月7日
68090
+ /**
68091
+ * @desc:处理菜单列表
68092
+ * @author huangbo
68093
+ * @date 2024年9月7日
68088
68094
  **/
68089
68095
  renderMenus: function renderMenus(res) {
68090
68096
  this.menus = res;
@@ -68180,10 +68186,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68180
68186
  }
68181
68187
  },
68182
68188
 
68183
- /**
68184
- * @desc:设置页面加载类型
68185
- * @author huangbo
68186
- * @date 2024年9月7日
68189
+ /**
68190
+ * @desc:设置页面加载类型
68191
+ * @author huangbo
68192
+ * @date 2024年9月7日
68187
68193
  **/
68188
68194
  setIframeType: function setIframeType(res) {
68189
68195
  var url = res.url;
@@ -68239,10 +68245,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68239
68245
  return res;
68240
68246
  },
68241
68247
 
68242
- /**
68243
- * @desc:获取菜单
68244
- * @author huangbo
68245
- * @date 2024年9月7日
68248
+ /**
68249
+ * @desc:获取菜单
68250
+ * @author huangbo
68251
+ * @date 2024年9月7日
68246
68252
  **/
68247
68253
  getMenu: function getMenu(menus, res, key) {
68248
68254
  if (Array.isArray(menus)) {
@@ -68271,10 +68277,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68271
68277
  return false;
68272
68278
  },
68273
68279
 
68274
- /**
68275
- * @desc:获取菜单第一条数据
68276
- * @author huangbo
68277
- * @date 2024年9月7日
68280
+ /**
68281
+ * @desc:获取菜单第一条数据
68282
+ * @author huangbo
68283
+ * @date 2024年9月7日
68278
68284
  **/
68279
68285
  getFirst: function getFirst(obj) {
68280
68286
  if (!obj) {
@@ -68293,10 +68299,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68293
68299
  }
68294
68300
  },
68295
68301
 
68296
- /**
68297
- * @desc:遍历设置菜单气泡提醒
68298
- * @author huangbo
68299
- * @date 2024年9月7日
68302
+ /**
68303
+ * @desc:遍历设置菜单气泡提醒
68304
+ * @author huangbo
68305
+ * @date 2024年9月7日
68300
68306
  **/
68301
68307
  setTips: function setTips(obj) {
68302
68308
  var _this4 = this;
@@ -68359,10 +68365,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68359
68365
  }
68360
68366
  },
68361
68367
 
68362
- /**
68363
- * @desc:获取气泡提醒
68364
- * @author huangbo
68365
- * @date 2024年9月7日
68368
+ /**
68369
+ * @desc:获取气泡提醒
68370
+ * @author huangbo
68371
+ * @date 2024年9月7日
68366
68372
  **/
68367
68373
  getBadge: function getBadge(res) {
68368
68374
  var num = res.tips || 0;
@@ -68376,10 +68382,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68376
68382
  };
68377
68383
  },
68378
68384
 
68379
- /**
68380
- * @desc:开启weosocket
68381
- * @author huangbo
68382
- * @date 2024年9月7日
68385
+ /**
68386
+ * @desc:开启weosocket
68387
+ * @author huangbo
68388
+ * @date 2024年9月7日
68383
68389
  **/
68384
68390
  initWebSocket: function initWebSocket() {
68385
68391
  var _this6 = this;
@@ -68428,10 +68434,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68428
68434
  });
68429
68435
  },
68430
68436
 
68431
- /**
68432
- * @desc:显示用户信息
68433
- * @author huangbo
68434
- * @date 2024年9月7日
68437
+ /**
68438
+ * @desc:显示用户信息
68439
+ * @author huangbo
68440
+ * @date 2024年9月7日
68435
68441
  **/
68436
68442
  showUserInfo: function showUserInfo() {
68437
68443
  if (this.showUser === false) {
@@ -68439,19 +68445,19 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68439
68445
  }
68440
68446
  },
68441
68447
 
68442
- /**
68443
- * @desc:删除更多应用菜单点击
68444
- * @author huangbo
68445
- * @date 2024年9月7日
68448
+ /**
68449
+ * @desc:删除更多应用菜单点击
68450
+ * @author huangbo
68451
+ * @date 2024年9月7日
68446
68452
  **/
68447
68453
  handleDelete: function handleDelete(index) {
68448
68454
  this.newApps.splice(index, 1);
68449
68455
  },
68450
68456
 
68451
- /**
68452
- * @desc:储存更多应用菜单点击
68453
- * @author huangbo
68454
- * @date 2024年9月7日
68457
+ /**
68458
+ * @desc:储存更多应用菜单点击
68459
+ * @author huangbo
68460
+ * @date 2024年9月7日
68455
68461
  **/
68456
68462
  handlerClickApps: function handlerClickApps(res) {
68457
68463
  if (res.permission === false) {
@@ -68464,10 +68470,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68464
68470
  this.handlerClickApp(res);
68465
68471
  },
68466
68472
 
68467
- /**
68468
- * @desc:侧边应用菜单点击
68469
- * @author huangbo
68470
- * @date 2024年9月7日
68473
+ /**
68474
+ * @desc:侧边应用菜单点击
68475
+ * @author huangbo
68476
+ * @date 2024年9月7日
68471
68477
  **/
68472
68478
  handlerClickApp: function handlerClickApp(res) {
68473
68479
  this.showMsg = false;
@@ -68556,10 +68562,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68556
68562
  }
68557
68563
  },
68558
68564
 
68559
- /**
68560
- * @desc:显示Drawer界面
68561
- * @author huangbo
68562
- * @date 2024年9月7日
68565
+ /**
68566
+ * @desc:显示Drawer界面
68567
+ * @author huangbo
68568
+ * @date 2024年9月7日
68563
68569
  **/
68564
68570
  handlerSetDrawer: function handlerSetDrawer(res, type) {
68565
68571
  var direction = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : 'ltr';
@@ -68579,19 +68585,19 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68579
68585
  }
68580
68586
  },
68581
68587
 
68582
- /**
68583
- * @desc:关闭Drawer界面
68584
- * @author huangbo
68585
- * @date 2024年9月7日
68588
+ /**
68589
+ * @desc:关闭Drawer界面
68590
+ * @author huangbo
68591
+ * @date 2024年9月7日
68586
68592
  **/
68587
68593
  handleCloseDrawer: function handleCloseDrawer() {
68588
68594
  this.drawer = { visible: false };
68589
68595
  },
68590
68596
 
68591
- /**
68592
- * @desc:菜单点击
68593
- * @author huangbo
68594
- * @date 2024年9月7日
68597
+ /**
68598
+ * @desc:菜单点击
68599
+ * @author huangbo
68600
+ * @date 2024年9月7日
68595
68601
  **/
68596
68602
  handlerClickMenu: function handlerClickMenu(res) {
68597
68603
  utils_util["a" /* default */].ajax({
@@ -68640,19 +68646,19 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68640
68646
  },
68641
68647
 
68642
68648
 
68643
- /**
68644
- * @desc:用户详情请求成功
68645
- * @author huangbo
68646
- * @date 2024年9月7日
68649
+ /**
68650
+ * @desc:用户详情请求成功
68651
+ * @author huangbo
68652
+ * @date 2024年9月7日
68647
68653
  **/
68648
68654
  handleSuccess: function handleSuccess(res) {
68649
68655
  this.simpleUserInfo = res.simpleUserInfo;
68650
68656
  },
68651
68657
 
68652
- /**
68653
- * @desc:修改用户配置
68654
- * @author huangbo
68655
- * @date 2024年9月7日
68658
+ /**
68659
+ * @desc:修改用户配置
68660
+ * @author huangbo
68661
+ * @date 2024年9月7日
68656
68662
  **/
68657
68663
  handleChangeConfig: function handleChangeConfig(name, res) {
68658
68664
  if (name == 'userHeadUrl') {
@@ -68668,10 +68674,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68668
68674
  }
68669
68675
  },
68670
68676
 
68671
- /**
68672
- * @desc:关闭webSocket
68673
- * @author huangbo
68674
- * @date 2024年9月7日
68677
+ /**
68678
+ * @desc:关闭webSocket
68679
+ * @author huangbo
68680
+ * @date 2024年9月7日
68675
68681
  **/
68676
68682
  handlerClose: function handlerClose() {
68677
68683
  if (this.webSocket) {
@@ -68679,10 +68685,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68679
68685
  }
68680
68686
  },
68681
68687
 
68682
- /**
68683
- * @desc:刷新选中iframe页签
68684
- * @author huangbo
68685
- * @date 2024年9月7日
68688
+ /**
68689
+ * @desc:刷新选中iframe页签
68690
+ * @author huangbo
68691
+ * @date 2024年9月7日
68686
68692
  **/
68687
68693
  handleRefresh: function handleRefresh(arg) {
68688
68694
  var i = arg && arg != true && arg !== 'pageData' ? utils_util["a" /* default */].indexOfObj(this.tabs, arg, 'appCode,code,id,url') : utils_util["a" /* default */].indexOfObj(this.tabs, this.activeName, 'id');
@@ -68719,10 +68725,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68719
68725
  }
68720
68726
  },
68721
68727
 
68722
- /**
68723
- * @desc:删除iframe
68724
- * @author huangbo
68725
- * @date 2024年9月7日
68728
+ /**
68729
+ * @desc:删除iframe
68730
+ * @author huangbo
68731
+ * @date 2024年9月7日
68726
68732
  **/
68727
68733
  handleRemove: function handleRemove(name) {
68728
68734
  var len = this.tabs.length - 1;
@@ -68739,10 +68745,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68739
68745
  }
68740
68746
  },
68741
68747
 
68742
- /**
68743
- * @desc:tabs鼠标右键事件
68744
- * @author huangbo
68745
- * @date 2024年9月7日
68748
+ /**
68749
+ * @desc:tabs鼠标右键事件
68750
+ * @author huangbo
68751
+ * @date 2024年9月7日
68746
68752
  **/
68747
68753
  handleContextmenu: function handleContextmenu(tabs, e) {
68748
68754
  var disabled = {};
@@ -68767,10 +68773,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68767
68773
  window.addEventListener('click', this.closeTabsEvents);
68768
68774
  },
68769
68775
 
68770
- /**
68771
- * @desc:tabs页签事件
68772
- * @author huangbo
68773
- * @date 2024年9月7日
68776
+ /**
68777
+ * @desc:tabs页签事件
68778
+ * @author huangbo
68779
+ * @date 2024年9月7日
68774
68780
  **/
68775
68781
  handleTabsEvents: function handleTabsEvents(num) {
68776
68782
  if (this.pane !== null) {
@@ -68781,10 +68787,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68781
68787
  },
68782
68788
 
68783
68789
 
68784
- /**
68785
- * @desc:关闭页签事件面板
68786
- * @author huangbo
68787
- * @date 2024年9月7日
68790
+ /**
68791
+ * @desc:关闭页签事件面板
68792
+ * @author huangbo
68793
+ * @date 2024年9月7日
68788
68794
  **/
68789
68795
  closeTabsEvents: function closeTabsEvents(e) {
68790
68796
  if (e.target.parentNode != this.$refs.tabsHandler.$el && e.target.parentNode.parentNode != this.$refs.tabsHandler.$el) {
@@ -68794,10 +68800,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68794
68800
  },
68795
68801
 
68796
68802
 
68797
- /**
68798
- * @desc:tabs页签点击事件
68799
- * @author huangbo
68800
- * @date 2024年9月7日
68803
+ /**
68804
+ * @desc:tabs页签点击事件
68805
+ * @author huangbo
68806
+ * @date 2024年9月7日
68801
68807
  **/
68802
68808
  handleTabClick: function handleTabClick() {
68803
68809
  this.active = '';
@@ -68805,10 +68811,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68805
68811
  this.showMenu = false;
68806
68812
  },
68807
68813
 
68808
- /**
68809
- * @desc:handler工具栏点击事件
68810
- * @author huangbo
68811
- * @date 2024年9月7日
68814
+ /**
68815
+ * @desc:handler工具栏点击事件
68816
+ * @author huangbo
68817
+ * @date 2024年9月7日
68812
68818
  **/
68813
68819
  handleClick: function handleClick(res) {
68814
68820
  var type = res.type,
@@ -68889,10 +68895,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68889
68895
  this.$emit('handler-click', res);
68890
68896
  },
68891
68897
 
68892
- /**
68893
- * @desc:退出登录
68894
- * @author huangbo
68895
- * @date 2024年9月7日
68898
+ /**
68899
+ * @desc:退出登录
68900
+ * @author huangbo
68901
+ * @date 2024年9月7日
68896
68902
  **/
68897
68903
  handleQuit: function handleQuit() {
68898
68904
  var _this7 = this;
@@ -68967,10 +68973,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68967
68973
  }).catch(function (e) {});
68968
68974
  },
68969
68975
 
68970
- /**
68971
- * @desc:主题、消息回调
68972
- * @author huangbo
68973
- * @date 2024年9月7日
68976
+ /**
68977
+ * @desc:主题、消息回调
68978
+ * @author huangbo
68979
+ * @date 2024年9月7日
68974
68980
  **/
68975
68981
  handleChange: function handleChange(res) {
68976
68982
  var type = res.type,
@@ -68986,10 +68992,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68986
68992
  }
68987
68993
  },
68988
68994
 
68989
- /**
68990
- * @desc:菜单布局样式切换
68991
- * @author huangbo
68992
- * @date 2024年9月7日
68995
+ /**
68996
+ * @desc:菜单布局样式切换
68997
+ * @author huangbo
68998
+ * @date 2024年9月7日
68993
68999
  **/
68994
69000
  handleLayout: function handleLayout(res, active) {
68995
69001
  if (active) {
@@ -68998,10 +69004,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68998
69004
  this.$emit('chang-layout', res, active);
68999
69005
  },
69000
69006
 
69001
- /**
69002
- * @desc:消息修改总数
69003
- * @author huangbo
69004
- * @date 2024年9月7日
69007
+ /**
69008
+ * @desc:消息修改总数
69009
+ * @author huangbo
69010
+ * @date 2024年9月7日
69005
69011
  **/
69006
69012
  handleMenuTips: function handleMenuTips(id, num) {
69007
69013
  if (num) {
@@ -69012,10 +69018,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
69012
69018
  }
69013
69019
  },
69014
69020
 
69015
- /**
69016
- * @desc:处理即时消息
69017
- * @author huangbo
69018
- * @date 2024年9月7日
69021
+ /**
69022
+ * @desc:处理即时消息
69023
+ * @author huangbo
69024
+ * @date 2024年9月7日
69019
69025
  **/
69020
69026
  handleOpened: function handleOpened(res) {
69021
69027
  var _this8 = this;
@@ -76316,19 +76322,19 @@ var QRCode = __webpack_require__(24);
76316
76322
  //设置logo大小
76317
76323
  var logoPosition = (_this3.mwidth - 46) / 2; //logo相对于canvas居中定位
76318
76324
  //设置获取的logo将其变为圆角以及添加白色背景
76319
- /* ctx.fillStyle = "#fff";
76320
- ctx.beginPath();
76321
- let h = 46; //圆角高 10为基数(logo四周白色背景为10/2)
76322
- let w = 46; //圆角宽
76323
- let x = logoPosition - 5;
76324
- let y = logoPosition - 5;
76325
- let r = 5; //圆角半径
76326
- ctx.moveTo(x + r, y);
76327
- ctx.arcTo(x + w, y, x + w, y + h, r);
76328
- ctx.arcTo(x + w, y + h, x, y + h, r);
76329
- ctx.arcTo(x, y + h, x, y, r);
76330
- ctx.arcTo(x, y, x + w, y, r);
76331
- ctx.closePath();
76325
+ /* ctx.fillStyle = "#fff";
76326
+ ctx.beginPath();
76327
+ let h = 46; //圆角高 10为基数(logo四周白色背景为10/2)
76328
+ let w = 46; //圆角宽
76329
+ let x = logoPosition - 5;
76330
+ let y = logoPosition - 5;
76331
+ let r = 5; //圆角半径
76332
+ ctx.moveTo(x + r, y);
76333
+ ctx.arcTo(x + w, y, x + w, y + h, r);
76334
+ ctx.arcTo(x + w, y + h, x, y + h, r);
76335
+ ctx.arcTo(x, y + h, x, y, r);
76336
+ ctx.arcTo(x, y, x + w, y, r);
76337
+ ctx.closePath();
76332
76338
  ctx.fill(); */
76333
76339
  logo.onload = function () {
76334
76340
  ctx.drawImage(logo, logoPosition, logoPosition, 46, 46);
@@ -94429,7 +94435,7 @@ if (typeof window !== 'undefined' && window.Vue) {
94429
94435
  }
94430
94436
 
94431
94437
  /* harmony default export */ var src_0 = __webpack_exports__["default"] = ({
94432
- version: '0.7.46',
94438
+ version: '0.7.47',
94433
94439
  install: install,
94434
94440
  Button: packages_button,
94435
94441
  ButtonGroup: button_group,