eoss-ui 0.6.88 → 0.6.89

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 (249) hide show
  1. package/lib/calogin.js +233 -233
  2. package/lib/eoss-ui.common.js +863 -845
  3. package/lib/flow-list.js +81 -81
  4. package/lib/flow.js +294 -291
  5. package/lib/index.js +1 -1
  6. package/lib/main.js +132 -132
  7. package/lib/qr-code.js +13 -13
  8. package/lib/selector.js +99 -84
  9. package/lib/theme-chalk/index.css +1 -1
  10. package/lib/theme-chalk/selector.css +1 -1
  11. package/package.json +160 -160
  12. package/packages/button/index.js +5 -5
  13. package/packages/button/src/main.vue +418 -418
  14. package/packages/button-group/index.js +5 -5
  15. package/packages/button-group/src/main.vue +298 -298
  16. package/packages/calendar/index.js +5 -5
  17. package/packages/calogin/index.js +5 -5
  18. package/packages/calogin/src/main.vue +412 -412
  19. package/packages/calogin/src/plugin.js +915 -915
  20. package/packages/card/index.js +5 -5
  21. package/packages/card/src/main.vue +156 -156
  22. package/packages/cascader/index.js +5 -5
  23. package/packages/cascader/src/main.vue +168 -168
  24. package/packages/checkbox-group/index.js +5 -5
  25. package/packages/checkbox-group/src/main.vue +333 -333
  26. package/packages/clients/index.js +5 -5
  27. package/packages/clients/src/main.vue +151 -151
  28. package/packages/data-table/index.js +5 -5
  29. package/packages/data-table/src/children.vue +39 -39
  30. package/packages/data-table/src/column.vue +990 -990
  31. package/packages/data-table/src/main.vue +1822 -1822
  32. package/packages/data-table/src/sizer.vue +195 -195
  33. package/packages/data-table-form/index.js +5 -5
  34. package/packages/data-table-form/src/checkbox.vue +101 -101
  35. package/packages/data-table-form/src/colgroup.vue +17 -17
  36. package/packages/data-table-form/src/main.vue +181 -181
  37. package/packages/data-table-form/src/radio.vue +65 -65
  38. package/packages/data-table-form/src/table.vue +233 -233
  39. package/packages/data-table-form/src/tbody.vue +336 -336
  40. package/packages/data-table-form/src/thead.vue +68 -68
  41. package/packages/date-picker/index.js +5 -5
  42. package/packages/date-picker/src/main.vue +236 -236
  43. package/packages/dialog/index.js +5 -5
  44. package/packages/enable-drag/index.js +5 -5
  45. package/packages/enterprise/index.js +5 -5
  46. package/packages/enterprise/src/main.vue +66 -66
  47. package/packages/error-page/index.js +5 -5
  48. package/packages/error-page/src/main.vue +44 -44
  49. package/packages/flow/index.js +5 -5
  50. package/packages/flow/src/component/Circulate.vue +400 -400
  51. package/packages/flow/src/component/CommonOpinions.vue +364 -364
  52. package/packages/flow/src/component/CustomPreset.vue +322 -322
  53. package/packages/flow/src/component/FileList.vue +99 -99
  54. package/packages/flow/src/component/Preset.vue +255 -255
  55. package/packages/flow/src/component/SendMsg.vue +241 -241
  56. package/packages/flow/src/component/TimeLimit.vue +190 -190
  57. package/packages/flow/src/component/taskUnionExamine.vue +640 -640
  58. package/packages/flow/src/form.vue +121 -121
  59. package/packages/flow/src/freeStartFlow.vue +2844 -2844
  60. package/packages/flow/src/main.vue +3657 -3657
  61. package/packages/flow/src/processForm.vue +1245 -1245
  62. package/packages/flow/src/processReject.vue +296 -296
  63. package/packages/flow/src/reset.vue +918 -918
  64. package/packages/flow/src/selectUser.vue +1 -1
  65. package/packages/flow/src/startTaskRead.vue +684 -684
  66. package/packages/flow/src/supervise.vue +152 -152
  67. package/packages/flow/src/table.vue +58 -58
  68. package/packages/flow-group/index.js +5 -5
  69. package/packages/flow-group/src/main.vue +692 -692
  70. package/packages/flow-list/index.js +5 -5
  71. package/packages/flow-list/src/main.vue +1770 -1770
  72. package/packages/form/index.js +5 -5
  73. package/packages/form/src/main.vue +3814 -3814
  74. package/packages/form/src/table.vue +1508 -1508
  75. package/packages/handle-user/index.js +5 -5
  76. package/packages/handle-user/src/main.vue +138 -138
  77. package/packages/handler/index.js +5 -5
  78. package/packages/handler/src/main.vue +493 -493
  79. package/packages/icon/index.js +5 -5
  80. package/packages/icon/src/main.vue +101 -101
  81. package/packages/icons/index.js +5 -5
  82. package/packages/icons/src/main.vue +81 -81
  83. package/packages/input/index.js +5 -5
  84. package/packages/input/src/main.vue +356 -356
  85. package/packages/input-number/index.js +5 -5
  86. package/packages/input-number/src/main.vue +106 -106
  87. package/packages/label/index.js +5 -5
  88. package/packages/label/src/main.vue +457 -457
  89. package/packages/layout/index.js +5 -5
  90. package/packages/layout/src/item.vue +152 -152
  91. package/packages/layout/src/main.vue +31 -31
  92. package/packages/login/index.js +5 -5
  93. package/packages/login/src/main.vue +1998 -1998
  94. package/packages/login/src/resetPassword.vue +562 -562
  95. package/packages/main/index.js +5 -5
  96. package/packages/main/src/default/message.vue +249 -249
  97. package/packages/main/src/default/notice.vue +157 -157
  98. package/packages/main/src/default/userinfo.vue +503 -503
  99. package/packages/main/src/public/online.vue +89 -89
  100. package/packages/main/src/public/search.vue +458 -458
  101. package/packages/main/src/public/settings.vue +221 -221
  102. package/packages/main/src/simplicity/apps.vue +388 -388
  103. package/packages/main/src/simplicity/avatar.vue +82 -82
  104. package/packages/main/src/simplicity/handler.vue +259 -259
  105. package/packages/main/src/simplicity/index.vue +2102 -2102
  106. package/packages/main/src/simplicity/lists.vue +84 -84
  107. package/packages/main/src/simplicity/menu-list.vue +135 -135
  108. package/packages/main/src/simplicity/message.vue +259 -259
  109. package/packages/main/src/simplicity/notice.vue +190 -190
  110. package/packages/main/src/simplicity/router-page.vue +45 -45
  111. package/packages/main/src/simplicity/sub-menu.vue +264 -264
  112. package/packages/main/src/simplicity/user.vue +260 -260
  113. package/packages/main/src/simplicity/userinfo.vue +308 -308
  114. package/packages/menu/index.js +5 -5
  115. package/packages/menu/src/main.vue +584 -584
  116. package/packages/nav/index.js +5 -5
  117. package/packages/nav/src/main.vue +351 -351
  118. package/packages/notify/index.js +5 -5
  119. package/packages/notify/src/main.vue +538 -538
  120. package/packages/page/index.js +5 -5
  121. package/packages/page/src/main.vue +167 -167
  122. package/packages/pagination/index.js +5 -5
  123. package/packages/pagination/src/main.vue +96 -96
  124. package/packages/player/index.js +5 -5
  125. package/packages/player/src/main.vue +194 -194
  126. package/packages/qr-code/index.js +5 -5
  127. package/packages/qr-code/src/main.vue +170 -170
  128. package/packages/radio-group/index.js +6 -6
  129. package/packages/radio-group/src/main.vue +319 -319
  130. package/packages/retrial-auth/index.js +5 -5
  131. package/packages/retrial-auth/src/main.vue +280 -280
  132. package/packages/select/index.js +5 -5
  133. package/packages/select/src/main.vue +778 -778
  134. package/packages/select-ganged/index.js +5 -5
  135. package/packages/select-ganged/src/main.vue +724 -724
  136. package/packages/selector/index.js +5 -5
  137. package/packages/selector/src/main.vue +747 -745
  138. package/packages/selector-panel/index.js +5 -5
  139. package/packages/selector-panel/src/main.vue +1027 -1027
  140. package/packages/selector-panel/src/selection.vue +170 -170
  141. package/packages/selector-panel/src/tree.vue +129 -129
  142. package/packages/sizer/index.js +5 -5
  143. package/packages/sizer/src/main.vue +254 -254
  144. package/packages/steps/index.js +5 -5
  145. package/packages/steps/src/main.vue +181 -181
  146. package/packages/switch/index.js +5 -5
  147. package/packages/switch/src/main.vue +154 -154
  148. package/packages/table-form/index.js +5 -5
  149. package/packages/tabs/index.js +5 -5
  150. package/packages/tabs/src/main.vue +788 -788
  151. package/packages/tabs-panel/index.js +5 -5
  152. package/packages/tabs-panel/src/main.vue +29 -29
  153. package/packages/theme-chalk/lib/index.css +1 -1
  154. package/packages/theme-chalk/lib/selector.css +1 -1
  155. package/packages/theme-chalk/src/base.scss +261 -261
  156. package/packages/theme-chalk/src/button-group.scss +176 -176
  157. package/packages/theme-chalk/src/button.scss +24 -24
  158. package/packages/theme-chalk/src/calendar.scss +113 -113
  159. package/packages/theme-chalk/src/card.scss +99 -99
  160. package/packages/theme-chalk/src/checkbox-group.scss +8 -8
  161. package/packages/theme-chalk/src/clients.scss +87 -87
  162. package/packages/theme-chalk/src/data-table-form.scss +67 -67
  163. package/packages/theme-chalk/src/data-table.scss +293 -293
  164. package/packages/theme-chalk/src/date-picker.scss +7 -7
  165. package/packages/theme-chalk/src/dialog.scss +77 -77
  166. package/packages/theme-chalk/src/enable-drag.scss +181 -181
  167. package/packages/theme-chalk/src/enterprise.scss +5 -5
  168. package/packages/theme-chalk/src/error-page.scss +18 -18
  169. package/packages/theme-chalk/src/flow-group.scss +110 -110
  170. package/packages/theme-chalk/src/flow-list.scss +39 -39
  171. package/packages/theme-chalk/src/flow.scss +348 -348
  172. package/packages/theme-chalk/src/form.scss +499 -499
  173. package/packages/theme-chalk/src/handle-user.scss +40 -40
  174. package/packages/theme-chalk/src/handler.scss +143 -143
  175. package/packages/theme-chalk/src/icon.scss +1817 -1817
  176. package/packages/theme-chalk/src/icons.scss +99 -99
  177. package/packages/theme-chalk/src/input.scss +9 -9
  178. package/packages/theme-chalk/src/label.scss +24 -24
  179. package/packages/theme-chalk/src/layout.scss +46 -46
  180. package/packages/theme-chalk/src/login.scss +984 -984
  181. package/packages/theme-chalk/src/main.scss +663 -663
  182. package/packages/theme-chalk/src/menu.scss +222 -222
  183. package/packages/theme-chalk/src/mixins/color.scss +117 -117
  184. package/packages/theme-chalk/src/nav.scss +111 -111
  185. package/packages/theme-chalk/src/page.scss +3 -3
  186. package/packages/theme-chalk/src/pagination.scss +29 -29
  187. package/packages/theme-chalk/src/player.scss +9 -9
  188. package/packages/theme-chalk/src/qr-code.scss +17 -17
  189. package/packages/theme-chalk/src/radio-group.scss +9 -9
  190. package/packages/theme-chalk/src/retrial-auth.scss +38 -38
  191. package/packages/theme-chalk/src/select-ganged.scss +8 -8
  192. package/packages/theme-chalk/src/select.scss +8 -8
  193. package/packages/theme-chalk/src/selector-panel.scss +204 -204
  194. package/packages/theme-chalk/src/selector.scss +92 -91
  195. package/packages/theme-chalk/src/simplicity.scss +1355 -1355
  196. package/packages/theme-chalk/src/sizer.scss +36 -36
  197. package/packages/theme-chalk/src/steps.scss +88 -88
  198. package/packages/theme-chalk/src/switch.scss +3 -3
  199. package/packages/theme-chalk/src/table-form.scss +1 -1
  200. package/packages/theme-chalk/src/tabs.scss +87 -87
  201. package/packages/theme-chalk/src/tips.scss +7 -7
  202. package/packages/theme-chalk/src/toolbar.scss +179 -179
  203. package/packages/theme-chalk/src/tree-group.scss +72 -72
  204. package/packages/theme-chalk/src/tree.scss +165 -165
  205. package/packages/theme-chalk/src/upload.scss +172 -172
  206. package/packages/theme-chalk/src/wxlogin.scss +3 -3
  207. package/packages/tips/index.js +5 -5
  208. package/packages/tips/src/main.vue +141 -141
  209. package/packages/toolbar/index.js +5 -5
  210. package/packages/toolbar/src/main.vue +430 -430
  211. package/packages/tree/index.js +5 -5
  212. package/packages/tree-group/index.js +5 -5
  213. package/packages/upload/index.js +5 -5
  214. package/packages/upload/src/main.vue +1348 -1348
  215. package/packages/upload/src/picture.js +15 -15
  216. package/packages/wujie/index.js +5 -5
  217. package/packages/wujie/src/main.vue +145 -145
  218. package/packages/wxlogin/index.js +5 -5
  219. package/packages/wxlogin/src/main.vue +128 -128
  220. package/src/config/api.js +294 -294
  221. package/src/config/image.js +2 -2
  222. package/src/index.js +163 -163
  223. package/src/utils/bus.js +3 -3
  224. package/src/utils/date-util.js +312 -312
  225. package/src/utils/http.js +50 -50
  226. package/src/utils/rules.js +18 -18
  227. package/src/utils/store.js +21 -21
  228. package/src/utils/webSocket.js +107 -107
  229. package/packages/.DS_Store +0 -0
  230. package/packages/autocomplete/.DS_Store +0 -0
  231. package/packages/calogin/.DS_Store +0 -0
  232. package/packages/date-picker/.DS_Store +0 -0
  233. package/packages/date-picker/src/.DS_Store +0 -0
  234. package/packages/flow/.DS_Store +0 -0
  235. package/packages/flow/src/.DS_Store +0 -0
  236. package/packages/flow-list/.DS_Store +0 -0
  237. package/packages/form/.DS_Store +0 -0
  238. package/packages/login/.DS_Store +0 -0
  239. package/packages/main/.DS_Store +0 -0
  240. package/packages/main/src/.DS_Store +0 -0
  241. package/packages/menu/.DS_Store +0 -0
  242. package/packages/scrollbar/.DS_Store +0 -0
  243. package/packages/select/.DS_Store +0 -0
  244. package/packages/selector/.DS_Store +0 -0
  245. package/packages/selector-panel/.DS_Store +0 -0
  246. package/packages/theme-chalk/src/.DS_Store +0 -0
  247. package/packages/upload/.DS_Store +0 -0
  248. package/src/.DS_Store +0 -0
  249. package/src/utils/.DS_Store +0 -0
