eoss-ui 0.7.56 → 0.7.58

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 (246) hide show
  1. package/lib/calogin.js +233 -233
  2. package/lib/eoss-ui.common.js +842 -820
  3. package/lib/flow-group.js +17 -4
  4. package/lib/flow-list.js +81 -81
  5. package/lib/flow.js +308 -303
  6. package/lib/index.js +1 -1
  7. package/lib/main.js +179 -175
  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 -1840
  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 +374 -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 +241 -241
  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 +123 -121
  58. package/packages/flow/src/freeStartFlow.vue +2846 -2846
  59. package/packages/flow/src/main.vue +3878 -3878
  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 -942
  63. package/packages/flow/src/startTaskRead.vue +693 -692
  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 +732 -717
  68. package/packages/flow-list/index.js +5 -5
  69. package/packages/flow-list/src/main.vue +1801 -1801
  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/main.vue +2 -2
  98. package/packages/main/src/public/online.vue +89 -89
  99. package/packages/main/src/public/search.vue +464 -464
  100. package/packages/main/src/public/settings.vue +227 -227
  101. package/packages/main/src/simplicity/apps.vue +388 -388
  102. package/packages/main/src/simplicity/avatar.vue +82 -82
  103. package/packages/main/src/simplicity/handler.vue +160 -160
  104. package/packages/main/src/simplicity/index.vue +2305 -2307
  105. package/packages/main/src/simplicity/lists.vue +84 -84
  106. package/packages/main/src/simplicity/menu-list.vue +135 -135
  107. package/packages/main/src/simplicity/message.vue +293 -293
  108. package/packages/main/src/simplicity/notice.vue +222 -222
  109. package/packages/main/src/simplicity/router-page.vue +45 -45
  110. package/packages/main/src/simplicity/sub-menu.vue +274 -274
  111. package/packages/main/src/simplicity/user.vue +259 -259
  112. package/packages/main/src/simplicity/userinfo.vue +401 -401
  113. package/packages/menu/index.js +5 -5
  114. package/packages/menu/src/main.vue +595 -595
  115. package/packages/nav/index.js +5 -5
  116. package/packages/nav/src/main.vue +351 -351
  117. package/packages/notify/index.js +5 -5
  118. package/packages/notify/src/main.vue +538 -538
  119. package/packages/page/index.js +5 -5
  120. package/packages/page/src/main.vue +167 -167
  121. package/packages/pagination/index.js +5 -5
  122. package/packages/pagination/src/main.vue +96 -96
  123. package/packages/player/index.js +5 -5
  124. package/packages/player/src/main.vue +194 -194
  125. package/packages/qr-code/index.js +5 -5
  126. package/packages/qr-code/src/main.vue +170 -170
  127. package/packages/radio-group/index.js +6 -6
  128. package/packages/radio-group/src/main.vue +319 -319
  129. package/packages/retrial-auth/index.js +5 -5
  130. package/packages/retrial-auth/src/main.vue +280 -280
  131. package/packages/select/index.js +5 -5
  132. package/packages/select/src/main.vue +782 -782
  133. package/packages/select-ganged/index.js +5 -5
  134. package/packages/select-ganged/src/main.vue +724 -724
  135. package/packages/selector/index.js +5 -5
  136. package/packages/selector/src/main.vue +761 -761
  137. package/packages/selector-panel/index.js +5 -5
  138. package/packages/selector-panel/src/main.vue +1027 -1027
  139. package/packages/selector-panel/src/selection.vue +170 -170
  140. package/packages/selector-panel/src/tree.vue +129 -129
  141. package/packages/sizer/index.js +5 -5
  142. package/packages/sizer/src/main.vue +254 -254
  143. package/packages/steps/index.js +5 -5
  144. package/packages/steps/src/main.vue +181 -181
  145. package/packages/switch/index.js +5 -5
  146. package/packages/switch/src/main.vue +170 -170
  147. package/packages/table-form/index.js +5 -5
  148. package/packages/tabs/index.js +5 -5
  149. package/packages/tabs/src/main.vue +788 -788
  150. package/packages/tabs-panel/index.js +5 -5
  151. package/packages/tabs-panel/src/main.vue +29 -29
  152. package/packages/theme-chalk/src/base.scss +261 -261
  153. package/packages/theme-chalk/src/button-group.scss +176 -176
  154. package/packages/theme-chalk/src/button.scss +24 -24
  155. package/packages/theme-chalk/src/calendar.scss +113 -113
  156. package/packages/theme-chalk/src/card.scss +99 -99
  157. package/packages/theme-chalk/src/checkbox-group.scss +8 -8
  158. package/packages/theme-chalk/src/clients.scss +87 -87
  159. package/packages/theme-chalk/src/data-table-form.scss +67 -67
  160. package/packages/theme-chalk/src/data-table.scss +297 -297
  161. package/packages/theme-chalk/src/date-picker.scss +7 -7
  162. package/packages/theme-chalk/src/dialog.scss +77 -77
  163. package/packages/theme-chalk/src/enable-drag.scss +181 -181
  164. package/packages/theme-chalk/src/enterprise.scss +5 -5
  165. package/packages/theme-chalk/src/error-page.scss +18 -18
  166. package/packages/theme-chalk/src/flow-group.scss +110 -110
  167. package/packages/theme-chalk/src/flow-list.scss +39 -39
  168. package/packages/theme-chalk/src/flow.scss +351 -351
  169. package/packages/theme-chalk/src/form.scss +501 -501
  170. package/packages/theme-chalk/src/handle-user.scss +40 -40
  171. package/packages/theme-chalk/src/handler.scss +148 -148
  172. package/packages/theme-chalk/src/icon.scss +1608 -1608
  173. package/packages/theme-chalk/src/icons.scss +99 -99
  174. package/packages/theme-chalk/src/input.scss +9 -9
  175. package/packages/theme-chalk/src/label.scss +24 -24
  176. package/packages/theme-chalk/src/layout.scss +46 -46
  177. package/packages/theme-chalk/src/login.scss +1006 -1006
  178. package/packages/theme-chalk/src/main.scss +663 -663
  179. package/packages/theme-chalk/src/menu.scss +224 -224
  180. package/packages/theme-chalk/src/mixins/color.scss +117 -117
  181. package/packages/theme-chalk/src/nav.scss +111 -111
  182. package/packages/theme-chalk/src/page.scss +3 -3
  183. package/packages/theme-chalk/src/pagination.scss +29 -29
  184. package/packages/theme-chalk/src/player.scss +9 -9
  185. package/packages/theme-chalk/src/qr-code.scss +17 -17
  186. package/packages/theme-chalk/src/radio-group.scss +9 -9
  187. package/packages/theme-chalk/src/retrial-auth.scss +38 -38
  188. package/packages/theme-chalk/src/select-ganged.scss +8 -8
  189. package/packages/theme-chalk/src/select.scss +8 -8
  190. package/packages/theme-chalk/src/selector-panel.scss +204 -204
  191. package/packages/theme-chalk/src/selector.scss +114 -114
  192. package/packages/theme-chalk/src/simplicity.scss +1403 -1403
  193. package/packages/theme-chalk/src/sizer.scss +36 -36
  194. package/packages/theme-chalk/src/steps.scss +88 -88
  195. package/packages/theme-chalk/src/switch.scss +3 -3
  196. package/packages/theme-chalk/src/table-form.scss +1 -1
  197. package/packages/theme-chalk/src/tabs.scss +87 -87
  198. package/packages/theme-chalk/src/tips.scss +7 -7
  199. package/packages/theme-chalk/src/toolbar.scss +179 -179
  200. package/packages/theme-chalk/src/tree-group.scss +72 -72
  201. package/packages/theme-chalk/src/tree.scss +165 -165
  202. package/packages/theme-chalk/src/upload.scss +172 -172
  203. package/packages/theme-chalk/src/wxlogin.scss +3 -3
  204. package/packages/tips/index.js +5 -5
  205. package/packages/tips/src/main.vue +141 -141
  206. package/packages/toolbar/index.js +5 -5
  207. package/packages/toolbar/src/main.vue +430 -430
  208. package/packages/tree/index.js +5 -5
  209. package/packages/tree-group/index.js +5 -5
  210. package/packages/upload/index.js +5 -5
  211. package/packages/upload/src/main.vue +1344 -1344
  212. package/packages/upload/src/picture.js +15 -15
  213. package/packages/wujie/index.js +5 -5
  214. package/packages/wujie/src/main.vue +145 -145
  215. package/packages/wxlogin/index.js +5 -5
  216. package/packages/wxlogin/src/main.vue +128 -128
  217. package/src/config/api.js +317 -317
  218. package/src/config/image.js +2 -2
  219. package/src/index.js +163 -163
  220. package/src/utils/bus.js +3 -3
  221. package/src/utils/date-util.js +312 -312
  222. package/src/utils/http.js +50 -50
  223. package/src/utils/rules.js +18 -18
  224. package/src/utils/store.js +21 -21
  225. package/src/utils/webSocket.js +107 -107
  226. package/packages/.DS_Store +0 -0
  227. package/packages/calogin/.DS_Store +0 -0
  228. package/packages/date-picker/.DS_Store +0 -0
  229. package/packages/date-picker/src/.DS_Store +0 -0
  230. package/packages/dialog/.DS_Store +0 -0
  231. package/packages/flow/.DS_Store +0 -0
  232. package/packages/flow/src/.DS_Store +0 -0
  233. package/packages/flow-list/.DS_Store +0 -0
  234. package/packages/form/.DS_Store +0 -0
  235. package/packages/icon/.DS_Store +0 -0
  236. package/packages/login/.DS_Store +0 -0
  237. package/packages/main/.DS_Store +0 -0
  238. package/packages/main/src/.DS_Store +0 -0
  239. package/packages/menu/.DS_Store +0 -0
  240. package/packages/select/.DS_Store +0 -0
  241. package/packages/selector/.DS_Store +0 -0
  242. package/packages/selector-panel/.DS_Store +0 -0
  243. package/packages/theme-chalk/src/.DS_Store +0 -0
  244. package/packages/upload/.DS_Store +0 -0
  245. package/src/.DS_Store +0 -0
  246. package/src/utils/.DS_Store +0 -0
@@ -6126,8 +6126,8 @@ var plugin_typeof = typeof Symbol === "function" && typeof Symbol.iterator === "
6126
6126
 
6127
6127
  function plugin_classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
6128
6128
 
6129
- /**
6130
- * JIT_GW_ExtInterface 模块,提供与客户端交互的功能
6129
+ /**
6130
+ * JIT_GW_ExtInterface 模块,提供与客户端交互的功能
6131
6131
  */
6132
6132
  var CA_ExtInterface = function () {
6133
6133
  function CA_ExtInterface() {
@@ -6140,11 +6140,11 @@ var CA_ExtInterface = function () {
6140
6140
  this.init();
6141
6141
  }
6142
6142
 
6143
- /**
6144
- * 简单的 Object.assign 兼容 IE <= 11 的 polyfill
6145
- * @see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/assign
6146
- * @param {Object} target - 目标对象
6147
- * @param {Object} options - 新的选项对象
6143
+ /**
6144
+ * 简单的 Object.assign 兼容 IE <= 11 的 polyfill
6145
+ * @see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/assign
6146
+ * @param {Object} target - 目标对象
6147
+ * @param {Object} options - 新的选项对象
6148
6148
  */
6149
6149
 
6150
6150
 
@@ -6159,8 +6159,8 @@ var CA_ExtInterface = function () {
6159
6159
  }
6160
6160
  };
6161
6161
 
6162
- /**
6163
- * 检查当前会话的 WebSocket URL
6162
+ /**
6163
+ * 检查当前会话的 WebSocket URL
6164
6164
  */
6165
6165
 
6166
6166
 
@@ -6174,8 +6174,8 @@ var CA_ExtInterface = function () {
6174
6174
  }
6175
6175
  };
6176
6176
 
6177
- /**
6178
- * 检查是否使用 ActiveX
6177
+ /**
6178
+ * 检查是否使用 ActiveX
6179
6179
  */
6180
6180
 
6181
6181
 
@@ -6187,11 +6187,11 @@ var CA_ExtInterface = function () {
6187
6187
  }
6188
6188
  };
6189
6189
 
6190
- /**
6191
- * 扩展发送消息并等待响应
6192
- * @param {string} operatorCmd - 操作命令
6193
- * @param {string} sendMsg - 发送的消息
6194
- * @returns {string} 响应消息
6190
+ /**
6191
+ * 扩展发送消息并等待响应
6192
+ * @param {string} operatorCmd - 操作命令
6193
+ * @param {string} sendMsg - 发送的消息
6194
+ * @returns {string} 响应消息
6195
6195
  */
6196
6196
 
6197
6197
 
@@ -6201,11 +6201,11 @@ var CA_ExtInterface = function () {
6201
6201
  return this.sendAndWaitMessage(this.currentSessionWSURL, strSendMsg);
6202
6202
  };
6203
6203
 
6204
- /**
6205
- * 发送消息并等待响应
6206
- * @param {string} wsurl - WebSocket URL
6207
- * @param {string} sendMsg - 发送的消息
6208
- * @returns {string} 响应消息
6204
+ /**
6205
+ * 发送消息并等待响应
6206
+ * @param {string} wsurl - WebSocket URL
6207
+ * @param {string} sendMsg - 发送的消息
6208
+ * @returns {string} 响应消息
6209
6209
  */
6210
6210
 
6211
6211
 
@@ -6229,9 +6229,9 @@ var CA_ExtInterface = function () {
6229
6229
  return ResultMsg;
6230
6230
  };
6231
6231
 
6232
- /**
6233
- * 配置选项
6234
- * @param {Object} extendOption - 扩展选项
6232
+ /**
6233
+ * 配置选项
6234
+ * @param {Object} extendOption - 扩展选项
6235
6235
  */
6236
6236
 
6237
6237
 
@@ -6241,8 +6241,8 @@ var CA_ExtInterface = function () {
6241
6241
  }
6242
6242
  };
6243
6243
 
6244
- /**
6245
- * 初始化
6244
+ /**
6245
+ * 初始化
6246
6246
  */
6247
6247
 
6248
6248
 
@@ -6250,9 +6250,9 @@ var CA_ExtInterface = function () {
6250
6250
  this.isUseActioveX();
6251
6251
  };
6252
6252
 
6253
- /**
6254
- * 返回客户端的版本
6255
- * @returns {string} 客户端版本
6253
+ /**
6254
+ * 返回客户端的版本
6255
+ * @returns {string} 客户端版本
6256
6256
  */
6257
6257
 
6258
6258
 
@@ -6265,13 +6265,13 @@ var CA_ExtInterface = function () {
6265
6265
  }
6266
6266
  };
6267
6267
 
6268
- /**
6269
- * 下载客户端程序并安装
6270
- * @param {string} bstrURL - 下载地址
6271
- * @param {string} bstrHashValue - 哈希值
6272
- * @param {boolean} bSync - 是否同步安装
6273
- * @param {boolean} bOnlySSO - 是否仅安装 SSO
6274
- * @returns {number} 安装结果
6268
+ /**
6269
+ * 下载客户端程序并安装
6270
+ * @param {string} bstrURL - 下载地址
6271
+ * @param {string} bstrHashValue - 哈希值
6272
+ * @param {boolean} bSync - 是否同步安装
6273
+ * @param {boolean} bOnlySSO - 是否仅安装 SSO
6274
+ * @returns {number} 安装结果
6275
6275
  */