@@ -5961,8 +5961,8 @@ var plugin_typeof = typeof Symbol === "function" && typeof Symbol.iterator === "
5961
5961
 
5962
5962
  function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
5963
5963
 
5964
- /**
5965
- * JIT_GW_ExtInterface 模块,提供与客户端交互的功能
5964
+ /**
5965
+ * JIT_GW_ExtInterface 模块,提供与客户端交互的功能
5966
5966
  */
5967
5967
  var CA_ExtInterface = function () {
5968
5968
  function CA_ExtInterface() {
@@ -5975,11 +5975,11 @@ var CA_ExtInterface = function () {
5975
5975
  this.init();
5976
5976
  }
5977
5977
 
5978
- /**
5979
- * 简单的 Object.assign 兼容 IE <= 11 的 polyfill
5980
- * @see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/assign
5981
- * @param {Object} target - 目标对象
5982
- * @param {Object} options - 新的选项对象
5978
+ /**
5979
+ * 简单的 Object.assign 兼容 IE <= 11 的 polyfill
5980
+ * @see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/assign
5981
+ * @param {Object} target - 目标对象
5982
+ * @param {Object} options - 新的选项对象
5983
5983
  */
5984
5984
 
5985
5985
 
@@ -5994,8 +5994,8 @@ var CA_ExtInterface = function () {
5994
5994
  }
5995
5995
  };
5996
5996
 
5997
- /**
5998
- * 检查当前会话的 WebSocket URL
5997
+ /**
5998
+ * 检查当前会话的 WebSocket URL
5999
5999
  */
6000
6000
 
6001
6001
 
@@ -6009,8 +6009,8 @@ var CA_ExtInterface = function () {
6009
6009
  }
6010
6010
  };
6011
6011
 
6012
- /**
6013
- * 检查是否使用 ActiveX
6012
+ /**
6013
+ * 检查是否使用 ActiveX
6014
6014
  */
6015
6015
 
6016
6016
 
@@ -6022,11 +6022,11 @@ var CA_ExtInterface = function () {
6022
6022
  }
6023
6023
  };
6024
6024
 
6025
- /**
6026
- * 扩展发送消息并等待响应
6027
- * @param {string} operatorCmd - 操作命令
6028
- * @param {string} sendMsg - 发送的消息
6029
- * @returns {string} 响应消息
6025
+ /**
6026
+ * 扩展发送消息并等待响应
6027
+ * @param {string} operatorCmd - 操作命令
6028
+ * @param {string} sendMsg - 发送的消息
6029
+ * @returns {string} 响应消息
6030
6030
  */
6031
6031
 
6032
6032
 
@@ -6036,11 +6036,11 @@ var CA_ExtInterface = function () {
6036
6036
  return this.sendAndWaitMessage(this.currentSessionWSURL, strSendMsg);
6037
6037
  };
6038
6038
 
6039
- /**
6040
- * 发送消息并等待响应
6041
- * @param {string} wsurl - WebSocket URL
6042
- * @param {string} sendMsg - 发送的消息
6043
- * @returns {string} 响应消息
6039
+ /**
6040
+ * 发送消息并等待响应
6041
+ * @param {string} wsurl - WebSocket URL
6042
+ * @param {string} sendMsg - 发送的消息
6043
+ * @returns {string} 响应消息
6044
6044
  */
6045
6045
 
6046
6046
 
@@ -6064,9 +6064,9 @@ var CA_ExtInterface = function () {
6064
6064
  return ResultMsg;
6065
6065
  };
6066
6066
 
6067
- /**
6068
- * 配置选项
6069
- * @param {Object} extendOption - 扩展选项
6067
+ /**
6068
+ * 配置选项
6069
+ * @param {Object} extendOption - 扩展选项
6070
6070
  */
6071
6071
 
6072
6072
 
@@ -6076,8 +6076,8 @@ var CA_ExtInterface = function () {
6076
6076
  }
6077
6077
  };
6078
6078
 
6079
- /**
6080
- * 初始化
6079
+ /**
6080
+ * 初始化
6081
6081
  */
6082
6082
 
6083
6083
 
@@ -6085,9 +6085,9 @@ var CA_ExtInterface = function () {
6085
6085
  this.isUseActioveX();
6086
6086
  };
6087
6087
 
6088
- /**
6089
- * 返回客户端的版本
6090
- * @returns {string} 客户端版本
6088
+ /**
6089
+ * 返回客户端的版本
6090
+ * @returns {string} 客户端版本
6091
6091
  */
6092
6092
 
6093
6093
 
@@ -6100,13 +6100,13 @@ var CA_ExtInterface = function () {
6100
6100
  }
6101
6101
  };
6102
6102
 
6103
- /**
6104
- * 下载客户端程序并安装
6105
- * @param {string} bstrURL - 下载地址
6106
- * @param {string} bstrHashValue - 哈希值
6107
- * @param {boolean} bSync - 是否同步安装
6108
- * @param {boolean} bOnlySSO - 是否仅安装 SSO
6109
- * @returns {number} 安装结果
6103
+ /**
6104
+ * 下载客户端程序并安装
6105
+ * @param {string} bstrURL - 下载地址
6106
+ * @param {string} bstrHashValue - 哈希值
6107
+ * @param {boolean} bSync - 是否同步安装
6108
+ * @param {boolean} bOnlySSO - 是否仅安装 SSO
6109
+ * @returns {number} 安装结果
6110
6110
  */
6111
6111
 
6112
6112
 
@@ -6120,11 +6120,11 @@ var CA_ExtInterface = function () {
6120
6120
  }
6121
6121
  };
6122
6122
 
6123
- /**
6124
- * 获取硬件指纹信息
6125
- * @param {number} dwSign - 签名
6126
- * @param {string} strGateWayIP - 网关 IP
6127
- * @returns {string} 硬件指纹信息
6123
+ /**
6124
+ * 获取硬件指纹信息
6125
+ * @param {number} dwSign - 签名
6126
+ * @param {string} strGateWayIP - 网关 IP
6127
+ * @returns {string} 硬件指纹信息
6128
6128
  */
6129
6129
 
6130
6130
 
@@ -6138,12 +6138,12 @@ var CA_ExtInterface = function () {
6138
6138
  }
6139
6139
  };
6140
6140
 
6141
- /**
6142
- * 设置转发策略和代填策略
6143
- * @param {string} strProxyPolicy - 转发策略
6144
- * @param {string} strSSOPolicy - 代填策略
6145
- * @param {string} strGatewayAddress - 网关地址
6146
- * @returns {number} 设置结果
6141
+ /**
6142
+ * 设置转发策略和代填策略
6143
+ * @param {string} strProxyPolicy - 转发策略
6144
+ * @param {string} strSSOPolicy - 代填策略
6145
+ * @param {string} strGatewayAddress - 网关地址
6146
+ * @returns {number} 设置结果
6147
6147
  */
6148
6148
 
6149
6149
 
@@ -6157,11 +6157,11 @@ var CA_ExtInterface = function () {
6157
6157
  }
6158
6158
  };
6159
6159
 
6160
- /**
6161
- * 启动认证信息模块
6162
- * @param {string} strFileName - 文件名
6163
- * @param {string} strXmlData - XML 数据
6164
- * @returns {string} 认证信息
6160
+ /**
6161
+ * 启动认证信息模块
6162
+ * @param {string} strFileName - 文件名
6163
+ * @param {string} strXmlData - XML 数据
6164
+ * @returns {string} 认证信息
6165
6165
  */
6166
6166
 
6167
6167
 
@@ -6175,10 +6175,10 @@ var CA_ExtInterface = function () {
6175
6175
  }
6176
6176
  };
6177
6177
 
6178
- /**
6179
- * 打开 BS 应用
6180
- * @param {string} strUrl - 应用 URL
6181
- * @returns {number} 打开结果
6178
+ /**
6179
+ * 打开 BS 应用
6180
+ * @param {string} strUrl - 应用 URL
6181
+ * @returns {number} 打开结果
6182
6182
  */
6183
6183
 
6184
6184
 
@@ -6192,12 +6192,12 @@ var CA_ExtInterface = function () {
6192
6192
  }
6193
6193
  };
6194
6194
 
6195
- /**
6196
- * 打开 CS 应用
6197
- * @param {string} strGatewayAddress - 网关地址
6198
- * @param {string} strAppFlag - 应用标识
6199
- * @param {string} strAppPath - 应用路径
6200
- * @returns {number} 打开结果
6195
+ /**
6196
+ * 打开 CS 应用
6197
+ * @param {string} strGatewayAddress - 网关地址
6198
+ * @param {string} strAppFlag - 应用标识
6199
+ * @param {string} strAppPath - 应用路径
6200
+ * @returns {number} 打开结果
6201
6201
  */
6202
6202
 
6203
6203
 
@@ -6211,13 +6211,13 @@ var CA_ExtInterface = function () {
6211
6211
  }
6212
6212
  };
6213
6213
 
6214
- /**
6215
- * 设置自动更新策略
6216
- * @param {string} strGatewayAddress - 网关地址
6217
- * @param {number} nGatewayPort - 网关端口
6218
- * @param {string} strUserToken - 用户令牌
6219
- * @param {number} updatedelay - 更新延迟
6220
- * @returns {number} 设置结果
6214
+ /**
6215
+ * 设置自动更新策略
6216
+ * @param {string} strGatewayAddress - 网关地址
6217
+ * @param {number} nGatewayPort - 网关端口
6218
+ * @param {string} strUserToken - 用户令牌
6219
+ * @param {number} updatedelay - 更新延迟
6220
+ * @returns {number} 设置结果
6221
6221
  */
6222
6222
 
6223
6223
 
@@ -6231,10 +6231,10 @@ var CA_ExtInterface = function () {
6231
6231
  }
6232
6232
  };
6233
6233
 
6234
- /**
6235
- * 获取客户端 IP
6236
- * @param {string} strGatewayIP - 网关 IP
6237
- * @returns {string} 客户端 IP
6234
+ /**
6235
+ * 获取客户端 IP
6236
+ * @param {string} strGatewayIP - 网关 IP
6237
+ * @returns {string} 客户端 IP
6238
6238
  */
6239
6239
 
6240
6240
 
@@ -6248,10 +6248,10 @@ var CA_ExtInterface = function () {
6248
6248
  }
6249
6249
  };
6250
6250
 
6251
- /**
6252
- * 登出网关
6253
- * @param {string} strServerIP - 服务器 IP
6254
- * @returns {number} 登出结果
6251
+ /**
6252
+ * 登出网关
6253
+ * @param {string} strServerIP - 服务器 IP
6254
+ * @returns {number} 登出结果
6255
6255
  */
6256
6256
 
6257
6257
 
@@ -6265,11 +6265,11 @@ var CA_ExtInterface = function () {
6265
6265
  }
6266
6266
  };
6267
6267
 
6268
- /**
6269
- * 运行安装包
6270
- * @param {number} lRunType - 运行类型
6271
- * @param {boolean} bIsOnlySSO - 是否仅安装 SSO
6272
- * @returns {number} 运行结果
6268
+ /**
6269
+ * 运行安装包
6270
+ * @param {number} lRunType - 运行类型
6271
+ * @param {boolean} bIsOnlySSO - 是否仅安装 SSO
6272
+ * @returns {number} 运行结果
6273
6273
  */
6274
6274
 
6275
6275
 
@@ -6283,9 +6283,9 @@ var CA_ExtInterface = function () {
6283
6283
  }
6284
6284
  };
6285
6285
 
6286
- /**
6287
- * 获取下载进度
6288
- * @returns {number} 下载进度
6286
+ /**
6287
+ * 获取下载进度
6288
+ * @returns {number} 下载进度
6289
6289
  */
6290
6290
 
6291
6291
 
@@ -6299,9 +6299,9 @@ var CA_ExtInterface = function () {
6299
6299
  }
6300
6300
  };
6301
6301
 
6302
- /**
6303
- * 是否安装完成
6304
- * @returns {boolean} 安装完成状态
6302
+ /**
6303
+ * 是否安装完成
6304
+ * @returns {boolean} 安装完成状态
6305
6305
  */
6306
6306
 
6307
6307
 
@@ -6315,11 +6315,11 @@ var CA_ExtInterface = function () {
6315
6315
  }
6316
6316
  };
6317
6317
 
6318
- /**
6319
- * 初始化签包对象
6320
- * @param {string} strAlgType - 算法类型
6321
- * @param {string} strAuxParam - 辅助参数
6322
- * @returns {number} 初始化结果
6318
+ /**
6319
+ * 初始化签包对象
6320
+ * @param {string} strAlgType - 算法类型
6321
+ * @param {string} strAuxParam - 辅助参数
6322
+ * @returns {number} 初始化结果
6323
6323
  */
6324
6324
 
6325
6325
 
@@ -6333,10 +6333,10 @@ var CA_ExtInterface = function () {
6333
6333
  }
6334
6334
  };
6335
6335
 
6336
- /**
6337
- * 设置摘要算法
6338
- * @param {string} strDigestAlg - 摘要算法
6339
- * @returns {number} 设置结果
6336
+ /**
6337
+ * 设置摘要算法
6338
+ * @param {string} strDigestAlg - 摘要算法
6339
+ * @returns {number} 设置结果
6340
6340
  */
6341
6341
 
6342
6342
 
@@ -6350,10 +6350,10 @@ var CA_ExtInterface = function () {
6350
6350
  }
6351
6351
  };
6352
6352
 
6353
- /**
6354
- * 设置单证书是否弹出对话框
6355
- * @param {number} isChoose - 是否弹出对话框
6356
- * @returns {number} 设置结果
6353
+ /**
6354
+ * 设置单证书是否弹出对话框
6355
+ * @param {number} isChoose - 是否弹出对话框
6356
+ * @returns {number} 设置结果
6357
6357
  */
6358
6358
 
6359
6359
 
@@ -6367,11 +6367,11 @@ var CA_ExtInterface = function () {
6367
6367
  }
6368
6368
  };
6369
6369
 
6370
- /**
6371
- * 添加证书过滤条件
6372
- * @param {number} ulType - 过滤类型
6373
- * @param {string} strValue - 过滤值
6374
- * @returns {number} 添加结果
6370
+ /**
6371
+ * 添加证书过滤条件
6372
+ * @param {number} ulType - 过滤类型
6373
+ * @param {string} strValue - 过滤值
6374
+ * @returns {number} 添加结果
6375
6375
  */
6376
6376
 
6377
6377
 
@@ -6385,9 +6385,9 @@ var CA_ExtInterface = function () {
6385
6385
  }
6386
6386
  };
6387
6387
 
6388
- /**
6389
- * 清除所有过滤条件
6390
- * @returns {number} 清除结果
6388
+ /**
6389
+ * 清除所有过滤条件
6390
+ * @returns {number} 清除结果
6391
6391
  */
6392
6392
 
6393
6393
 
@@ -6401,10 +6401,10 @@ var CA_ExtInterface = function () {
6401
6401
  }
6402
6402
  };
6403
6403
 
6404
- /**
6405
- * P1 签名
6406
- * @param {string} strValueBase64 - 待签名的 Base64 字符串
6407
- * @returns {string} 签名结果
6404
+ /**
6405
+ * P1 签名
6406
+ * @param {string} strValueBase64 - 待签名的 Base64 字符串
6407
+ * @returns {string} 签名结果
6408
6408
  */
6409
6409
 
6410
6410
 
@@ -6418,10 +6418,10 @@ var CA_ExtInterface = function () {
6418
6418
  }
6419
6419
  };
6420
6420
 
6421
- /**
6422
- * P1 签名字符串
6423
- * @param {string} strValue - 待签名的字符串
6424
- * @returns {string} 签名结果
6421
+ /**
6422
+ * P1 签名字符串
6423
+ * @param {string} strValue - 待签名的字符串
6424
+ * @returns {string} 签名结果
6425
6425
  */
6426
6426
 
6427
6427
 
@@ -6435,12 +6435,12 @@ var CA_ExtInterface = function () {
6435
6435
  }
6436
6436
  };
6437
6437
 
6438
- /**
6439
- * P7 签名
6440
- * @param {string} strValueBase64 - 待签名的 Base64 字符串
6441
- * @param {boolean} isDetach - 是否分离签名
6442
- * @param {boolean} isIncludeCert - 是否包含证书
6443
- * @returns {string} 签名结果
6438
+ /**
6439
+ * P7 签名
6440
+ * @param {string} strValueBase64 - 待签名的 Base64 字符串
6441
+ * @param {boolean} isDetach - 是否分离签名
6442
+ * @param {boolean} isIncludeCert - 是否包含证书
6443
+ * @returns {string} 签名结果
6444
6444
  */
6445
6445
 
6446
6446
 
@@ -6454,12 +6454,12 @@ var CA_ExtInterface = function () {
6454
6454
  }
6455
6455
  };
6456
6456
 
6457
- /**
6458
- * P7 签名字符串
6459
- * @param {string} strValue - 待签名的字符串
6460
- * @param {boolean} isDetach - 是否分离签名
6461
- * @param {boolean} isIncludeCert - 是否包含证书
6462
- * @returns {string} 签名结果
6457
+ /**
6458
+ * P7 签名字符串
6459
+ * @param {string} strValue - 待签名的字符串
6460
+ * @param {boolean} isDetach - 是否分离签名
6461
+ * @param {boolean} isIncludeCert - 是否包含证书
6462
+ * @returns {string} 签名结果
6463
6463
  */
6464
6464
 
6465
6465
 
@@ -6473,9 +6473,9 @@ var CA_ExtInterface = function () {
6473
6473
  }
6474
6474
  };
6475
6475
 
6476
- /**
6477
- * 释放签名对象
6478
- * @returns {number} 释放结果
6476
+ /**
6477
+ * 释放签名对象
6478
+ * @returns {number} 释放结果
6479
6479
  */
6480
6480
 
6481
6481
 
@@ -6489,9 +6489,9 @@ var CA_ExtInterface = function () {
6489
6489
  }
6490
6490
  };
6491
6491
 
6492
- /**
6493
- * 获取签名版本
6494
- * @returns {string} 签名版本
6492
+ /**
6493
+ * 获取签名版本
6494
+ * @returns {string} 签名版本
6495
6495
  */
6496
6496
 
6497
6497
 
@@ -6505,9 +6505,9 @@ var CA_ExtInterface = function () {
6505
6505
  }
6506
6506
  };
6507
6507
 
6508
- /**
6509
- * 获取签名证书
6510
- * @returns {string} 签名证书
6508
+ /**
6509
+ * 获取签名证书
6510
+ * @returns {string} 签名证书
6511
6511
  */
6512
6512
 
6513
6513
 
@@ -6521,9 +6521,9 @@ var CA_ExtInterface = function () {
6521
6521
  }
6522
6522
  };
6523
6523
 
6524
- /**
6525
- * 获取错误码
6526
- * @returns {number} 错误码
6524
+ /**
6525
+ * 获取错误码
6526
+ * @returns {number} 错误码
6527
6527
  */
6528
6528
 
6529
6529
 
@@ -6537,9 +6537,9 @@ var CA_ExtInterface = function () {
6537
6537
  }
6538
6538
  };
6539
6539
 
6540
- /**
6541
- * 获取错误信息
6542
- * @returns {string} 错误信息
6540
+ /**
6541
+ * 获取错误信息
6542
+ * @returns {string} 错误信息
6543
6543
  */
6544
6544
 
6545
6545
 
@@ -6553,9 +6553,9 @@ var CA_ExtInterface = function () {
6553
6553
  }
6554
6554
  };
6555
6555
 
6556
- /**
6557
- * 销毁认证对象
6558
- * @returns {number} 销毁结果
6556
+ /**
6557
+ * 销毁认证对象
6558
+ * @returns {number} 销毁结果
6559
6559
  */
6560
6560
 
6561
6561
 
@@ -6569,9 +6569,9 @@ var CA_ExtInterface = function () {
6569
6569
  }
6570
6570
  };
6571
6571
 
6572
- /**
6573
- * 获取证书类型
6574
- * @returns {string} 证书类型
6572
+ /**
6573
+ * 获取证书类型
6574
+ * @returns {string} 证书类型
6575
6575
  */
6576
6576
 
6577
6577
 
@@ -6585,9 +6585,9 @@ var CA_ExtInterface = function () {
6585
6585
  }
6586
6586
  };
6587
6587
 
6588
- /**
6589
- * 获取签名摘要算法
6590
- * @returns {string} 签名摘要算法
6588
+ /**
6589
+ * 获取签名摘要算法
6590
+ * @returns {string} 签名摘要算法
6591
6591
  */
6592
6592
 
6593
6593
 
@@ -6601,11 +6601,11 @@ var CA_ExtInterface = function () {
6601
6601
  }
6602
6602
  };
6603
6603
 
6604
- /**
6605
- * 使能调用序列
6606
- * @param {boolean} bCallQueueEnable - 是否使能调用序列
6607
- * @param {boolean} bHeadInfoEnable - 是否使能头部信息
6608
- * @returns {number} 使能结果
6604
+ /**
6605
+ * 使能调用序列
6606
+ * @param {boolean} bCallQueueEnable - 是否使能调用序列
6607
+ * @param {boolean} bHeadInfoEnable - 是否使能头部信息
6608
+ * @returns {number} 使能结果
6609
6609
  */
6610
6610
 
6611
6611
 
@@ -6619,9 +6619,9 @@ var CA_ExtInterface = function () {
6619
6619
  }
6620
6620
  };
6621
6621
 
6622
- /**
6623
- * 清空调用序列结果
6624
- * @returns {number} 清空调用序列结果
6622
+ /**
6623
+ * 清空调用序列结果
6624
+ * @returns {number} 清空调用序列结果
6625
6625
  */
6626
6626
 
6627
6627
 
@@ -6635,9 +6635,9 @@ var CA_ExtInterface = function () {
6635
6635
  }
6636
6636
  };
6637
6637
 
6638
- /**
6639
- * 获取调用序列结果
6640
- * @returns {string} 调用序列结果
6638
+ /**
6639
+ * 获取调用序列结果
6640
+ * @returns {string} 调用序列结果
6641
6641
  */
6642
6642
 
6643
6643
 
@@ -6651,12 +6651,12 @@ var CA_ExtInterface = function () {
6651
6651
  }
6652
6652
  };
6653
6653
 
6654
- /**
6655
- * 客户端安全策略检查
6656
- * @param {string} strGatewayAddress - 网关地址
6657
- * @param {number} usGatewayPort - 网关端口
6658
- * @param {string} strSecurityPolicys - 安全策略
6659
- * @returns {boolean} 检查结果
6654
+ /**
6655
+ * 客户端安全策略检查
6656
+ * @param {string} strGatewayAddress - 网关地址
6657
+ * @param {number} usGatewayPort - 网关端口
6658
+ * @param {string} strSecurityPolicys - 安全策略
6659
+ * @returns {boolean} 检查结果
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,13 +6686,13 @@ var CA_ExtInterface = function () {
6686
6686
  }
6687
6687
  };
6688
6688
 
6689
- /**
6690
- * 修改 Key 的 Pin 码
6691
- * @param {string} strCertSn - 证书序列号
6692
- * @param {number} lPinCodeType - Pin 码类型
6693
- * @param {string} strCurPinCode - 当前 Pin 码
6694
- * @param {string} strNewPinCode - 新 Pin 码
6695
- * @returns {number} 修改结果
6689
+ /**
6690
+ * 修改 Key 的 Pin 码
6691
+ * @param {string} strCertSn - 证书序列号
6692
+ * @param {number} lPinCodeType - Pin 码类型
6693
+ * @param {string} strCurPinCode - 当前 Pin 码
6694
+ * @param {string} strNewPinCode - 新 Pin 码
6695
+ * @returns {number} 修改结果
6696
6696
  */
6697
6697
 
6698
6698
 
@@ -6706,10 +6706,10 @@ var CA_ExtInterface = function () {
6706
6706
  }
6707
6707
  };
6708
6708
 
6709
- /**
6710
- * 等待策略设置完毕
6711
- * @param {string} strGatewayAddress - 网关地址
6712
- * @returns {number} 等待结果
6709
+ /**
6710
+ * 等待策略设置完毕
6711
+ * @param {string} strGatewayAddress - 网关地址
6712
+ * @returns {number} 等待结果
6713
6713
  */
6714
6714
 
6715
6715
 
@@ -6723,10 +6723,10 @@ var CA_ExtInterface = function () {
6723
6723
  }
6724
6724
  };
6725
6725
 
6726
- /**
6727
- * 获取会话 Token
6728
- * @param {string} strGatewayAddress - 网关地址
6729
- * @returns {string} 会话 Token
6726
+ /**
6727
+ * 获取会话 Token
6728
+ * @param {string} strGatewayAddress - 网关地址
6729
+ * @returns {string} 会话 Token
6730
6730
  */
6731
6731
 
6732
6732
 
@@ -6740,9 +6740,9 @@ var CA_ExtInterface = function () {
6740
6740
  }
6741
6741
  };
6742
6742
 
6743
- /**
6744
- * 获取控件版本
6745
- * @returns {string} 控件版本
6743
+ /**
6744
+ * 获取控件版本
6745
+ * @returns {string} 控件版本
6746
6746
  */
6747
6747
 
6748
6748
 
@@ -6756,10 +6756,10 @@ var CA_ExtInterface = function () {
6756
6756
  }
6757
6757
  };
6758
6758
 
6759
- /**
6760
- * 设置语言资源
6761
- * @param {string} strLanguage - 语言资源
6762
- * @returns {number} 设置结果
6759
+ /**
6760
+ * 设置语言资源
6761
+ * @param {string} strLanguage - 语言资源
6762
+ * @returns {number} 设置结果
6763
6763
  */
6764
6764
 
6765
6765
 
@@ -6773,12 +6773,12 @@ var CA_ExtInterface = function () {
6773
6773
  }
6774
6774
  };
6775
6775
 
6776
- /**
6777
- * 获取用户属性
6778
- * @param {string} strGatewayAddress - 网关地址
6779
- * @param {string} strAppFlag - 应用标识
6780
- * @param {string} strAttributeName - 属性名称
6781
- * @returns {string} 用户属性值
6776
+ /**
6777
+ * 获取用户属性
6778
+ * @param {string} strGatewayAddress - 网关地址
6779
+ * @param {string} strAppFlag - 应用标识
6780
+ * @param {string} strAttributeName - 属性名称
6781
+ * @returns {string} 用户属性值
6782
6782
  */
6783
6783
 
6784
6784
 
@@ -6792,9 +6792,9 @@ var CA_ExtInterface = function () {
6792
6792
  }
6793
6793
  };
6794
6794
 
6795
- /**
6796
- * 获取签名加密 PIN 码
6797
- * @returns {string} 签名加密 PIN 码
6795
+ /**
6796
+ * 获取签名加密 PIN 码
6797
+ * @returns {string} 签名加密 PIN 码
6798
6798
  */
6799
6799
 
6800
6800
 
@@ -6807,20 +6807,20 @@ var CA_ExtInterface = function () {
6807
6807
  return result.value;
6808
6808
  }
6809
6809
  };
6810
- /*
6811
- *曙光四川CA
6812
- *'SOF_GetUserList' 证书列表
6813
- *'SOF_ExportUserCert' 导出证书
6814
- *'SOF_GetCertInfo': 获取证书信息
6815
- *'SOF_GenRandom': 生成随机数
6816
- *'SOF_SignData': 获取证书签名
6817
- *'SOF_Login': 登录证书
6818
- *'SOF_GetPinRetryCount': 剩余次数
6810
+ /*
6811
+ *曙光四川CA
6812
+ *'SOF_GetUserList' 证书列表
6813
+ *'SOF_ExportUserCert' 导出证书
6814
+ *'SOF_GetCertInfo': 获取证书信息
6815
+ *'SOF_GenRandom': 生成随机数
6816
+ *'SOF_SignData': 获取证书签名
6817
+ *'SOF_Login': 登录证书
6818
+ *'SOF_GetPinRetryCount': 剩余次数
6819
6819
  */
6820
- /**
6821
- *
6822
- * 获取webSocket消息
6823
- * @returns {string}
6820
+ /**
6821
+ *
6822
+ * 获取webSocket消息
6823
+ * @returns {string}
6824
6824
  */
6825
6825
 
6826
6826
 
@@ -6856,10 +6856,10 @@ var CA_ExtInterface = function () {
6856
6856
  };
6857
6857
  });
6858
6858
  };
6859
- /**
6860
- *
6861
- * base64解码
6862
- * @returns {string} base64解码后的字符串
6859
+ /**
6860
+ *
6861
+ * base64解码
6862
+ * @returns {string} base64解码后的字符串
6863
6863
  */
6864
6864
 
6865
6865
 
@@ -6894,10 +6894,10 @@ var CA_ExtInterface = function () {
6894
6894
  val = this.utf8_decode(val);
6895
6895
  return val;
6896
6896
  };
6897
- /**
6898
- *
6899
- * base64编码
6900
- * @returns {string} base64编码后的字符串
6897
+ /**
6898
+ *
6899
+ * base64编码
6900
+ * @returns {string} base64编码后的字符串
6901
6901
  */