6276
6276
 
6277
6277
 
@@ -6285,11 +6285,11 @@ var CA_ExtInterface = function () {
6285
6285
  }
6286
6286
  };
6287
6287
 
6288
- /**
6289
- * 获取硬件指纹信息
6290
- * @param {number} dwSign - 签名
6291
- * @param {string} strGateWayIP - 网关 IP
6292
- * @returns {string} 硬件指纹信息
6288
+ /**
6289
+ * 获取硬件指纹信息
6290
+ * @param {number} dwSign - 签名
6291
+ * @param {string} strGateWayIP - 网关 IP
6292
+ * @returns {string} 硬件指纹信息
6293
6293
  */
6294
6294
 
6295
6295
 
@@ -6303,12 +6303,12 @@ var CA_ExtInterface = function () {
6303
6303
  }
6304
6304
  };
6305
6305
 
6306
- /**
6307
- * 设置转发策略和代填策略
6308
- * @param {string} strProxyPolicy - 转发策略
6309
- * @param {string} strSSOPolicy - 代填策略
6310
- * @param {string} strGatewayAddress - 网关地址
6311
- * @returns {number} 设置结果
6306
+ /**
6307
+ * 设置转发策略和代填策略
6308
+ * @param {string} strProxyPolicy - 转发策略
6309
+ * @param {string} strSSOPolicy - 代填策略
6310
+ * @param {string} strGatewayAddress - 网关地址
6311
+ * @returns {number} 设置结果
6312
6312
  */
6313
6313
 
6314
6314
 
@@ -6322,11 +6322,11 @@ var CA_ExtInterface = function () {
6322
6322
  }
6323
6323
  };
6324
6324
 
6325
- /**
6326
- * 启动认证信息模块
6327
- * @param {string} strFileName - 文件名
6328
- * @param {string} strXmlData - XML 数据
6329
- * @returns {string} 认证信息
6325
+ /**
6326
+ * 启动认证信息模块
6327
+ * @param {string} strFileName - 文件名
6328
+ * @param {string} strXmlData - XML 数据
6329
+ * @returns {string} 认证信息
6330
6330
  */
6331
6331
 
6332
6332
 
@@ -6340,10 +6340,10 @@ var CA_ExtInterface = function () {
6340
6340
  }
6341
6341
  };
6342
6342
 
6343
- /**
6344
- * 打开 BS 应用
6345
- * @param {string} strUrl - 应用 URL
6346
- * @returns {number} 打开结果
6343
+ /**
6344
+ * 打开 BS 应用
6345
+ * @param {string} strUrl - 应用 URL
6346
+ * @returns {number} 打开结果
6347
6347
  */
6348
6348
 
6349
6349
 
@@ -6357,12 +6357,12 @@ var CA_ExtInterface = function () {
6357
6357
  }
6358
6358
  };
6359
6359
 
6360
- /**
6361
- * 打开 CS 应用
6362
- * @param {string} strGatewayAddress - 网关地址
6363
- * @param {string} strAppFlag - 应用标识
6364
- * @param {string} strAppPath - 应用路径
6365
- * @returns {number} 打开结果
6360
+ /**
6361
+ * 打开 CS 应用
6362
+ * @param {string} strGatewayAddress - 网关地址
6363
+ * @param {string} strAppFlag - 应用标识
6364
+ * @param {string} strAppPath - 应用路径
6365
+ * @returns {number} 打开结果
6366
6366
  */
6367
6367
 
6368
6368
 
@@ -6376,13 +6376,13 @@ var CA_ExtInterface = function () {
6376
6376
  }
6377
6377
  };
6378
6378
 
6379
- /**
6380
- * 设置自动更新策略
6381
- * @param {string} strGatewayAddress - 网关地址
6382
- * @param {number} nGatewayPort - 网关端口
6383
- * @param {string} strUserToken - 用户令牌
6384
- * @param {number} updatedelay - 更新延迟
6385
- * @returns {number} 设置结果
6379
+ /**
6380
+ * 设置自动更新策略
6381
+ * @param {string} strGatewayAddress - 网关地址
6382
+ * @param {number} nGatewayPort - 网关端口
6383
+ * @param {string} strUserToken - 用户令牌
6384
+ * @param {number} updatedelay - 更新延迟
6385
+ * @returns {number} 设置结果
6386
6386
  */
6387
6387
 
6388
6388
 
@@ -6396,10 +6396,10 @@ var CA_ExtInterface = function () {
6396
6396
  }
6397
6397
  };
6398
6398
 
6399
- /**
6400
- * 获取客户端 IP
6401
- * @param {string} strGatewayIP - 网关 IP
6402
- * @returns {string} 客户端 IP
6399
+ /**
6400
+ * 获取客户端 IP
6401
+ * @param {string} strGatewayIP - 网关 IP
6402
+ * @returns {string} 客户端 IP
6403
6403
  */
6404
6404
 
6405
6405
 
@@ -6413,10 +6413,10 @@ var CA_ExtInterface = function () {
6413
6413
  }
6414
6414
  };
6415
6415
 
6416
- /**
6417
- * 登出网关
6418
- * @param {string} strServerIP - 服务器 IP
6419
- * @returns {number} 登出结果
6416
+ /**
6417
+ * 登出网关
6418
+ * @param {string} strServerIP - 服务器 IP
6419
+ * @returns {number} 登出结果
6420
6420
  */
6421
6421
 
6422
6422
 
@@ -6430,11 +6430,11 @@ var CA_ExtInterface = function () {
6430
6430
  }
6431
6431
  };
6432
6432
 
6433
- /**
6434
- * 运行安装包
6435
- * @param {number} lRunType - 运行类型
6436
- * @param {boolean} bIsOnlySSO - 是否仅安装 SSO
6437
- * @returns {number} 运行结果
6433
+ /**
6434
+ * 运行安装包
6435
+ * @param {number} lRunType - 运行类型
6436
+ * @param {boolean} bIsOnlySSO - 是否仅安装 SSO
6437
+ * @returns {number} 运行结果
6438
6438
  */
6439
6439
 
6440
6440
 
@@ -6448,9 +6448,9 @@ var CA_ExtInterface = function () {
6448
6448
  }
6449
6449
  };
6450
6450
 
6451
- /**
6452
- * 获取下载进度
6453
- * @returns {number} 下载进度
6451
+ /**
6452
+ * 获取下载进度
6453
+ * @returns {number} 下载进度
6454
6454
  */
6455
6455
 
6456
6456
 
@@ -6464,9 +6464,9 @@ var CA_ExtInterface = function () {
6464
6464
  }
6465
6465
  };
6466
6466
 
6467
- /**
6468
- * 是否安装完成
6469
- * @returns {boolean} 安装完成状态
6467
+ /**
6468
+ * 是否安装完成
6469
+ * @returns {boolean} 安装完成状态
6470
6470
  */
6471
6471
 
6472
6472
 
@@ -6480,11 +6480,11 @@ var CA_ExtInterface = function () {
6480
6480
  }
6481
6481
  };
6482
6482
 
6483
- /**
6484
- * 初始化签包对象
6485
- * @param {string} strAlgType - 算法类型
6486
- * @param {string} strAuxParam - 辅助参数
6487
- * @returns {number} 初始化结果
6483
+ /**
6484
+ * 初始化签包对象
6485
+ * @param {string} strAlgType - 算法类型
6486
+ * @param {string} strAuxParam - 辅助参数
6487
+ * @returns {number} 初始化结果
6488
6488
  */
6489
6489
 
6490
6490
 
@@ -6498,10 +6498,10 @@ var CA_ExtInterface = function () {
6498
6498
  }
6499
6499
  };
6500
6500
 
6501
- /**
6502
- * 设置摘要算法
6503
- * @param {string} strDigestAlg - 摘要算法
6504
- * @returns {number} 设置结果
6501
+ /**
6502
+ * 设置摘要算法
6503
+ * @param {string} strDigestAlg - 摘要算法
6504
+ * @returns {number} 设置结果
6505
6505
  */
6506
6506
 
6507
6507
 
@@ -6515,10 +6515,10 @@ var CA_ExtInterface = function () {
6515
6515
  }
6516
6516
  };
6517
6517
 
6518
- /**
6519
- * 设置单证书是否弹出对话框
6520
- * @param {number} isChoose - 是否弹出对话框
6521
- * @returns {number} 设置结果
6518
+ /**
6519
+ * 设置单证书是否弹出对话框
6520
+ * @param {number} isChoose - 是否弹出对话框
6521
+ * @returns {number} 设置结果
6522
6522
  */
6523
6523
 
6524
6524
 
@@ -6532,11 +6532,11 @@ var CA_ExtInterface = function () {
6532
6532
  }
6533
6533
  };
6534
6534
 
6535
- /**
6536
- * 添加证书过滤条件
6537
- * @param {number} ulType - 过滤类型
6538
- * @param {string} strValue - 过滤值
6539
- * @returns {number} 添加结果
6535
+ /**
6536
+ * 添加证书过滤条件
6537
+ * @param {number} ulType - 过滤类型
6538
+ * @param {string} strValue - 过滤值
6539
+ * @returns {number} 添加结果
6540
6540
  */
6541
6541
 
6542
6542
 
@@ -6550,9 +6550,9 @@ var CA_ExtInterface = function () {
6550
6550
  }
6551
6551
  };
6552
6552
 
6553
- /**
6554
- * 清除所有过滤条件
6555
- * @returns {number} 清除结果
6553
+ /**
6554
+ * 清除所有过滤条件
6555
+ * @returns {number} 清除结果
6556
6556
  */
6557
6557
 
6558
6558
 
@@ -6566,10 +6566,10 @@ var CA_ExtInterface = function () {
6566
6566
  }
6567
6567
  };
6568
6568
 
6569
- /**
6570
- * P1 签名
6571
- * @param {string} strValueBase64 - 待签名的 Base64 字符串
6572
- * @returns {string} 签名结果
6569
+ /**
6570
+ * P1 签名
6571
+ * @param {string} strValueBase64 - 待签名的 Base64 字符串
6572
+ * @returns {string} 签名结果
6573
6573
  */
6574
6574
 
6575
6575
 
@@ -6583,10 +6583,10 @@ var CA_ExtInterface = function () {
6583
6583
  }
6584
6584
  };
6585
6585
 
6586
- /**
6587
- * P1 签名字符串
6588
- * @param {string} strValue - 待签名的字符串
6589
- * @returns {string} 签名结果
6586
+ /**
6587
+ * P1 签名字符串
6588
+ * @param {string} strValue - 待签名的字符串
6589
+ * @returns {string} 签名结果
6590
6590
  */
6591
6591
 
6592
6592
 
@@ -6600,12 +6600,12 @@ var CA_ExtInterface = function () {
6600
6600
  }
6601
6601
  };
6602
6602
 
6603
- /**
6604
- * P7 签名
6605
- * @param {string} strValueBase64 - 待签名的 Base64 字符串
6606
- * @param {boolean} isDetach - 是否分离签名
6607
- * @param {boolean} isIncludeCert - 是否包含证书
6608
- * @returns {string} 签名结果
6603
+ /**
6604
+ * P7 签名
6605
+ * @param {string} strValueBase64 - 待签名的 Base64 字符串
6606
+ * @param {boolean} isDetach - 是否分离签名
6607
+ * @param {boolean} isIncludeCert - 是否包含证书
6608
+ * @returns {string} 签名结果
6609
6609
  */
6610
6610
 
6611
6611
 
@@ -6619,12 +6619,12 @@ var CA_ExtInterface = function () {
6619
6619
  }
6620
6620
  };
6621
6621
 
6622
- /**
6623
- * P7 签名字符串
6624
- * @param {string} strValue - 待签名的字符串
6625
- * @param {boolean} isDetach - 是否分离签名
6626
- * @param {boolean} isIncludeCert - 是否包含证书
6627
- * @returns {string} 签名结果
6622
+ /**
6623
+ * P7 签名字符串
6624
+ * @param {string} strValue - 待签名的字符串
6625
+ * @param {boolean} isDetach - 是否分离签名
6626
+ * @param {boolean} isIncludeCert - 是否包含证书
6627
+ * @returns {string} 签名结果
6628
6628
  */
6629
6629
 
6630
6630
 
@@ -6638,9 +6638,9 @@ var CA_ExtInterface = function () {
6638
6638
  }
6639
6639
  };
6640
6640
 
6641
- /**
6642
- * 释放签名对象
6643
- * @returns {number} 释放结果
6641
+ /**
6642
+ * 释放签名对象
6643
+ * @returns {number} 释放结果
6644
6644
  */
6645
6645
 
6646
6646
 
@@ -6654,9 +6654,9 @@ var CA_ExtInterface = function () {
6654
6654
  }
6655
6655
  };
6656
6656
 
6657
- /**
6658
- * 获取签名版本
6659
- * @returns {string} 签名版本
6657
+ /**
6658
+ * 获取签名版本
6659
+ * @returns {string} 签名版本
6660
6660
  */
6661
6661
 
6662
6662
 
@@ -6670,9 +6670,9 @@ var CA_ExtInterface = function () {
6670
6670
  }
6671
6671
  };
6672
6672
 
6673
- /**
6674
- * 获取签名证书
6675
- * @returns {string} 签名证书
6673
+ /**
6674
+ * 获取签名证书
6675
+ * @returns {string} 签名证书
6676
6676
  */
6677
6677
 
6678
6678
 
@@ -6686,9 +6686,9 @@ var CA_ExtInterface = function () {
6686
6686
  }
6687
6687
  };
6688
6688
 
6689
- /**
6690
- * 获取错误码
6691
- * @returns {number} 错误码
6689
+ /**
6690
+ * 获取错误码
6691
+ * @returns {number} 错误码
6692
6692
  */
6693
6693
 
6694
6694
 
@@ -6702,9 +6702,9 @@ var CA_ExtInterface = function () {
6702
6702
  }
6703
6703
  };
6704
6704
 
6705
- /**
6706
- * 获取错误信息
6707
- * @returns {string} 错误信息
6705
+ /**
6706
+ * 获取错误信息
6707
+ * @returns {string} 错误信息
6708
6708
  */
6709
6709
 
6710
6710
 
@@ -6718,9 +6718,9 @@ var CA_ExtInterface = function () {
6718
6718
  }
6719
6719
  };
6720
6720
 
6721
- /**
6722
- * 销毁认证对象
6723
- * @returns {number} 销毁结果
6721
+ /**
6722
+ * 销毁认证对象
6723
+ * @returns {number} 销毁结果
6724
6724
  */
6725
6725
 
6726
6726
 
@@ -6734,9 +6734,9 @@ var CA_ExtInterface = function () {
6734
6734
  }
6735
6735
  };
6736
6736
 
6737
- /**
6738
- * 获取证书类型
6739
- * @returns {string} 证书类型
6737
+ /**
6738
+ * 获取证书类型
6739
+ * @returns {string} 证书类型
6740
6740
  */
6741
6741
 
6742
6742
 
@@ -6750,9 +6750,9 @@ var CA_ExtInterface = function () {
6750
6750
  }
6751
6751
  };