6902
6902
 
6903
6903
 
@@ -6930,10 +6930,10 @@ var CA_ExtInterface = function () {
6930
6930
  }
6931
6931
  return val;
6932
6932
  };
6933
- /**
6934
- *
6935
- * utf8解码
6936
- * @returns {string} utf8解码后的字符串
6933
+ /**
6934
+ *
6935
+ * utf8解码
6936
+ * @returns {string} utf8解码后的字符串
6937
6937
  */
6938
6938
 
6939
6939
 
@@ -6962,10 +6962,10 @@ var CA_ExtInterface = function () {
6962
6962
  }
6963
6963
  return string;
6964
6964
  };
6965
- /**
6966
- *
6967
- * utf8编码
6968
- * @returns {string} utf8编码后的字符串
6965
+ /**
6966
+ *
6967
+ * utf8编码
6968
+ * @returns {string} utf8编码后的字符串
6969
6969
  */
6970
6970
 
6971
6971
 
@@ -27139,8 +27139,8 @@ form_src_main.install = function (Vue) {
27139
27139
  };
27140
27140
 
27141
27141
  /* harmony default export */ var packages_form = (form_src_main);
27142
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/main.vue?vue&type=template&id=6b9f2034&
27143
- var mainvue_type_template_id_6b9f2034_render = function () {
27142
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/main.vue?vue&type=template&id=0805f936&
27143
+ var mainvue_type_template_id_0805f936_render = function () {
27144
27144
  var _vm = this
27145
27145
  var _h = _vm.$createElement
27146
27146
  var _c = _vm._self._c || _h
@@ -27365,7 +27365,10 @@ var mainvue_type_template_id_6b9f2034_render = function () {
27365
27365
  _c(
27366
27366
  "el-button",
27367
27367
  {
27368
- staticStyle: { width: "100%" },
27368
+ staticStyle: {
27369
+ width: "calc(100% - 18px)",
27370
+ margin: "8px auto",
27371
+ },
27369
27372
  attrs: { type: "primary" },
27370
27373
  on: {
27371
27374
  click: function ($event) {
@@ -30011,11 +30014,11 @@ var mainvue_type_template_id_6b9f2034_render = function () {
30011
30014
  )
30012
30015
  : _vm._e()
30013
30016
  }
30014
- var mainvue_type_template_id_6b9f2034_staticRenderFns = []
30015
- mainvue_type_template_id_6b9f2034_render._withStripped = true
30017
+ var mainvue_type_template_id_0805f936_staticRenderFns = []
30018
+ mainvue_type_template_id_0805f936_render._withStripped = true
30016
30019
 
30017
30020
 
30018
- // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=6b9f2034&
30021
+ // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=0805f936&
30019
30022
 
30020
30023
  // 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=19364a89&
30021
30024
  var CommonOpinionsvue_type_template_id_19364a89_render = function () {
@@ -30859,21 +30862,21 @@ var CommonOpinionsvue_type_script_lang_js_components;
30859
30862
  return validSate;
30860
30863
  },
30861
30864
 
30862
- /**
30863
- * changeOpinion
30864
- * @desc:监听意见变化
30865
- * @author liufan
30866
- * @date 2022年10月28日
30865
+ /**
30866
+ * changeOpinion
30867
+ * @desc:监听意见变化
30868
+ * @author liufan
30869
+ * @date 2022年10月28日
30867
30870
  **/
30868
30871
  changeOpinion: function changeOpinion() {
30869
30872
  this.$emit('change', this.form.value);
30870
30873
  },
30871
30874
 
30872
- /**
30873
- * getCommonOpion
30874
- * @desc:获取意见
30875
- * @author liufan
30876
- * @date 2022年5月25日
30875
+ /**
30876
+ * getCommonOpion
30877
+ * @desc:获取意见
30878
+ * @author liufan
30879
+ * @date 2022年5月25日
30877
30880
  **/
30878
30881
  getCommonOpion: function getCommonOpion() {
30879
30882
  var _this = this;
@@ -30902,24 +30905,24 @@ var CommonOpinionsvue_type_script_lang_js_components;
30902
30905
  });
30903
30906
  },
30904
30907
 
30905
- /**
30906
- * upDate
30907
- * @desc:修改常用语
30908
- * @author liufan
30909
- * @param {Object} val 修改值
30910
- * @date 2022年5月25日
30908
+ /**
30909
+ * upDate
30910
+ * @desc:修改常用语
30911
+ * @author liufan
30912
+ * @param {Object} val 修改值
30913
+ * @date 2022年5月25日
30911
30914
  **/
30912
30915
  upDate: function upDate(val) {
30913
30916
  this.FormData.id = val.id;
30914
30917
  this.addVisible = true;
30915
30918
  },
30916
30919
 
30917
- /**
30918
- * selectChange
30919
- * @desc:常用语选择
30920
- * @author liufan
30921
- * @param {String} val 选中值
30922
- * @date 2022年5月25日
30920
+ /**
30921
+ * selectChange
30922
+ * @desc:常用语选择
30923
+ * @author liufan
30924
+ * @param {String} val 选中值
30925
+ * @date 2022年5月25日
30923
30926
  **/
30924
30927
  selectChange: function selectChange(val) {
30925
30928
  var _this2 = this;
@@ -30938,12 +30941,12 @@ var CommonOpinionsvue_type_script_lang_js_components;
30938
30941
  });
30939
30942
  },
30940
30943
 
30941
- /**
30942
- * del
30943
- * @desc:删除常用语
30944
- * @author liufan
30945
- * @param {Object} val 删除的数据
30946
- * @date 2022年5月25日
30944
+ /**
30945
+ * del
30946
+ * @desc:删除常用语
30947
+ * @author liufan
30948
+ * @param {Object} val 删除的数据
30949
+ * @date 2022年5月25日
30947
30950
  **/
30948
30951
  del: function del(val) {
30949
30952
  var _this3 = this;
@@ -30985,12 +30988,12 @@ var CommonOpinionsvue_type_script_lang_js_components;
30985
30988
  }).catch(function (e) {});
30986
30989
  },
30987
30990
 
30988
- /**
30989
- * submit
30990
- * @desc:新增/编辑意见保存
30991
- * @author liufan
30992
- * @param {Object} val 保存数据
30993
- * @date 2022年5月25日
30991
+ /**
30992
+ * submit
30993
+ * @desc:新增/编辑意见保存
30994
+ * @author liufan
30995
+ * @param {Object} val 保存数据
30996
+ * @date 2022年5月25日
30994
30997
  **/
30995
30998
  submit: function submit(val) {
30996
30999
  var _this4 = this;
@@ -31819,8 +31822,8 @@ processFormvue_type_template_id_3d800ae1_render._withStripped = true
31819
31822
 
31820
31823
  // CONCATENATED MODULE: ./packages/flow/src/processForm.vue?vue&type=template&id=3d800ae1&
31821
31824
 
31822
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/selectUser.vue?vue&type=template&id=3588d66f&
31823
- var selectUservue_type_template_id_3588d66f_render = function () {
31825
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/selectUser.vue?vue&type=template&id=319fd53c&
31826
+ var selectUservue_type_template_id_319fd53c_render = function () {
31824
31827
  var _vm = this
31825
31828
  var _h = _vm.$createElement
31826
31829
  var _c = _vm._self._c || _h
@@ -31933,7 +31936,7 @@ var selectUservue_type_template_id_3588d66f_render = function () {
31933
31936
  types: _vm.types,
31934
31937
  tabs: _vm.tabs,
31935
31938
  title: _vm.title,
31936
- max: "5",
31939
+ "collapse-tags": 3,
31937
31940
  mix: _vm.mix,
31938
31941
  min: _vm.isUnionSeal ? 1 : 0,
31939
31942
  disabled:
@@ -31968,11 +31971,11 @@ var selectUservue_type_template_id_3588d66f_render = function () {
31968
31971
  2
31969
31972
  )
31970
31973
  }
31971
- var selectUservue_type_template_id_3588d66f_staticRenderFns = []
31972
- selectUservue_type_template_id_3588d66f_render._withStripped = true
31974
+ var selectUservue_type_template_id_319fd53c_staticRenderFns = []
31975
+ selectUservue_type_template_id_319fd53c_render._withStripped = true
31973
31976
 
31974
31977
 
31975
- // CONCATENATED MODULE: ./packages/flow/src/selectUser.vue?vue&type=template&id=3588d66f&
31978
+ // CONCATENATED MODULE: ./packages/flow/src/selectUser.vue?vue&type=template&id=319fd53c&
31976
31979
 
31977
31980
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/selectUser.vue?vue&type=script&lang=js&
31978
31981
  var selectUservue_type_script_lang_js_extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
@@ -32466,8 +32469,8 @@ var selectUservue_type_script_lang_js_extends = Object.assign || function (targe
32466
32469
 
32467
32470
  var selectUser_component = normalizeComponent(
32468
32471
  src_selectUservue_type_script_lang_js_,
32469
- selectUservue_type_template_id_3588d66f_render,
32470
- selectUservue_type_template_id_3588d66f_staticRenderFns,
32472
+ selectUservue_type_template_id_319fd53c_render,
32473
+ selectUservue_type_template_id_319fd53c_staticRenderFns,
32471
32474
  false,
32472
32475
  null,
32473
32476
  null,
@@ -34320,11 +34323,11 @@ var processFormvue_type_script_lang_js_components;
34320
34323
  });
34321
34324
  },
34322
34325
 
34323
- /**
34324
- * isMultiple
34325
- * @desc:是否多选
34326
- * @author liufan
34327
- * @date 2022年9月13日
34326
+ /**
34327
+ * isMultiple
34328
+ * @desc:是否多选
34329
+ * @author liufan
34330
+ * @date 2022年9月13日
34328
34331
  **/
34329
34332
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
34330
34333
  var multiple = false;
@@ -38428,11 +38431,11 @@ var resetvue_type_script_lang_js_components;
38428
38431
  });
38429
38432
  },
38430
38433
 
38431
- /**
38432
- * isMultiple
38433
- * @desc:是否多选
38434
- * @author liufan
38435
- * @date 2022年9月13日
38434
+ /**
38435
+ * isMultiple
38436
+ * @desc:是否多选
38437
+ * @author liufan
38438
+ * @date 2022年9月13日
38436
38439
  **/
38437
38440
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
38438
38441
  var multiple = false;
@@ -42834,11 +42837,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
42834
42837
  });
42835
42838
  },
42836
42839
 
42837
- /**
42838
- * saveInfo
42839
- * @desc:暂存
42840
- * @author liufan
42841
- * @date 2022年9月9日
42840
+ /**
42841
+ * saveInfo
42842
+ * @desc:暂存
42843
+ * @author liufan
42844
+ * @date 2022年9月9日
42842
42845
  **/
42843
42846
  saveInfo: function saveInfo(type, btn) {
42844
42847
  var _this6 = this;
@@ -42900,11 +42903,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
42900
42903
  });
42901
42904
  },
42902
42905
 
42903
- /**
42904
- * rejectBtn
42905
- * @desc:点击驳回
42906
- * @author liufan
42907
- * @date 2022年5月25日
42906
+ /**
42907
+ * rejectBtn
42908
+ * @desc:点击驳回
42909
+ * @author liufan
42910
+ * @date 2022年5月25日
42908
42911
  **/
42909
42912
  rejectBtn: function rejectBtn() {
42910
42913
  var _this8 = this;
@@ -42922,11 +42925,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
42922
42925
  }
42923
42926
  },
42924
42927
 
42925
- /**
42926
- * taskReadBtn
42927
- * @desc:点击分阅
42928
- * @author liufan
42929
- * @date 2022年5月25日
42928
+ /**
42929
+ * taskReadBtn
42930
+ * @desc:点击分阅
42931
+ * @author liufan
42932
+ * @date 2022年5月25日
42930
42933
  **/
42931
42934
  taskReadBtn: function taskReadBtn() {
42932
42935
  var _this9 = this;
@@ -42945,11 +42948,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
42945
42948
  }
42946
42949
  },
42947
42950
 
42948
- /**
42949
- * getFind
42950
- * @desc:获取通知方式
42951
- * @author liufan
42952
- * @date 2022年5月25日
42951
+ /**
42952
+ * getFind
42953
+ * @desc:获取通知方式
42954
+ * @author liufan
42955
+ * @date 2022年5月25日
42953
42956
  **/
42954
42957
  getFind: function getFind() {
42955
42958
  var _this10 = this;
@@ -43004,12 +43007,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43004
43007
  });
43005
43008
  },
43006
43009
 
43007
- /**
43008
- * endFlows
43009
- * @desc:直接办结
43010
- * @author liufan
43011
- * @param {Object} res 直接办结数据
43012
- * @date 2022年5月25日
43010
+ /**
43011
+ * endFlows
43012
+ * @desc:直接办结
43013
+ * @author liufan
43014
+ * @param {Object} res 直接办结数据
43015
+ * @date 2022年5月25日
43013
43016
  **/
43014
43017
  endFlows: function endFlows(res) {
43015
43018
  var _this12 = this;
@@ -43063,12 +43066,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43063
43066
  }).catch(function (e) {});
43064
43067
  },
43065
43068
 
43066
- /**
43067
- * goView
43068
- * @desc:更多流程按钮操作
43069
- * @author liufan
43070
- * @param {Object} res 当前点击操作按钮数据
43071
- * @date 2022年5月25日
43069
+ /**
43070
+ * goView
43071
+ * @desc:更多流程按钮操作
43072
+ * @author liufan
43073
+ * @param {Object} res 当前点击操作按钮数据
43074
+ * @date 2022年5月25日
43072
43075
  **/
43073
43076
  goView: function goView(res) {
43074
43077
  // 驳回并办结:rejectAndEndHtml
@@ -43153,11 +43156,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43153
43156
  // isCanStartSubFlow
43154
43157
  },
43155
43158
 
43156
- /**
43157
- * toTakeAdvice
43158
- * @desc:征求意见
43159
- * @author liufan
43160
- * @date 2022年9月29日
43159
+ /**
43160
+ * toTakeAdvice
43161
+ * @desc:征求意见
43162
+ * @author liufan
43163
+ * @date 2022年9月29日
43161
43164
  **/
43162
43165
  toTakeAdvice: function toTakeAdvice(res) {
43163
43166
  var _this14 = this;
@@ -43201,11 +43204,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43201
43204
  });
43202
43205
  },
43203
43206
 
43204
- /**
43205
- * toStartDraf
43206
- * @desc: 稿件递送、联合审核、复核
43207
- * @author liufan
43208
- * @date 2022年9月29日
43207
+ /**
43208
+ * toStartDraf
43209
+ * @desc: 稿件递送、联合审核、复核
43210
+ * @author liufan
43211
+ * @date 2022年9月29日
43209
43212
  **/
43210
43213
  toStartDraf: function toStartDraf(res) {
43211
43214
  var _this16 = this;
@@ -43219,11 +43222,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43219
43222
  }
43220
43223
  },
43221
43224
 
43222
- /**
43223
- * toSendMsg
43224
- * @desc:核稿通知
43225
- * @author liufan
43226
- * @date 2022年9月29日
43225
+ /**
43226
+ * toSendMsg
43227
+ * @desc:核稿通知
43228
+ * @author liufan
43229
+ * @date 2022年9月29日
43227
43230
  **/
43228
43231
  toSendMsg: function toSendMsg(res) {
43229
43232
  var _this17 = this;
@@ -43237,11 +43240,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43237
43240
  }
43238
43241
  },
43239
43242
 
43240
- /**
43241
- * toTaskReadAndEnd
43242
- * @desc:分阅并办结
43243
- * @author liufan
43244
- * @date 2022年9月29日
43243
+ /**
43244
+ * toTaskReadAndEnd
43245
+ * @desc:分阅并办结
43246
+ * @author liufan
43247
+ * @date 2022年9月29日
43245
43248
  **/
43246
43249
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
43247
43250
  var _this18 = this;
@@ -43259,11 +43262,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43259
43262
  }
43260
43263
  },
43261
43264
 
43262
- /**
43263
- * rejectAndEnd
43264
- * @desc:驳回并办结
43265
- * @author liufan
43266
- * @date 2022年9月29日
43265
+ /**
43266
+ * rejectAndEnd
43267
+ * @desc:驳回并办结
43268
+ * @author liufan
43269
+ * @date 2022年9月29日
43267
43270
  **/
43268
43271
  rejectAndEnd: function rejectAndEnd(res) {
43269
43272
  var _this19 = this;
@@ -43318,11 +43321,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43318
43321
  });
43319
43322
  },
43320
43323
 
43321
- /**
43322
- * toTransfer
43323
- * @desc:转办
43324
- * @author liufan
43325
- * @date 2022年9月29日
43324
+ /**
43325
+ * toTransfer
43326
+ * @desc:转办
43327
+ * @author liufan
43328
+ * @date 2022年9月29日
43326
43329
  **/
43327
43330
  toTransfer: function toTransfer(res) {
43328
43331
  var _this21 = this;
@@ -43338,11 +43341,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43338
43341
  }
43339
43342
  },
43340
43343
 
43341
- /**
43342
- * getNodeInfo
43343
- * @desc:获取节点信息
43344
- * @author liufan
43345
- * @date 2022年5月25日
43344
+ /**
43345
+ * getNodeInfo
43346
+ * @desc:获取节点信息
43347
+ * @author liufan
43348
+ * @date 2022年5月25日
43346
43349
  **/
43347
43350
  getNodeInfo: function getNodeInfo() {
43348
43351
  var _this22 = this;
@@ -43441,12 +43444,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43441
43444
  });
43442
43445
  },
43443
43446
 
43444
- /**
43445
- * selecNext
43446
- * @desc:下步节点变化时更新数据
43447
- * @author liufan
43448
- * @param {String} val 当前选中值
43449
- * @date 2022年5月25日
43447
+ /**
43448
+ * selecNext
43449
+ * @desc:下步节点变化时更新数据
43450
+ * @author liufan
43451
+ * @param {String} val 当前选中值
43452
+ * @date 2022年5月25日
43450
43453
  **/
43451
43454
  selecNext: function selecNext(val, type, isDef) {
43452
43455
  var _this23 = this;
@@ -43555,11 +43558,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43555
43558
  if (isDef !== true) this.getNodeInfo();
43556
43559
  },
43557
43560
 
43558
- /**
43559
- * isMultiple
43560
- * @desc:是否多选
43561
- * @author liufan
43562
- * @date 2022年9月13日
43561
+ /**
43562
+ * isMultiple
43563
+ * @desc:是否多选
43564
+ * @author liufan
43565
+ * @date 2022年9月13日
43563
43566
  **/
43564
43567
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
43565
43568
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -43591,11 +43594,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43591
43594
  }
43592
43595
  },
43593
43596
 
43594
- /**
43595
- * getHedInfo
43596
- * @desc:获取审核页面数据
43597
- * @author liufan
43598
- * @date 2022年5月25日
43597
+ /**
43598
+ * getHedInfo
43599
+ * @desc:获取审核页面数据
43600
+ * @author liufan
43601
+ * @date 2022年5月25日
43599
43602
  **/
43600
43603
  getHedInfo: function getHedInfo() {
43601
43604
  var _this24 = this;
@@ -43831,13 +43834,13 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43831
43834
  });
43832
43835
  },
43833
43836
 
43834
- /**
43835
- * closeProcess
43836
- * @desc:关闭弹窗
43837
- * @author liufan
43838
- * @param {boolean} val 当前是否办理流程
43839
- * @param {String} type 当前点击的弹窗类型
43840
- * @date 2022年5月25日
43837
+ /**
43838
+ * closeProcess
43839
+ * @desc:关闭弹窗
43840
+ * @author liufan
43841
+ * @param {boolean} val 当前是否办理流程
43842
+ * @param {String} type 当前点击的弹窗类型
43843
+ * @date 2022年5月25日
43841
43844
  **/
43842
43845
  closeProcess: function closeProcess(val, type, closeParent) {
43843
43846
  if (closeParent) {
@@ -43854,23 +43857,23 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43854
43857
  }
43855
43858
  },
43856
43859
 
43857
- /**
43858
- * selectChange
43859
- * @desc:常用语选择
43860
- * @author liufan
43861
- * @param {String} val 选中值
43862
- * @date 2022年5月25日
43860
+ /**
43861
+ * selectChange
43862
+ * @desc:常用语选择
43863
+ * @author liufan
43864
+ * @param {String} val 选中值
43865
+ * @date 2022年5月25日
43863
43866
  **/
43864
43867
  selectChange: function selectChange(val) {
43865
43868
  this.value = val;
43866
43869
  },
43867
43870
 
43868
- /**
43869
- * upDate
43870
- * @desc:修改常用语
43871
- * @author liufan
43872
- * @param {Object} val 修改值
43873
- * @date 2022年5月25日
43871
+ /**
43872
+ * upDate
43873
+ * @desc:修改常用语
43874
+ * @author liufan
43875
+ * @param {Object} val 修改值
43876
+ * @date 2022年5月25日
43874
43877
  **/
43875
43878
  upDate: function upDate(val) {
43876
43879
  this.FormData.id = val.id;
@@ -43878,11 +43881,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43878
43881
  },
43879
43882
 
43880
43883
 
43881
- /**
43882
- * getProcess
43883
- * @desc:获取选择流程
43884
- * @author liufan
43885
- * @date 2022年5月25日
43884
+ /**
43885
+ * getProcess
43886
+ * @desc:获取选择流程
43887
+ * @author liufan
43888
+ * @date 2022年5月25日
43886
43889
  **/
43887
43890
  getProcess: function getProcess() {
43888
43891
  var _this25 = this;
@@ -43936,11 +43939,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43936
43939
  });
43937
43940
  },
43938
43941
 
43939
- /**
43940
- * getPendedhistoryList
43941
- * @desc:获取流程列表
43942
- * @author liufan
43943
- * @date 2022年5月25日
43942
+ /**
43943
+ * getPendedhistoryList
43944
+ * @desc:获取流程列表
43945
+ * @author liufan
43946
+ * @date 2022年5月25日
43944
43947
  **/
43945
43948
  getPendedhistoryList: function getPendedhistoryList() {
43946
43949
  var _this26 = this;
@@ -43972,12 +43975,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43972
43975
  },
43973
43976
 
43974
43977
  // 提交流程
43975
- /**
43976
- * subProcess
43977
- * @desc:提交流程
43978
- * @author liufan
43979
- * @param {String} formName 当前form表单ref值
43980
- * @date 2022年5月25日
43978
+ /**
43979
+ * subProcess
43980
+ * @desc:提交流程
43981
+ * @author liufan
43982
+ * @param {String} formName 当前form表单ref值
43983
+ * @date 2022年5月25日
43981
43984
  **/
43982
43985
  subProcess: function subProcess(val) {
43983
43986
  var _this27 = this;
@@ -47056,11 +47059,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47056
47059
  });
47057
47060
  },
47058
47061
 
47059
- /**
47060
- * saveInfo
47061
- * @desc:暂存
47062
- * @author liufan
47063
- * @date 2022年9月9日
47062
+ /**
47063
+ * saveInfo
47064
+ * @desc:暂存
47065
+ * @author liufan
47066
+ * @date 2022年9月9日
47064
47067
  **/
47065
47068
  saveInfo: function saveInfo(type, btn) {
47066
47069
  var _this9 = this;
@@ -47122,11 +47125,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47122
47125
  });
47123
47126
  },
47124
47127
 
47125
- /**
47126
- * rejectBtn
47127
- * @desc:点击驳回
47128
- * @author liufan
47129
- * @date 2022年5月25日
47128
+ /**
47129
+ * rejectBtn
47130
+ * @desc:点击驳回
47131
+ * @author liufan
47132
+ * @date 2022年5月25日
47130
47133
  **/
47131
47134
  rejectBtn: function rejectBtn() {
47132
47135
  var _this11 = this;
@@ -47144,11 +47147,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47144
47147
  }
47145
47148
  },
47146
47149
 
47147
- /**
47148
- * taskReadBtn
47149
- * @desc:点击分阅
47150
- * @author liufan
47151
- * @date 2022年5月25日
47150
+ /**
47151
+ * taskReadBtn
47152
+ * @desc:点击分阅
47153
+ * @author liufan
47154
+ * @date 2022年5月25日
47152
47155
  **/
47153
47156
  taskReadBtn: function taskReadBtn() {
47154
47157
  var _this12 = this;
@@ -47167,11 +47170,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47167
47170
  }
47168
47171
  },
47169
47172
 
47170
- /**
47171
- * getFind
47172
- * @desc:获取通知方式
47173
- * @author liufan
47174
- * @date 2022年5月25日
47173
+ /**
47174
+ * getFind
47175
+ * @desc:获取通知方式
47176
+ * @author liufan
47177
+ * @date 2022年5月25日
47175
47178
  **/
47176
47179
  getFind: function getFind() {
47177
47180
  var _this13 = this;
@@ -47237,12 +47240,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47237
47240
  });
47238
47241
  },
47239
47242
 
47240
- /**
47241
- * endFlows
47242
- * @desc:直接办结
47243
- * @author liufan
47244
- * @param {Object} res 直接办结数据
47245
- * @date 2022年5月25日
47243
+ /**
47244
+ * endFlows
47245
+ * @desc:直接办结
47246
+ * @author liufan
47247
+ * @param {Object} res 直接办结数据
47248
+ * @date 2022年5月25日
47246
47249
  **/
47247
47250
  endFlows: function endFlows(res) {
47248
47251
  var _this15 = this;
@@ -47297,12 +47300,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47297
47300
  }).catch(function (e) {});
47298
47301
  },
47299
47302
 
47300
- /**
47301
- * goView
47302
- * @desc:更多流程按钮操作
47303
- * @author liufan
47304
- * @param {Object} res 当前点击操作按钮数据
47305
- * @date 2022年5月25日
47303
+ /**
47304
+ * goView
47305
+ * @desc:更多流程按钮操作
47306
+ * @author liufan
47307
+ * @param {Object} res 当前点击操作按钮数据
47308
+ * @date 2022年5月25日
47306
47309
  **/
47307
47310
  goView: function goView(res) {
47308
47311
  // 驳回并办结:rejectAndEndHtml
@@ -47387,11 +47390,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47387
47390
  // isCanStartSubFlow
47388
47391
  },
47389
47392
 
47390
- /**
47391
- * toTakeAdvice
47392
- * @desc:征求意见
47393
- * @author liufan
47394
- * @date 2022年9月29日
47393
+ /**
47394
+ * toTakeAdvice
47395
+ * @desc:征求意见
47396
+ * @author liufan
47397
+ * @date 2022年9月29日
47395
47398
  **/
47396
47399
  toTakeAdvice: function toTakeAdvice(res) {
47397
47400
  var _this17 = this;
@@ -47435,11 +47438,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47435
47438
  });
47436
47439
  },
47437
47440
 
47438
- /**
47439
- * toStartDraf
47440
- * @desc: 稿件递送、联合审核、复核
47441
- * @author liufan
47442
- * @date 2022年9月29日
47441
+ /**
47442
+ * toStartDraf
47443
+ * @desc: 稿件递送、联合审核、复核
47444
+ * @author liufan
47445
+ * @date 2022年9月29日
47443
47446
  **/
47444
47447
  toStartDraf: function toStartDraf(res) {
47445
47448
  var _this19 = this;
@@ -47453,11 +47456,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47453
47456
  }
47454
47457
  },
47455
47458
 
47456
- /**
47457
- * toSendMsg
47458
- * @desc:核稿通知
47459
- * @author liufan
47460
- * @date 2022年9月29日
47459
+ /**
47460
+ * toSendMsg
47461
+ * @desc:核稿通知
47462
+ * @author liufan
47463
+ * @date 2022年9月29日
47461
47464
  **/
47462
47465
  toSendMsg: function toSendMsg(res) {
47463
47466
  var _this20 = this;
@@ -47471,11 +47474,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47471
47474
  }
47472
47475
  },
47473
47476
 
47474
- /**
47475
- * toTaskReadAndEnd
47476
- * @desc:分阅并办结
47477
- * @author liufan
47478
- * @date 2022年9月29日
47477
+ /**
47478
+ * toTaskReadAndEnd
47479
+ * @desc:分阅并办结
47480
+ * @author liufan
47481
+ * @date 2022年9月29日
47479
47482
  **/
47480
47483
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
47481
47484
  var _this21 = this;
@@ -47493,11 +47496,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47493
47496
  }
47494
47497
  },
47495
47498
 
47496
- /**
47497
- * rejectAndEnd
47498
- * @desc:驳回并办结
47499
- * @author liufan
47500
- * @date 2022年9月29日
47499
+ /**
47500
+ * rejectAndEnd
47501
+ * @desc:驳回并办结
47502
+ * @author liufan
47503
+ * @date 2022年9月29日
47501
47504
  **/
47502
47505
  rejectAndEnd: function rejectAndEnd(res) {
47503
47506
  var _this22 = this;
@@ -47553,11 +47556,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47553
47556
  });
47554
47557
  },
47555
47558
 
47556
- /**
47557
- * toTransfer
47558
- * @desc:转办
47559
- * @author liufan
47560
- * @date 2022年9月29日
47559
+ /**
47560
+ * toTransfer
47561
+ * @desc:转办
47562
+ * @author liufan
47563
+ * @date 2022年9月29日
47561
47564
  **/