6752
6752
 
6753
- /**
6754
- * 获取签名摘要算法
6755
- * @returns {string} 签名摘要算法
6753
+ /**
6754
+ * 获取签名摘要算法
6755
+ * @returns {string} 签名摘要算法
6756
6756
  */
6757
6757
 
6758
6758
 
@@ -6766,11 +6766,11 @@ var CA_ExtInterface = function () {
6766
6766
  }
6767
6767
  };
6768
6768
 
6769
- /**
6770
- * 使能调用序列
6771
- * @param {boolean} bCallQueueEnable - 是否使能调用序列
6772
- * @param {boolean} bHeadInfoEnable - 是否使能头部信息
6773
- * @returns {number} 使能结果
6769
+ /**
6770
+ * 使能调用序列
6771
+ * @param {boolean} bCallQueueEnable - 是否使能调用序列
6772
+ * @param {boolean} bHeadInfoEnable - 是否使能头部信息
6773
+ * @returns {number} 使能结果
6774
6774
  */
6775
6775
 
6776
6776
 
@@ -6784,9 +6784,9 @@ var CA_ExtInterface = function () {
6784
6784
  }
6785
6785
  };
6786
6786
 
6787
- /**
6788
- * 清空调用序列结果
6789
- * @returns {number} 清空调用序列结果
6787
+ /**
6788
+ * 清空调用序列结果
6789
+ * @returns {number} 清空调用序列结果
6790
6790
  */
6791
6791
 
6792
6792
 
@@ -6800,9 +6800,9 @@ var CA_ExtInterface = function () {
6800
6800
  }
6801
6801
  };
6802
6802
 
6803
- /**
6804
- * 获取调用序列结果
6805
- * @returns {string} 调用序列结果
6803
+ /**
6804
+ * 获取调用序列结果
6805
+ * @returns {string} 调用序列结果
6806
6806
  */
6807
6807
 
6808
6808
 
@@ -6816,12 +6816,12 @@ var CA_ExtInterface = function () {
6816
6816
  }
6817
6817
  };
6818
6818
 
6819
- /**
6820
- * 客户端安全策略检查
6821
- * @param {string} strGatewayAddress - 网关地址
6822
- * @param {number} usGatewayPort - 网关端口
6823
- * @param {string} strSecurityPolicys - 安全策略
6824
- * @returns {boolean} 检查结果
6819
+ /**
6820
+ * 客户端安全策略检查
6821
+ * @param {string} strGatewayAddress - 网关地址
6822
+ * @param {number} usGatewayPort - 网关端口
6823
+ * @param {string} strSecurityPolicys - 安全策略
6824
+ * @returns {boolean} 检查结果
6825
6825
  */
6826
6826
 
6827
6827
 
@@ -6835,9 +6835,9 @@ var CA_ExtInterface = function () {
6835
6835
  }
6836
6836
  };
6837
6837
 
6838
- /**
6839
- * 获取通讯协议版本
6840
- * @returns {string} 通讯协议版本
6838
+ /**
6839
+ * 获取通讯协议版本
6840
+ * @returns {string} 通讯协议版本
6841
6841
  */
6842
6842
 
6843
6843
 
@@ -6851,13 +6851,13 @@ var CA_ExtInterface = function () {
6851
6851
  }
6852
6852
  };
6853
6853
 
6854
- /**
6855
- * 修改 Key 的 Pin 码
6856
- * @param {string} strCertSn - 证书序列号
6857
- * @param {number} lPinCodeType - Pin 码类型
6858
- * @param {string} strCurPinCode - 当前 Pin 码
6859
- * @param {string} strNewPinCode - 新 Pin 码
6860
- * @returns {number} 修改结果
6854
+ /**
6855
+ * 修改 Key 的 Pin 码
6856
+ * @param {string} strCertSn - 证书序列号
6857
+ * @param {number} lPinCodeType - Pin 码类型
6858
+ * @param {string} strCurPinCode - 当前 Pin 码
6859
+ * @param {string} strNewPinCode - 新 Pin 码
6860
+ * @returns {number} 修改结果
6861
6861
  */
6862
6862
 
6863
6863
 
@@ -6871,10 +6871,10 @@ var CA_ExtInterface = function () {
6871
6871
  }
6872
6872
  };
6873
6873
 
6874
- /**
6875
- * 等待策略设置完毕
6876
- * @param {string} strGatewayAddress - 网关地址
6877
- * @returns {number} 等待结果
6874
+ /**
6875
+ * 等待策略设置完毕
6876
+ * @param {string} strGatewayAddress - 网关地址
6877
+ * @returns {number} 等待结果
6878
6878
  */
6879
6879
 
6880
6880
 
@@ -6888,10 +6888,10 @@ var CA_ExtInterface = function () {
6888
6888
  }
6889
6889
  };
6890
6890
 
6891
- /**
6892
- * 获取会话 Token
6893
- * @param {string} strGatewayAddress - 网关地址
6894
- * @returns {string} 会话 Token
6891
+ /**
6892
+ * 获取会话 Token
6893
+ * @param {string} strGatewayAddress - 网关地址
6894
+ * @returns {string} 会话 Token
6895
6895
  */
6896
6896
 
6897
6897
 
@@ -6905,9 +6905,9 @@ var CA_ExtInterface = function () {
6905
6905
  }
6906
6906
  };
6907
6907
 
6908
- /**
6909
- * 获取控件版本
6910
- * @returns {string} 控件版本
6908
+ /**
6909
+ * 获取控件版本
6910
+ * @returns {string} 控件版本
6911
6911
  */
6912
6912
 
6913
6913
 
@@ -6921,10 +6921,10 @@ var CA_ExtInterface = function () {
6921
6921
  }
6922
6922
  };
6923
6923
 
6924
- /**
6925
- * 设置语言资源
6926
- * @param {string} strLanguage - 语言资源
6927
- * @returns {number} 设置结果
6924
+ /**
6925
+ * 设置语言资源
6926
+ * @param {string} strLanguage - 语言资源
6927
+ * @returns {number} 设置结果
6928
6928
  */
6929
6929
 
6930
6930
 
@@ -6938,12 +6938,12 @@ var CA_ExtInterface = function () {
6938
6938
  }
6939
6939
  };
6940
6940
 
6941
- /**
6942
- * 获取用户属性
6943
- * @param {string} strGatewayAddress - 网关地址
6944
- * @param {string} strAppFlag - 应用标识
6945
- * @param {string} strAttributeName - 属性名称
6946
- * @returns {string} 用户属性值
6941
+ /**
6942
+ * 获取用户属性
6943
+ * @param {string} strGatewayAddress - 网关地址
6944
+ * @param {string} strAppFlag - 应用标识
6945
+ * @param {string} strAttributeName - 属性名称
6946
+ * @returns {string} 用户属性值
6947
6947
  */
6948
6948
 
6949
6949
 
@@ -6957,9 +6957,9 @@ var CA_ExtInterface = function () {
6957
6957
  }
6958
6958
  };
6959
6959
 
6960
- /**
6961
- * 获取签名加密 PIN 码
6962
- * @returns {string} 签名加密 PIN 码
6960
+ /**
6961
+ * 获取签名加密 PIN 码
6962
+ * @returns {string} 签名加密 PIN 码
6963
6963
  */
6964
6964
 
6965
6965
 
@@ -6972,20 +6972,20 @@ var CA_ExtInterface = function () {
6972
6972
  return result.value;
6973
6973
  }
6974
6974
  };
6975
- /*
6976
- *曙光四川CA
6977
- *'SOF_GetUserList' 证书列表
6978
- *'SOF_ExportUserCert' 导出证书
6979
- *'SOF_GetCertInfo': 获取证书信息
6980
- *'SOF_GenRandom': 生成随机数
6981
- *'SOF_SignData': 获取证书签名
6982
- *'SOF_Login': 登录证书
6983
- *'SOF_GetPinRetryCount': 剩余次数
6975
+ /*
6976
+ *曙光四川CA
6977
+ *'SOF_GetUserList' 证书列表
6978
+ *'SOF_ExportUserCert' 导出证书
6979
+ *'SOF_GetCertInfo': 获取证书信息
6980
+ *'SOF_GenRandom': 生成随机数
6981
+ *'SOF_SignData': 获取证书签名
6982
+ *'SOF_Login': 登录证书
6983
+ *'SOF_GetPinRetryCount': 剩余次数
6984
6984
  */
6985
- /**
6986
- *
6987
- * 获取webSocket消息
6988
- * @returns {string}
6985
+ /**
6986
+ *
6987
+ * 获取webSocket消息
6988
+ * @returns {string}
6989
6989
  */
6990
6990
 
6991
6991
 
@@ -7021,10 +7021,10 @@ var CA_ExtInterface = function () {
7021
7021
  };
7022
7022
  });
7023
7023
  };
7024
- /**
7025
- *
7026
- * base64解码
7027
- * @returns {string} base64解码后的字符串
7024
+ /**
7025
+ *
7026
+ * base64解码
7027
+ * @returns {string} base64解码后的字符串
7028
7028
  */
7029
7029
 
7030
7030
 
@@ -7059,10 +7059,10 @@ var CA_ExtInterface = function () {
7059
7059
  val = this.utf8_decode(val);
7060
7060
  return val;
7061
7061
  };
7062
- /**
7063
- *
7064
- * base64编码
7065
- * @returns {string} base64编码后的字符串
7062
+ /**
7063
+ *
7064
+ * base64编码
7065
+ * @returns {string} base64编码后的字符串
7066
7066
  */
7067
7067
 
7068
7068
 
@@ -7095,10 +7095,10 @@ var CA_ExtInterface = function () {
7095
7095
  }
7096
7096
  return val;
7097
7097
  };
7098
- /**
7099
- *
7100
- * utf8解码
7101
- * @returns {string} utf8解码后的字符串
7098
+ /**
7099
+ *
7100
+ * utf8解码
7101
+ * @returns {string} utf8解码后的字符串
7102
7102
  */
7103
7103
 
7104
7104
 
@@ -7127,10 +7127,10 @@ var CA_ExtInterface = function () {
7127
7127
  }
7128
7128
  return string;
7129
7129
  };
7130
- /**
7131
- *
7132
- * utf8编码
7133
- * @returns {string} utf8编码后的字符串
7130
+ /**
7131
+ *
7132
+ * utf8编码
7133
+ * @returns {string} utf8编码后的字符串
7134
7134
  */
7135
7135
 
7136
7136
 
@@ -30470,8 +30470,8 @@ mainvue_type_template_id_21f2c2ec_render._withStripped = true
30470
30470
 
30471
30471
  // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=21f2c2ec&
30472
30472
 
30473
- // 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&
30474
- var CommonOpinionsvue_type_template_id_e934fd66_render = function () {
30473
+ // 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=780a0c80&
30474
+ var CommonOpinionsvue_type_template_id_780a0c80_render = function () {
30475
30475
  var _vm = this
30476
30476
  var _h = _vm.$createElement
30477
30477
  var _c = _vm._self._c || _h
@@ -30657,6 +30657,7 @@ var CommonOpinionsvue_type_template_id_e934fd66_render = function () {
30657
30657
  "close-on-click-modal": false,
30658
30658
  title: "添加常用意见",
30659
30659
  visible: _vm.addVisible,
30660
+ width: "600",
30660
30661
  height: "auto",
30661
30662
  },
30662
30663
  on: {
@@ -30678,11 +30679,11 @@ var CommonOpinionsvue_type_template_id_e934fd66_render = function () {
30678
30679
  1
30679
30680
  )
30680
30681
  }
30681
- var CommonOpinionsvue_type_template_id_e934fd66_staticRenderFns = []
30682
- CommonOpinionsvue_type_template_id_e934fd66_render._withStripped = true
30682
+ var CommonOpinionsvue_type_template_id_780a0c80_staticRenderFns = []
30683
+ CommonOpinionsvue_type_template_id_780a0c80_render._withStripped = true
30683
30684
 
30684
30685
 
30685
- // CONCATENATED MODULE: ./packages/flow/src/component/CommonOpinions.vue?vue&type=template&id=e934fd66&
30686
+ // CONCATENATED MODULE: ./packages/flow/src/component/CommonOpinions.vue?vue&type=template&id=780a0c80&
30686
30687
 
30687
30688
  // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/table.vue?vue&type=template&id=67f38db6&
30688
30689
  var tablevue_type_template_id_67f38db6_render = function () {
@@ -30844,8 +30845,8 @@ var src_table_component = normalizeComponent(
30844
30845
  )
30845
30846
 
30846
30847
  /* harmony default export */ var flow_src_table = (src_table_component.exports);
30847
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/form.vue?vue&type=template&id=55fae080&
30848
- var formvue_type_template_id_55fae080_render = function () {
30848
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/form.vue?vue&type=template&id=75524cb8&
30849
+ var formvue_type_template_id_75524cb8_render = function () {
30849
30850
  var _vm = this
30850
30851
  var _h = _vm.$createElement
30851
30852
  var _c = _vm._self._c || _h
@@ -30913,7 +30914,7 @@ var formvue_type_template_id_55fae080_render = function () {
30913
30914
  },
30914
30915
  [
30915
30916
  _c("el-input", {
30916
- attrs: { placeholder: "请输入内容" },
30917
+ attrs: { type: "textarea", rows: 3, placeholder: "请输入内容" },
30917
30918
  model: {
30918
30919
  value: _vm.newData.content,
30919
30920
  callback: function ($$v) {
@@ -30959,11 +30960,11 @@ var formvue_type_template_id_55fae080_render = function () {
30959
30960
  1
30960
30961
  )
30961
30962
  }
30962
- var formvue_type_template_id_55fae080_staticRenderFns = []
30963
- formvue_type_template_id_55fae080_render._withStripped = true
30963
+ var formvue_type_template_id_75524cb8_staticRenderFns = []
30964
+ formvue_type_template_id_75524cb8_render._withStripped = true
30964
30965
 
30965
30966
 
30966
- // CONCATENATED MODULE: ./packages/flow/src/form.vue?vue&type=template&id=55fae080&
30967
+ // CONCATENATED MODULE: ./packages/flow/src/form.vue?vue&type=template&id=75524cb8&
30967
30968
 
30968
30969
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/form.vue?vue&type=script&lang=js&
30969
30970
  //
@@ -31011,6 +31012,8 @@ formvue_type_template_id_55fae080_render._withStripped = true
31011
31012
  //
31012
31013
  //
31013
31014
  //
31015
+ //
31016
+ //
31014
31017
 
31015
31018
 
31016
31019
 
@@ -31105,8 +31108,8 @@ formvue_type_template_id_55fae080_render._withStripped = true
31105
31108
 
31106
31109
  var form_component = normalizeComponent(
31107
31110
  src_formvue_type_script_lang_js_,
31108
- formvue_type_template_id_55fae080_render,
31109
- formvue_type_template_id_55fae080_staticRenderFns,
31111
+ formvue_type_template_id_75524cb8_render,
31112
+ formvue_type_template_id_75524cb8_staticRenderFns,
31110
31113
  false,
31111
31114
  null,
31112
31115
  null,
@@ -31215,6 +31218,7 @@ var CommonOpinionsvue_type_script_lang_js_components;
31215
31218
  //
31216
31219
  //
31217
31220
  //
31221
+ //
31218
31222
 
31219
31223
 
31220
31224
 
@@ -31315,21 +31319,21 @@ var CommonOpinionsvue_type_script_lang_js_components;
31315
31319
  return validSate;
31316
31320
  },
31317
31321
 
31318
- /**
31319
- * changeOpinion
31320
- * @desc:监听意见变化
31321
- * @author liufan
31322
- * @date 2022年10月28日
31322
+ /**
31323
+ * changeOpinion
31324
+ * @desc:监听意见变化
31325
+ * @author liufan
31326
+ * @date 2022年10月28日
31323
31327
  **/
31324
31328
  changeOpinion: function changeOpinion() {
31325
31329
  this.$emit('change', this.form.value);
31326
31330
  },
31327
31331
 
31328
- /**
31329
- * getCommonOpion
31330
- * @desc:获取意见
31331
- * @author liufan
31332
- * @date 2022年5月25日
31332
+ /**
31333
+ * getCommonOpion
31334
+ * @desc:获取意见
31335
+ * @author liufan
31336
+ * @date 2022年5月25日
31333
31337
  **/
31334
31338
  getCommonOpion: function getCommonOpion() {
31335
31339
  var _this = this;
@@ -31358,24 +31362,24 @@ var CommonOpinionsvue_type_script_lang_js_components;
31358
31362
  });
31359
31363
  },
31360
31364
 
31361
- /**
31362
- * upDate
31363
- * @desc:修改常用语
31364
- * @author liufan
31365
- * @param {Object} val 修改值
31366
- * @date 2022年5月25日
31365
+ /**
31366
+ * upDate
31367
+ * @desc:修改常用语
31368
+ * @author liufan
31369
+ * @param {Object} val 修改值
31370
+ * @date 2022年5月25日
31367
31371
  **/
31368
31372
  upDate: function upDate(val) {
31369
31373
  this.FormData.id = val.id;
31370
31374
  this.addVisible = true;
31371
31375
  },
31372
31376
 
31373
- /**
31374
- * selectChange
31375
- * @desc:常用语选择
31376
- * @author liufan
31377
- * @param {String} val 选中值
31378
- * @date 2022年5月25日
31377
+ /**
31378
+ * selectChange
31379
+ * @desc:常用语选择
31380
+ * @author liufan
31381
+ * @param {String} val 选中值
31382
+ * @date 2022年5月25日
31379
31383
  **/
31380
31384
  selectChange: function selectChange(val) {
31381
31385
  var _this2 = this;
@@ -31394,12 +31398,12 @@ var CommonOpinionsvue_type_script_lang_js_components;
31394
31398
  });
31395
31399
  },
31396
31400
 
31397
- /**
31398
- * del
31399
- * @desc:删除常用语
31400
- * @author liufan
31401
- * @param {Object} val 删除的数据
31402
- * @date 2022年5月25日
31401
+ /**
31402
+ * del
31403
+ * @desc:删除常用语
31404
+ * @author liufan
31405
+ * @param {Object} val 删除的数据
31406
+ * @date 2022年5月25日
31403
31407
  **/
31404
31408
  del: function del(val) {
31405
31409
  var _this3 = this;
@@ -31441,12 +31445,12 @@ var CommonOpinionsvue_type_script_lang_js_components;
31441
31445
  }).catch(function (e) {});
31442
31446
  },
31443
31447
 
31444
- /**
31445
- * submit
31446
- * @desc:新增/编辑意见保存
31447
- * @author liufan
31448
- * @param {Object} val 保存数据
31449
- * @date 2022年5月25日
31448
+ /**
31449
+ * submit
31450
+ * @desc:新增/编辑意见保存
31451
+ * @author liufan
31452
+ * @param {Object} val 保存数据
31453
+ * @date 2022年5月25日
31450
31454
  **/
31451
31455
  submit: function submit(val) {
31452
31456
  var _this4 = this;
@@ -31501,8 +31505,8 @@ var CommonOpinionsvue_type_script_lang_js_components;
31501
31505
 
31502
31506
  var CommonOpinions_component = normalizeComponent(
31503
31507
  component_CommonOpinionsvue_type_script_lang_js_,
31504
- CommonOpinionsvue_type_template_id_e934fd66_render,
31505
- CommonOpinionsvue_type_template_id_e934fd66_staticRenderFns,
31508
+ CommonOpinionsvue_type_template_id_780a0c80_render,
31509
+ CommonOpinionsvue_type_template_id_780a0c80_staticRenderFns,
31506
31510
  false,
31507
31511
  null,
31508
31512
  null,
@@ -34912,11 +34916,11 @@ var processFormvue_type_script_lang_js_components;
34912
34916
  });
34913
34917
  },
34914
34918
 
34915
- /**
34916
- * isMultiple
34917
- * @desc:是否多选
34918
- * @author liufan
34919
- * @date 2022年9月13日
34919
+ /**
34920
+ * isMultiple
34921
+ * @desc:是否多选
34922
+ * @author liufan
34923
+ * @date 2022年9月13日
34920
34924
  **/
34921
34925
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
34922
34926
  var multiple = false;
@@ -36699,8 +36703,8 @@ var processReject_component = normalizeComponent(
36699
36703
  )
36700
36704
 
36701
36705
  /* harmony default export */ var processReject = (processReject_component.exports);
36702
- // 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&
36703
- var startTaskReadvue_type_template_id_3d56ed51_render = function () {
36706
+ // 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=0c06bc6e&
36707
+ var startTaskReadvue_type_template_id_0c06bc6e_render = function () {
36704
36708
  var _vm = this
36705
36709
  var _h = _vm.$createElement
36706
36710
  var _c = _vm._self._c || _h
@@ -37122,11 +37126,11 @@ var startTaskReadvue_type_template_id_3d56ed51_render = function () {
37122
37126
  1
37123
37127
  )
37124
37128
  }
37125
- var startTaskReadvue_type_template_id_3d56ed51_staticRenderFns = []
37126
- startTaskReadvue_type_template_id_3d56ed51_render._withStripped = true
37129
+ var startTaskReadvue_type_template_id_0c06bc6e_staticRenderFns = []
37130
+ startTaskReadvue_type_template_id_0c06bc6e_render._withStripped = true
37127
37131
 
37128
37132
 
37129
- // CONCATENATED MODULE: ./packages/flow/src/startTaskRead.vue?vue&type=template&id=3d56ed51&
37133
+ // CONCATENATED MODULE: ./packages/flow/src/startTaskRead.vue?vue&type=template&id=0c06bc6e&
37130
37134
 
37131
37135
  // 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&
37132
37136
  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; };
@@ -37420,7 +37424,8 @@ var startTaskReadvue_type_script_lang_js_components;
37420
37424
  businessId: this.param.businessId,
37421
37425
  businessName: this.param.businessName,
37422
37426
  bCode: this.param.bCode,
37423
- bName: this.param.bName
37427
+ bName: this.param.bName,
37428
+ appId: this.param.appId
37424
37429
  };
37425
37430
  } else {
37426
37431
  params.appId = this.readParams.appId;
@@ -37851,8 +37856,8 @@ var startTaskReadvue_type_script_lang_js_components;
37851
37856
 
37852
37857
  var startTaskRead_component = normalizeComponent(
37853
37858
  src_startTaskReadvue_type_script_lang_js_,
37854
- startTaskReadvue_type_template_id_3d56ed51_render,
37855
- startTaskReadvue_type_template_id_3d56ed51_staticRenderFns,
37859
+ startTaskReadvue_type_template_id_0c06bc6e_render,
37860
+ startTaskReadvue_type_template_id_0c06bc6e_staticRenderFns,
37856
37861
  false,
37857
37862
  null,
37858
37863
  null,
@@ -39116,11 +39121,11 @@ var resetvue_type_script_lang_js_components;
39116
39121
  });
39117
39122
  },
39118
39123
 
39119
- /**
39120
- * isMultiple
39121
- * @desc:是否多选
39122
- * @author liufan
39123
- * @date 2022年9月13日
39124
+ /**
39125
+ * isMultiple
39126
+ * @desc:是否多选
39127
+ * @author liufan
39128
+ * @date 2022年9月13日
39124
39129
  **/
39125
39130
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
39126
39131
  var multiple = false;
@@ -43692,11 +43697,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43692
43697
  });
43693
43698
  },
43694
43699
 
43695
- /**
43696
- * saveInfo
43697
- * @desc:暂存
43698
- * @author liufan
43699
- * @date 2022年9月9日
43700
+ /**
43701
+ * saveInfo
43702
+ * @desc:暂存
43703
+ * @author liufan
43704
+ * @date 2022年9月9日
43700
43705
  **/
43701
43706
  saveInfo: function saveInfo(type, btn) {
43702
43707
  var _this6 = this;
@@ -43758,11 +43763,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43758
43763
  });
43759
43764
  },
43760
43765
 
43761
- /**
43762
- * rejectBtn
43763
- * @desc:点击驳回
43764
- * @author liufan
43765
- * @date 2022年5月25日
43766
+ /**
43767
+ * rejectBtn
43768
+ * @desc:点击驳回
43769
+ * @author liufan
43770
+ * @date 2022年5月25日
43766
43771
  **/
43767
43772
  rejectBtn: function rejectBtn() {
43768
43773
  var _this8 = this;
@@ -43780,11 +43785,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43780
43785
  }
43781
43786
  },
43782
43787
 
43783
- /**
43784
- * taskReadBtn
43785
- * @desc:点击分阅
43786
- * @author liufan
43787
- * @date 2022年5月25日
43788
+ /**
43789
+ * taskReadBtn
43790
+ * @desc:点击分阅
43791
+ * @author liufan
43792
+ * @date 2022年5月25日
43788
43793
  **/
43789
43794
  taskReadBtn: function taskReadBtn() {
43790
43795
  var _this9 = this;
@@ -43803,11 +43808,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43803
43808
  }
43804
43809
  },
43805
43810
 
43806
- /**
43807
- * getFind
43808
- * @desc:获取通知方式
43809
- * @author liufan
43810
- * @date 2022年5月25日
43811
+ /**
43812
+ * getFind
43813
+ * @desc:获取通知方式
43814
+ * @author liufan
43815
+ * @date 2022年5月25日
43811
43816
  **/
43812
43817
  getFind: function getFind() {
43813
43818
  var _this10 = this;
@@ -43862,12 +43867,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43862
43867
  });
43863
43868
  },
43864
43869
 
43865
- /**
43866
- * endFlows
43867
- * @desc:直接办结
43868
- * @author liufan
43869
- * @param {Object} res 直接办结数据
43870
- * @date 2022年5月25日
43870
+ /**
43871
+ * endFlows
43872
+ * @desc:直接办结
43873
+ * @author liufan
43874
+ * @param {Object} res 直接办结数据
43875
+ * @date 2022年5月25日
43871
43876
  **/
43872
43877
  endFlows: function endFlows(res) {
43873
43878
  var _this12 = this;
@@ -43921,12 +43926,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43921
43926
  }).catch(function (e) {});
43922
43927
  },
43923
43928
 
43924
- /**
43925
- * goView
43926
- * @desc:更多流程按钮操作
43927
- * @author liufan
43928
- * @param {Object} res 当前点击操作按钮数据
43929
- * @date 2022年5月25日
43929
+ /**
43930
+ * goView
43931
+ * @desc:更多流程按钮操作
43932
+ * @author liufan
43933
+ * @param {Object} res 当前点击操作按钮数据
43934
+ * @date 2022年5月25日
43930
43935
  **/
43931
43936
  goView: function goView(res) {
43932
43937
  // 驳回并办结:rejectAndEndHtml
@@ -44011,11 +44016,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44011
44016
  // isCanStartSubFlow
44012
44017
  },
44013
44018
 
44014
- /**
44015
- * toTakeAdvice
44016
- * @desc:征求意见
44017
- * @author liufan
44018
- * @date 2022年9月29日
44019
+ /**
44020
+ * toTakeAdvice
44021
+ * @desc:征求意见
44022
+ * @author liufan
44023
+ * @date 2022年9月29日
44019
44024
  **/
44020
44025
  toTakeAdvice: function toTakeAdvice(res) {
44021
44026
  var _this14 = this;
@@ -44059,11 +44064,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44059
44064
  });
44060
44065
  },
44061
44066
 
44062
- /**
44063
- * toStartDraf
44064
- * @desc: 稿件递送、联合审核、复核
44065
- * @author liufan
44066
- * @date 2022年9月29日
44067
+ /**
44068
+ * toStartDraf
44069
+ * @desc: 稿件递送、联合审核、复核
44070
+ * @author liufan
44071
+ * @date 2022年9月29日
44067
44072
  **/
44068
44073
  toStartDraf: function toStartDraf(res) {
44069
44074
  var _this16 = this;
@@ -44077,11 +44082,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44077
44082
  }
44078
44083
  },
44079
44084
 
44080
- /**
44081
- * toSendMsg
44082
- * @desc:核稿通知
44083
- * @author liufan
44084
- * @date 2022年9月29日
44085
+ /**
44086
+ * toSendMsg
44087
+ * @desc:核稿通知
44088
+ * @author liufan
44089
+ * @date 2022年9月29日
44085
44090
  **/
44086
44091
  toSendMsg: function toSendMsg(res) {
44087
44092
  var _this17 = this;
@@ -44095,11 +44100,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44095
44100
  }
44096
44101
  },
44097
44102
 
44098
- /**
44099
- * toTaskReadAndEnd
44100
- * @desc:分阅并办结
44101
- * @author liufan
44102
- * @date 2022年9月29日
44103
+ /**
44104
+ * toTaskReadAndEnd
44105
+ * @desc:分阅并办结
44106
+ * @author liufan
44107
+ * @date 2022年9月29日
44103
44108
  **/
44104
44109
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
44105
44110
  var _this18 = this;
@@ -44117,11 +44122,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44117
44122
  }
44118
44123
  },
44119
44124
 
44120
- /**
44121
- * rejectAndEnd
44122
- * @desc:驳回并办结
44123
- * @author liufan
44124
- * @date 2022年9月29日
44125
+ /**
44126
+ * rejectAndEnd
44127
+ * @desc:驳回并办结
44128
+ * @author liufan
44129
+ * @date 2022年9月29日
44125
44130
  **/
44126
44131
  rejectAndEnd: function rejectAndEnd(res) {
44127
44132
  var _this19 = this;
@@ -44176,11 +44181,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44176
44181
  });
44177
44182
  },
44178
44183
 
44179
- /**
44180
- * toTransfer
44181
- * @desc:转办
44182
- * @author liufan
44183
- * @date 2022年9月29日
44184
+ /**
44185
+ * toTransfer
44186
+ * @desc:转办
44187
+ * @author liufan
44188
+ * @date 2022年9月29日
44184
44189
  **/
44185
44190
  toTransfer: function toTransfer(res) {
44186
44191
  var _this21 = this;
@@ -44196,11 +44201,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44196
44201
  }
44197
44202
  },
44198
44203
 
44199
- /**
44200
- * getNodeInfo
44201
- * @desc:获取节点信息
44202
- * @author liufan
44203
- * @date 2022年5月25日
44204
+ /**
44205
+ * getNodeInfo
44206
+ * @desc:获取节点信息
44207
+ * @author liufan
44208
+ * @date 2022年5月25日
44204
44209
  **/