47562
47565
  toTransfer: function toTransfer(res) {
47563
47566
  var _this24 = this;
@@ -47573,11 +47576,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47573
47576
  }
47574
47577
  },
47575
47578
 
47576
- /**
47577
- * getNodeInfo
47578
- * @desc:获取节点信息
47579
- * @author liufan
47580
- * @date 2022年5月25日
47579
+ /**
47580
+ * getNodeInfo
47581
+ * @desc:获取节点信息
47582
+ * @author liufan
47583
+ * @date 2022年5月25日
47581
47584
  **/
47582
47585
  getNodeInfo: function getNodeInfo() {
47583
47586
  var _this25 = this;
@@ -47681,12 +47684,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47681
47684
  });
47682
47685
  },
47683
47686
 
47684
- /**
47685
- * selecNext
47686
- * @desc:下步节点变化时更新数据
47687
- * @author liufan
47688
- * @param {String} val 当前选中值
47689
- * @date 2022年5月25日
47687
+ /**
47688
+ * selecNext
47689
+ * @desc:下步节点变化时更新数据
47690
+ * @author liufan
47691
+ * @param {String} val 当前选中值
47692
+ * @date 2022年5月25日
47690
47693
  **/
47691
47694
  selecNext: function selecNext(val, type, isDef) {
47692
47695
  var _this26 = this;
@@ -47818,11 +47821,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47818
47821
  this.getNodeInfo();
47819
47822
  },
47820
47823
 
47821
- /**
47822
- * isMultiple
47823
- * @desc:是否多选
47824
- * @author liufan
47825
- * @date 2022年9月13日
47824
+ /**
47825
+ * isMultiple
47826
+ * @desc:是否多选
47827
+ * @author liufan
47828
+ * @date 2022年9月13日
47826
47829
  **/
47827
47830
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
47828
47831
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -47854,11 +47857,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47854
47857
  }
47855
47858
  },
47856
47859
 
47857
- /**
47858
- * getHedInfo
47859
- * @desc:获取审核页面数据
47860
- * @author liufan
47861
- * @date 2022年5月25日
47860
+ /**
47861
+ * getHedInfo
47862
+ * @desc:获取审核页面数据
47863
+ * @author liufan
47864
+ * @date 2022年5月25日
47862
47865
  **/
47863
47866
  getHedInfo: function getHedInfo() {
47864
47867
  var _this27 = this;
@@ -48145,13 +48148,13 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48145
48148
  });
48146
48149
  },
48147
48150
 
48148
- /**
48149
- * closeProcess
48150
- * @desc:关闭弹窗
48151
- * @author liufan
48152
- * @param {boolean} val 当前是否办理流程
48153
- * @param {String} type 当前点击的弹窗类型
48154
- * @date 2022年5月25日
48151
+ /**
48152
+ * closeProcess
48153
+ * @desc:关闭弹窗
48154
+ * @author liufan
48155
+ * @param {boolean} val 当前是否办理流程
48156
+ * @param {String} type 当前点击的弹窗类型
48157
+ * @date 2022年5月25日
48155
48158
  **/
48156
48159
  closeProcess: function closeProcess(val, type, closeParent) {
48157
48160
  if (this.closeParent && !this.startFlowPageEmbeddedIntoStartFlowIndex) {
@@ -48171,23 +48174,23 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48171
48174
  }
48172
48175
  },
48173
48176
 
48174
- /**
48175
- * selectChange
48176
- * @desc:常用语选择
48177
- * @author liufan
48178
- * @param {String} val 选中值
48179
- * @date 2022年5月25日
48177
+ /**
48178
+ * selectChange
48179
+ * @desc:常用语选择
48180
+ * @author liufan
48181
+ * @param {String} val 选中值
48182
+ * @date 2022年5月25日
48180
48183
  **/
48181
48184
  selectChange: function selectChange(val) {
48182
48185
  this.value = val;
48183
48186
  },
48184
48187
 
48185
- /**
48186
- * upDate
48187
- * @desc:修改常用语
48188
- * @author liufan
48189
- * @param {Object} val 修改值
48190
- * @date 2022年5月25日
48188
+ /**
48189
+ * upDate
48190
+ * @desc:修改常用语
48191
+ * @author liufan
48192
+ * @param {Object} val 修改值
48193
+ * @date 2022年5月25日
48191
48194
  **/
48192
48195
  upDate: function upDate(val) {
48193
48196
  this.FormData.id = val.id;
@@ -48195,11 +48198,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48195
48198
  },
48196
48199
 
48197
48200
 
48198
- /**
48199
- * getProcess
48200
- * @desc:获取选择流程
48201
- * @author liufan
48202
- * @date 2022年5月25日
48201
+ /**
48202
+ * getProcess
48203
+ * @desc:获取选择流程
48204
+ * @author liufan
48205
+ * @date 2022年5月25日
48203
48206
  **/
48204
48207
  getProcess: function getProcess(val) {
48205
48208
  var _this28 = this;
@@ -48255,11 +48258,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48255
48258
  });
48256
48259
  },
48257
48260
 
48258
- /**
48259
- * getPendedhistoryList
48260
- * @desc:获取流程列表
48261
- * @author liufan
48262
- * @date 2022年5月25日
48261
+ /**
48262
+ * getPendedhistoryList
48263
+ * @desc:获取流程列表
48264
+ * @author liufan
48265
+ * @date 2022年5月25日
48263
48266
  **/
48264
48267
  getPendedhistoryList: function getPendedhistoryList() {
48265
48268
  var _this29 = this;
@@ -48327,12 +48330,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48327
48330
  },
48328
48331
 
48329
48332
  // 提交流程
48330
- /**
48331
- * subProcess
48332
- * @desc:提交流程
48333
- * @author liufan
48334
- * @param {String} formName 当前form表单ref值
48335
- * @date 2022年5月25日
48333
+ /**
48334
+ * subProcess
48335
+ * @desc:提交流程
48336
+ * @author liufan
48337
+ * @param {String} formName 当前form表单ref值
48338
+ * @date 2022年5月25日
48336
48339
  **/
48337
48340
  subProcess: function subProcess(val, type) {
48338
48341
  var _this31 = this;
@@ -48664,8 +48667,8 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48664
48667
 
48665
48668
  var flow_src_main_component = normalizeComponent(
48666
48669
  packages_flow_src_mainvue_type_script_lang_js_,
48667
- mainvue_type_template_id_6b9f2034_render,
48668
- mainvue_type_template_id_6b9f2034_staticRenderFns,
48670
+ mainvue_type_template_id_0805f936_render,
48671
+ mainvue_type_template_id_0805f936_staticRenderFns,
48669
48672
  false,
48670
48673
  null,
48671
48674
  null,
@@ -52088,12 +52091,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
52088
52091
  }
52089
52092
  },
52090
52093
 
52091
- /**
52092
- * handleFormSubmit
52093
- * @desc:删除节点点击事件
52094
- * @param {Object} formData 点击删除的form数据
52095
- * @author liufan
52096
- * @date 2022年11月29日
52094
+ /**
52095
+ * handleFormSubmit
52096
+ * @desc:删除节点点击事件
52097
+ * @param {Object} formData 点击删除的form数据
52098
+ * @author liufan
52099
+ * @date 2022年11月29日
52097
52100
  **/
52098
52101
  handleFormSubmit: function handleFormSubmit(formData) {
52099
52102
  var _this9 = this;
@@ -52124,48 +52127,48 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
52124
52127
  });
52125
52128
  },
52126
52129
 
52127
- /**
52128
- * del
52129
- * @desc:展示删除弹窗
52130
- * @param {String} id 当前点击数据id
52131
- * @author liufan
52132
- * @date 2022年11月29日
52130
+ /**
52131
+ * del
52132
+ * @desc:展示删除弹窗
52133
+ * @param {String} id 当前点击数据id
52134
+ * @author liufan
52135
+ * @date 2022年11月29日
52133
52136
  **/
52134
52137
  del: function del(id) {
52135
52138
  this.historyId = id;
52136
52139
  this.showDel = true;
52137
52140
  },
52138
52141
 
52139
- /**
52140
- * handleCurrentChange
52141
- * @desc:监听页码变化
52142
- * @param {String} val 当前页
52143
- * @author liufan
52144
- * @date 2022年11月29日
52142
+ /**
52143
+ * handleCurrentChange
52144
+ * @desc:监听页码变化
52145
+ * @param {String} val 当前页
52146
+ * @author liufan
52147
+ * @date 2022年11月29日
52145
52148
  **/
52146
52149
  handleCurrentChange: function handleCurrentChange(val) {
52147
52150
  this.currentPage = val;
52148
52151
  this.getPressList();
52149
52152
  },
52150
52153
 
52151
- /**
52152
- * handleSizeChange
52153
- * @desc:监听每页数据显示数量变化
52154
- * @param {String} val 每页展示数量
52155
- * @author liufan
52156
- * @date 2022年11月29日
52154
+ /**
52155
+ * handleSizeChange
52156
+ * @desc:监听每页数据显示数量变化
52157
+ * @param {String} val 每页展示数量
52158
+ * @author liufan
52159
+ * @date 2022年11月29日
52157
52160
  **/
52158
52161
  handleSizeChange: function handleSizeChange(val) {
52159
52162
  this.pageSize = val;
52160
52163
  this.getPressList();
52161
52164
  },
52162
52165
 
52163
- /**
52164
- * sortChange
52165
- * @desc:监听排序变化
52166
- * @param {Object} info 需要排序的字段及排序方式
52167
- * @author liufan
52168
- * @date 2022年11月29日
52166
+ /**
52167
+ * sortChange
52168
+ * @desc:监听排序变化
52169
+ * @param {Object} info 需要排序的字段及排序方式
52170
+ * @author liufan
52171
+ * @date 2022年11月29日
52169
52172
  **/
52170
52173
  sortChange: function sortChange(info) {
52171
52174
  var prop = info.prop,
@@ -52176,11 +52179,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
52176
52179
  this.getPressList();
52177
52180
  },
52178
52181
 
52179
- /**
52180
- * getPressList
52181
- * @desc:催办列表数据
52182
- * @author liufan
52183
- * @date 2022年11月29日
52182
+ /**
52183
+ * getPressList
52184
+ * @desc:催办列表数据
52185
+ * @author liufan
52186
+ * @date 2022年11月29日
52184
52187
  **/
52185
52188
  getPressList: function getPressList() {
52186
52189
  var _this10 = this;
@@ -52210,12 +52213,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
52210
52213
  });
52211
52214
  },
52212
52215
 
52213
- /**
52214
- * goPress
52215
- * @desc:催办列表查看
52216
- * @param {String} id 催办列表id
52217
- * @author liufan
52218
- * @date 2022年11月29日
52216
+ /**
52217
+ * goPress
52218
+ * @desc:催办列表查看
52219
+ * @param {String} id 催办列表id
52220
+ * @author liufan
52221
+ * @date 2022年11月29日
52219
52222
  **/
52220
52223
  goPress: function goPress(id) {
52221
52224
  this.historyId = id;
@@ -52223,23 +52226,23 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
52223
52226
  this.getPressList();
52224
52227
  },
52225
52228
 
52226
- /**
52227
- * showFile
52228
- * @desc:附件查看
52229
- * @param {String} ownId 附件id
52230
- * @author liufan
52231
- * @date 2022年11月29日
52229
+ /**
52230
+ * showFile
52231
+ * @desc:附件查看
52232
+ * @param {String} ownId 附件id
52233
+ * @author liufan
52234
+ * @date 2022年11月29日
52232
52235
  **/
52233
52236
  showFile: function showFile(ownId) {
52234
52237
  this.wfpendingid = ownId;
52235
52238
  this.showFileList = true;
52236
52239
  },
52237
52240
 
52238
- /**
52239
- * handleChange
52240
- * @desc:切换排序方式
52241
- * @author liufan
52242
- * @date 2022年11月22日
52241
+ /**
52242
+ * handleChange
52243
+ * @desc:切换排序方式
52244
+ * @author liufan
52245
+ * @date 2022年11月22日
52243
52246
  **/
52244
52247
  handleChange: function handleChange(key, value) {
52245
52248
  if (value) {
@@ -52289,11 +52292,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
52289
52292
  }))();
52290
52293
  },
52291
52294
 
52292
- /**
52293
- * getFlowList
52294
- * @desc:获取流程列表
52295
- * @author liufan
52296
- * @date 2022年11月22日
52295
+ /**
52296
+ * getFlowList
52297
+ * @desc:获取流程列表
52298
+ * @author liufan
52299
+ * @date 2022年11月22日
52297
52300
  **/
52298
52301
  getFlowList: function getFlowList() {
52299
52302
  var _this12 = this;
@@ -52365,12 +52368,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
52365
52368
  });
52366
52369
  },
52367
52370
 
52368
- /**
52369
- * handleClick
52370
- * @desc:表单点击事件
52371
- * @param {Object} val 当前点击行数据及按钮
52372
- * @author liufan
52373
- * @date 2022年11月10日
52371
+ /**
52372
+ * handleClick
52373
+ * @desc:表单点击事件
52374
+ * @param {Object} val 当前点击行数据及按钮
52375
+ * @author liufan
52376
+ * @date 2022年11月10日
52374
52377
  **/
52375
52378
  handleClick: function handleClick(val) {
52376
52379
  var _this13 = this;
@@ -52416,13 +52419,13 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
52416
52419
  }
52417
52420
  },
52418
52421
 
52419
- /**
52420
- * getCodeValue
52421
- * @desc:获取代码表过滤后的值
52422
- * @param {String} value 展示数据的代码值
52423
- * @param {String} type 代码表类型
52424
- * @author liufan
52425
- * @date 2022年11月10日
52422
+ /**
52423
+ * getCodeValue
52424
+ * @desc:获取代码表过滤后的值
52425
+ * @param {String} value 展示数据的代码值
52426
+ * @param {String} type 代码表类型
52427
+ * @author liufan
52428
+ * @date 2022年11月10日
52426
52429
  **/
52427
52430
  getCodeValue: function getCodeValue(value, type) {
52428
52431
  var val = this[type].filter(function (item) {
@@ -52431,12 +52434,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
52431
52434
  return val[0].shortName;
52432
52435
  },
52433
52436
 
52434
- /**
52435
- * getSysInfo
52436
- * @desc:获取代码表
52437
- * @param {String} code 编码code值
52438
- * @author liufan
52439
- * @date 2022年11月10日
52437
+ /**
52438
+ * getSysInfo
52439
+ * @desc:获取代码表
52440
+ * @param {String} code 编码code值
52441
+ * @author liufan
52442
+ * @date 2022年11月10日
52440
52443
  **/
52441
52444
  getSysInfo: function getSysInfo(code) {
52442
52445
  var _this14 = this;
@@ -52458,11 +52461,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
52458
52461
  }).catch(function (e) {});
52459
52462
  },
52460
52463
 
52461
- /**
52462
- * getListInfo
52463
- * @desc:获取预设列表数据
52464
- * @author liufan
52465
- * @date 2022年11月10日
52464
+ /**
52465
+ * getListInfo
52466
+ * @desc:获取预设列表数据
52467
+ * @author liufan
52468
+ * @date 2022年11月10日
52466
52469
  **/
52467
52470
  getListInfo: function getListInfo() {
52468
52471
  var _this15 = this;
@@ -61689,10 +61692,10 @@ appsvue_type_template_id_71b9cb14_scoped_true_render._withStripped = true
61689
61692
  this.$emit('click', res);
61690
61693
  },
61691
61694
 
61692
- /**
61693
- * @desc:获取气泡提醒
61694
- * @author huangbo
61695
- * @date 2024年9月7日
61695
+ /**
61696
+ * @desc:获取气泡提醒
61697
+ * @author huangbo
61698
+ * @date 2024年9月7日
61696
61699
  **/
61697
61700
  getBadge: function getBadge(res) {
61698
61701
  var num = res.tips || 0;
@@ -65692,10 +65695,10 @@ var events = [function (tabs, index, that) {
65692
65695
  },
65693
65696
 
65694
65697
  methods: {
65695
- /**
65696
- * @desc:匹配路由
65697
- * @author huangbo
65698
- * @date 2024年9月7日
65698
+ /**
65699
+ * @desc:匹配路由
65700
+ * @author huangbo
65701
+ * @date 2024年9月7日
65699
65702
  **/
65700
65703
  hasRouter: function hasRouter(res, url, code) {
65701
65704
  if (!url) {
@@ -65739,10 +65742,10 @@ var events = [function (tabs, index, that) {
65739
65742
  return false;
65740
65743
  },
65741
65744
 
65742
- /**
65743
- * @desc:获取初始数据
65744
- * @author huangbo
65745
- * @date 2024年9月7日
65745
+ /**
65746
+ * @desc:获取初始数据
65747
+ * @author huangbo
65748
+ * @date 2024年9月7日
65746
65749
  **/
65747
65750
  init: function init(results, first) {
65748
65751
  this.setConfig(results);
@@ -65751,10 +65754,10 @@ var events = [function (tabs, index, that) {
65751
65754
  }
65752
65755
  },
65753
65756
 
65754
- /**
65755
- * @desc:设置用户配置及信息
65756
- * @author huangbo
65757
- * @date 2024年9月7日
65757
+ /**
65758
+ * @desc:设置用户配置及信息
65759
+ * @author huangbo
65760
+ * @date 2024年9月7日
65758
65761
  **/
65759
65762
  setConfig: function setConfig(results) {
65760
65763
  localStorage.setItem('mainConfig', JSON.stringify(results));
@@ -65888,10 +65891,10 @@ var events = [function (tabs, index, that) {
65888
65891
  }
65889
65892
  },
65890
65893
 
65891
- /**
65892
- * @desc:获取所有应用
65893
- * @author huangbo
65894
- * @date 2024年9月7日
65894
+ /**
65895
+ * @desc:获取所有应用
65896
+ * @author huangbo
65897
+ * @date 2024年9月7日
65895
65898
  **/
65896
65899
  getApplications: function getApplications() {
65897
65900
  var _this = this;
@@ -65939,10 +65942,10 @@ var events = [function (tabs, index, that) {
65939
65942
  });
65940
65943
  },
65941
65944
 
65942
- /**
65943
- * @desc:获取菜单列表
65944
- * @author huangbo
65945
- * @date 2024年9月7日
65945
+ /**
65946
+ * @desc:获取菜单列表
65947
+ * @author huangbo
65948
+ * @date 2024年9月7日
65946
65949
  **/
65947
65950
  getMenus: function getMenus(loading) {
65948
65951
  var _this2 = this;
@@ -65975,10 +65978,10 @@ var events = [function (tabs, index, that) {
65975
65978
  });
65976
65979
  },
65977
65980
 
65978
- /**
65979
- * @desc:处理菜单列表
65980
- * @author huangbo
65981
- * @date 2024年9月7日
65981
+ /**
65982
+ * @desc:处理菜单列表
65983
+ * @author huangbo
65984
+ * @date 2024年9月7日
65982
65985
  **/
65983
65986
  renderMenus: function renderMenus(res) {
65984
65987
  this.menus = res;
@@ -66074,10 +66077,10 @@ var events = [function (tabs, index, that) {
66074
66077
  }
66075
66078
  },
66076
66079
 
66077
- /**
66078
- * @desc:设置页面加载类型
66079
- * @author huangbo
66080
- * @date 2024年9月7日
66080
+ /**
66081
+ * @desc:设置页面加载类型
66082
+ * @author huangbo
66083
+ * @date 2024年9月7日
66081
66084
  **/
66082
66085
  setIframeType: function setIframeType(res) {
66083
66086
  var url = res.url;
@@ -66133,10 +66136,10 @@ var events = [function (tabs, index, that) {
66133
66136
  return res;
66134
66137
  },
66135
66138
 
66136
- /**
66137
- * @desc:获取菜单
66138
- * @author huangbo
66139
- * @date 2024年9月7日
66139
+ /**
66140
+ * @desc:获取菜单
66141
+ * @author huangbo
66142
+ * @date 2024年9月7日
66140
66143
  **/
66141
66144
  getMenu: function getMenu(menus, res, key) {
66142
66145
  if (Array.isArray(menus)) {
@@ -66165,10 +66168,10 @@ var events = [function (tabs, index, that) {
66165
66168
  return false;
66166
66169
  },
66167
66170
 
66168
- /**
66169
- * @desc:获取菜单第一条数据
66170
- * @author huangbo
66171
- * @date 2024年9月7日
66171
+ /**
66172
+ * @desc:获取菜单第一条数据
66173
+ * @author huangbo
66174
+ * @date 2024年9月7日
66172
66175
  **/
66173
66176
  getFirst: function getFirst(obj) {
66174
66177
  if (!obj) {
@@ -66187,10 +66190,10 @@ var events = [function (tabs, index, that) {
66187
66190
  }
66188
66191
  },
66189
66192
 
66190
- /**
66191
- * @desc:遍历设置菜单气泡提醒
66192
- * @author huangbo
66193
- * @date 2024年9月7日
66193
+ /**
66194
+ * @desc:遍历设置菜单气泡提醒
66195
+ * @author huangbo
66196
+ * @date 2024年9月7日
66194
66197
  **/
66195
66198
  setTips: function setTips(obj) {
66196
66199
  var _this3 = this;
@@ -66253,10 +66256,10 @@ var events = [function (tabs, index, that) {
66253
66256
  }
66254
66257
  },
66255
66258
 
66256
- /**
66257
- * @desc:获取气泡提醒
66258
- * @author huangbo
66259
- * @date 2024年9月7日
66259
+ /**
66260
+ * @desc:获取气泡提醒
66261
+ * @author huangbo
66262
+ * @date 2024年9月7日
66260
66263
  **/
66261
66264
  getBadge: function getBadge(res) {
66262
66265
  var num = res.tips || 0;
@@ -66270,10 +66273,10 @@ var events = [function (tabs, index, that) {
66270
66273
  };
66271
66274
  },
66272
66275
 
66273
- /**
66274
- * @desc:开启weosocket
66275
- * @author huangbo
66276
- * @date 2024年9月7日
66276
+ /**
66277
+ * @desc:开启weosocket
66278
+ * @author huangbo
66279
+ * @date 2024年9月7日
66277
66280
  **/
66278
66281
  initWebSocket: function initWebSocket() {
66279
66282
  var _this5 = this;
@@ -66322,10 +66325,10 @@ var events = [function (tabs, index, that) {
66322
66325
  });
66323
66326
  },
66324
66327
 
66325
- /**
66326
- * @desc:显示用户信息
66327
- * @author huangbo
66328
- * @date 2024年9月7日
66328
+ /**
66329
+ * @desc:显示用户信息
66330
+ * @author huangbo
66331
+ * @date 2024年9月7日
66329
66332
  **/
66330
66333
  showUserInfo: function showUserInfo() {
66331
66334
  if (this.showUser === false) {
@@ -66333,19 +66336,19 @@ var events = [function (tabs, index, that) {
66333
66336
  }
66334
66337
  },
66335
66338
 
66336
- /**
66337
- * @desc:删除更多应用菜单点击
66338
- * @author huangbo
66339
- * @date 2024年9月7日
66339
+ /**
66340
+ * @desc:删除更多应用菜单点击
66341
+ * @author huangbo
66342
+ * @date 2024年9月7日
66340
66343
  **/
66341
66344
  handleDelete: function handleDelete(index) {
66342
66345
  this.newApps.splice(index, 1);
66343
66346
  },
66344
66347
 
66345
- /**
66346
- * @desc:储存更多应用菜单点击
66347
- * @author huangbo
66348
- * @date 2024年9月7日
66348
+ /**
66349
+ * @desc:储存更多应用菜单点击
66350
+ * @author huangbo
66351
+ * @date 2024年9月7日
66349
66352
  **/
66350
66353
  handlerClickApps: function handlerClickApps(res) {
66351
66354
  if (res.permission === false) {
@@ -66358,10 +66361,10 @@ var events = [function (tabs, index, that) {
66358
66361
  this.handlerClickApp(res);
66359
66362
  },
66360
66363
 
66361
- /**
66362
- * @desc:侧边应用菜单点击
66363
- * @author huangbo
66364
- * @date 2024年9月7日
66364
+ /**
66365
+ * @desc:侧边应用菜单点击
66366
+ * @author huangbo
66367
+ * @date 2024年9月7日
66365
66368
  **/
66366
66369
  handlerClickApp: function handlerClickApp(res) {
66367
66370
  this.showMsg = false;
@@ -66450,10 +66453,10 @@ var events = [function (tabs, index, that) {
66450
66453
  }
66451
66454
  },
66452
66455
 
66453
- /**
66454
- * @desc:显示Drawer界面
66455
- * @author huangbo
66456
- * @date 2024年9月7日
66456
+ /**
66457
+ * @desc:显示Drawer界面
66458
+ * @author huangbo
66459
+ * @date 2024年9月7日
66457
66460
  **/
66458
66461
  handlerSetDrawer: function handlerSetDrawer(res, type) {
66459
66462
  var direction = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : 'ltr';
@@ -66473,19 +66476,19 @@ var events = [function (tabs, index, that) {
66473
66476
  }
66474
66477
  },
66475
66478
 
66476
- /**
66477
- * @desc:关闭Drawer界面
66478
- * @author huangbo
66479
- * @date 2024年9月7日
66479
+ /**
66480
+ * @desc:关闭Drawer界面
66481
+ * @author huangbo
66482
+ * @date 2024年9月7日
66480
66483
  **/
66481
66484
  handleCloseDrawer: function handleCloseDrawer() {
66482
66485
  this.drawer = { visible: false };
66483
66486
  },
66484
66487
 
66485
- /**
66486
- * @desc:菜单点击
66487
- * @author huangbo
66488
- * @date 2024年9月7日
66488
+ /**
66489
+ * @desc:菜单点击
66490
+ * @author huangbo
66491
+ * @date 2024年9月7日
66489
66492
  **/
66490
66493
  handlerClickMenu: function handlerClickMenu(res) {
66491
66494
  utils_util["a" /* default */].ajax({
@@ -66534,19 +66537,19 @@ var events = [function (tabs, index, that) {
66534
66537
  },
66535
66538
 
66536
66539
 
66537
- /**
66538
- * @desc:用户详情请求成功
66539
- * @author huangbo
66540
- * @date 2024年9月7日
66540
+ /**
66541
+ * @desc:用户详情请求成功
66542
+ * @author huangbo
66543
+ * @date 2024年9月7日
66541
66544
  **/
66542
66545
  handleSuccess: function handleSuccess(res) {
66543
66546
  this.simpleUserInfo = res.simpleUserInfo;
66544
66547
  },
66545
66548
 
66546
- /**
66547
- * @desc:修改用户配置
66548
- * @author huangbo
66549
- * @date 2024年9月7日
66549
+ /**
66550
+ * @desc:修改用户配置
66551
+ * @author huangbo
66552
+ * @date 2024年9月7日
66550
66553
  **/
66551
66554
  handleChangeConfig: function handleChangeConfig(name, res) {
66552
66555
  if (name == 'userHeadUrl') {
@@ -66562,10 +66565,10 @@ var events = [function (tabs, index, that) {
66562
66565
  }
66563
66566
  },
66564
66567
 
66565
- /**
66566
- * @desc:关闭webSocket
66567
- * @author huangbo
66568
- * @date 2024年9月7日
66568
+ /**
66569
+ * @desc:关闭webSocket
66570
+ * @author huangbo
66571
+ * @date 2024年9月7日
66569
66572
  **/
66570
66573
  handlerClose: function handlerClose() {
66571
66574
  if (this.webSocket) {
@@ -66573,10 +66576,10 @@ var events = [function (tabs, index, that) {
66573
66576
  }
66574
66577
  },
66575
66578
 
66576
- /**
66577
- * @desc:刷新选中iframe页签
66578
- * @author huangbo
66579
- * @date 2024年9月7日
66579
+ /**
66580
+ * @desc:刷新选中iframe页签
66581
+ * @author huangbo
66582
+ * @date 2024年9月7日
66580
66583
  **/
66581
66584
  handleRefresh: function handleRefresh() {
66582
66585
  var i = utils_util["a" /* default */].indexOfObj(this.tabs, this.activeName, 'id');
@@ -66597,10 +66600,10 @@ var events = [function (tabs, index, that) {
66597
66600
  }
66598
66601
  },
66599
66602
 
66600
- /**
66601
- * @desc:删除iframe
66602
- * @author huangbo
66603
- * @date 2024年9月7日
66603
+ /**
66604
+ * @desc:删除iframe
66605
+ * @author huangbo
66606
+ * @date 2024年9月7日
66604
66607
  **/
66605
66608
  handleRemove: function handleRemove(name) {
66606
66609
  var len = this.tabs.length - 1;
@@ -66617,10 +66620,10 @@ var events = [function (tabs, index, that) {
66617
66620
  }
66618
66621
  },
66619
66622
 
66620
- /**
66621
- * @desc:tabs鼠标右键事件
66622
- * @author huangbo
66623
- * @date 2024年9月7日
66623
+ /**
66624
+ * @desc:tabs鼠标右键事件
66625
+ * @author huangbo
66626
+ * @date 2024年9月7日
66624
66627
  **/
66625
66628
  handleContextmenu: function handleContextmenu(tabs, e) {
66626
66629
  var disabled = {};
@@ -66645,10 +66648,10 @@ var events = [function (tabs, index, that) {
66645
66648
  window.addEventListener('click', this.closeTabsEvents);
66646
66649
  },
66647
66650
 
66648
- /**
66649
- * @desc:tabs页签事件
66650
- * @author huangbo
66651
- * @date 2024年9月7日
66651
+ /**
66652
+ * @desc:tabs页签事件
66653
+ * @author huangbo
66654
+ * @date 2024年9月7日
66652
66655
  **/
66653
66656
  handleTabsEvents: function handleTabsEvents(num) {
66654
66657
  if (this.pane !== null) {
@@ -66666,10 +66669,10 @@ var events = [function (tabs, index, that) {
66666
66669
  window.removeEventListener('click', this.closeTabsEvents);
66667
66670
  },
66668
66671
 
66669
- /**
66670
- * @desc:handler工具栏点击事件
66671
- * @author huangbo
66672
- * @date 2024年9月7日
66672
+ /**
66673
+ * @desc:handler工具栏点击事件
66674
+ * @author huangbo
66675
+ * @date 2024年9月7日
66673
66676
  **/
66674
66677
  handleClick: function handleClick(res) {
66675
66678
  var type = res.type,
@@ -66747,10 +66750,10 @@ var events = [function (tabs, index, that) {
66747
66750
  this.$emit('handler-click', res);
66748
66751
  },
66749
66752
 
66750
- /**
66751
- * @desc:退出登录
66752
- * @author huangbo
66753
- * @date 2024年9月7日
66753
+ /**
66754
+ * @desc:退出登录
66755
+ * @author huangbo
66756
+ * @date 2024年9月7日
66754
66757
  **/
66755
66758
  handleQuit: function handleQuit() {
66756
66759
  var _this6 = this;
@@ -66825,10 +66828,10 @@ var events = [function (tabs, index, that) {
66825
66828
  }).catch(function (e) {});
66826
66829
  },
66827
66830
 
66828
- /**
66829
- * @desc:主题、消息回调
66830
- * @author huangbo
66831
- * @date 2024年9月7日
66831
+ /**
66832
+ * @desc:主题、消息回调
66833
+ * @author huangbo
66834
+ * @date 2024年9月7日
66832
66835
  **/
66833
66836
  handleChange: function handleChange(res) {
66834
66837
  var type = res.type,
@@ -66844,10 +66847,10 @@ var events = [function (tabs, index, that) {
66844
66847
  }
66845
66848
  },
66846
66849
 
66847
- /**
66848
- * @desc:菜单布局样式切换
66849
- * @author huangbo
66850
- * @date 2024年9月7日
66850
+ /**
66851
+ * @desc:菜单布局样式切换
66852
+ * @author huangbo
66853
+ * @date 2024年9月7日
66851
66854
  **/
66852
66855
  handleLayout: function handleLayout(res, active) {
66853
66856
  if (active) {
@@ -66856,10 +66859,10 @@ var events = [function (tabs, index, that) {
66856
66859
  this.$emit('chang-layout', res, active);
66857
66860
  },
66858
66861
 
66859
- /**
66860
- * @desc:消息修改总数
66861
- * @author huangbo
66862
- * @date 2024年9月7日
66862
+ /**
66863
+ * @desc:消息修改总数
66864
+ * @author huangbo
66865
+ * @date 2024年9月7日
66863
66866
  **/
66864
66867
  handleMenuTips: function handleMenuTips(id, num) {
66865
66868
  if (num) {
@@ -66870,10 +66873,10 @@ var events = [function (tabs, index, that) {
66870
66873
  }
66871
66874
  },
66872
66875
 
66873
- /**
66874
- * @desc:处理即时消息
66875
- * @author huangbo
66876
- * @date 2024年9月7日
66876
+ /**
66877
+ * @desc:处理即时消息
66878
+ * @author huangbo
66879
+ * @date 2024年9月7日
66877
66880
  **/
66878
66881
  handleOpened: function handleOpened(res) {
66879
66882
  var _this7 = this;
@@ -74038,19 +74041,19 @@ var QRCode = __webpack_require__(24);
74038
74041
  //设置logo大小
74039
74042
  var logoPosition = (_this3.mwidth - 46) / 2; //logo相对于canvas居中定位
74040
74043
  //设置获取的logo将其变为圆角以及添加白色背景
74041
- /* ctx.fillStyle = "#fff";
74042
- ctx.beginPath();
74043
- let h = 46; //圆角高 10为基数(logo四周白色背景为10/2)
74044
- let w = 46; //圆角宽
74045
- let x = logoPosition - 5;
74046
- let y = logoPosition - 5;
74047
- let r = 5; //圆角半径
74048
- ctx.moveTo(x + r, y);
74049
- ctx.arcTo(x + w, y, x + w, y + h, r);
74050
- ctx.arcTo(x + w, y + h, x, y + h, r);
74051
- ctx.arcTo(x, y + h, x, y, r);
74052
- ctx.arcTo(x, y, x + w, y, r);
74053
- ctx.closePath();
74044
+ /* ctx.fillStyle = "#fff";
74045
+ ctx.beginPath();
74046
+ let h = 46; //圆角高 10为基数(logo四周白色背景为10/2)
74047
+ let w = 46; //圆角宽
74048
+ let x = logoPosition - 5;
74049
+ let y = logoPosition - 5;
74050
+ let r = 5; //圆角半径
74051
+ ctx.moveTo(x + r, y);
74052
+ ctx.arcTo(x + w, y, x + w, y + h, r);
74053
+ ctx.arcTo(x + w, y + h, x, y + h, r);
74054
+ ctx.arcTo(x, y + h, x, y, r);
74055
+ ctx.arcTo(x, y, x + w, y, r);
74056
+ ctx.closePath();
74054
74057
  ctx.fill(); */
74055
74058
  logo.onload = function () {
74056
74059
  ctx.drawImage(logo, logoPosition, logoPosition, 46, 46);
@@ -76424,8 +76427,8 @@ select_ganged_src_main.install = function (Vue) {
76424
76427
  };
76425
76428
 
76426
76429
  /* harmony default export */ var select_ganged = (select_ganged_src_main);
76427
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/selector/src/main.vue?vue&type=template&id=3cb8fed2&
76428
- var mainvue_type_template_id_3cb8fed2_render = function () {
76430
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/selector/src/main.vue?vue&type=template&id=e8fa9958&
76431
+ var mainvue_type_template_id_e8fa9958_render = function () {
76429
76432
  var _vm = this
76430
76433
  var _h = _vm.$createElement
76431
76434
  var _c = _vm._self._c || _h
@@ -76504,45 +76507,53 @@ var mainvue_type_template_id_3cb8fed2_render = function () {
76504
76507
  },
76505
76508
  },
76506
76509
  [
76507
- _c(
76508
- "el-tag",
76509
- {
76510
- attrs: {
76511
- closable:
76512
- !_vm.selectorDisabled &&
76513
- !_vm.readonly,
76514
- type: "info",
76515
- "disable-transitions": "",
76516
- },
76517
- on: {
76518
- close: function ($event) {
76519
- _vm.deleteTag(
76520
- $event,
76521
- _vm.selected[0]
76522
- )
76523
- },
76524
- },
76525
- },
76526
- [
76527
- _c(
76528
- "span",
76510
+ _vm._l(
76511
+ _vm.selected.slice(
76512
+ 0,
76513
+ _vm.collapseTags === true
76514
+ ? 1
76515
+ : _vm.collapseTags
76516
+ ),
76517
+ function (item, index) {
76518
+ return _c(
76519
+ "el-tag",
76529
76520
  {
76530
- staticClass:
76531
- "el-select__tags-text",
76521
+ key: _vm.getValueKey(item),
76522
+ attrs: {
76523
+ closable:
76524
+ !_vm.selectorDisabled &&
76525
+ !_vm.readonly,
76526
+ type: "info",
76527
+ "disable-transitions": "",
76528
+ },
76529
+ on: {
76530
+ close: function ($event) {
76531
+ _vm.deleteTag(
76532
+ $event,
76533
+ item,
76534
+ index
76535
+ )
76536
+ },
76537
+ },
76532
76538
  },
76533
76539
  [
76534
- _vm._v(
76535
- "\n " +
76536
- _vm._s(
76537
- _vm.getLabel(
76538
- _vm.selected[0]
76540
+ _c(
76541
+ "span",
76542
+ {
76543
+ staticClass:
76544
+ "el-select__tags-text",
76545
+ },
76546
+ [
76547
+ _vm._v(
76548
+ _vm._s(
76549
+ _vm.getLabel(item)
76539
76550
  )
76540
- ) +
76541
- "\n "
76551
+ ),
76552
+ ]
76542
76553
  ),
76543
76554
  ]
76544
- ),
76545
- ]
76555
+ )
76556
+ }
76546
76557
  ),
76547
76558
  _vm.selected.length > 1
76548
76559
  ? _c(
@@ -76567,7 +76578,12 @@ var mainvue_type_template_id_3cb8fed2_render = function () {
76567
76578
  "+ " +
76568
76579
  _vm._s(
76569
76580
  _vm.selected
76570
- .length - 1
76581
+ .length -
76582
+ 1 -
76583
+ (_vm.collapseTags ===
76584
+ true
76585
+ ? 1
76586
+ : _vm.collapseTags)
76571
76587
  )
76572
76588
  ),
76573
76589
  ]
@@ -76576,60 +76592,60 @@ var mainvue_type_template_id_3cb8fed2_render = function () {
76576
76592
  )
76577
76593
  : _vm._e(),
76578
76594
  ],
76579
- 1
76595
+ 2
76580
76596
  )
76581
- : _vm._e(),
76582
- _c(
76583
- "transition-group",
76584
- {
76585
- on: {
76586
- "after-leave": _vm.resetInputHeight,
76587
- },
76588
- },
76589
- _vm._l(
76590
- _vm.selected,
76591
- function (item, index) {
76592
- return _c(
76593
- "el-tag",
76594
- {
76595
- key: _vm.getValueKey(item),
76596
- attrs: {
76597
- closable:
76598
- !_vm.selectorDisabled &&
76599
- !_vm.readonly &&
76600
- _vm.selected.length > _vm.min,
76601
- type: "info",
76602
- "disable-transitions": "",
76603
- },
76604
- on: {
76605
- close: function ($event) {
76606
- _vm.deleteTag(
76607
- $event,
76608
- item,
76609
- index
76610
- )
76611
- },
76612
- },
76597
+ : _c(
76598
+ "transition-group",
76599
+ {
76600
+ on: {
76601
+ "after-leave": _vm.resetInputHeight,
76613
76602
  },
76614
- [
76615
- _c(
76616
- "span",
76603
+ },
76604
+ _vm._l(
76605
+ _vm.selected,
76606
+ function (item, index) {
76607
+ return _c(
76608
+ "el-tag",
76617
76609
  {
76618
- staticClass:
76619
- "el-select__tags-text",
76610
+ key: _vm.getValueKey(item),
76611
+ attrs: {
76612
+ closable:
76613
+ !_vm.selectorDisabled &&
76614
+ !_vm.readonly &&
76615
+ _vm.selected.length >
76616
+ _vm.min,
76617
+ type: "info",
76618
+ "disable-transitions": "",
76619
+ },
76620
+ on: {
76621
+ close: function ($event) {
76622
+ _vm.deleteTag(
76623
+ $event,
76624
+ item,
76625
+ index
76626
+ )
76627
+ },
76628
+ },
76620
76629
  },
76621
76630
  [
76622
- _vm._v(
76623
- _vm._s(_vm.getLabel(item))
76631
+ _c(
76632
+ "span",
76633
+ {
76634
+ staticClass:
76635
+ "el-select__tags-text",
76636
+ },
76637
+ [
76638
+ _vm._v(
76639
+ _vm._s(_vm.getLabel(item))
76640
+ ),
76641
+ ]
76624
76642
  ),
76625
76643
  ]
76626
- ),
76627
- ]
76628
- )
76629
- }
76630
- ),
76631
- 1
76632
- ),
76644
+ )
76645
+ }
76646
+ ),
76647
+ 1
76648
+ ),
76633
76649
  ],
76634
76650
  1
76635
76651
  )
@@ -77000,11 +77016,11 @@ var mainvue_type_template_id_3cb8fed2_render = function () {
77000
77016
  )
77001
77017
  : _vm._e()
77002
77018
  }
77003
- var mainvue_type_template_id_3cb8fed2_staticRenderFns = []
77004
- mainvue_type_template_id_3cb8fed2_render._withStripped = true
77019
+ var mainvue_type_template_id_e8fa9958_staticRenderFns = []
77020
+ mainvue_type_template_id_e8fa9958_render._withStripped = true
77005
77021
 
77006
77022
 
77007
- // CONCATENATED MODULE: ./packages/selector/src/main.vue?vue&type=template&id=3cb8fed2&
77023
+ // CONCATENATED MODULE: ./packages/selector/src/main.vue?vue&type=template&id=e8fa9958&
77008
77024
 
77009
77025
  // EXTERNAL MODULE: external "eoss-element/src/utils/clickoutside"
77010
77026
  var clickoutside_ = __webpack_require__(17);
@@ -77238,6 +77254,8 @@ var clickoutside_default = /*#__PURE__*/__webpack_require__.n(clickoutside_);
77238
77254
  //
77239
77255
  //
77240
77256
  //
77257
+ //
77258
+ //
77241
77259
 
77242
77260
 
77243
77261
 
@@ -77320,7 +77338,7 @@ var clickoutside_default = /*#__PURE__*/__webpack_require__.n(clickoutside_);
77320
77338
  },
77321
77339
  name: String,
77322
77340
  readonly: Boolean,
77323
- collapseTags: Boolean,
77341
+ collapseTags: [Boolean, Number],
77324
77342
  plain: Boolean,
77325
77343
  types: {
77326
77344
  type: Array,
@@ -77742,8 +77760,8 @@ var clickoutside_default = /*#__PURE__*/__webpack_require__.n(clickoutside_);
77742
77760
 
77743
77761
  var selector_src_main_component = normalizeComponent(
77744
77762
  packages_selector_src_mainvue_type_script_lang_js_,
77745
- mainvue_type_template_id_3cb8fed2_render,
77746
- mainvue_type_template_id_3cb8fed2_staticRenderFns,
77763
+ mainvue_type_template_id_e8fa9958_render,
77764
+ mainvue_type_template_id_e8fa9958_staticRenderFns,
77747
77765
  false,
77748
77766
  null,
77749
77767
  null,
@@ -92112,7 +92130,7 @@ if (typeof window !== 'undefined' && window.Vue) {
92112
92130
  }
92113
92131
 
92114
92132
  /* harmony default export */ var src_0 = __webpack_exports__["default"] = ({
92115
- version: '0.6.88',
92133
+ version: '0.6.89',
92116
92134
  install: install,
92117
92135
  Button: packages_button,
92118
92136
  ButtonGroup: button_group,