44205
44210
  getNodeInfo: function getNodeInfo() {
44206
44211
  var _this22 = this;
@@ -44299,12 +44304,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44299
44304
  });
44300
44305
  },
44301
44306
 
44302
- /**
44303
- * selecNext
44304
- * @desc:下步节点变化时更新数据
44305
- * @author liufan
44306
- * @param {String} val 当前选中值
44307
- * @date 2022年5月25日
44307
+ /**
44308
+ * selecNext
44309
+ * @desc:下步节点变化时更新数据
44310
+ * @author liufan
44311
+ * @param {String} val 当前选中值
44312
+ * @date 2022年5月25日
44308
44313
  **/
44309
44314
  selecNext: function selecNext(val, type, isDef) {
44310
44315
  var _this23 = this;
@@ -44413,11 +44418,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44413
44418
  if (isDef !== true) this.getNodeInfo();
44414
44419
  },
44415
44420
 
44416
- /**
44417
- * isMultiple
44418
- * @desc:是否多选
44419
- * @author liufan
44420
- * @date 2022年9月13日
44421
+ /**
44422
+ * isMultiple
44423
+ * @desc:是否多选
44424
+ * @author liufan
44425
+ * @date 2022年9月13日
44421
44426
  **/
44422
44427
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
44423
44428
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -44449,11 +44454,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44449
44454
  }
44450
44455
  },
44451
44456
 
44452
- /**
44453
- * getHedInfo
44454
- * @desc:获取审核页面数据
44455
- * @author liufan
44456
- * @date 2022年5月25日
44457
+ /**
44458
+ * getHedInfo
44459
+ * @desc:获取审核页面数据
44460
+ * @author liufan
44461
+ * @date 2022年5月25日
44457
44462
  **/
44458
44463
  getHedInfo: function getHedInfo() {
44459
44464
  var _this24 = this;
@@ -44689,13 +44694,13 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44689
44694
  });
44690
44695
  },
44691
44696
 
44692
- /**
44693
- * closeProcess
44694
- * @desc:关闭弹窗
44695
- * @author liufan
44696
- * @param {boolean} val 当前是否办理流程
44697
- * @param {String} type 当前点击的弹窗类型
44698
- * @date 2022年5月25日
44697
+ /**
44698
+ * closeProcess
44699
+ * @desc:关闭弹窗
44700
+ * @author liufan
44701
+ * @param {boolean} val 当前是否办理流程
44702
+ * @param {String} type 当前点击的弹窗类型
44703
+ * @date 2022年5月25日
44699
44704
  **/
44700
44705
  closeProcess: function closeProcess(val, type, closeParent) {
44701
44706
  if (closeParent) {
@@ -44712,23 +44717,23 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44712
44717
  }
44713
44718
  },
44714
44719
 
44715
- /**
44716
- * selectChange
44717
- * @desc:常用语选择
44718
- * @author liufan
44719
- * @param {String} val 选中值
44720
- * @date 2022年5月25日
44720
+ /**
44721
+ * selectChange
44722
+ * @desc:常用语选择
44723
+ * @author liufan
44724
+ * @param {String} val 选中值
44725
+ * @date 2022年5月25日
44721
44726
  **/
44722
44727
  selectChange: function selectChange(val) {
44723
44728
  this.value = val;
44724
44729
  },
44725
44730
 
44726
- /**
44727
- * upDate
44728
- * @desc:修改常用语
44729
- * @author liufan
44730
- * @param {Object} val 修改值
44731
- * @date 2022年5月25日
44731
+ /**
44732
+ * upDate
44733
+ * @desc:修改常用语
44734
+ * @author liufan
44735
+ * @param {Object} val 修改值
44736
+ * @date 2022年5月25日
44732
44737
  **/
44733
44738
  upDate: function upDate(val) {
44734
44739
  this.FormData.id = val.id;
@@ -44736,11 +44741,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44736
44741
  },
44737
44742
 
44738
44743
 
44739
- /**
44740
- * getProcess
44741
- * @desc:获取选择流程
44742
- * @author liufan
44743
- * @date 2022年5月25日
44744
+ /**
44745
+ * getProcess
44746
+ * @desc:获取选择流程
44747
+ * @author liufan
44748
+ * @date 2022年5月25日
44744
44749
  **/
44745
44750
  getProcess: function getProcess() {
44746
44751
  var _this25 = this;
@@ -44794,11 +44799,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44794
44799
  });
44795
44800
  },
44796
44801
 
44797
- /**
44798
- * getPendedhistoryList
44799
- * @desc:获取流程列表
44800
- * @author liufan
44801
- * @date 2022年5月25日
44802
+ /**
44803
+ * getPendedhistoryList
44804
+ * @desc:获取流程列表
44805
+ * @author liufan
44806
+ * @date 2022年5月25日
44802
44807
  **/
44803
44808
  getPendedhistoryList: function getPendedhistoryList() {
44804
44809
  var _this26 = this;
@@ -44830,12 +44835,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44830
44835
  },
44831
44836
 
44832
44837
  // 提交流程
44833
- /**
44834
- * subProcess
44835
- * @desc:提交流程
44836
- * @author liufan
44837
- * @param {String} formName 当前form表单ref值
44838
- * @date 2022年5月25日
44838
+ /**
44839
+ * subProcess
44840
+ * @desc:提交流程
44841
+ * @author liufan
44842
+ * @param {String} formName 当前form表单ref值
44843
+ * @date 2022年5月25日
44839
44844
  **/
44840
44845
  subProcess: function subProcess(val) {
44841
44846
  var _this27 = this;
@@ -48430,11 +48435,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48430
48435
  });
48431
48436
  },
48432
48437
 
48433
- /**
48434
- * saveInfo
48435
- * @desc:暂存
48436
- * @author liufan
48437
- * @date 2022年9月9日
48438
+ /**
48439
+ * saveInfo
48440
+ * @desc:暂存
48441
+ * @author liufan
48442
+ * @date 2022年9月9日
48438
48443
  **/
48439
48444
  saveInfo: function saveInfo(type, btn) {
48440
48445
  var _this11 = this;
@@ -48496,11 +48501,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48496
48501
  });
48497
48502
  },
48498
48503
 
48499
- /**
48500
- * rejectBtn
48501
- * @desc:点击驳回
48502
- * @author liufan
48503
- * @date 2022年5月25日
48504
+ /**
48505
+ * rejectBtn
48506
+ * @desc:点击驳回
48507
+ * @author liufan
48508
+ * @date 2022年5月25日
48504
48509
  **/
48505
48510
  rejectBtn: function rejectBtn() {
48506
48511
  var _this13 = this;
@@ -48518,11 +48523,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48518
48523
  }
48519
48524
  },
48520
48525
 
48521
- /**
48522
- * taskReadBtn
48523
- * @desc:点击分阅
48524
- * @author liufan
48525
- * @date 2022年5月25日
48526
+ /**
48527
+ * taskReadBtn
48528
+ * @desc:点击分阅
48529
+ * @author liufan
48530
+ * @date 2022年5月25日
48526
48531
  **/
48527
48532
  taskReadBtn: function taskReadBtn() {
48528
48533
  var _this14 = this;
@@ -48541,11 +48546,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48541
48546
  }
48542
48547
  },
48543
48548
 
48544
- /**
48545
- * getFind
48546
- * @desc:获取通知方式
48547
- * @author liufan
48548
- * @date 2022年5月25日
48549
+ /**
48550
+ * getFind
48551
+ * @desc:获取通知方式
48552
+ * @author liufan
48553
+ * @date 2022年5月25日
48549
48554
  **/
48550
48555
  getFind: function getFind() {
48551
48556
  var _this15 = this;
@@ -48611,12 +48616,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48611
48616
  });
48612
48617
  },
48613
48618
 
48614
- /**
48615
- * endFlows
48616
- * @desc:直接办结
48617
- * @author liufan
48618
- * @param {Object} res 直接办结数据
48619
- * @date 2022年5月25日
48619
+ /**
48620
+ * endFlows
48621
+ * @desc:直接办结
48622
+ * @author liufan
48623
+ * @param {Object} res 直接办结数据
48624
+ * @date 2022年5月25日
48620
48625
  **/
48621
48626
  endFlows: function endFlows(res) {
48622
48627
  var _this17 = this;
@@ -48671,12 +48676,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48671
48676
  }).catch(function (e) {});
48672
48677
  },
48673
48678
 
48674
- /**
48675
- * goView
48676
- * @desc:更多流程按钮操作
48677
- * @author liufan
48678
- * @param {Object} res 当前点击操作按钮数据
48679
- * @date 2022年5月25日
48679
+ /**
48680
+ * goView
48681
+ * @desc:更多流程按钮操作
48682
+ * @author liufan
48683
+ * @param {Object} res 当前点击操作按钮数据
48684
+ * @date 2022年5月25日
48680
48685
  **/
48681
48686
  goView: function goView(res) {
48682
48687
  // 驳回并办结:rejectAndEndHtml
@@ -48763,11 +48768,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48763
48768
  // isCanStartSubFlow
48764
48769
  },
48765
48770
 
48766
- /**
48767
- * toTakeAdvice
48768
- * @desc:征求意见
48769
- * @author liufan
48770
- * @date 2022年9月29日
48771
+ /**
48772
+ * toTakeAdvice
48773
+ * @desc:征求意见
48774
+ * @author liufan
48775
+ * @date 2022年9月29日
48771
48776
  **/
48772
48777
  toTakeAdvice: function toTakeAdvice(res) {
48773
48778
  var _this19 = this;
@@ -48811,11 +48816,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48811
48816
  });
48812
48817
  },
48813
48818
 
48814
- /**
48815
- * toStartDraf
48816
- * @desc: 稿件递送、联合审核、复核
48817
- * @author liufan
48818
- * @date 2022年9月29日
48819
+ /**
48820
+ * toStartDraf
48821
+ * @desc: 稿件递送、联合审核、复核
48822
+ * @author liufan
48823
+ * @date 2022年9月29日
48819
48824
  **/
48820
48825
  toStartDraf: function toStartDraf(res) {
48821
48826
  var _this21 = this;
@@ -48829,11 +48834,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48829
48834
  }
48830
48835
  },
48831
48836
 
48832
- /**
48833
- * toSendMsg
48834
- * @desc:核稿通知
48835
- * @author liufan
48836
- * @date 2022年9月29日
48837
+ /**
48838
+ * toSendMsg
48839
+ * @desc:核稿通知
48840
+ * @author liufan
48841
+ * @date 2022年9月29日
48837
48842
  **/
48838
48843
  toSendMsg: function toSendMsg(res) {
48839
48844
  var _this22 = this;
@@ -48847,11 +48852,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48847
48852
  }
48848
48853
  },
48849
48854
 
48850
- /**
48851
- * toTaskReadAndEnd
48852
- * @desc:分阅并办结
48853
- * @author liufan
48854
- * @date 2022年9月29日
48855
+ /**
48856
+ * toTaskReadAndEnd
48857
+ * @desc:分阅并办结
48858
+ * @author liufan
48859
+ * @date 2022年9月29日
48855
48860
  **/
48856
48861
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
48857
48862
  var _this23 = this;
@@ -48869,11 +48874,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48869
48874
  }
48870
48875
  },
48871
48876
 
48872
- /**
48873
- * rejectAndEnd
48874
- * @desc:驳回并办结
48875
- * @author liufan
48876
- * @date 2022年9月29日
48877
+ /**
48878
+ * rejectAndEnd
48879
+ * @desc:驳回并办结
48880
+ * @author liufan
48881
+ * @date 2022年9月29日
48877
48882
  **/
48878
48883
  rejectAndEnd: function rejectAndEnd(res) {
48879
48884
  var _this24 = this;
@@ -48929,11 +48934,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48929
48934
  });
48930
48935
  },
48931
48936
 
48932
- /**
48933
- * toTransfer
48934
- * @desc:转办
48935
- * @author liufan
48936
- * @date 2022年9月29日
48937
+ /**
48938
+ * toTransfer
48939
+ * @desc:转办
48940
+ * @author liufan
48941
+ * @date 2022年9月29日
48937
48942
  **/
48938
48943
  toTransfer: function toTransfer(res) {
48939
48944
  var _this26 = this;
@@ -48952,11 +48957,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48952
48957
  this.nextNode.customLimitTime = val;
48953
48958
  },
48954
48959
 
48955
- /**
48956
- * getNodeInfo
48957
- * @desc:获取节点信息
48958
- * @author liufan
48959
- * @date 2022年5月25日
48960
+ /**
48961
+ * getNodeInfo
48962
+ * @desc:获取节点信息
48963
+ * @author liufan
48964
+ * @date 2022年5月25日
48960
48965
  **/
48961
48966
  getNodeInfo: function getNodeInfo() {
48962
48967
  var _this27 = this;
@@ -49063,12 +49068,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
49063
49068
  });
49064
49069
  },
49065
49070
 
49066
- /**
49067
- * selecNext
49068
- * @desc:下步节点变化时更新数据
49069
- * @author liufan
49070
- * @param {String} val 当前选中值
49071
- * @date 2022年5月25日
49071
+ /**
49072
+ * selecNext
49073
+ * @desc:下步节点变化时更新数据
49074
+ * @author liufan
49075
+ * @param {String} val 当前选中值
49076
+ * @date 2022年5月25日
49072
49077
  **/
49073
49078
  selecNext: function selecNext(val, type, isDef) {
49074
49079
  var _this28 = this;
@@ -49200,11 +49205,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
49200
49205
  this.getNodeInfo();
49201
49206
  },
49202
49207
 
49203
- /**
49204
- * isMultiple
49205
- * @desc:是否多选
49206
- * @author liufan
49207
- * @date 2022年9月13日
49208
+ /**
49209
+ * isMultiple
49210
+ * @desc:是否多选
49211
+ * @author liufan
49212
+ * @date 2022年9月13日
49208
49213
  **/
49209
49214
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
49210
49215
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -49236,11 +49241,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
49236
49241
  }
49237
49242
  },
49238
49243
 
49239
- /**
49240
- * getHedInfo
49241
- * @desc:获取审核页面数据
49242
- * @author liufan
49243
- * @date 2022年5月25日
49244
+ /**
49245
+ * getHedInfo
49246
+ * @desc:获取审核页面数据
49247
+ * @author liufan
49248
+ * @date 2022年5月25日
49244
49249
  **/
49245
49250
  getHedInfo: function getHedInfo() {
49246
49251
  var _this29 = this;
@@ -49544,13 +49549,13 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
49544
49549
  });
49545
49550
  },
49546
49551
 
49547
- /**
49548
- * closeProcess
49549
- * @desc:关闭弹窗
49550
- * @author liufan
49551
- * @param {boolean} val 当前是否办理流程
49552
- * @param {String} type 当前点击的弹窗类型
49553
- * @date 2022年5月25日
49552
+ /**
49553
+ * closeProcess
49554
+ * @desc:关闭弹窗
49555
+ * @author liufan
49556
+ * @param {boolean} val 当前是否办理流程
49557
+ * @param {String} type 当前点击的弹窗类型
49558
+ * @date 2022年5月25日
49554
49559
  **/
49555
49560
  closeProcess: function closeProcess(val, type, closeParent) {
49556
49561
  if (this.closeParent && !this.startFlowPageEmbeddedIntoStartFlowIndex) {
@@ -49570,23 +49575,23 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
49570
49575
  }
49571
49576
  },
49572
49577
 
49573
- /**
49574
- * selectChange
49575
- * @desc:常用语选择
49576
- * @author liufan
49577
- * @param {String} val 选中值
49578
- * @date 2022年5月25日
49578
+ /**
49579
+ * selectChange
49580
+ * @desc:常用语选择
49581
+ * @author liufan
49582
+ * @param {String} val 选中值
49583
+ * @date 2022年5月25日
49579
49584
  **/
49580
49585
  selectChange: function selectChange(val) {
49581
49586
  this.value = val;
49582
49587
  },
49583
49588
 
49584
- /**
49585
- * upDate
49586
- * @desc:修改常用语
49587
- * @author liufan
49588
- * @param {Object} val 修改值
49589
- * @date 2022年5月25日
49589
+ /**
49590
+ * upDate
49591
+ * @desc:修改常用语
49592
+ * @author liufan
49593
+ * @param {Object} val 修改值
49594
+ * @date 2022年5月25日
49590
49595
  **/
49591
49596
  upDate: function upDate(val) {
49592
49597
  this.FormData.id = val.id;
@@ -49594,11 +49599,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
49594
49599
  },
49595
49600
 
49596
49601
 
49597
- /**
49598
- * getProcess
49599
- * @desc:获取选择流程
49600
- * @author liufan
49601
- * @date 2022年5月25日
49602
+ /**
49603
+ * getProcess
49604
+ * @desc:获取选择流程
49605
+ * @author liufan
49606
+ * @date 2022年5月25日
49602
49607
  **/
49603
49608
  getProcess: function getProcess(val) {
49604
49609
  var _this30 = this;
@@ -49658,11 +49663,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
49658
49663
  });
49659
49664
  },
49660
49665
 
49661
- /**
49662
- * getPendedhistoryList
49663
- * @desc:获取流程列表
49664
- * @author liufan
49665
- * @date 2022年5月25日
49666
+ /**
49667
+ * getPendedhistoryList
49668
+ * @desc:获取流程列表
49669
+ * @author liufan
49670
+ * @date 2022年5月25日
49666
49671
  **/
49667
49672
  getPendedhistoryList: function getPendedhistoryList() {
49668
49673
  var _this31 = this;
@@ -49730,12 +49735,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
49730
49735
  },
49731
49736
 
49732
49737
  // 提交流程
49733
- /**
49734
- * subProcess
49735
- * @desc:提交流程
49736
- * @author liufan
49737
- * @param {String} formName 当前form表单ref值
49738
- * @date 2022年5月25日
49738
+ /**
49739
+ * subProcess
49740
+ * @desc:提交流程
49741
+ * @author liufan
49742
+ * @param {String} formName 当前form表单ref值
49743
+ * @date 2022年5月25日
49739
49744
  **/
49740
49745
  subProcess: function subProcess(val, type) {
49741
49746
  var _this33 = this;
@@ -50108,8 +50113,8 @@ flow_src_main.install = function (Vue) {
50108
50113
  };
50109
50114
 
50110
50115
  /* harmony default export */ var packages_flow = (flow_src_main);
50111
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow-group/src/main.vue?vue&type=template&id=023333c1&
50112
- var mainvue_type_template_id_023333c1_render = function () {
50116
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow-group/src/main.vue?vue&type=template&id=74385e49&
50117
+ var mainvue_type_template_id_74385e49_render = function () {
50113
50118
  var _vm = this
50114
50119
  var _h = _vm.$createElement
50115
50120
  var _c = _vm._self._c || _h
@@ -51371,11 +51376,11 @@ var mainvue_type_template_id_023333c1_render = function () {
51371
51376
  2
51372
51377
  )
51373
51378
  }
51374
- var mainvue_type_template_id_023333c1_staticRenderFns = []
51375
- mainvue_type_template_id_023333c1_render._withStripped = true
51379
+ var mainvue_type_template_id_74385e49_staticRenderFns = []
51380
+ mainvue_type_template_id_74385e49_render._withStripped = true
51376
51381
 
51377
51382
 
51378
- // CONCATENATED MODULE: ./packages/flow-group/src/main.vue?vue&type=template&id=023333c1&
51383
+ // CONCATENATED MODULE: ./packages/flow-group/src/main.vue?vue&type=template&id=74385e49&
51379
51384
 
51380
51385
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow-group/src/main.vue?vue&type=script&lang=js&
51381
51386
  var flow_group_src_mainvue_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; };
@@ -51847,6 +51852,7 @@ var flow_group_src_mainvue_type_script_lang_js_extends = Object.assign || functi
51847
51852
  default: '0'
51848
51853
  },
51849
51854
  contents: Array,
51855
+ closeWindow: Boolean,
51850
51856
  closeDialog: {
51851
51857
  type: Boolean,
51852
51858
  default: true
@@ -52048,7 +52054,13 @@ var flow_group_src_mainvue_type_script_lang_js_extends = Object.assign || functi
52048
52054
  this.$emit('endMessageChange', val);
52049
52055
  },
52050
52056
  handleSuccess: function handleSuccess() {
52051
- if (this.closeDialog && this.esDialog) {
52057
+ var windowOpenConfig = sessionStorage.getItem('windowOpenConfig');
52058
+ if (this.closeWindow && windowOpenConfig) {
52059
+ utils_util.busEmit(this, flow_group_src_mainvue_type_script_lang_js_extends({
52060
+ method: 'windowClose'
52061
+ }, JSON.parse(windowOpenConfig)));
52062
+ utils_util.win.top.windowClose(JSON.parse(windowOpenConfig));
52063
+ } else if (this.closeDialog && this.esDialog) {
52052
52064
  this.esDialog.handleClose();
52053
52065
  } else if (utils_util.win.top.COOS_SDK) {
52054
52066
  utils_util.win.top.COOS_SDK.closePopup && utils_util.win.top.COOS_SDK.closePopup();
@@ -52061,7 +52073,13 @@ var flow_group_src_mainvue_type_script_lang_js_extends = Object.assign || functi
52061
52073
  this.$emit('success');
52062
52074
  },
52063
52075
  handleSave: function handleSave(id, event) {
52064
- if (this.closeDialog && this.esDialog) {
52076
+ var windowOpenConfig = sessionStorage.getItem('windowOpenConfig');
52077
+ if (this.closeWindow && windowOpenConfig) {
52078
+ utils_util.busEmit(this, flow_group_src_mainvue_type_script_lang_js_extends({
52079
+ method: 'windowClose'
52080
+ }, JSON.parse(windowOpenConfig)));
52081
+ utils_util.win.top.windowClose(JSON.parse(windowOpenConfig));
52082
+ } else if (this.closeDialog && this.esDialog) {
52065
52083
  this.esDialog.handleClose();
52066
52084
  } else if (utils_util.win.top.COOS_SDK) {
52067
52085
  utils_util.win.top.COOS_SDK.closePopup && utils_util.win.top.COOS_SDK.closePopup();
@@ -52092,8 +52110,8 @@ var flow_group_src_mainvue_type_script_lang_js_extends = Object.assign || functi
52092
52110
 
52093
52111
  var flow_group_src_main_component = normalizeComponent(
52094
52112
  packages_flow_group_src_mainvue_type_script_lang_js_,
52095
- mainvue_type_template_id_023333c1_render,
52096
- mainvue_type_template_id_023333c1_staticRenderFns,
52113
+ mainvue_type_template_id_74385e49_render,
52114
+ mainvue_type_template_id_74385e49_staticRenderFns,
52097
52115
  false,
52098
52116
  null,
52099
52117
  null,
@@ -53560,12 +53578,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
53560
53578
  }
53561
53579
  },
53562
53580
 
53563
- /**
53564
- * handleFormSubmit
53565
- * @desc:删除节点点击事件
53566
- * @param {Object} formData 点击删除的form数据
53567
- * @author liufan
53568
- * @date 2022年11月29日
53581
+ /**
53582
+ * handleFormSubmit
53583
+ * @desc:删除节点点击事件
53584
+ * @param {Object} formData 点击删除的form数据
53585
+ * @author liufan
53586
+ * @date 2022年11月29日
53569
53587
  **/
53570
53588
  handleFormSubmit: function handleFormSubmit(formData) {
53571
53589
  var _this9 = this;
@@ -53601,12 +53619,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
53601
53619
  });
53602
53620
  },
53603
53621
 
53604
- /**
53605
- * del
53606
- * @desc:展示删除弹窗
53607
- * @param {String} id 当前点击数据id
53608
- * @author liufan
53609
- * @date 2022年11月29日
53622
+ /**
53623
+ * del
53624
+ * @desc:展示删除弹窗
53625
+ * @param {String} id 当前点击数据id
53626
+ * @author liufan
53627
+ * @date 2022年11月29日
53610
53628
  **/
53611
53629
  del: function del(id, type) {
53612
53630
  this.modalType = type;
@@ -53614,36 +53632,36 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
53614
53632
  this.showDel = true;
53615
53633
  },
53616
53634
 
53617
- /**
53618
- * handleCurrentChange
53619
- * @desc:监听页码变化
53620
- * @param {String} val 当前页
53621
- * @author liufan
53622
- * @date 2022年11月29日
53635
+ /**
53636
+ * handleCurrentChange
53637
+ * @desc:监听页码变化
53638
+ * @param {String} val 当前页
53639
+ * @author liufan
53640
+ * @date 2022年11月29日
53623
53641
  **/
53624
53642
  handleCurrentChange: function handleCurrentChange(val) {
53625
53643
  this.currentPage = val;
53626
53644
  this.getPressList();
53627
53645
  },
53628
53646
 
53629
- /**
53630
- * handleSizeChange
53631
- * @desc:监听每页数据显示数量变化
53632
- * @param {String} val 每页展示数量
53633
- * @author liufan
53634
- * @date 2022年11月29日
53647
+ /**
53648
+ * handleSizeChange
53649
+ * @desc:监听每页数据显示数量变化
53650
+ * @param {String} val 每页展示数量
53651
+ * @author liufan
53652
+ * @date 2022年11月29日
53635
53653
  **/
53636
53654
  handleSizeChange: function handleSizeChange(val) {
53637
53655
  this.pageSize = val;
53638
53656
  this.getPressList();
53639
53657
  },
53640
53658
 
53641
- /**
53642
- * sortChange
53643
- * @desc:监听排序变化
53644
- * @param {Object} info 需要排序的字段及排序方式
53645
- * @author liufan
53646
- * @date 2022年11月29日
53659
+ /**
53660
+ * sortChange
53661
+ * @desc:监听排序变化
53662
+ * @param {Object} info 需要排序的字段及排序方式
53663
+ * @author liufan
53664
+ * @date 2022年11月29日
53647
53665
  **/
53648
53666
  sortChange: function sortChange(info) {
53649
53667
  var prop = info.prop,
@@ -53654,11 +53672,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
53654
53672
  this.getPressList();
53655
53673
  },
53656
53674
 
53657
- /**
53658
- * getPressList
53659
- * @desc:催办列表数据
53660
- * @author liufan
53661
- * @date 2022年11月29日
53675
+ /**
53676
+ * getPressList
53677
+ * @desc:催办列表数据
53678
+ * @author liufan
53679
+ * @date 2022年11月29日
53662
53680
  **/
53663
53681
  getPressList: function getPressList() {
53664
53682
  var _this10 = this;
@@ -53688,12 +53706,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
53688
53706
  });
53689
53707
  },
53690
53708
 
53691
- /**
53692
- * goPress
53693
- * @desc:催办列表查看
53694
- * @param {String} id 催办列表id
53695
- * @author liufan
53696
- * @date 2022年11月29日
53709
+ /**
53710
+ * goPress
53711
+ * @desc:催办列表查看
53712
+ * @param {String} id 催办列表id
53713
+ * @author liufan
53714
+ * @date 2022年11月29日
53697
53715
  **/
53698
53716
  goPress: function goPress(id) {
53699
53717
  this.historyId = id;
@@ -53701,23 +53719,23 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
53701
53719
  this.getPressList();
53702
53720
  },
53703
53721
 
53704
- /**
53705
- * showFile
53706
- * @desc:附件查看
53707
- * @param {String} ownId 附件id
53708
- * @author liufan
53709
- * @date 2022年11月29日
53722
+ /**
53723
+ * showFile
53724
+ * @desc:附件查看
53725
+ * @param {String} ownId 附件id
53726
+ * @author liufan
53727
+ * @date 2022年11月29日
53710
53728
  **/
53711
53729
  showFile: function showFile(ownId) {
53712
53730
  this.wfpendingid = ownId;
53713
53731
  this.showFileList = true;
53714
53732
  },
53715
53733
 
53716
- /**
53717
- * handleChange
53718
- * @desc:切换排序方式
53719
- * @author liufan
53720
- * @date 2022年11月22日
53734
+ /**
53735
+ * handleChange
53736
+ * @desc:切换排序方式
53737
+ * @author liufan
53738
+ * @date 2022年11月22日
53721
53739
  **/
53722
53740
  handleChange: function handleChange(key, value) {
53723
53741
  if (value) {
@@ -53767,11 +53785,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
53767
53785
  }))();
53768
53786
  },
53769
53787
 
53770
- /**
53771
- * getFlowList
53772
- * @desc:获取流程列表
53773
- * @author liufan
53774
- * @date 2022年11月22日
53788
+ /**
53789
+ * getFlowList
53790
+ * @desc:获取流程列表
53791
+ * @author liufan
53792
+ * @date 2022年11月22日
53775
53793
  **/
53776
53794
  getFlowList: function getFlowList(type) {
53777
53795
  var _this12 = this;
@@ -53845,12 +53863,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
53845
53863
  });
53846
53864
  },
53847
53865
 
53848
- /**
53849
- * handleClick
53850
- * @desc:表单点击事件
53851
- * @param {Object} val 当前点击行数据及按钮
53852
- * @author liufan
53853
- * @date 2022年11月10日
53866
+ /**
53867
+ * handleClick
53868
+ * @desc:表单点击事件
53869
+ * @param {Object} val 当前点击行数据及按钮
53870
+ * @author liufan
53871
+ * @date 2022年11月10日
53854
53872
  **/
53855
53873
  handleClick: function handleClick(val) {
53856
53874
  var _this13 = this;
@@ -53896,13 +53914,13 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
53896
53914
  }
53897
53915
  },
53898
53916
 
53899
- /**
53900
- * getCodeValue
53901
- * @desc:获取代码表过滤后的值
53902
- * @param {String} value 展示数据的代码值
53903
- * @param {String} type 代码表类型
53904
- * @author liufan
53905
- * @date 2022年11月10日
53917
+ /**
53918
+ * getCodeValue
53919
+ * @desc:获取代码表过滤后的值
53920
+ * @param {String} value 展示数据的代码值
53921
+ * @param {String} type 代码表类型
53922
+ * @author liufan
53923
+ * @date 2022年11月10日
53906
53924
  **/
53907
53925
  getCodeValue: function getCodeValue(value, type) {
53908
53926
  var val = this[type].filter(function (item) {
@@ -53911,12 +53929,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
53911
53929
  return val[0].shortName;
53912
53930
  },
53913
53931
 
53914
- /**
53915
- * getSysInfo
53916
- * @desc:获取代码表
53917
- * @param {String} code 编码code值
53918
- * @author liufan
53919
- * @date 2022年11月10日
53932
+ /**
53933
+ * getSysInfo
53934
+ * @desc:获取代码表
53935
+ * @param {String} code 编码code值
53936
+ * @author liufan
53937
+ * @date 2022年11月10日
53920
53938
  **/
53921
53939
  getSysInfo: function getSysInfo(code) {
53922
53940
  var _this14 = this;
@@ -53938,11 +53956,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
53938
53956
  }).catch(function (e) {});
53939
53957
  },
53940
53958
 
53941
- /**
53942
- * getListInfo
53943
- * @desc:获取预设列表数据
53944
- * @author liufan
53945
- * @date 2022年11月10日
53959
+ /**
53960
+ * getListInfo
53961
+ * @desc:获取预设列表数据
53962
+ * @author liufan
53963
+ * @date 2022年11月10日
53946
53964
  **/
53947
53965
  getListInfo: function getListInfo() {
53948
53966
  var _this15 = this;
@@ -60463,8 +60481,8 @@ login_src_main.install = function (Vue) {
60463
60481
  };
60464
60482
 
60465
60483
  /* harmony default export */ var login = (login_src_main);
60466
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/main.vue?vue&type=template&id=431974fc&
60467
- var mainvue_type_template_id_431974fc_render = function () {
60484
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/main.vue?vue&type=template&id=02fe8fea&
60485
+ var mainvue_type_template_id_02fe8fea_render = function () {
60468
60486
  var _vm = this
60469
60487
  var _h = _vm.$createElement
60470
60488
  var _c = _vm._self._c || _h
@@ -60584,14 +60602,14 @@ var mainvue_type_template_id_431974fc_render = function () {
60584
60602
  )
60585
60603
  : _vm._e()
60586
60604
  }
60587
- var mainvue_type_template_id_431974fc_staticRenderFns = []
60588
- mainvue_type_template_id_431974fc_render._withStripped = true
60605
+ var mainvue_type_template_id_02fe8fea_staticRenderFns = []
60606
+ mainvue_type_template_id_02fe8fea_render._withStripped = true
60589
60607
 
60590
60608
 
60591
- // CONCATENATED MODULE: ./packages/main/src/main.vue?vue&type=template&id=431974fc&
60609
+ // CONCATENATED MODULE: ./packages/main/src/main.vue?vue&type=template&id=02fe8fea&
60592
60610
 
60593
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/simplicity/index.vue?vue&type=template&id=129bf7fd&scoped=true&
60594
- var simplicityvue_type_template_id_129bf7fd_scoped_true_render = function () {
60611
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/simplicity/index.vue?vue&type=template&id=c0669294&scoped=true&
60612
+ var simplicityvue_type_template_id_c0669294_scoped_true_render = function () {
60595
60613
  var _vm = this
60596
60614
  var _h = _vm.$createElement
60597
60615
  var _c = _vm._self._c || _h
@@ -61355,11 +61373,11 @@ var simplicityvue_type_template_id_129bf7fd_scoped_true_render = function () {
61355
61373
  ),
61356
61374
  ])
61357
61375
  }
61358
- var simplicityvue_type_template_id_129bf7fd_scoped_true_staticRenderFns = []
61359
- simplicityvue_type_template_id_129bf7fd_scoped_true_render._withStripped = true
61376
+ var simplicityvue_type_template_id_c0669294_scoped_true_staticRenderFns = []
61377
+ simplicityvue_type_template_id_c0669294_scoped_true_render._withStripped = true
61360
61378
 
61361
61379
 
61362
- // CONCATENATED MODULE: ./packages/main/src/simplicity/index.vue?vue&type=template&id=129bf7fd&scoped=true&
61380
+ // CONCATENATED MODULE: ./packages/main/src/simplicity/index.vue?vue&type=template&id=c0669294&scoped=true&
61363
61381
 
61364
61382
  // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/simplicity/avatar.vue?vue&type=template&id=e722b45c&scoped=true&
61365
61383
  var avatarvue_type_template_id_e722b45c_scoped_true_render = function () {
@@ -63416,10 +63434,10 @@ appsvue_type_template_id_f094d33e_scoped_true_render._withStripped = true
63416
63434
  this.$emit('click', res);
63417
63435
  },
63418
63436
 
63419
- /**
63420
- * @desc:获取气泡提醒
63421
- * @author huangbo
63422
- * @date 2024年9月7日
63437
+ /**
63438
+ * @desc:获取气泡提醒
63439
+ * @author huangbo
63440
+ * @date 2024年9月7日
63423
63441
  **/
63424
63442
  getBadge: function getBadge(res) {
63425
63443
  var num = res.tips || 0;
@@ -67720,10 +67738,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
67720
67738
  this.$refs.user.handleSelect(res);
67721
67739
  },
67722
67740
 
67723
- /**
67724
- * @desc:匹配路由
67725
- * @author huangbo
67726
- * @date 2024年9月7日
67741
+ /**
67742
+ * @desc:匹配路由
67743
+ * @author huangbo
67744
+ * @date 2024年9月7日
67727
67745
  **/
67728
67746
  hasRouter: function hasRouter(res, url, code) {
67729
67747
  if (!url) {
@@ -67767,10 +67785,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
67767
67785
  return false;
67768
67786
  },
67769
67787
 
67770
- /**
67771
- * @desc:获取初始数据
67772
- * @author huangbo
67773
- * @date 2024年9月7日
67788
+ /**
67789
+ * @desc:获取初始数据
67790
+ * @author huangbo
67791
+ * @date 2024年9月7日
67774
67792
  **/
67775
67793
  init: function init(results, first) {
67776
67794
  this.setConfig(results);
@@ -67779,10 +67797,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
67779
67797
  }
67780
67798
  },
67781
67799
 
67782
- /**
67783
- * @desc:设置用户配置及信息
67784
- * @author huangbo
67785
- * @date 2024年9月7日
67800
+ /**
67801
+ * @desc:设置用户配置及信息
67802
+ * @author huangbo
67803
+ * @date 2024年9月7日
67786
67804
  **/
67787
67805
  setConfig: function setConfig(results) {
67788
67806
  localStorage.setItem('mainConfig', JSON.stringify(results));
@@ -67946,10 +67964,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
67946
67964
  }
67947
67965
  },
67948
67966
 
67949
- /**
67950
- * @desc:获取所有应用
67951
- * @author huangbo
67952
- * @date 2024年9月7日
67967
+ /**
67968
+ * @desc:获取所有应用
67969
+ * @author huangbo
67970
+ * @date 2024年9月7日
67953
67971
  **/
67954
67972
  getApplications: function getApplications() {
67955
67973
  var _this2 = this;
@@ -67997,10 +68015,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
67997
68015
  });
67998
68016
  },
67999
68017
 
68000
- /**
68001
- * @desc:获取菜单列表
68002
- * @author huangbo
68003
- * @date 2024年9月7日
68018
+ /**
68019
+ * @desc:获取菜单列表
68020
+ * @author huangbo
68021
+ * @date 2024年9月7日
68004
68022
  **/
68005
68023
  getMenus: function getMenus(loading) {
68006
68024
  var _this3 = this;
@@ -68033,10 +68051,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68033
68051
  });
68034
68052
  },
68035
68053
 
68036
- /**
68037
- * @desc:处理菜单列表
68038
- * @author huangbo
68039
- * @date 2024年9月7日
68054
+ /**
68055
+ * @desc:处理菜单列表
68056
+ * @author huangbo
68057
+ * @date 2024年9月7日
68040
68058
  **/
68041
68059
  renderMenus: function renderMenus(res) {
68042
68060
  this.menus = res;
@@ -68132,10 +68150,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68132
68150
  }
68133
68151
  },
68134
68152
 
68135
- /**
68136
- * @desc:设置页面加载类型
68137
- * @author huangbo
68138
- * @date 2024年9月7日
68153
+ /**
68154
+ * @desc:设置页面加载类型
68155
+ * @author huangbo
68156
+ * @date 2024年9月7日
68139
68157
  **/
68140
68158
  setIframeType: function setIframeType(res) {
68141
68159
  var url = res.url;
@@ -68191,10 +68209,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68191
68209
  return res;
68192
68210
  },
68193
68211
 
68194
- /**
68195
- * @desc:获取菜单
68196
- * @author huangbo
68197
- * @date 2024年9月7日
68212
+ /**
68213
+ * @desc:获取菜单
68214
+ * @author huangbo
68215
+ * @date 2024年9月7日
68198
68216
  **/
68199
68217
  getMenu: function getMenu(menus, res, key) {
68200
68218
  if (Array.isArray(menus)) {
@@ -68223,10 +68241,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68223
68241
  return false;
68224
68242
  },
68225
68243
 
68226
- /**
68227
- * @desc:获取菜单第一条数据
68228
- * @author huangbo
68229
- * @date 2024年9月7日
68244
+ /**
68245
+ * @desc:获取菜单第一条数据
68246
+ * @author huangbo
68247
+ * @date 2024年9月7日
68230
68248
  **/
68231
68249
  getFirst: function getFirst(obj) {
68232
68250
  if (!obj) {
@@ -68245,50 +68263,51 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68245
68263
  }
68246
68264
  },
68247
68265
 
68248
- /**
68249
- * @desc:遍历设置菜单气泡提醒
68250
- * @author huangbo
68251
- * @date 2024年9月7日
68266
+ /**
68267
+ * @desc:遍历设置菜单气泡提醒
68268
+ * @author huangbo
68269
+ * @date 2024年9月7日
68252
68270
  **/
68253
68271
  setTips: function setTips(obj) {
68254
68272
  var _this4 = this;
68255
68273
 
68274
+ if (!this.menuTips || !Object.keys(this.menuTips).length) {
68275
+ return false;
68276
+ }
68256
68277
  if (Array.isArray(obj)) {
68257
68278
  obj.forEach(function (item) {
68258
- _this4.setTips(item);
68279
+ var n = _this4.setTips(item);
68280
+ n = n ? parseInt(n) : 0;
68281
+ _this4.$set(obj, 'tips', n);
68282
+ _this4.setDot(_this4.userApps, item.appCode, n);
68283
+ _this4.setDot(_this4.applications, item.appCode, n);
68284
+ _this4.setDot(_this4.business, item.appCode, n);
68285
+ _this4.setDot(_this4.systems, item.appCode, n);
68259
68286
  });
68260
68287
  } else {
68261
- if (obj && Object.prototype.hasOwnProperty.call(obj, 'tips') && obj.tips) {
68262
- this.$set(obj, 'tips', false);
68263
- delete obj.tips;
68264
- }
68265
68288
  var flag = 0;
68266
68289
  if (obj.children && obj.children.length) {
68267
68290
  obj.children.forEach(function (item) {
68268
68291
  var n = _this4.setTips(item);
68269
68292
  flag += n ? parseInt(n) : 0;
68270
68293
  });
68271
- if (flag) {
68272
- this.$set(obj, 'tips', flag);
68273
- this.setDot(this.userApps, obj.appCode);
68274
- this.setDot(this.applications, obj.appCode);
68275
- this.setDot(this.business, obj.appCode);
68276
- this.setDot(this.systems, obj.appCode);
68277
- return flag;
68278
- }
68294
+ this.$set(obj, 'tips', flag);
68295
+ this.setDot(this.userApps, obj.appCode, flag);
68296
+ this.setDot(this.applications, obj.appCode, flag);
68297
+ this.setDot(this.business, obj.appCode, flag);
68298
+ this.setDot(this.systems, obj.appCode, flag);
68299
+ return flag;
68279
68300
  } else if (obj.fourthTabs && obj.fourthTabs.length) {
68280
68301
  obj.fourthTabs.forEach(function (item) {
68281
68302
  var n = _this4.setTips(item);
68282
68303
  flag += n ? parseInt(n) : 0;
68283
68304
  });
68284
- if (flag) {
68285
- this.$set(obj, 'tips', flag);
68286
- this.setDot(this.userApps, obj.appCode);
68287
- this.setDot(this.applications, obj.appCode);
68288
- this.setDot(this.business, obj.appCode);
68289
- this.setDot(this.systems, obj.appCode);
68290
- return flag;
68291
- }
68305
+ this.$set(obj, 'tips', flag);
68306
+ this.setDot(this.userApps, obj.appCode, flag);
68307
+ this.setDot(this.applications, obj.appCode, flag);
68308
+ this.setDot(this.business, obj.appCode, flag);
68309
+ this.setDot(this.systems, obj.appCode, flag);
68310
+ return flag;
68292
68311
  } else {
68293
68312
  var num = this.menuTips[obj.id] || this.menuTips[obj.code] || this.menuTips[obj.appCode];
68294
68313
  if (num && Number(num)) {
@@ -68302,19 +68321,22 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68302
68321
  setDot: function setDot(obj, code) {
68303
68322
  var _this5 = this;
68304
68323
 
68324
+ var flag = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : true;
68325
+
68326
+ flag = flag ? true : false;
68305
68327
  if (Array.isArray(obj)) {
68306
68328
  obj.forEach(function (item) {
68307
- _this5.setDot(item, code);
68329
+ _this5.setDot(item, code, flag);
68308
68330
  });
68309
68331
  } else if (obj.code === code) {
68310
- this.$set(obj, 'tips', true);
68332
+ this.$set(obj, 'tips', flag);
68311
68333
  }
68312
68334
  },
68313
68335
 
68314
- /**
68315
- * @desc:获取气泡提醒
68316
- * @author huangbo
68317
- * @date 2024年9月7日
68336
+ /**
68337
+ * @desc:获取气泡提醒
68338
+ * @author huangbo
68339
+ * @date 2024年9月7日
68318
68340
  **/
68319
68341
  getBadge: function getBadge(res) {
68320
68342
  var num = res.tips || 0;
@@ -68328,10 +68350,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68328
68350
  };
68329
68351
  },
68330
68352
 
68331
- /**
68332
- * @desc:开启weosocket
68333
- * @author huangbo
68334
- * @date 2024年9月7日
68353
+ /**
68354
+ * @desc:开启weosocket
68355
+ * @author huangbo
68356
+ * @date 2024年9月7日
68335
68357
  **/
68336
68358
  initWebSocket: function initWebSocket() {
68337
68359
  var _this6 = this;
@@ -68380,10 +68402,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68380
68402
  });
68381
68403
  },
68382
68404
 
68383
- /**
68384
- * @desc:显示用户信息
68385
- * @author huangbo
68386
- * @date 2024年9月7日
68405
+ /**
68406
+ * @desc:显示用户信息
68407
+ * @author huangbo
68408
+ * @date 2024年9月7日
68387
68409
  **/
68388
68410
  showUserInfo: function showUserInfo() {
68389
68411
  if (this.showUser === false) {
@@ -68391,19 +68413,19 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68391
68413
  }
68392
68414
  },
68393
68415
 
68394
- /**
68395
- * @desc:删除更多应用菜单点击
68396
- * @author huangbo
68397
- * @date 2024年9月7日
68416
+ /**
68417
+ * @desc:删除更多应用菜单点击
68418
+ * @author huangbo
68419
+ * @date 2024年9月7日
68398
68420
  **/
68399
68421
  handleDelete: function handleDelete(index) {
68400
68422
  this.newApps.splice(index, 1);
68401
68423
  },
68402
68424
 
68403
- /**
68404
- * @desc:储存更多应用菜单点击
68405
- * @author huangbo
68406
- * @date 2024年9月7日
68425
+ /**
68426
+ * @desc:储存更多应用菜单点击
68427
+ * @author huangbo
68428
+ * @date 2024年9月7日
68407
68429
  **/
68408
68430
  handlerClickApps: function handlerClickApps(res) {
68409
68431
  if (res.permission === false) {
@@ -68416,10 +68438,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68416
68438
  this.handlerClickApp(res);
68417
68439
  },
68418
68440
 
68419
- /**
68420
- * @desc:侧边应用菜单点击
68421
- * @author huangbo
68422
- * @date 2024年9月7日
68441
+ /**
68442
+ * @desc:侧边应用菜单点击
68443
+ * @author huangbo
68444
+ * @date 2024年9月7日
68423
68445
  **/
68424
68446
  handlerClickApp: function handlerClickApp(res) {
68425
68447
  this.showMsg = false;
@@ -68508,10 +68530,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68508
68530
  }
68509
68531
  },
68510
68532
 
68511
- /**
68512
- * @desc:显示Drawer界面
68513
- * @author huangbo
68514
- * @date 2024年9月7日
68533
+ /**
68534
+ * @desc:显示Drawer界面
68535
+ * @author huangbo
68536
+ * @date 2024年9月7日
68515
68537
  **/
68516
68538
  handlerSetDrawer: function handlerSetDrawer(res, type) {
68517
68539
  var direction = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : 'ltr';
@@ -68531,19 +68553,19 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68531
68553
  }
68532
68554
  },
68533
68555
 
68534
- /**
68535
- * @desc:关闭Drawer界面
68536
- * @author huangbo
68537
- * @date 2024年9月7日
68556
+ /**
68557
+ * @desc:关闭Drawer界面
68558
+ * @author huangbo
68559
+ * @date 2024年9月7日
68538
68560
  **/
68539
68561
  handleCloseDrawer: function handleCloseDrawer() {
68540
68562
  this.drawer = { visible: false };
68541
68563
  },
68542
68564
 
68543
- /**
68544
- * @desc:菜单点击
68545
- * @author huangbo
68546
- * @date 2024年9月7日
68565
+ /**
68566
+ * @desc:菜单点击
68567
+ * @author huangbo
68568
+ * @date 2024年9月7日
68547
68569
  **/
68548
68570
  handlerClickMenu: function handlerClickMenu(res) {
68549
68571
  utils_util.ajax({
@@ -68592,19 +68614,19 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68592
68614
  },
68593
68615
 
68594
68616
 
68595
- /**
68596
- * @desc:用户详情请求成功
68597
- * @author huangbo
68598
- * @date 2024年9月7日
68617
+ /**
68618
+ * @desc:用户详情请求成功
68619
+ * @author huangbo
68620
+ * @date 2024年9月7日
68599
68621
  **/
68600
68622
  handleSuccess: function handleSuccess(res) {
68601
68623
  this.simpleUserInfo = res.simpleUserInfo;
68602
68624
  },
68603
68625
 
68604
- /**
68605
- * @desc:修改用户配置
68606
- * @author huangbo
68607
- * @date 2024年9月7日
68626
+ /**
68627
+ * @desc:修改用户配置
68628
+ * @author huangbo
68629
+ * @date 2024年9月7日
68608
68630
  **/
68609
68631
  handleChangeConfig: function handleChangeConfig(name, res) {
68610
68632
  if (name == 'userHeadUrl') {
@@ -68620,10 +68642,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68620
68642
  }
68621
68643
  },
68622
68644
 
68623
- /**
68624
- * @desc:关闭webSocket
68625
- * @author huangbo
68626
- * @date 2024年9月7日
68645
+ /**
68646
+ * @desc:关闭webSocket
68647
+ * @author huangbo
68648
+ * @date 2024年9月7日
68627
68649
  **/
68628
68650
  handlerClose: function handlerClose() {
68629
68651
  if (this.webSocket) {
@@ -68631,10 +68653,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68631
68653
  }
68632
68654
  },
68633
68655
 
68634
- /**
68635
- * @desc:刷新选中iframe页签
68636
- * @author huangbo
68637
- * @date 2024年9月7日
68656
+ /**
68657
+ * @desc:刷新选中iframe页签
68658
+ * @author huangbo
68659
+ * @date 2024年9月7日
68638
68660
  **/
68639
68661
  handleRefresh: function handleRefresh(arg) {
68640
68662
  var i = arg && arg != true && arg !== 'pageData' ? utils_util.indexOfObj(this.tabs, arg, 'appCode,code,id,url') : utils_util.indexOfObj(this.tabs, this.activeName, 'id');
@@ -68671,10 +68693,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68671
68693
  }
68672
68694
  },
68673
68695
 
68674
- /**
68675
- * @desc:删除iframe
68676
- * @author huangbo
68677
- * @date 2024年9月7日
68696
+ /**
68697
+ * @desc:删除iframe
68698
+ * @author huangbo
68699
+ * @date 2024年9月7日
68678
68700
  **/
68679
68701
  handleRemove: function handleRemove(name) {
68680
68702
  var len = this.tabs.length - 1;
@@ -68691,10 +68713,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68691
68713
  }
68692
68714
  },
68693
68715
 
68694
- /**
68695
- * @desc:tabs鼠标右键事件
68696
- * @author huangbo
68697
- * @date 2024年9月7日
68716
+ /**
68717
+ * @desc:tabs鼠标右键事件
68718
+ * @author huangbo
68719
+ * @date 2024年9月7日
68698
68720
  **/
68699
68721
  handleContextmenu: function handleContextmenu(tabs, e) {
68700
68722
  var disabled = {};
@@ -68719,10 +68741,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68719
68741
  window.addEventListener('click', this.closeTabsEvents);
68720
68742
  },
68721
68743
 
68722
- /**
68723
- * @desc:tabs页签事件
68724
- * @author huangbo
68725
- * @date 2024年9月7日
68744
+ /**
68745
+ * @desc:tabs页签事件
68746
+ * @author huangbo
68747
+ * @date 2024年9月7日
68726
68748
  **/
68727
68749
  handleTabsEvents: function handleTabsEvents(num) {
68728
68750
  if (this.pane !== null) {
@@ -68733,10 +68755,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68733
68755
  },
68734
68756
 
68735
68757
 
68736
- /**
68737
- * @desc:关闭页签事件面板
68738
- * @author huangbo
68739
- * @date 2024年9月7日
68758
+ /**
68759
+ * @desc:关闭页签事件面板
68760
+ * @author huangbo
68761
+ * @date 2024年9月7日
68740
68762
  **/
68741
68763
  closeTabsEvents: function closeTabsEvents(e) {
68742
68764
  if (e.target.parentNode != this.$refs.tabsHandler.$el && e.target.parentNode.parentNode != this.$refs.tabsHandler.$el) {
@@ -68746,10 +68768,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68746
68768
  },
68747
68769
 
68748
68770
 
68749
- /**
68750
- * @desc:tabs页签点击事件
68751
- * @author huangbo
68752
- * @date 2024年9月7日
68771
+ /**
68772
+ * @desc:tabs页签点击事件
68773
+ * @author huangbo
68774
+ * @date 2024年9月7日
68753
68775
  **/
68754
68776
  handleTabClick: function handleTabClick() {
68755
68777
  this.active = '';
@@ -68757,10 +68779,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68757
68779
  this.showMenu = false;
68758
68780
  },
68759
68781
 
68760
- /**
68761
- * @desc:handler工具栏点击事件
68762
- * @author huangbo
68763
- * @date 2024年9月7日
68782
+ /**
68783
+ * @desc:handler工具栏点击事件
68784
+ * @author huangbo
68785
+ * @date 2024年9月7日
68764
68786
  **/
68765
68787
  handleClick: function handleClick(res) {
68766
68788
  var type = res.type,
@@ -68841,10 +68863,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68841
68863
  this.$emit('handler-click', res);
68842
68864
  },
68843
68865
 
68844
- /**
68845
- * @desc:退出登录
68846
- * @author huangbo
68847
- * @date 2024年9月7日
68866
+ /**
68867
+ * @desc:退出登录
68868
+ * @author huangbo
68869
+ * @date 2024年9月7日
68848
68870
  **/
68849
68871
  handleQuit: function handleQuit() {
68850
68872
  var _this7 = this;
@@ -68919,10 +68941,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68919
68941
  }).catch(function (e) {});
68920
68942
  },
68921
68943
 
68922
- /**
68923
- * @desc:主题、消息回调
68924
- * @author huangbo
68925
- * @date 2024年9月7日
68944
+ /**
68945
+ * @desc:主题、消息回调
68946
+ * @author huangbo
68947
+ * @date 2024年9月7日
68926
68948
  **/
68927
68949
  handleChange: function handleChange(res) {
68928
68950
  var type = res.type,
@@ -68938,10 +68960,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68938
68960
  }
68939
68961
  },
68940
68962
 
68941
- /**
68942
- * @desc:菜单布局样式切换
68943
- * @author huangbo
68944
- * @date 2024年9月7日
68963
+ /**
68964
+ * @desc:菜单布局样式切换
68965
+ * @author huangbo
68966
+ * @date 2024年9月7日
68945
68967
  **/
68946
68968
  handleLayout: function handleLayout(res, active) {
68947
68969
  if (active) {
@@ -68950,10 +68972,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68950
68972
  this.$emit('chang-layout', res, active);
68951
68973
  },
68952
68974
 
68953
- /**
68954
- * @desc:消息修改总数
68955
- * @author huangbo
68956
- * @date 2024年9月7日
68975
+ /**
68976
+ * @desc:消息修改总数
68977
+ * @author huangbo
68978
+ * @date 2024年9月7日
68957
68979
  **/
68958
68980
  handleMenuTips: function handleMenuTips(id, num) {
68959
68981
  if (num) {
@@ -68964,10 +68986,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68964
68986
  }
68965
68987
  },
68966
68988
 
68967
- /**
68968
- * @desc:处理即时消息
68969
- * @author huangbo
68970
- * @date 2024年9月7日
68989
+ /**
68990
+ * @desc:处理即时消息
68991
+ * @author huangbo
68992
+ * @date 2024年9月7日
68971
68993
  **/
68972
68994
  handleOpened: function handleOpened(res) {
68973
68995
  var _this8 = this;
@@ -69094,11 +69116,11 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
69094
69116
 
69095
69117
  var simplicity_component = normalizeComponent(
69096
69118
  src_simplicityvue_type_script_lang_js_,
69097
- simplicityvue_type_template_id_129bf7fd_scoped_true_render,
69098
- simplicityvue_type_template_id_129bf7fd_scoped_true_staticRenderFns,
69119
+ simplicityvue_type_template_id_c0669294_scoped_true_render,
69120
+ simplicityvue_type_template_id_c0669294_scoped_true_staticRenderFns,
69099
69121
  false,
69100
69122
  null,
69101
- "129bf7fd",
69123
+ "c0669294",
69102
69124
  null
69103
69125
 
69104
69126
  )
@@ -73287,8 +73309,8 @@ function main_src_mainvue_type_script_lang_js_objectWithoutProperties(obj, keys)
73287
73309
  external_wujie_vue2_default.a.bus.$on('reLogin', _this.handleReLogin);
73288
73310
  external_wujie_vue2_default.a.bus.$on('refresh', _this.$refs.main.handleRefresh);
73289
73311
  external_wujie_vue2_default.a.bus.$on('jumpMenu', _this.$refs.main.jumpMenu);
73290
- external_wujie_vue2_default.a.bus.$on('windowOpen', _this.$refs.main.winOpen);
73291
- external_wujie_vue2_default.a.bus.$on('windowClose', _this.$refs.main.winClose);
73312
+ external_wujie_vue2_default.a.bus.$on('windowOpen', _this.winOpen);
73313
+ external_wujie_vue2_default.a.bus.$on('windowClose', _this.winClose);
73292
73314
  external_wujie_vue2_default.a.bus.$on('emit', function (method, args) {
73293
73315
  // 主应用发送事件
73294
73316
  external_wujie_vue2_default.a.bus.$emit(method, args);
@@ -73696,8 +73718,8 @@ function main_src_mainvue_type_script_lang_js_objectWithoutProperties(obj, keys)
73696
73718
 
73697
73719
  var main_src_main_component = normalizeComponent(
73698
73720
  packages_main_src_mainvue_type_script_lang_js_,
73699
- mainvue_type_template_id_431974fc_render,
73700
- mainvue_type_template_id_431974fc_staticRenderFns,
73721
+ mainvue_type_template_id_02fe8fea_render,
73722
+ mainvue_type_template_id_02fe8fea_staticRenderFns,
73701
73723
  false,
73702
73724
  null,
73703
73725
  null,
@@ -76268,19 +76290,19 @@ var QRCode = __webpack_require__(21);
76268
76290
  //设置logo大小
76269
76291
  var logoPosition = (_this3.mwidth - 46) / 2; //logo相对于canvas居中定位
76270
76292
  //设置获取的logo将其变为圆角以及添加白色背景
76271
- /* ctx.fillStyle = "#fff";
76272
- ctx.beginPath();
76273
- let h = 46; //圆角高 10为基数(logo四周白色背景为10/2)
76274
- let w = 46; //圆角宽
76275
- let x = logoPosition - 5;
76276
- let y = logoPosition - 5;
76277
- let r = 5; //圆角半径
76278
- ctx.moveTo(x + r, y);
76279
- ctx.arcTo(x + w, y, x + w, y + h, r);
76280
- ctx.arcTo(x + w, y + h, x, y + h, r);
76281
- ctx.arcTo(x, y + h, x, y, r);
76282
- ctx.arcTo(x, y, x + w, y, r);
76283
- ctx.closePath();
76293
+ /* ctx.fillStyle = "#fff";
76294
+ ctx.beginPath();
76295
+ let h = 46; //圆角高 10为基数(logo四周白色背景为10/2)
76296
+ let w = 46; //圆角宽
76297
+ let x = logoPosition - 5;
76298
+ let y = logoPosition - 5;
76299
+ let r = 5; //圆角半径
76300
+ ctx.moveTo(x + r, y);
76301
+ ctx.arcTo(x + w, y, x + w, y + h, r);
76302
+ ctx.arcTo(x + w, y + h, x, y + h, r);
76303
+ ctx.arcTo(x, y + h, x, y, r);
76304
+ ctx.arcTo(x, y, x + w, y, r);
76305
+ ctx.closePath();
76284
76306
  ctx.fill(); */
76285
76307
  logo.onload = function () {
76286
76308
  ctx.drawImage(logo, logoPosition, logoPosition, 46, 46);
@@ -94381,7 +94403,7 @@ if (typeof window !== 'undefined' && window.Vue) {
94381
94403
  }
94382
94404
 
94383
94405
  /* harmony default export */ var src_0 = __webpack_exports__["default"] = ({
94384
- version: '0.7.56',
94406
+ version: '0.7.58',
94385
94407
  install: install,
94386
94408
  Button: packages_button,
94387
94409
  ButtonGroup: button_group,