eoss-ui 0.6.86 → 0.6.87

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 (243) hide show
  1. package/lib/calogin.js +233 -233
  2. package/lib/eoss-ui.common.js +841 -800
  3. package/lib/flow-list.js +81 -81
  4. package/lib/flow.js +376 -335
  5. package/lib/index.js +1 -1
  6. package/lib/main.js +132 -132
  7. package/lib/qr-code.js +13 -13
  8. package/package.json +160 -160
  9. package/packages/button/index.js +5 -5
  10. package/packages/button/src/main.vue +418 -418
  11. package/packages/button-group/index.js +5 -5
  12. package/packages/button-group/src/main.vue +298 -298
  13. package/packages/calendar/index.js +5 -5
  14. package/packages/calogin/index.js +5 -5
  15. package/packages/calogin/src/main.vue +412 -412
  16. package/packages/calogin/src/plugin.js +915 -915
  17. package/packages/card/index.js +5 -5
  18. package/packages/card/src/main.vue +156 -156
  19. package/packages/cascader/index.js +5 -5
  20. package/packages/cascader/src/main.vue +168 -168
  21. package/packages/checkbox-group/index.js +5 -5
  22. package/packages/checkbox-group/src/main.vue +333 -333
  23. package/packages/clients/index.js +5 -5
  24. package/packages/clients/src/main.vue +151 -151
  25. package/packages/data-table/index.js +5 -5
  26. package/packages/data-table/src/children.vue +39 -39
  27. package/packages/data-table/src/column.vue +989 -989
  28. package/packages/data-table/src/main.vue +1822 -1822
  29. package/packages/data-table/src/sizer.vue +195 -195
  30. package/packages/data-table-form/index.js +5 -5
  31. package/packages/data-table-form/src/checkbox.vue +101 -101
  32. package/packages/data-table-form/src/colgroup.vue +17 -17
  33. package/packages/data-table-form/src/main.vue +181 -181
  34. package/packages/data-table-form/src/radio.vue +65 -65
  35. package/packages/data-table-form/src/table.vue +233 -233
  36. package/packages/data-table-form/src/tbody.vue +336 -336
  37. package/packages/data-table-form/src/thead.vue +68 -68
  38. package/packages/date-picker/index.js +5 -5
  39. package/packages/date-picker/src/main.vue +236 -236
  40. package/packages/dialog/index.js +5 -5
  41. package/packages/enable-drag/index.js +5 -5
  42. package/packages/enterprise/index.js +5 -5
  43. package/packages/enterprise/src/main.vue +66 -66
  44. package/packages/error-page/index.js +5 -5
  45. package/packages/error-page/src/main.vue +44 -44
  46. package/packages/flow/index.js +5 -5
  47. package/packages/flow/src/component/Circulate.vue +400 -370
  48. package/packages/flow/src/component/CommonOpinions.vue +364 -364
  49. package/packages/flow/src/component/CustomPreset.vue +322 -322
  50. package/packages/flow/src/component/FileList.vue +99 -99
  51. package/packages/flow/src/component/Preset.vue +255 -255
  52. package/packages/flow/src/component/SendMsg.vue +241 -241
  53. package/packages/flow/src/component/TimeLimit.vue +190 -190
  54. package/packages/flow/src/component/taskUnionExamine.vue +640 -639
  55. package/packages/flow/src/form.vue +121 -121
  56. package/packages/flow/src/freeStartFlow.vue +2844 -2843
  57. package/packages/flow/src/main.vue +3657 -3654
  58. package/packages/flow/src/processForm.vue +1245 -1245
  59. package/packages/flow/src/processReject.vue +296 -295
  60. package/packages/flow/src/reset.vue +918 -918
  61. package/packages/flow/src/startTaskRead.vue +684 -683
  62. package/packages/flow/src/supervise.vue +152 -152
  63. package/packages/flow/src/table.vue +58 -58
  64. package/packages/flow-group/index.js +5 -5
  65. package/packages/flow-group/src/main.vue +692 -692
  66. package/packages/flow-list/index.js +5 -5
  67. package/packages/flow-list/src/main.vue +1770 -1770
  68. package/packages/form/index.js +5 -5
  69. package/packages/form/src/main.vue +3814 -3814
  70. package/packages/form/src/table.vue +1508 -1508
  71. package/packages/handle-user/index.js +5 -5
  72. package/packages/handle-user/src/main.vue +138 -138
  73. package/packages/handler/index.js +5 -5
  74. package/packages/handler/src/main.vue +493 -493
  75. package/packages/icon/index.js +5 -5
  76. package/packages/icon/src/main.vue +101 -101
  77. package/packages/icons/index.js +5 -5
  78. package/packages/icons/src/main.vue +81 -81
  79. package/packages/input/index.js +5 -5
  80. package/packages/input/src/main.vue +356 -356
  81. package/packages/input-number/index.js +5 -5
  82. package/packages/input-number/src/main.vue +106 -106
  83. package/packages/label/index.js +5 -5
  84. package/packages/label/src/main.vue +457 -457
  85. package/packages/layout/index.js +5 -5
  86. package/packages/layout/src/item.vue +152 -152
  87. package/packages/layout/src/main.vue +31 -31
  88. package/packages/login/index.js +5 -5
  89. package/packages/login/src/main.vue +1998 -1998
  90. package/packages/login/src/resetPassword.vue +562 -562
  91. package/packages/main/index.js +5 -5
  92. package/packages/main/src/default/message.vue +249 -249
  93. package/packages/main/src/default/notice.vue +157 -157
  94. package/packages/main/src/default/userinfo.vue +503 -503
  95. package/packages/main/src/public/online.vue +89 -89
  96. package/packages/main/src/public/search.vue +458 -458
  97. package/packages/main/src/public/settings.vue +221 -221
  98. package/packages/main/src/simplicity/apps.vue +388 -388
  99. package/packages/main/src/simplicity/avatar.vue +82 -82
  100. package/packages/main/src/simplicity/handler.vue +259 -259
  101. package/packages/main/src/simplicity/index.vue +2102 -2102
  102. package/packages/main/src/simplicity/lists.vue +84 -84
  103. package/packages/main/src/simplicity/menu-list.vue +135 -135
  104. package/packages/main/src/simplicity/message.vue +259 -259
  105. package/packages/main/src/simplicity/notice.vue +190 -190
  106. package/packages/main/src/simplicity/router-page.vue +45 -45
  107. package/packages/main/src/simplicity/sub-menu.vue +264 -264
  108. package/packages/main/src/simplicity/user.vue +260 -260
  109. package/packages/main/src/simplicity/userinfo.vue +312 -312
  110. package/packages/menu/index.js +5 -5
  111. package/packages/menu/src/main.vue +584 -584
  112. package/packages/nav/index.js +5 -5
  113. package/packages/nav/src/main.vue +351 -351
  114. package/packages/notify/index.js +5 -5
  115. package/packages/notify/src/main.vue +538 -538
  116. package/packages/page/index.js +5 -5
  117. package/packages/page/src/main.vue +167 -167
  118. package/packages/pagination/index.js +5 -5
  119. package/packages/pagination/src/main.vue +96 -96
  120. package/packages/player/index.js +5 -5
  121. package/packages/player/src/main.vue +194 -194
  122. package/packages/qr-code/index.js +5 -5
  123. package/packages/qr-code/src/main.vue +170 -170
  124. package/packages/radio-group/index.js +6 -6
  125. package/packages/radio-group/src/main.vue +319 -319
  126. package/packages/retrial-auth/index.js +5 -5
  127. package/packages/retrial-auth/src/main.vue +280 -280
  128. package/packages/select/index.js +5 -5
  129. package/packages/select/src/main.vue +778 -778
  130. package/packages/select-ganged/index.js +5 -5
  131. package/packages/select-ganged/src/main.vue +724 -724
  132. package/packages/selector/index.js +5 -5
  133. package/packages/selector/src/main.vue +745 -745
  134. package/packages/selector-panel/index.js +5 -5
  135. package/packages/selector-panel/src/main.vue +1027 -1027
  136. package/packages/selector-panel/src/selection.vue +170 -170
  137. package/packages/selector-panel/src/tree.vue +129 -129
  138. package/packages/sizer/index.js +5 -5
  139. package/packages/sizer/src/main.vue +254 -254
  140. package/packages/steps/index.js +5 -5
  141. package/packages/steps/src/main.vue +181 -181
  142. package/packages/switch/index.js +5 -5
  143. package/packages/switch/src/main.vue +154 -154
  144. package/packages/table-form/index.js +5 -5
  145. package/packages/tabs/index.js +5 -5
  146. package/packages/tabs/src/main.vue +788 -788
  147. package/packages/tabs-panel/index.js +5 -5
  148. package/packages/tabs-panel/src/main.vue +29 -29
  149. package/packages/theme-chalk/src/base.scss +261 -261
  150. package/packages/theme-chalk/src/button-group.scss +176 -176
  151. package/packages/theme-chalk/src/button.scss +24 -24
  152. package/packages/theme-chalk/src/calendar.scss +113 -113
  153. package/packages/theme-chalk/src/card.scss +99 -99
  154. package/packages/theme-chalk/src/checkbox-group.scss +8 -8
  155. package/packages/theme-chalk/src/clients.scss +87 -87
  156. package/packages/theme-chalk/src/data-table-form.scss +67 -67
  157. package/packages/theme-chalk/src/data-table.scss +293 -293
  158. package/packages/theme-chalk/src/date-picker.scss +7 -7
  159. package/packages/theme-chalk/src/dialog.scss +77 -77
  160. package/packages/theme-chalk/src/enable-drag.scss +181 -181
  161. package/packages/theme-chalk/src/enterprise.scss +5 -5
  162. package/packages/theme-chalk/src/error-page.scss +18 -18
  163. package/packages/theme-chalk/src/flow-group.scss +110 -110
  164. package/packages/theme-chalk/src/flow-list.scss +39 -39
  165. package/packages/theme-chalk/src/flow.scss +348 -348
  166. package/packages/theme-chalk/src/form.scss +499 -499
  167. package/packages/theme-chalk/src/handle-user.scss +40 -40
  168. package/packages/theme-chalk/src/handler.scss +143 -143
  169. package/packages/theme-chalk/src/icon.scss +1817 -1817
  170. package/packages/theme-chalk/src/icons.scss +99 -99
  171. package/packages/theme-chalk/src/input.scss +9 -9
  172. package/packages/theme-chalk/src/label.scss +24 -24
  173. package/packages/theme-chalk/src/layout.scss +46 -46
  174. package/packages/theme-chalk/src/login.scss +984 -984
  175. package/packages/theme-chalk/src/main.scss +663 -663
  176. package/packages/theme-chalk/src/menu.scss +222 -222
  177. package/packages/theme-chalk/src/mixins/color.scss +117 -117
  178. package/packages/theme-chalk/src/nav.scss +111 -111
  179. package/packages/theme-chalk/src/page.scss +3 -3
  180. package/packages/theme-chalk/src/pagination.scss +29 -29
  181. package/packages/theme-chalk/src/player.scss +9 -9
  182. package/packages/theme-chalk/src/qr-code.scss +17 -17
  183. package/packages/theme-chalk/src/radio-group.scss +9 -9
  184. package/packages/theme-chalk/src/retrial-auth.scss +38 -38
  185. package/packages/theme-chalk/src/select-ganged.scss +8 -8
  186. package/packages/theme-chalk/src/select.scss +8 -8
  187. package/packages/theme-chalk/src/selector-panel.scss +204 -204
  188. package/packages/theme-chalk/src/selector.scss +91 -91
  189. package/packages/theme-chalk/src/simplicity.scss +1355 -1355
  190. package/packages/theme-chalk/src/sizer.scss +36 -36
  191. package/packages/theme-chalk/src/steps.scss +88 -88
  192. package/packages/theme-chalk/src/switch.scss +3 -3
  193. package/packages/theme-chalk/src/table-form.scss +1 -1
  194. package/packages/theme-chalk/src/tabs.scss +87 -87
  195. package/packages/theme-chalk/src/tips.scss +7 -7
  196. package/packages/theme-chalk/src/toolbar.scss +179 -179
  197. package/packages/theme-chalk/src/tree-group.scss +72 -72
  198. package/packages/theme-chalk/src/tree.scss +165 -165
  199. package/packages/theme-chalk/src/upload.scss +172 -172
  200. package/packages/theme-chalk/src/wxlogin.scss +3 -3
  201. package/packages/tips/index.js +5 -5
  202. package/packages/tips/src/main.vue +141 -141
  203. package/packages/toolbar/index.js +5 -5
  204. package/packages/toolbar/src/main.vue +430 -430
  205. package/packages/tree/index.js +5 -5
  206. package/packages/tree-group/index.js +5 -5
  207. package/packages/upload/index.js +5 -5
  208. package/packages/upload/src/main.vue +1348 -1348
  209. package/packages/upload/src/picture.js +15 -15
  210. package/packages/wujie/index.js +5 -5
  211. package/packages/wujie/src/main.vue +145 -145
  212. package/packages/wxlogin/index.js +5 -5
  213. package/packages/wxlogin/src/main.vue +128 -128
  214. package/src/config/api.js +294 -294
  215. package/src/config/image.js +2 -2
  216. package/src/index.js +163 -163
  217. package/src/utils/bus.js +3 -3
  218. package/src/utils/date-util.js +312 -312
  219. package/src/utils/http.js +50 -50
  220. package/src/utils/rules.js +18 -18
  221. package/src/utils/store.js +21 -21
  222. package/src/utils/webSocket.js +107 -107
  223. package/packages/.DS_Store +0 -0
  224. package/packages/autocomplete/.DS_Store +0 -0
  225. package/packages/calogin/.DS_Store +0 -0
  226. package/packages/date-picker/.DS_Store +0 -0
  227. package/packages/date-picker/src/.DS_Store +0 -0
  228. package/packages/flow/.DS_Store +0 -0
  229. package/packages/flow/src/.DS_Store +0 -0
  230. package/packages/flow-list/.DS_Store +0 -0
  231. package/packages/form/.DS_Store +0 -0
  232. package/packages/login/.DS_Store +0 -0
  233. package/packages/main/.DS_Store +0 -0
  234. package/packages/main/src/.DS_Store +0 -0
  235. package/packages/menu/.DS_Store +0 -0
  236. package/packages/scrollbar/.DS_Store +0 -0
  237. package/packages/select/.DS_Store +0 -0
  238. package/packages/selector/.DS_Store +0 -0
  239. package/packages/selector-panel/.DS_Store +0 -0
  240. package/packages/theme-chalk/src/.DS_Store +0 -0
  241. package/packages/upload/.DS_Store +0 -0
  242. package/src/.DS_Store +0 -0
  243. 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
 
@@ -27143,8 +27143,8 @@ form_src_main.install = function (Vue) {
27143
27143
  };
27144
27144
 
27145
27145
  /* harmony default export */ var packages_form = (form_src_main);
27146
- // 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=439fd8c6&
27147
- var mainvue_type_template_id_439fd8c6_render = function () {
27146
+ // 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&
27147
+ var mainvue_type_template_id_6b9f2034_render = function () {
27148
27148
  var _vm = this
27149
27149
  var _h = _vm.$createElement
27150
27150
  var _c = _vm._self._c || _h
@@ -27352,6 +27352,7 @@ var mainvue_type_template_id_439fd8c6_render = function () {
27352
27352
  selectorParams: _vm.params,
27353
27353
  "pending-id": _vm.pendingId,
27354
27354
  showBtn: false,
27355
+ formTitle: _vm.formTitle,
27355
27356
  processDefinitionId: _vm.nodeInfo.nextNode,
27356
27357
  simpleTips: _vm.simpleTips,
27357
27358
  oldOption: _vm.value,
@@ -28983,6 +28984,7 @@ var mainvue_type_template_id_439fd8c6_render = function () {
28983
28984
  businessId: _vm.businessId,
28984
28985
  startFlowPageEmbeddedIntoStartFlowIndex:
28985
28986
  _vm.startFlowPageEmbeddedIntoStartFlowIndex,
28987
+ formTitle: _vm.formTitle,
28986
28988
  processDefinitionId: _vm.nodeInfo.nextNode,
28987
28989
  simpleTips: _vm.simpleTips,
28988
28990
  showBtn: false,
@@ -30013,11 +30015,11 @@ var mainvue_type_template_id_439fd8c6_render = function () {
30013
30015
  )
30014
30016
  : _vm._e()
30015
30017
  }
30016
- var mainvue_type_template_id_439fd8c6_staticRenderFns = []
30017
- mainvue_type_template_id_439fd8c6_render._withStripped = true
30018
+ var mainvue_type_template_id_6b9f2034_staticRenderFns = []
30019
+ mainvue_type_template_id_6b9f2034_render._withStripped = true
30018
30020
 
30019
30021
 
30020
- // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=439fd8c6&
30022
+ // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=6b9f2034&
30021
30023
 
30022
30024
  // 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&
30023
30025
  var CommonOpinionsvue_type_template_id_19364a89_render = function () {
@@ -30861,21 +30863,21 @@ var CommonOpinionsvue_type_script_lang_js_components;
30861
30863
  return validSate;
30862
30864
  },
30863
30865
 
30864
- /**
30865
- * changeOpinion
30866
- * @desc:监听意见变化
30867
- * @author liufan
30868
- * @date 2022年10月28日
30866
+ /**
30867
+ * changeOpinion
30868
+ * @desc:监听意见变化
30869
+ * @author liufan
30870
+ * @date 2022年10月28日
30869
30871
  **/
30870
30872
  changeOpinion: function changeOpinion() {
30871
30873
  this.$emit('change', this.form.value);
30872
30874
  },
30873
30875
 
30874
- /**
30875
- * getCommonOpion
30876
- * @desc:获取意见
30877
- * @author liufan
30878
- * @date 2022年5月25日
30876
+ /**
30877
+ * getCommonOpion
30878
+ * @desc:获取意见
30879
+ * @author liufan
30880
+ * @date 2022年5月25日
30879
30881
  **/
30880
30882
  getCommonOpion: function getCommonOpion() {
30881
30883
  var _this = this;
@@ -30904,24 +30906,24 @@ var CommonOpinionsvue_type_script_lang_js_components;
30904
30906
  });
30905
30907
  },
30906
30908
 
30907
- /**
30908
- * upDate
30909
- * @desc:修改常用语
30910
- * @author liufan
30911
- * @param {Object} val 修改值
30912
- * @date 2022年5月25日
30909
+ /**
30910
+ * upDate
30911
+ * @desc:修改常用语
30912
+ * @author liufan
30913
+ * @param {Object} val 修改值
30914
+ * @date 2022年5月25日
30913
30915
  **/
30914
30916
  upDate: function upDate(val) {
30915
30917
  this.FormData.id = val.id;
30916
30918
  this.addVisible = true;
30917
30919
  },
30918
30920
 
30919
- /**
30920
- * selectChange
30921
- * @desc:常用语选择
30922
- * @author liufan
30923
- * @param {String} val 选中值
30924
- * @date 2022年5月25日
30921
+ /**
30922
+ * selectChange
30923
+ * @desc:常用语选择
30924
+ * @author liufan
30925
+ * @param {String} val 选中值
30926
+ * @date 2022年5月25日
30925
30927
  **/
30926
30928
  selectChange: function selectChange(val) {
30927
30929
  var _this2 = this;
@@ -30940,12 +30942,12 @@ var CommonOpinionsvue_type_script_lang_js_components;
30940
30942
  });
30941
30943
  },
30942
30944
 
30943
- /**
30944
- * del
30945
- * @desc:删除常用语
30946
- * @author liufan
30947
- * @param {Object} val 删除的数据
30948
- * @date 2022年5月25日
30945
+ /**
30946
+ * del
30947
+ * @desc:删除常用语
30948
+ * @author liufan
30949
+ * @param {Object} val 删除的数据
30950
+ * @date 2022年5月25日
30949
30951
  **/
30950
30952
  del: function del(val) {
30951
30953
  var _this3 = this;
@@ -30987,12 +30989,12 @@ var CommonOpinionsvue_type_script_lang_js_components;
30987
30989
  }).catch(function (e) {});
30988
30990
  },
30989
30991
 
30990
- /**
30991
- * submit
30992
- * @desc:新增/编辑意见保存
30993
- * @author liufan
30994
- * @param {Object} val 保存数据
30995
- * @date 2022年5月25日
30992
+ /**
30993
+ * submit
30994
+ * @desc:新增/编辑意见保存
30995
+ * @author liufan
30996
+ * @param {Object} val 保存数据
30997
+ * @date 2022年5月25日
30996
30998
  **/
30997
30999
  submit: function submit(val) {
30998
31000
  var _this4 = this;
@@ -31057,8 +31059,8 @@ var CommonOpinions_component = normalizeComponent(
31057
31059
  )
31058
31060
 
31059
31061
  /* harmony default export */ var CommonOpinions = (CommonOpinions_component.exports);
31060
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/processForm.vue?vue&type=template&id=09ba35c6&
31061
- var processFormvue_type_template_id_09ba35c6_render = function () {
31062
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/processForm.vue?vue&type=template&id=3d800ae1&
31063
+ var processFormvue_type_template_id_3d800ae1_render = function () {
31062
31064
  var _vm = this
31063
31065
  var _h = _vm.$createElement
31064
31066
  var _c = _vm._self._c || _h
@@ -31815,11 +31817,11 @@ var processFormvue_type_template_id_09ba35c6_render = function () {
31815
31817
  1
31816
31818
  )
31817
31819
  }
31818
- var processFormvue_type_template_id_09ba35c6_staticRenderFns = []
31819
- processFormvue_type_template_id_09ba35c6_render._withStripped = true
31820
+ var processFormvue_type_template_id_3d800ae1_staticRenderFns = []
31821
+ processFormvue_type_template_id_3d800ae1_render._withStripped = true
31820
31822
 
31821
31823
 
31822
- // CONCATENATED MODULE: ./packages/flow/src/processForm.vue?vue&type=template&id=09ba35c6&
31824
+ // CONCATENATED MODULE: ./packages/flow/src/processForm.vue?vue&type=template&id=3d800ae1&
31823
31825
 
31824
31826
  // 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&
31825
31827
  var selectUservue_type_template_id_3588d66f_render = function () {
@@ -34040,7 +34042,7 @@ var processFormvue_type_script_lang_js_components;
34040
34042
  if (res.status === 'success') {
34041
34043
  if (!_this3.showBtn) {
34042
34044
  _this3.oldMessage = res.message;
34043
- _this3.nextNode.noticeInfo = res.message.replace('{title}', '');
34045
+ _this3.nextNode.noticeInfo = res.message.replace('{title}', _this3.formTitle);
34044
34046
  } else {
34045
34047
  _this3.nextNode.noticeInfo = res.message;
34046
34048
  }
@@ -34322,11 +34324,11 @@ var processFormvue_type_script_lang_js_components;
34322
34324
  });
34323
34325
  },
34324
34326
 
34325
- /**
34326
- * isMultiple
34327
- * @desc:是否多选
34328
- * @author liufan
34329
- * @date 2022年9月13日
34327
+ /**
34328
+ * isMultiple
34329
+ * @desc:是否多选
34330
+ * @author liufan
34331
+ * @date 2022年9月13日
34330
34332
  **/
34331
34333
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
34332
34334
  var multiple = false;
@@ -34488,8 +34490,8 @@ var processFormvue_type_script_lang_js_components;
34488
34490
 
34489
34491
  var processForm_component = normalizeComponent(
34490
34492
  src_processFormvue_type_script_lang_js_,
34491
- processFormvue_type_template_id_09ba35c6_render,
34492
- processFormvue_type_template_id_09ba35c6_staticRenderFns,
34493
+ processFormvue_type_template_id_3d800ae1_render,
34494
+ processFormvue_type_template_id_3d800ae1_staticRenderFns,
34493
34495
  false,
34494
34496
  null,
34495
34497
  null,
@@ -35534,8 +35536,8 @@ var TimeLimit_component = normalizeComponent(
35534
35536
  )
35535
35537
 
35536
35538
  /* harmony default export */ var TimeLimit = (TimeLimit_component.exports);
35537
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/processReject.vue?vue&type=template&id=9cd54606&
35538
- var processRejectvue_type_template_id_9cd54606_render = function () {
35539
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/processReject.vue?vue&type=template&id=9d3463f6&
35540
+ var processRejectvue_type_template_id_9d3463f6_render = function () {
35539
35541
  var _vm = this
35540
35542
  var _h = _vm.$createElement
35541
35543
  var _c = _vm._self._c || _h
@@ -35760,11 +35762,11 @@ var processRejectvue_type_template_id_9cd54606_render = function () {
35760
35762
  1
35761
35763
  )
35762
35764
  }
35763
- var processRejectvue_type_template_id_9cd54606_staticRenderFns = []
35764
- processRejectvue_type_template_id_9cd54606_render._withStripped = true
35765
+ var processRejectvue_type_template_id_9d3463f6_staticRenderFns = []
35766
+ processRejectvue_type_template_id_9d3463f6_render._withStripped = true
35765
35767
 
35766
35768
 
35767
- // CONCATENATED MODULE: ./packages/flow/src/processReject.vue?vue&type=template&id=9cd54606&
35769
+ // CONCATENATED MODULE: ./packages/flow/src/processReject.vue?vue&type=template&id=9d3463f6&
35768
35770
 
35769
35771
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/processReject.vue?vue&type=script&lang=js&
35770
35772
  //
@@ -35911,7 +35913,8 @@ processRejectvue_type_template_id_9cd54606_render._withStripped = true
35911
35913
  url: api["z" /* findCodeValues */],
35912
35914
  params: {
35913
35915
  ccCode: 'notification_type',
35914
- userId: utils_util["a" /* default */].getStorage('userId')
35916
+ userId: utils_util["a" /* default */].getStorage('userId'),
35917
+ pendingId: this.pendingId
35915
35918
  }
35916
35919
  }).then(function (res) {
35917
35920
  var status = res.status,
@@ -36071,8 +36074,8 @@ processRejectvue_type_template_id_9cd54606_render._withStripped = true
36071
36074
 
36072
36075
  var processReject_component = normalizeComponent(
36073
36076
  src_processRejectvue_type_script_lang_js_,
36074
- processRejectvue_type_template_id_9cd54606_render,
36075
- processRejectvue_type_template_id_9cd54606_staticRenderFns,
36077
+ processRejectvue_type_template_id_9d3463f6_render,
36078
+ processRejectvue_type_template_id_9d3463f6_staticRenderFns,
36076
36079
  false,
36077
36080
  null,
36078
36081
  null,
@@ -36081,8 +36084,8 @@ var processReject_component = normalizeComponent(
36081
36084
  )
36082
36085
 
36083
36086
  /* harmony default export */ var processReject = (processReject_component.exports);
36084
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/startTaskRead.vue?vue&type=template&id=7b879ee0&
36085
- var startTaskReadvue_type_template_id_7b879ee0_render = function () {
36087
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/startTaskRead.vue?vue&type=template&id=4f33d988&
36088
+ var startTaskReadvue_type_template_id_4f33d988_render = function () {
36086
36089
  var _vm = this
36087
36090
  var _h = _vm.$createElement
36088
36091
  var _c = _vm._self._c || _h
@@ -36507,11 +36510,11 @@ var startTaskReadvue_type_template_id_7b879ee0_render = function () {
36507
36510
  1
36508
36511
  )
36509
36512
  }
36510
- var startTaskReadvue_type_template_id_7b879ee0_staticRenderFns = []
36511
- startTaskReadvue_type_template_id_7b879ee0_render._withStripped = true
36513
+ var startTaskReadvue_type_template_id_4f33d988_staticRenderFns = []
36514
+ startTaskReadvue_type_template_id_4f33d988_render._withStripped = true
36512
36515
 
36513
36516
 
36514
- // CONCATENATED MODULE: ./packages/flow/src/startTaskRead.vue?vue&type=template&id=7b879ee0&
36517
+ // CONCATENATED MODULE: ./packages/flow/src/startTaskRead.vue?vue&type=template&id=4f33d988&
36515
36518
 
36516
36519
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/startTaskRead.vue?vue&type=script&lang=js&
36517
36520
  var startTaskReadvue_type_script_lang_js_extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
@@ -37000,7 +37003,8 @@ var startTaskReadvue_type_script_lang_js_components;
37000
37003
  url: api["z" /* findCodeValues */],
37001
37004
  params: {
37002
37005
  ccCode: 'notification_type',
37003
- userId: utils_util["a" /* default */].getStorage('userId')
37006
+ userId: utils_util["a" /* default */].getStorage('userId'),
37007
+ pendingId: this.pendingId
37004
37008
  }
37005
37009
  }).then(function (res) {
37006
37010
  var status = res.status,
@@ -37227,8 +37231,8 @@ var startTaskReadvue_type_script_lang_js_components;
37227
37231
 
37228
37232
  var startTaskRead_component = normalizeComponent(
37229
37233
  src_startTaskReadvue_type_script_lang_js_,
37230
- startTaskReadvue_type_template_id_7b879ee0_render,
37231
- startTaskReadvue_type_template_id_7b879ee0_staticRenderFns,
37234
+ startTaskReadvue_type_template_id_4f33d988_render,
37235
+ startTaskReadvue_type_template_id_4f33d988_staticRenderFns,
37232
37236
  false,
37233
37237
  null,
37234
37238
  null,
@@ -38428,11 +38432,11 @@ var resetvue_type_script_lang_js_components;
38428
38432
  });
38429
38433
  },
38430
38434
 
38431
- /**
38432
- * isMultiple
38433
- * @desc:是否多选
38434
- * @author liufan
38435
- * @date 2022年9月13日
38435
+ /**
38436
+ * isMultiple
38437
+ * @desc:是否多选
38438
+ * @author liufan
38439
+ * @date 2022年9月13日
38436
38440
  **/
38437
38441
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
38438
38442
  var multiple = false;
@@ -38576,8 +38580,8 @@ var reset_component = normalizeComponent(
38576
38580
  )
38577
38581
 
38578
38582
  /* harmony default export */ var src_reset = (reset_component.exports);
38579
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/taskUnionExamine.vue?vue&type=template&id=97551c4a&
38580
- var taskUnionExaminevue_type_template_id_97551c4a_render = function () {
38583
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/taskUnionExamine.vue?vue&type=template&id=36d478ba&
38584
+ var taskUnionExaminevue_type_template_id_36d478ba_render = function () {
38581
38585
  var _vm = this
38582
38586
  var _h = _vm.$createElement
38583
38587
  var _c = _vm._self._c || _h
@@ -38836,11 +38840,11 @@ var taskUnionExaminevue_type_template_id_97551c4a_render = function () {
38836
38840
  1
38837
38841
  )
38838
38842
  }
38839
- var taskUnionExaminevue_type_template_id_97551c4a_staticRenderFns = []
38840
- taskUnionExaminevue_type_template_id_97551c4a_render._withStripped = true
38843
+ var taskUnionExaminevue_type_template_id_36d478ba_staticRenderFns = []
38844
+ taskUnionExaminevue_type_template_id_36d478ba_render._withStripped = true
38841
38845
 
38842
38846
 
38843
- // CONCATENATED MODULE: ./packages/flow/src/component/taskUnionExamine.vue?vue&type=template&id=97551c4a&
38847
+ // CONCATENATED MODULE: ./packages/flow/src/component/taskUnionExamine.vue?vue&type=template&id=36d478ba&
38844
38848
 
38845
38849
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/taskUnionExamine.vue?vue&type=script&lang=js&
38846
38850
  var taskUnionExaminevue_type_script_lang_js_components;
@@ -39343,7 +39347,8 @@ var taskUnionExaminevue_type_script_lang_js_components;
39343
39347
  url: api["z" /* findCodeValues */],
39344
39348
  params: {
39345
39349
  ccCode: 'notification_type',
39346
- userId: utils_util["a" /* default */].getStorage('userId')
39350
+ userId: utils_util["a" /* default */].getStorage('userId'),
39351
+ pendingId: this.pendingId
39347
39352
  }
39348
39353
  }).then(function (res) {
39349
39354
  var status = res.status,
@@ -39424,8 +39429,8 @@ var taskUnionExaminevue_type_script_lang_js_components;
39424
39429
 
39425
39430
  var taskUnionExamine_component = normalizeComponent(
39426
39431
  component_taskUnionExaminevue_type_script_lang_js_,
39427
- taskUnionExaminevue_type_template_id_97551c4a_render,
39428
- taskUnionExaminevue_type_template_id_97551c4a_staticRenderFns,
39432
+ taskUnionExaminevue_type_template_id_36d478ba_render,
39433
+ taskUnionExaminevue_type_template_id_36d478ba_staticRenderFns,
39429
39434
  false,
39430
39435
  null,
39431
39436
  null,
@@ -39434,8 +39439,8 @@ var taskUnionExamine_component = normalizeComponent(
39434
39439
  )
39435
39440
 
39436
39441
  /* harmony default export */ var taskUnionExamine = (taskUnionExamine_component.exports);
39437
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/freeStartFlow.vue?vue&type=template&id=3f581894&
39438
- var freeStartFlowvue_type_template_id_3f581894_render = function () {
39442
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/freeStartFlow.vue?vue&type=template&id=ee2c3da4&
39443
+ var freeStartFlowvue_type_template_id_ee2c3da4_render = function () {
39439
39444
  var _vm = this
39440
39445
  var _h = _vm.$createElement
39441
39446
  var _c = _vm._self._c || _h
@@ -41518,11 +41523,11 @@ var freeStartFlowvue_type_template_id_3f581894_render = function () {
41518
41523
  )
41519
41524
  : _vm._e()
41520
41525
  }
41521
- var freeStartFlowvue_type_template_id_3f581894_staticRenderFns = []
41522
- freeStartFlowvue_type_template_id_3f581894_render._withStripped = true
41526
+ var freeStartFlowvue_type_template_id_ee2c3da4_staticRenderFns = []
41527
+ freeStartFlowvue_type_template_id_ee2c3da4_render._withStripped = true
41523
41528
 
41524
41529
 
41525
- // CONCATENATED MODULE: ./packages/flow/src/freeStartFlow.vue?vue&type=template&id=3f581894&
41530
+ // CONCATENATED MODULE: ./packages/flow/src/freeStartFlow.vue?vue&type=template&id=ee2c3da4&
41526
41531
 
41527
41532
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/freeStartFlow.vue?vue&type=script&lang=js&
41528
41533
 
@@ -42816,7 +42821,8 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
42816
42821
  url: api["z" /* findCodeValues */],
42817
42822
  params: {
42818
42823
  ccCode: 'notification_type',
42819
- userId: utils_util["a" /* default */].getStorage('userId')
42824
+ userId: utils_util["a" /* default */].getStorage('userId'),
42825
+ pendingId: this.pendingId
42820
42826
  }
42821
42827
  }).then(function (res) {
42822
42828
  var status = res.status,
@@ -42832,11 +42838,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
42832
42838
  });
42833
42839
  },
42834
42840
 
42835
- /**
42836
- * saveInfo
42837
- * @desc:暂存
42838
- * @author liufan
42839
- * @date 2022年9月9日
42841
+ /**
42842
+ * saveInfo
42843
+ * @desc:暂存
42844
+ * @author liufan
42845
+ * @date 2022年9月9日
42840
42846
  **/
42841
42847
  saveInfo: function saveInfo(type, btn) {
42842
42848
  var _this6 = this;
@@ -42898,11 +42904,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
42898
42904
  });
42899
42905
  },
42900
42906
 
42901
- /**
42902
- * rejectBtn
42903
- * @desc:点击驳回
42904
- * @author liufan
42905
- * @date 2022年5月25日
42907
+ /**
42908
+ * rejectBtn
42909
+ * @desc:点击驳回
42910
+ * @author liufan
42911
+ * @date 2022年5月25日
42906
42912
  **/
42907
42913
  rejectBtn: function rejectBtn() {
42908
42914
  var _this8 = this;
@@ -42920,11 +42926,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
42920
42926
  }
42921
42927
  },
42922
42928
 
42923
- /**
42924
- * taskReadBtn
42925
- * @desc:点击分阅
42926
- * @author liufan
42927
- * @date 2022年5月25日
42929
+ /**
42930
+ * taskReadBtn
42931
+ * @desc:点击分阅
42932
+ * @author liufan
42933
+ * @date 2022年5月25日
42928
42934
  **/
42929
42935
  taskReadBtn: function taskReadBtn() {
42930
42936
  var _this9 = this;
@@ -42943,11 +42949,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
42943
42949
  }
42944
42950
  },
42945
42951
 
42946
- /**
42947
- * getFind
42948
- * @desc:获取通知方式
42949
- * @author liufan
42950
- * @date 2022年5月25日
42952
+ /**
42953
+ * getFind
42954
+ * @desc:获取通知方式
42955
+ * @author liufan
42956
+ * @date 2022年5月25日
42951
42957
  **/
42952
42958
  getFind: function getFind() {
42953
42959
  var _this10 = this;
@@ -43002,12 +43008,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43002
43008
  });
43003
43009
  },
43004
43010
 
43005
- /**
43006
- * endFlows
43007
- * @desc:直接办结
43008
- * @author liufan
43009
- * @param {Object} res 直接办结数据
43010
- * @date 2022年5月25日
43011
+ /**
43012
+ * endFlows
43013
+ * @desc:直接办结
43014
+ * @author liufan
43015
+ * @param {Object} res 直接办结数据
43016
+ * @date 2022年5月25日
43011
43017
  **/
43012
43018
  endFlows: function endFlows(res) {
43013
43019
  var _this12 = this;
@@ -43061,12 +43067,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43061
43067
  }).catch(function (e) {});
43062
43068
  },
43063
43069
 
43064
- /**
43065
- * goView
43066
- * @desc:更多流程按钮操作
43067
- * @author liufan
43068
- * @param {Object} res 当前点击操作按钮数据
43069
- * @date 2022年5月25日
43070
+ /**
43071
+ * goView
43072
+ * @desc:更多流程按钮操作
43073
+ * @author liufan
43074
+ * @param {Object} res 当前点击操作按钮数据
43075
+ * @date 2022年5月25日
43070
43076
  **/
43071
43077
  goView: function goView(res) {
43072
43078
  // 驳回并办结:rejectAndEndHtml
@@ -43151,11 +43157,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43151
43157
  // isCanStartSubFlow
43152
43158
  },
43153
43159
 
43154
- /**
43155
- * toTakeAdvice
43156
- * @desc:征求意见
43157
- * @author liufan
43158
- * @date 2022年9月29日
43160
+ /**
43161
+ * toTakeAdvice
43162
+ * @desc:征求意见
43163
+ * @author liufan
43164
+ * @date 2022年9月29日
43159
43165
  **/
43160
43166
  toTakeAdvice: function toTakeAdvice(res) {
43161
43167
  var _this14 = this;
@@ -43199,11 +43205,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43199
43205
  });
43200
43206
  },
43201
43207
 
43202
- /**
43203
- * toStartDraf
43204
- * @desc: 稿件递送、联合审核、复核
43205
- * @author liufan
43206
- * @date 2022年9月29日
43208
+ /**
43209
+ * toStartDraf
43210
+ * @desc: 稿件递送、联合审核、复核
43211
+ * @author liufan
43212
+ * @date 2022年9月29日
43207
43213
  **/
43208
43214
  toStartDraf: function toStartDraf(res) {
43209
43215
  var _this16 = this;
@@ -43217,11 +43223,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43217
43223
  }
43218
43224
  },
43219
43225
 
43220
- /**
43221
- * toSendMsg
43222
- * @desc:核稿通知
43223
- * @author liufan
43224
- * @date 2022年9月29日
43226
+ /**
43227
+ * toSendMsg
43228
+ * @desc:核稿通知
43229
+ * @author liufan
43230
+ * @date 2022年9月29日
43225
43231
  **/
43226
43232
  toSendMsg: function toSendMsg(res) {
43227
43233
  var _this17 = this;
@@ -43235,11 +43241,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43235
43241
  }
43236
43242
  },
43237
43243
 
43238
- /**
43239
- * toTaskReadAndEnd
43240
- * @desc:分阅并办结
43241
- * @author liufan
43242
- * @date 2022年9月29日
43244
+ /**
43245
+ * toTaskReadAndEnd
43246
+ * @desc:分阅并办结
43247
+ * @author liufan
43248
+ * @date 2022年9月29日
43243
43249
  **/
43244
43250
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
43245
43251
  var _this18 = this;
@@ -43257,11 +43263,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43257
43263
  }
43258
43264
  },
43259
43265
 
43260
- /**
43261
- * rejectAndEnd
43262
- * @desc:驳回并办结
43263
- * @author liufan
43264
- * @date 2022年9月29日
43266
+ /**
43267
+ * rejectAndEnd
43268
+ * @desc:驳回并办结
43269
+ * @author liufan
43270
+ * @date 2022年9月29日
43265
43271
  **/
43266
43272
  rejectAndEnd: function rejectAndEnd(res) {
43267
43273
  var _this19 = this;
@@ -43316,11 +43322,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43316
43322
  });
43317
43323
  },
43318
43324
 
43319
- /**
43320
- * toTransfer
43321
- * @desc:转办
43322
- * @author liufan
43323
- * @date 2022年9月29日
43325
+ /**
43326
+ * toTransfer
43327
+ * @desc:转办
43328
+ * @author liufan
43329
+ * @date 2022年9月29日
43324
43330
  **/
43325
43331
  toTransfer: function toTransfer(res) {
43326
43332
  var _this21 = this;
@@ -43336,11 +43342,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43336
43342
  }
43337
43343
  },
43338
43344
 
43339
- /**
43340
- * getNodeInfo
43341
- * @desc:获取节点信息
43342
- * @author liufan
43343
- * @date 2022年5月25日
43345
+ /**
43346
+ * getNodeInfo
43347
+ * @desc:获取节点信息
43348
+ * @author liufan
43349
+ * @date 2022年5月25日
43344
43350
  **/
43345
43351
  getNodeInfo: function getNodeInfo() {
43346
43352
  var _this22 = this;
@@ -43439,12 +43445,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43439
43445
  });
43440
43446
  },
43441
43447
 
43442
- /**
43443
- * selecNext
43444
- * @desc:下步节点变化时更新数据
43445
- * @author liufan
43446
- * @param {String} val 当前选中值
43447
- * @date 2022年5月25日
43448
+ /**
43449
+ * selecNext
43450
+ * @desc:下步节点变化时更新数据
43451
+ * @author liufan
43452
+ * @param {String} val 当前选中值
43453
+ * @date 2022年5月25日
43448
43454
  **/
43449
43455
  selecNext: function selecNext(val, type, isDef) {
43450
43456
  var _this23 = this;
@@ -43553,11 +43559,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43553
43559
  if (isDef !== true) this.getNodeInfo();
43554
43560
  },
43555
43561
 
43556
- /**
43557
- * isMultiple
43558
- * @desc:是否多选
43559
- * @author liufan
43560
- * @date 2022年9月13日
43562
+ /**
43563
+ * isMultiple
43564
+ * @desc:是否多选
43565
+ * @author liufan
43566
+ * @date 2022年9月13日
43561
43567
  **/
43562
43568
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
43563
43569
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -43589,11 +43595,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43589
43595
  }
43590
43596
  },
43591
43597
 
43592
- /**
43593
- * getHedInfo
43594
- * @desc:获取审核页面数据
43595
- * @author liufan
43596
- * @date 2022年5月25日
43598
+ /**
43599
+ * getHedInfo
43600
+ * @desc:获取审核页面数据
43601
+ * @author liufan
43602
+ * @date 2022年5月25日
43597
43603
  **/
43598
43604
  getHedInfo: function getHedInfo() {
43599
43605
  var _this24 = this;
@@ -43829,13 +43835,13 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43829
43835
  });
43830
43836
  },
43831
43837
 
43832
- /**
43833
- * closeProcess
43834
- * @desc:关闭弹窗
43835
- * @author liufan
43836
- * @param {boolean} val 当前是否办理流程
43837
- * @param {String} type 当前点击的弹窗类型
43838
- * @date 2022年5月25日
43838
+ /**
43839
+ * closeProcess
43840
+ * @desc:关闭弹窗
43841
+ * @author liufan
43842
+ * @param {boolean} val 当前是否办理流程
43843
+ * @param {String} type 当前点击的弹窗类型
43844
+ * @date 2022年5月25日
43839
43845
  **/
43840
43846
  closeProcess: function closeProcess(val, type, closeParent) {
43841
43847
  if (closeParent) {
@@ -43852,23 +43858,23 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43852
43858
  }
43853
43859
  },
43854
43860
 
43855
- /**
43856
- * selectChange
43857
- * @desc:常用语选择
43858
- * @author liufan
43859
- * @param {String} val 选中值
43860
- * @date 2022年5月25日
43861
+ /**
43862
+ * selectChange
43863
+ * @desc:常用语选择
43864
+ * @author liufan
43865
+ * @param {String} val 选中值
43866
+ * @date 2022年5月25日
43861
43867
  **/
43862
43868
  selectChange: function selectChange(val) {
43863
43869
  this.value = val;
43864
43870
  },
43865
43871
 
43866
- /**
43867
- * upDate
43868
- * @desc:修改常用语
43869
- * @author liufan
43870
- * @param {Object} val 修改值
43871
- * @date 2022年5月25日
43872
+ /**
43873
+ * upDate
43874
+ * @desc:修改常用语
43875
+ * @author liufan
43876
+ * @param {Object} val 修改值
43877
+ * @date 2022年5月25日
43872
43878
  **/
43873
43879
  upDate: function upDate(val) {
43874
43880
  this.FormData.id = val.id;
@@ -43876,11 +43882,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43876
43882
  },
43877
43883
 
43878
43884
 
43879
- /**
43880
- * getProcess
43881
- * @desc:获取选择流程
43882
- * @author liufan
43883
- * @date 2022年5月25日
43885
+ /**
43886
+ * getProcess
43887
+ * @desc:获取选择流程
43888
+ * @author liufan
43889
+ * @date 2022年5月25日
43884
43890
  **/
43885
43891
  getProcess: function getProcess() {
43886
43892
  var _this25 = this;
@@ -43934,11 +43940,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43934
43940
  });
43935
43941
  },
43936
43942
 
43937
- /**
43938
- * getPendedhistoryList
43939
- * @desc:获取流程列表
43940
- * @author liufan
43941
- * @date 2022年5月25日
43943
+ /**
43944
+ * getPendedhistoryList
43945
+ * @desc:获取流程列表
43946
+ * @author liufan
43947
+ * @date 2022年5月25日
43942
43948
  **/
43943
43949
  getPendedhistoryList: function getPendedhistoryList() {
43944
43950
  var _this26 = this;
@@ -43970,12 +43976,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43970
43976
  },
43971
43977
 
43972
43978
  // 提交流程
43973
- /**
43974
- * subProcess
43975
- * @desc:提交流程
43976
- * @author liufan
43977
- * @param {String} formName 当前form表单ref值
43978
- * @date 2022年5月25日
43979
+ /**
43980
+ * subProcess
43981
+ * @desc:提交流程
43982
+ * @author liufan
43983
+ * @param {String} formName 当前form表单ref值
43984
+ * @date 2022年5月25日
43979
43985
  **/
43980
43986
  subProcess: function subProcess(val) {
43981
43987
  var _this27 = this;
@@ -44225,8 +44231,8 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44225
44231
 
44226
44232
  var freeStartFlow_component = normalizeComponent(
44227
44233
  src_freeStartFlowvue_type_script_lang_js_,
44228
- freeStartFlowvue_type_template_id_3f581894_render,
44229
- freeStartFlowvue_type_template_id_3f581894_staticRenderFns,
44234
+ freeStartFlowvue_type_template_id_ee2c3da4_render,
44235
+ freeStartFlowvue_type_template_id_ee2c3da4_staticRenderFns,
44230
44236
  false,
44231
44237
  null,
44232
44238
  null,
@@ -44574,8 +44580,8 @@ var supervise_component = normalizeComponent(
44574
44580
  )
44575
44581
 
44576
44582
  /* harmony default export */ var supervise = (supervise_component.exports);
44577
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/Circulate.vue?vue&type=template&id=43730f28&
44578
- var Circulatevue_type_template_id_43730f28_render = function () {
44583
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/Circulate.vue?vue&type=template&id=858cd6e2&
44584
+ var Circulatevue_type_template_id_858cd6e2_render = function () {
44579
44585
  var _vm = this
44580
44586
  var _h = _vm.$createElement
44581
44587
  var _c = _vm._self._c || _h
@@ -44727,6 +44733,7 @@ var Circulatevue_type_template_id_43730f28_render = function () {
44727
44733
  type: "textarea",
44728
44734
  readonly: _vm.notificationMessageReadOnly,
44729
44735
  },
44736
+ on: { change: _vm.handleChange },
44730
44737
  model: {
44731
44738
  value: _vm.infoList.noticeInfo,
44732
44739
  callback: function ($$v) {
@@ -44767,11 +44774,11 @@ var Circulatevue_type_template_id_43730f28_render = function () {
44767
44774
  1
44768
44775
  )
44769
44776
  }
44770
- var Circulatevue_type_template_id_43730f28_staticRenderFns = []
44771
- Circulatevue_type_template_id_43730f28_render._withStripped = true
44777
+ var Circulatevue_type_template_id_858cd6e2_staticRenderFns = []
44778
+ Circulatevue_type_template_id_858cd6e2_render._withStripped = true
44772
44779
 
44773
44780
 
44774
- // CONCATENATED MODULE: ./packages/flow/src/component/Circulate.vue?vue&type=template&id=43730f28&
44781
+ // CONCATENATED MODULE: ./packages/flow/src/component/Circulate.vue?vue&type=template&id=858cd6e2&
44775
44782
 
44776
44783
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/Circulate.vue?vue&type=script&lang=js&
44777
44784
  var Circulatevue_type_script_lang_js_components;
@@ -44860,6 +44867,7 @@ var Circulatevue_type_script_lang_js_components;
44860
44867
  //
44861
44868
  //
44862
44869
  //
44870
+ //
44863
44871
 
44864
44872
 
44865
44873
 
@@ -44884,7 +44892,11 @@ var Circulatevue_type_script_lang_js_components;
44884
44892
  type: String,
44885
44893
  default: 'left'
44886
44894
  },
44887
- startFlowPageEmbeddedIntoStartFlowIndex: { type: Boolean, default: false }
44895
+ startFlowPageEmbeddedIntoStartFlowIndex: { type: Boolean, default: false },
44896
+ formTitle: {
44897
+ type: String,
44898
+ default: ''
44899
+ }
44888
44900
  },
44889
44901
  inheritAttrs: false,
44890
44902
  data: function data() {
@@ -44894,6 +44906,7 @@ var Circulatevue_type_script_lang_js_components;
44894
44906
  notificationMessageReadOnly: false,
44895
44907
  otherMix: false,
44896
44908
  currentMix: false,
44909
+ oldMessage: '',
44897
44910
  infoList: {
44898
44911
  nextOtherOrgObj: [],
44899
44912
  nextCurrentOrgObj: [],
@@ -44905,6 +44918,7 @@ var Circulatevue_type_script_lang_js_components;
44905
44918
  currentOrgTabs: [],
44906
44919
  foreignOrgTabs: [],
44907
44920
  currentOrgProcessKey: '',
44921
+ isChangeMessage: false,
44908
44922
  isSubFlow: true,
44909
44923
  choiceDeptId: '',
44910
44924
  choiceOrgId: '',
@@ -44938,6 +44952,16 @@ var Circulatevue_type_script_lang_js_components;
44938
44952
  this.opinion = val;
44939
44953
  },
44940
44954
 
44955
+ deep: true,
44956
+ immediate: true
44957
+ },
44958
+ formTitle: {
44959
+ handler: function handler(val) {
44960
+ if (!this.showBtn && !this.isChangeMessage) {
44961
+ this.infoList.noticeInfo = this.oldMessage.replace('{title}', val);
44962
+ }
44963
+ },
44964
+
44941
44965
  deep: true,
44942
44966
  immediate: true
44943
44967
  }
@@ -44957,6 +44981,9 @@ var Circulatevue_type_script_lang_js_components;
44957
44981
  },
44958
44982
 
44959
44983
  methods: {
44984
+ handleChange: function handleChange() {
44985
+ this.isChangeMessage = true;
44986
+ },
44960
44987
  isMultiple: function isMultiple(val) {
44961
44988
  if (val == 7 || val == 9 || val == 11) {
44962
44989
  this.newMultiple = false;
@@ -45064,7 +45091,8 @@ var Circulatevue_type_script_lang_js_components;
45064
45091
  url: api["z" /* findCodeValues */],
45065
45092
  params: {
45066
45093
  ccCode: 'notification_type',
45067
- userId: utils_util["a" /* default */].getStorage('userId')
45094
+ userId: utils_util["a" /* default */].getStorage('userId'),
45095
+ pendingId: this.pendingId
45068
45096
  }
45069
45097
  }).then(function (res) {
45070
45098
  var status = res.status,
@@ -45088,11 +45116,21 @@ var Circulatevue_type_script_lang_js_components;
45088
45116
  var _this3 = this;
45089
45117
 
45090
45118
  var params = {
45091
- pendingId: this.pendingId
45119
+ pendingId: this.pendingId,
45120
+ processDefinitionId: this.processDefinitionId,
45121
+ businessId: this.businessId
45092
45122
  };
45123
+ if (!this.showBtn) {
45124
+ params.openMode = 'samepage';
45125
+ }
45093
45126
  utils_util["a" /* default */].ajax({ url: api["R" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
45094
45127
  if (res.status === 'success') {
45095
- _this3.infoList.noticeInfo = res.message;
45128
+ if (!_this3.showBtn) {
45129
+ _this3.oldMessage = res.message;
45130
+ _this3.infoList.noticeInfo = res.message.replace('{title}', _this3.formTitle);
45131
+ } else {
45132
+ _this3.infoList.noticeInfo = res.message;
45133
+ }
45096
45134
  }
45097
45135
  _this3.loading = false;
45098
45136
  }).catch(function (err) {
@@ -45146,8 +45184,8 @@ var Circulatevue_type_script_lang_js_components;
45146
45184
 
45147
45185
  var Circulate_component = normalizeComponent(
45148
45186
  component_Circulatevue_type_script_lang_js_,
45149
- Circulatevue_type_template_id_43730f28_render,
45150
- Circulatevue_type_template_id_43730f28_staticRenderFns,
45187
+ Circulatevue_type_template_id_858cd6e2_render,
45188
+ Circulatevue_type_template_id_858cd6e2_staticRenderFns,
45151
45189
  false,
45152
45190
  null,
45153
45191
  null,
@@ -46266,6 +46304,8 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
46266
46304
  //
46267
46305
  //
46268
46306
  //
46307
+ //
46308
+ //
46269
46309
 
46270
46310
 
46271
46311
 
@@ -47003,7 +47043,8 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47003
47043
  url: api["z" /* findCodeValues */],
47004
47044
  params: {
47005
47045
  ccCode: 'notification_type',
47006
- userId: utils_util["a" /* default */].getStorage('userId')
47046
+ userId: utils_util["a" /* default */].getStorage('userId'),
47047
+ pendingId: this.pendingId
47007
47048
  }
47008
47049
  }).then(function (res) {
47009
47050
  var status = res.status,
@@ -47019,11 +47060,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47019
47060
  });
47020
47061
  },
47021
47062
 
47022
- /**
47023
- * saveInfo
47024
- * @desc:暂存
47025
- * @author liufan
47026
- * @date 2022年9月9日
47063
+ /**
47064
+ * saveInfo
47065
+ * @desc:暂存
47066
+ * @author liufan
47067
+ * @date 2022年9月9日
47027
47068
  **/
47028
47069
  saveInfo: function saveInfo(type, btn) {
47029
47070
  var _this9 = this;
@@ -47085,11 +47126,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47085
47126
  });
47086
47127
  },
47087
47128
 
47088
- /**
47089
- * rejectBtn
47090
- * @desc:点击驳回
47091
- * @author liufan
47092
- * @date 2022年5月25日
47129
+ /**
47130
+ * rejectBtn
47131
+ * @desc:点击驳回
47132
+ * @author liufan
47133
+ * @date 2022年5月25日
47093
47134
  **/
47094
47135
  rejectBtn: function rejectBtn() {
47095
47136
  var _this11 = this;
@@ -47107,11 +47148,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47107
47148
  }
47108
47149
  },
47109
47150
 
47110
- /**
47111
- * taskReadBtn
47112
- * @desc:点击分阅
47113
- * @author liufan
47114
- * @date 2022年5月25日
47151
+ /**
47152
+ * taskReadBtn
47153
+ * @desc:点击分阅
47154
+ * @author liufan
47155
+ * @date 2022年5月25日
47115
47156
  **/
47116
47157
  taskReadBtn: function taskReadBtn() {
47117
47158
  var _this12 = this;
@@ -47130,11 +47171,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47130
47171
  }
47131
47172
  },
47132
47173
 
47133
- /**
47134
- * getFind
47135
- * @desc:获取通知方式
47136
- * @author liufan
47137
- * @date 2022年5月25日
47174
+ /**
47175
+ * getFind
47176
+ * @desc:获取通知方式
47177
+ * @author liufan
47178
+ * @date 2022年5月25日
47138
47179
  **/
47139
47180
  getFind: function getFind() {
47140
47181
  var _this13 = this;
@@ -47200,12 +47241,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47200
47241
  });
47201
47242
  },
47202
47243
 
47203
- /**
47204
- * endFlows
47205
- * @desc:直接办结
47206
- * @author liufan
47207
- * @param {Object} res 直接办结数据
47208
- * @date 2022年5月25日
47244
+ /**
47245
+ * endFlows
47246
+ * @desc:直接办结
47247
+ * @author liufan
47248
+ * @param {Object} res 直接办结数据
47249
+ * @date 2022年5月25日
47209
47250
  **/
47210
47251
  endFlows: function endFlows(res) {
47211
47252
  var _this15 = this;
@@ -47260,12 +47301,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47260
47301
  }).catch(function (e) {});
47261
47302
  },
47262
47303
 
47263
- /**
47264
- * goView
47265
- * @desc:更多流程按钮操作
47266
- * @author liufan
47267
- * @param {Object} res 当前点击操作按钮数据
47268
- * @date 2022年5月25日
47304
+ /**
47305
+ * goView
47306
+ * @desc:更多流程按钮操作
47307
+ * @author liufan
47308
+ * @param {Object} res 当前点击操作按钮数据
47309
+ * @date 2022年5月25日
47269
47310
  **/
47270
47311
  goView: function goView(res) {
47271
47312
  // 驳回并办结:rejectAndEndHtml
@@ -47350,11 +47391,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47350
47391
  // isCanStartSubFlow
47351
47392
  },
47352
47393
 
47353
- /**
47354
- * toTakeAdvice
47355
- * @desc:征求意见
47356
- * @author liufan
47357
- * @date 2022年9月29日
47394
+ /**
47395
+ * toTakeAdvice
47396
+ * @desc:征求意见
47397
+ * @author liufan
47398
+ * @date 2022年9月29日
47358
47399
  **/
47359
47400
  toTakeAdvice: function toTakeAdvice(res) {
47360
47401
  var _this17 = this;
@@ -47398,11 +47439,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47398
47439
  });
47399
47440
  },
47400
47441
 
47401
- /**
47402
- * toStartDraf
47403
- * @desc: 稿件递送、联合审核、复核
47404
- * @author liufan
47405
- * @date 2022年9月29日
47442
+ /**
47443
+ * toStartDraf
47444
+ * @desc: 稿件递送、联合审核、复核
47445
+ * @author liufan
47446
+ * @date 2022年9月29日
47406
47447
  **/
47407
47448
  toStartDraf: function toStartDraf(res) {
47408
47449
  var _this19 = this;
@@ -47416,11 +47457,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47416
47457
  }
47417
47458
  },
47418
47459
 
47419
- /**
47420
- * toSendMsg
47421
- * @desc:核稿通知
47422
- * @author liufan
47423
- * @date 2022年9月29日
47460
+ /**
47461
+ * toSendMsg
47462
+ * @desc:核稿通知
47463
+ * @author liufan
47464
+ * @date 2022年9月29日
47424
47465
  **/
47425
47466
  toSendMsg: function toSendMsg(res) {
47426
47467
  var _this20 = this;
@@ -47434,11 +47475,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47434
47475
  }
47435
47476
  },
47436
47477
 
47437
- /**
47438
- * toTaskReadAndEnd
47439
- * @desc:分阅并办结
47440
- * @author liufan
47441
- * @date 2022年9月29日
47478
+ /**
47479
+ * toTaskReadAndEnd
47480
+ * @desc:分阅并办结
47481
+ * @author liufan
47482
+ * @date 2022年9月29日
47442
47483
  **/
47443
47484
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
47444
47485
  var _this21 = this;
@@ -47456,11 +47497,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47456
47497
  }
47457
47498
  },
47458
47499
 
47459
- /**
47460
- * rejectAndEnd
47461
- * @desc:驳回并办结
47462
- * @author liufan
47463
- * @date 2022年9月29日
47500
+ /**
47501
+ * rejectAndEnd
47502
+ * @desc:驳回并办结
47503
+ * @author liufan
47504
+ * @date 2022年9月29日
47464
47505
  **/
47465
47506
  rejectAndEnd: function rejectAndEnd(res) {
47466
47507
  var _this22 = this;
@@ -47516,11 +47557,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47516
47557
  });
47517
47558
  },
47518
47559
 
47519
- /**
47520
- * toTransfer
47521
- * @desc:转办
47522
- * @author liufan
47523
- * @date 2022年9月29日
47560
+ /**
47561
+ * toTransfer
47562
+ * @desc:转办
47563
+ * @author liufan
47564
+ * @date 2022年9月29日
47524
47565
  **/
47525
47566
  toTransfer: function toTransfer(res) {
47526
47567
  var _this24 = this;
@@ -47536,11 +47577,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47536
47577
  }
47537
47578
  },
47538
47579
 
47539
- /**
47540
- * getNodeInfo
47541
- * @desc:获取节点信息
47542
- * @author liufan
47543
- * @date 2022年5月25日
47580
+ /**
47581
+ * getNodeInfo
47582
+ * @desc:获取节点信息
47583
+ * @author liufan
47584
+ * @date 2022年5月25日
47544
47585
  **/
47545
47586
  getNodeInfo: function getNodeInfo() {
47546
47587
  var _this25 = this;
@@ -47644,12 +47685,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47644
47685
  });
47645
47686
  },
47646
47687
 
47647
- /**
47648
- * selecNext
47649
- * @desc:下步节点变化时更新数据
47650
- * @author liufan
47651
- * @param {String} val 当前选中值
47652
- * @date 2022年5月25日
47688
+ /**
47689
+ * selecNext
47690
+ * @desc:下步节点变化时更新数据
47691
+ * @author liufan
47692
+ * @param {String} val 当前选中值
47693
+ * @date 2022年5月25日
47653
47694
  **/
47654
47695
  selecNext: function selecNext(val, type, isDef) {
47655
47696
  var _this26 = this;
@@ -47781,11 +47822,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47781
47822
  this.getNodeInfo();
47782
47823
  },
47783
47824
 
47784
- /**
47785
- * isMultiple
47786
- * @desc:是否多选
47787
- * @author liufan
47788
- * @date 2022年9月13日
47825
+ /**
47826
+ * isMultiple
47827
+ * @desc:是否多选
47828
+ * @author liufan
47829
+ * @date 2022年9月13日
47789
47830
  **/
47790
47831
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
47791
47832
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -47817,11 +47858,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47817
47858
  }
47818
47859
  },
47819
47860
 
47820
- /**
47821
- * getHedInfo
47822
- * @desc:获取审核页面数据
47823
- * @author liufan
47824
- * @date 2022年5月25日
47861
+ /**
47862
+ * getHedInfo
47863
+ * @desc:获取审核页面数据
47864
+ * @author liufan
47865
+ * @date 2022年5月25日
47825
47866
  **/
47826
47867
  getHedInfo: function getHedInfo() {
47827
47868
  var _this27 = this;
@@ -48108,16 +48149,16 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48108
48149
  });
48109
48150
  },
48110
48151
 
48111
- /**
48112
- * closeProcess
48113
- * @desc:关闭弹窗
48114
- * @author liufan
48115
- * @param {boolean} val 当前是否办理流程
48116
- * @param {String} type 当前点击的弹窗类型
48117
- * @date 2022年5月25日
48152
+ /**
48153
+ * closeProcess
48154
+ * @desc:关闭弹窗
48155
+ * @author liufan
48156
+ * @param {boolean} val 当前是否办理流程
48157
+ * @param {String} type 当前点击的弹窗类型
48158
+ * @date 2022年5月25日
48118
48159
  **/
48119
48160
  closeProcess: function closeProcess(val, type, closeParent) {
48120
- if (closeParent && !this.startFlowPageEmbeddedIntoStartFlowIndex) {
48161
+ if (this.closeParent && !this.startFlowPageEmbeddedIntoStartFlowIndex) {
48121
48162
  this.$refs[type].handleClosed();
48122
48163
  } else if (!this.startFlowPageEmbeddedIntoStartFlowIndex) {
48123
48164
  this[type] = false;
@@ -48134,23 +48175,23 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48134
48175
  }
48135
48176
  },
48136
48177
 
48137
- /**
48138
- * selectChange
48139
- * @desc:常用语选择
48140
- * @author liufan
48141
- * @param {String} val 选中值
48142
- * @date 2022年5月25日
48178
+ /**
48179
+ * selectChange
48180
+ * @desc:常用语选择
48181
+ * @author liufan
48182
+ * @param {String} val 选中值
48183
+ * @date 2022年5月25日
48143
48184
  **/
48144
48185
  selectChange: function selectChange(val) {
48145
48186
  this.value = val;
48146
48187
  },
48147
48188
 
48148
- /**
48149
- * upDate
48150
- * @desc:修改常用语
48151
- * @author liufan
48152
- * @param {Object} val 修改值
48153
- * @date 2022年5月25日
48189
+ /**
48190
+ * upDate
48191
+ * @desc:修改常用语
48192
+ * @author liufan
48193
+ * @param {Object} val 修改值
48194
+ * @date 2022年5月25日
48154
48195
  **/
48155
48196
  upDate: function upDate(val) {
48156
48197
  this.FormData.id = val.id;
@@ -48158,11 +48199,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48158
48199
  },
48159
48200
 
48160
48201
 
48161
- /**
48162
- * getProcess
48163
- * @desc:获取选择流程
48164
- * @author liufan
48165
- * @date 2022年5月25日
48202
+ /**
48203
+ * getProcess
48204
+ * @desc:获取选择流程
48205
+ * @author liufan
48206
+ * @date 2022年5月25日
48166
48207
  **/
48167
48208
  getProcess: function getProcess(val) {
48168
48209
  var _this28 = this;
@@ -48218,11 +48259,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48218
48259
  });
48219
48260
  },
48220
48261
 
48221
- /**
48222
- * getPendedhistoryList
48223
- * @desc:获取流程列表
48224
- * @author liufan
48225
- * @date 2022年5月25日
48262
+ /**
48263
+ * getPendedhistoryList
48264
+ * @desc:获取流程列表
48265
+ * @author liufan
48266
+ * @date 2022年5月25日
48226
48267
  **/
48227
48268
  getPendedhistoryList: function getPendedhistoryList() {
48228
48269
  var _this29 = this;
@@ -48290,12 +48331,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48290
48331
  },
48291
48332
 
48292
48333
  // 提交流程
48293
- /**
48294
- * subProcess
48295
- * @desc:提交流程
48296
- * @author liufan
48297
- * @param {String} formName 当前form表单ref值
48298
- * @date 2022年5月25日
48334
+ /**
48335
+ * subProcess
48336
+ * @desc:提交流程
48337
+ * @author liufan
48338
+ * @param {String} formName 当前form表单ref值
48339
+ * @date 2022年5月25日
48299
48340
  **/
48300
48341
  subProcess: function subProcess(val, type) {
48301
48342
  var _this31 = this;
@@ -48627,8 +48668,8 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48627
48668
 
48628
48669
  var flow_src_main_component = normalizeComponent(
48629
48670
  packages_flow_src_mainvue_type_script_lang_js_,
48630
- mainvue_type_template_id_439fd8c6_render,
48631
- mainvue_type_template_id_439fd8c6_staticRenderFns,
48671
+ mainvue_type_template_id_6b9f2034_render,
48672
+ mainvue_type_template_id_6b9f2034_staticRenderFns,
48632
48673
  false,
48633
48674
  null,
48634
48675
  null,
@@ -52051,12 +52092,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
52051
52092
  }
52052
52093
  },
52053
52094
 
52054
- /**
52055
- * handleFormSubmit
52056
- * @desc:删除节点点击事件
52057
- * @param {Object} formData 点击删除的form数据
52058
- * @author liufan
52059
- * @date 2022年11月29日
52095
+ /**
52096
+ * handleFormSubmit
52097
+ * @desc:删除节点点击事件
52098
+ * @param {Object} formData 点击删除的form数据
52099
+ * @author liufan
52100
+ * @date 2022年11月29日
52060
52101
  **/
52061
52102
  handleFormSubmit: function handleFormSubmit(formData) {
52062
52103
  var _this9 = this;
@@ -52087,48 +52128,48 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
52087
52128
  });
52088
52129
  },
52089
52130
 
52090
- /**
52091
- * del
52092
- * @desc:展示删除弹窗
52093
- * @param {String} id 当前点击数据id
52094
- * @author liufan
52095
- * @date 2022年11月29日
52131
+ /**
52132
+ * del
52133
+ * @desc:展示删除弹窗
52134
+ * @param {String} id 当前点击数据id
52135
+ * @author liufan
52136
+ * @date 2022年11月29日
52096
52137
  **/
52097
52138
  del: function del(id) {
52098
52139
  this.historyId = id;
52099
52140
  this.showDel = true;
52100
52141
  },
52101
52142
 
52102
- /**
52103
- * handleCurrentChange
52104
- * @desc:监听页码变化
52105
- * @param {String} val 当前页
52106
- * @author liufan
52107
- * @date 2022年11月29日
52143
+ /**
52144
+ * handleCurrentChange
52145
+ * @desc:监听页码变化
52146
+ * @param {String} val 当前页
52147
+ * @author liufan
52148
+ * @date 2022年11月29日
52108
52149
  **/
52109
52150
  handleCurrentChange: function handleCurrentChange(val) {
52110
52151
  this.currentPage = val;
52111
52152
  this.getPressList();
52112
52153
  },
52113
52154
 
52114
- /**
52115
- * handleSizeChange
52116
- * @desc:监听每页数据显示数量变化
52117
- * @param {String} val 每页展示数量
52118
- * @author liufan
52119
- * @date 2022年11月29日
52155
+ /**
52156
+ * handleSizeChange
52157
+ * @desc:监听每页数据显示数量变化
52158
+ * @param {String} val 每页展示数量
52159
+ * @author liufan
52160
+ * @date 2022年11月29日
52120
52161
  **/
52121
52162
  handleSizeChange: function handleSizeChange(val) {
52122
52163
  this.pageSize = val;
52123
52164
  this.getPressList();
52124
52165
  },
52125
52166
 
52126
- /**
52127
- * sortChange
52128
- * @desc:监听排序变化
52129
- * @param {Object} info 需要排序的字段及排序方式
52130
- * @author liufan
52131
- * @date 2022年11月29日
52167
+ /**
52168
+ * sortChange
52169
+ * @desc:监听排序变化
52170
+ * @param {Object} info 需要排序的字段及排序方式
52171
+ * @author liufan
52172
+ * @date 2022年11月29日
52132
52173
  **/
52133
52174
  sortChange: function sortChange(info) {
52134
52175
  var prop = info.prop,
@@ -52139,11 +52180,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
52139
52180
  this.getPressList();
52140
52181
  },
52141
52182
 
52142
- /**
52143
- * getPressList
52144
- * @desc:催办列表数据
52145
- * @author liufan
52146
- * @date 2022年11月29日
52183
+ /**
52184
+ * getPressList
52185
+ * @desc:催办列表数据
52186
+ * @author liufan
52187
+ * @date 2022年11月29日
52147
52188
  **/
52148
52189
  getPressList: function getPressList() {
52149
52190
  var _this10 = this;
@@ -52173,12 +52214,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
52173
52214
  });
52174
52215
  },
52175
52216
 
52176
- /**
52177
- * goPress
52178
- * @desc:催办列表查看
52179
- * @param {String} id 催办列表id
52180
- * @author liufan
52181
- * @date 2022年11月29日
52217
+ /**
52218
+ * goPress
52219
+ * @desc:催办列表查看
52220
+ * @param {String} id 催办列表id
52221
+ * @author liufan
52222
+ * @date 2022年11月29日
52182
52223
  **/
52183
52224
  goPress: function goPress(id) {
52184
52225
  this.historyId = id;
@@ -52186,23 +52227,23 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
52186
52227
  this.getPressList();
52187
52228
  },
52188
52229
 
52189
- /**
52190
- * showFile
52191
- * @desc:附件查看
52192
- * @param {String} ownId 附件id
52193
- * @author liufan
52194
- * @date 2022年11月29日
52230
+ /**
52231
+ * showFile
52232
+ * @desc:附件查看
52233
+ * @param {String} ownId 附件id
52234
+ * @author liufan
52235
+ * @date 2022年11月29日
52195
52236
  **/
52196
52237
  showFile: function showFile(ownId) {
52197
52238
  this.wfpendingid = ownId;
52198
52239
  this.showFileList = true;
52199
52240
  },
52200
52241
 
52201
- /**
52202
- * handleChange
52203
- * @desc:切换排序方式
52204
- * @author liufan
52205
- * @date 2022年11月22日
52242
+ /**
52243
+ * handleChange
52244
+ * @desc:切换排序方式
52245
+ * @author liufan
52246
+ * @date 2022年11月22日
52206
52247
  **/
52207
52248
  handleChange: function handleChange(key, value) {
52208
52249
  if (value) {
@@ -52252,11 +52293,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
52252
52293
  }))();
52253
52294
  },
52254
52295
 
52255
- /**
52256
- * getFlowList
52257
- * @desc:获取流程列表
52258
- * @author liufan
52259
- * @date 2022年11月22日
52296
+ /**
52297
+ * getFlowList
52298
+ * @desc:获取流程列表
52299
+ * @author liufan
52300
+ * @date 2022年11月22日
52260
52301
  **/
52261
52302
  getFlowList: function getFlowList() {
52262
52303
  var _this12 = this;
@@ -52328,12 +52369,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
52328
52369
  });
52329
52370
  },
52330
52371
 
52331
- /**
52332
- * handleClick
52333
- * @desc:表单点击事件
52334
- * @param {Object} val 当前点击行数据及按钮
52335
- * @author liufan
52336
- * @date 2022年11月10日
52372
+ /**
52373
+ * handleClick
52374
+ * @desc:表单点击事件
52375
+ * @param {Object} val 当前点击行数据及按钮
52376
+ * @author liufan
52377
+ * @date 2022年11月10日
52337
52378
  **/
52338
52379
  handleClick: function handleClick(val) {
52339
52380
  var _this13 = this;
@@ -52379,13 +52420,13 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
52379
52420
  }
52380
52421
  },
52381
52422
 
52382
- /**
52383
- * getCodeValue
52384
- * @desc:获取代码表过滤后的值
52385
- * @param {String} value 展示数据的代码值
52386
- * @param {String} type 代码表类型
52387
- * @author liufan
52388
- * @date 2022年11月10日
52423
+ /**
52424
+ * getCodeValue
52425
+ * @desc:获取代码表过滤后的值
52426
+ * @param {String} value 展示数据的代码值
52427
+ * @param {String} type 代码表类型
52428
+ * @author liufan
52429
+ * @date 2022年11月10日
52389
52430
  **/
52390
52431
  getCodeValue: function getCodeValue(value, type) {
52391
52432
  var val = this[type].filter(function (item) {
@@ -52394,12 +52435,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
52394
52435
  return val[0].shortName;
52395
52436
  },
52396
52437
 
52397
- /**
52398
- * getSysInfo
52399
- * @desc:获取代码表
52400
- * @param {String} code 编码code值
52401
- * @author liufan
52402
- * @date 2022年11月10日
52438
+ /**
52439
+ * getSysInfo
52440
+ * @desc:获取代码表
52441
+ * @param {String} code 编码code值
52442
+ * @author liufan
52443
+ * @date 2022年11月10日
52403
52444
  **/
52404
52445
  getSysInfo: function getSysInfo(code) {
52405
52446
  var _this14 = this;
@@ -52421,11 +52462,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
52421
52462
  }).catch(function (e) {});
52422
52463
  },
52423
52464
 
52424
- /**
52425
- * getListInfo
52426
- * @desc:获取预设列表数据
52427
- * @author liufan
52428
- * @date 2022年11月10日
52465
+ /**
52466
+ * getListInfo
52467
+ * @desc:获取预设列表数据
52468
+ * @author liufan
52469
+ * @date 2022年11月10日
52429
52470
  **/
52430
52471
  getListInfo: function getListInfo() {
52431
52472
  var _this15 = this;
@@ -61652,10 +61693,10 @@ appsvue_type_template_id_71b9cb14_scoped_true_render._withStripped = true
61652
61693
  this.$emit('click', res);
61653
61694
  },
61654
61695
 
61655
- /**
61656
- * @desc:获取气泡提醒
61657
- * @author huangbo
61658
- * @date 2024年9月7日
61696
+ /**
61697
+ * @desc:获取气泡提醒
61698
+ * @author huangbo
61699
+ * @date 2024年9月7日
61659
61700
  **/
61660
61701
  getBadge: function getBadge(res) {
61661
61702
  var num = res.tips || 0;
@@ -65681,10 +65722,10 @@ var events = [function (tabs, index, that) {
65681
65722
  },
65682
65723
 
65683
65724
  methods: {
65684
- /**
65685
- * @desc:匹配路由
65686
- * @author huangbo
65687
- * @date 2024年9月7日
65725
+ /**
65726
+ * @desc:匹配路由
65727
+ * @author huangbo
65728
+ * @date 2024年9月7日
65688
65729
  **/
65689
65730
  hasRouter: function hasRouter(res, url, code) {
65690
65731
  if (!url) {
@@ -65728,10 +65769,10 @@ var events = [function (tabs, index, that) {
65728
65769
  return false;
65729
65770
  },
65730
65771
 
65731
- /**
65732
- * @desc:获取初始数据
65733
- * @author huangbo
65734
- * @date 2024年9月7日
65772
+ /**
65773
+ * @desc:获取初始数据
65774
+ * @author huangbo
65775
+ * @date 2024年9月7日
65735
65776
  **/
65736
65777
  init: function init(results, first) {
65737
65778
  this.setConfig(results);
@@ -65740,10 +65781,10 @@ var events = [function (tabs, index, that) {
65740
65781
  }
65741
65782
  },
65742
65783
 
65743
- /**
65744
- * @desc:设置用户配置及信息
65745
- * @author huangbo
65746
- * @date 2024年9月7日
65784
+ /**
65785
+ * @desc:设置用户配置及信息
65786
+ * @author huangbo
65787
+ * @date 2024年9月7日
65747
65788
  **/
65748
65789
  setConfig: function setConfig(results) {
65749
65790
  localStorage.setItem('mainConfig', JSON.stringify(results));
@@ -65877,10 +65918,10 @@ var events = [function (tabs, index, that) {
65877
65918
  }
65878
65919
  },
65879
65920
 
65880
- /**
65881
- * @desc:获取所有应用
65882
- * @author huangbo
65883
- * @date 2024年9月7日
65921
+ /**
65922
+ * @desc:获取所有应用
65923
+ * @author huangbo
65924
+ * @date 2024年9月7日
65884
65925
  **/
65885
65926
  getApplications: function getApplications() {
65886
65927
  var _this = this;
@@ -65928,10 +65969,10 @@ var events = [function (tabs, index, that) {
65928
65969
  });
65929
65970
  },
65930
65971
 
65931
- /**
65932
- * @desc:获取菜单列表
65933
- * @author huangbo
65934
- * @date 2024年9月7日
65972
+ /**
65973
+ * @desc:获取菜单列表
65974
+ * @author huangbo
65975
+ * @date 2024年9月7日
65935
65976
  **/
65936
65977
  getMenus: function getMenus(loading) {
65937
65978
  var _this2 = this;
@@ -65964,10 +66005,10 @@ var events = [function (tabs, index, that) {
65964
66005
  });
65965
66006
  },
65966
66007
 
65967
- /**
65968
- * @desc:处理菜单列表
65969
- * @author huangbo
65970
- * @date 2024年9月7日
66008
+ /**
66009
+ * @desc:处理菜单列表
66010
+ * @author huangbo
66011
+ * @date 2024年9月7日
65971
66012
  **/
65972
66013
  renderMenus: function renderMenus(res) {
65973
66014
  this.menus = res;
@@ -66063,10 +66104,10 @@ var events = [function (tabs, index, that) {
66063
66104
  }
66064
66105
  },
66065
66106
 
66066
- /**
66067
- * @desc:设置页面加载类型
66068
- * @author huangbo
66069
- * @date 2024年9月7日
66107
+ /**
66108
+ * @desc:设置页面加载类型
66109
+ * @author huangbo
66110
+ * @date 2024年9月7日
66070
66111
  **/
66071
66112
  setIframeType: function setIframeType(res) {
66072
66113
  var url = res.url;
@@ -66122,10 +66163,10 @@ var events = [function (tabs, index, that) {
66122
66163
  return res;
66123
66164
  },
66124
66165
 
66125
- /**
66126
- * @desc:获取菜单
66127
- * @author huangbo
66128
- * @date 2024年9月7日
66166
+ /**
66167
+ * @desc:获取菜单
66168
+ * @author huangbo
66169
+ * @date 2024年9月7日
66129
66170
  **/
66130
66171
  getMenu: function getMenu(menus, res, key) {
66131
66172
  if (Array.isArray(menus)) {
@@ -66154,10 +66195,10 @@ var events = [function (tabs, index, that) {
66154
66195
  return false;
66155
66196
  },
66156
66197
 
66157
- /**
66158
- * @desc:获取菜单第一条数据
66159
- * @author huangbo
66160
- * @date 2024年9月7日
66198
+ /**
66199
+ * @desc:获取菜单第一条数据
66200
+ * @author huangbo
66201
+ * @date 2024年9月7日
66161
66202
  **/
66162
66203
  getFirst: function getFirst(obj) {
66163
66204
  if (!obj) {
@@ -66176,10 +66217,10 @@ var events = [function (tabs, index, that) {
66176
66217
  }
66177
66218
  },
66178
66219
 
66179
- /**
66180
- * @desc:遍历设置菜单气泡提醒
66181
- * @author huangbo
66182
- * @date 2024年9月7日
66220
+ /**
66221
+ * @desc:遍历设置菜单气泡提醒
66222
+ * @author huangbo
66223
+ * @date 2024年9月7日
66183
66224
  **/
66184
66225
  setTips: function setTips(obj) {
66185
66226
  var _this3 = this;
@@ -66242,10 +66283,10 @@ var events = [function (tabs, index, that) {
66242
66283
  }
66243
66284
  },
66244
66285
 
66245
- /**
66246
- * @desc:获取气泡提醒
66247
- * @author huangbo
66248
- * @date 2024年9月7日
66286
+ /**
66287
+ * @desc:获取气泡提醒
66288
+ * @author huangbo
66289
+ * @date 2024年9月7日
66249
66290
  **/
66250
66291
  getBadge: function getBadge(res) {
66251
66292
  var num = res.tips || 0;
@@ -66259,10 +66300,10 @@ var events = [function (tabs, index, that) {
66259
66300
  };
66260
66301
  },
66261
66302
 
66262
- /**
66263
- * @desc:开启weosocket
66264
- * @author huangbo
66265
- * @date 2024年9月7日
66303
+ /**
66304
+ * @desc:开启weosocket
66305
+ * @author huangbo
66306
+ * @date 2024年9月7日
66266
66307
  **/
66267
66308
  initWebSocket: function initWebSocket() {
66268
66309
  var _this5 = this;
@@ -66311,10 +66352,10 @@ var events = [function (tabs, index, that) {
66311
66352
  });
66312
66353
  },
66313
66354
 
66314
- /**
66315
- * @desc:显示用户信息
66316
- * @author huangbo
66317
- * @date 2024年9月7日
66355
+ /**
66356
+ * @desc:显示用户信息
66357
+ * @author huangbo
66358
+ * @date 2024年9月7日
66318
66359
  **/
66319
66360
  showUserInfo: function showUserInfo() {
66320
66361
  if (this.showUser === false) {
@@ -66322,19 +66363,19 @@ var events = [function (tabs, index, that) {
66322
66363
  }
66323
66364
  },
66324
66365
 
66325
- /**
66326
- * @desc:删除更多应用菜单点击
66327
- * @author huangbo
66328
- * @date 2024年9月7日
66366
+ /**
66367
+ * @desc:删除更多应用菜单点击
66368
+ * @author huangbo
66369
+ * @date 2024年9月7日
66329
66370
  **/
66330
66371
  handleDelete: function handleDelete(index) {
66331
66372
  this.newApps.splice(index, 1);
66332
66373
  },
66333
66374
 
66334
- /**
66335
- * @desc:储存更多应用菜单点击
66336
- * @author huangbo
66337
- * @date 2024年9月7日
66375
+ /**
66376
+ * @desc:储存更多应用菜单点击
66377
+ * @author huangbo
66378
+ * @date 2024年9月7日
66338
66379
  **/
66339
66380
  handlerClickApps: function handlerClickApps(res) {
66340
66381
  if (res.permission === false) {
@@ -66347,10 +66388,10 @@ var events = [function (tabs, index, that) {
66347
66388
  this.handlerClickApp(res);
66348
66389
  },
66349
66390
 
66350
- /**
66351
- * @desc:侧边应用菜单点击
66352
- * @author huangbo
66353
- * @date 2024年9月7日
66391
+ /**
66392
+ * @desc:侧边应用菜单点击
66393
+ * @author huangbo
66394
+ * @date 2024年9月7日
66354
66395
  **/
66355
66396
  handlerClickApp: function handlerClickApp(res) {
66356
66397
  this.showMsg = false;
@@ -66439,10 +66480,10 @@ var events = [function (tabs, index, that) {
66439
66480
  }
66440
66481
  },
66441
66482
 
66442
- /**
66443
- * @desc:显示Drawer界面
66444
- * @author huangbo
66445
- * @date 2024年9月7日
66483
+ /**
66484
+ * @desc:显示Drawer界面
66485
+ * @author huangbo
66486
+ * @date 2024年9月7日
66446
66487
  **/
66447
66488
  handlerSetDrawer: function handlerSetDrawer(res, type) {
66448
66489
  var direction = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : 'ltr';
@@ -66462,19 +66503,19 @@ var events = [function (tabs, index, that) {
66462
66503
  }
66463
66504
  },
66464
66505
 
66465
- /**
66466
- * @desc:关闭Drawer界面
66467
- * @author huangbo
66468
- * @date 2024年9月7日
66506
+ /**
66507
+ * @desc:关闭Drawer界面
66508
+ * @author huangbo
66509
+ * @date 2024年9月7日
66469
66510
  **/
66470
66511
  handleCloseDrawer: function handleCloseDrawer() {
66471
66512
  this.drawer = { visible: false };
66472
66513
  },
66473
66514
 
66474
- /**
66475
- * @desc:菜单点击
66476
- * @author huangbo
66477
- * @date 2024年9月7日
66515
+ /**
66516
+ * @desc:菜单点击
66517
+ * @author huangbo
66518
+ * @date 2024年9月7日
66478
66519
  **/
66479
66520
  handlerClickMenu: function handlerClickMenu(res) {
66480
66521
  utils_util["a" /* default */].ajax({
@@ -66523,19 +66564,19 @@ var events = [function (tabs, index, that) {
66523
66564
  },
66524
66565
 
66525
66566
 
66526
- /**
66527
- * @desc:用户详情请求成功
66528
- * @author huangbo
66529
- * @date 2024年9月7日
66567
+ /**
66568
+ * @desc:用户详情请求成功
66569
+ * @author huangbo
66570
+ * @date 2024年9月7日
66530
66571
  **/
66531
66572
  handleSuccess: function handleSuccess(res) {
66532
66573
  this.simpleUserInfo = res.simpleUserInfo;
66533
66574
  },
66534
66575
 
66535
- /**
66536
- * @desc:修改用户配置
66537
- * @author huangbo
66538
- * @date 2024年9月7日
66576
+ /**
66577
+ * @desc:修改用户配置
66578
+ * @author huangbo
66579
+ * @date 2024年9月7日
66539
66580
  **/
66540
66581
  handleChangeConfig: function handleChangeConfig(name, res) {
66541
66582
  if (name == 'userHeadUrl') {
@@ -66551,10 +66592,10 @@ var events = [function (tabs, index, that) {
66551
66592
  }
66552
66593
  },
66553
66594
 
66554
- /**
66555
- * @desc:关闭webSocket
66556
- * @author huangbo
66557
- * @date 2024年9月7日
66595
+ /**
66596
+ * @desc:关闭webSocket
66597
+ * @author huangbo
66598
+ * @date 2024年9月7日
66558
66599
  **/
66559
66600
  handlerClose: function handlerClose() {
66560
66601
  if (this.webSocket) {
@@ -66562,10 +66603,10 @@ var events = [function (tabs, index, that) {
66562
66603
  }
66563
66604
  },
66564
66605
 
66565
- /**
66566
- * @desc:刷新选中iframe页签
66567
- * @author huangbo
66568
- * @date 2024年9月7日
66606
+ /**
66607
+ * @desc:刷新选中iframe页签
66608
+ * @author huangbo
66609
+ * @date 2024年9月7日
66569
66610
  **/
66570
66611
  handleRefresh: function handleRefresh() {
66571
66612
  var i = utils_util["a" /* default */].indexOfObj(this.tabs, this.activeName, 'id');
@@ -66586,10 +66627,10 @@ var events = [function (tabs, index, that) {
66586
66627
  }
66587
66628
  },
66588
66629
 
66589
- /**
66590
- * @desc:删除iframe
66591
- * @author huangbo
66592
- * @date 2024年9月7日
66630
+ /**
66631
+ * @desc:删除iframe
66632
+ * @author huangbo
66633
+ * @date 2024年9月7日
66593
66634
  **/
66594
66635
  handleRemove: function handleRemove(name) {
66595
66636
  var len = this.tabs.length - 1;
@@ -66606,10 +66647,10 @@ var events = [function (tabs, index, that) {
66606
66647
  }
66607
66648
  },
66608
66649
 
66609
- /**
66610
- * @desc:tabs鼠标右键事件
66611
- * @author huangbo
66612
- * @date 2024年9月7日
66650
+ /**
66651
+ * @desc:tabs鼠标右键事件
66652
+ * @author huangbo
66653
+ * @date 2024年9月7日
66613
66654
  **/
66614
66655
  handleContextmenu: function handleContextmenu(tabs, e) {
66615
66656
  var disabled = {};
@@ -66634,10 +66675,10 @@ var events = [function (tabs, index, that) {
66634
66675
  window.addEventListener('click', this.closeTabsEvents);
66635
66676
  },
66636
66677
 
66637
- /**
66638
- * @desc:tabs页签事件
66639
- * @author huangbo
66640
- * @date 2024年9月7日
66678
+ /**
66679
+ * @desc:tabs页签事件
66680
+ * @author huangbo
66681
+ * @date 2024年9月7日
66641
66682
  **/
66642
66683
  handleTabsEvents: function handleTabsEvents(num) {
66643
66684
  if (this.pane !== null) {
@@ -66655,10 +66696,10 @@ var events = [function (tabs, index, that) {
66655
66696
  window.removeEventListener('click', this.closeTabsEvents);
66656
66697
  },
66657
66698
 
66658
- /**
66659
- * @desc:handler工具栏点击事件
66660
- * @author huangbo
66661
- * @date 2024年9月7日
66699
+ /**
66700
+ * @desc:handler工具栏点击事件
66701
+ * @author huangbo
66702
+ * @date 2024年9月7日
66662
66703
  **/
66663
66704
  handleClick: function handleClick(res) {
66664
66705
  var type = res.type,
@@ -66736,10 +66777,10 @@ var events = [function (tabs, index, that) {
66736
66777
  this.$emit('handler-click', res);
66737
66778
  },
66738
66779
 
66739
- /**
66740
- * @desc:退出登录
66741
- * @author huangbo
66742
- * @date 2024年9月7日
66780
+ /**
66781
+ * @desc:退出登录
66782
+ * @author huangbo
66783
+ * @date 2024年9月7日
66743
66784
  **/
66744
66785
  handleQuit: function handleQuit() {
66745
66786
  var _this6 = this;
@@ -66814,10 +66855,10 @@ var events = [function (tabs, index, that) {
66814
66855
  }).catch(function (e) {});
66815
66856
  },
66816
66857
 
66817
- /**
66818
- * @desc:主题、消息回调
66819
- * @author huangbo
66820
- * @date 2024年9月7日
66858
+ /**
66859
+ * @desc:主题、消息回调
66860
+ * @author huangbo
66861
+ * @date 2024年9月7日
66821
66862
  **/
66822
66863
  handleChange: function handleChange(res) {
66823
66864
  var type = res.type,
@@ -66833,10 +66874,10 @@ var events = [function (tabs, index, that) {
66833
66874
  }
66834
66875
  },
66835
66876
 
66836
- /**
66837
- * @desc:菜单布局样式切换
66838
- * @author huangbo
66839
- * @date 2024年9月7日
66877
+ /**
66878
+ * @desc:菜单布局样式切换
66879
+ * @author huangbo
66880
+ * @date 2024年9月7日
66840
66881
  **/
66841
66882
  handleLayout: function handleLayout(res, active) {
66842
66883
  if (active) {
@@ -66845,10 +66886,10 @@ var events = [function (tabs, index, that) {
66845
66886
  this.$emit('chang-layout', res, active);
66846
66887
  },
66847
66888
 
66848
- /**
66849
- * @desc:消息修改总数
66850
- * @author huangbo
66851
- * @date 2024年9月7日
66889
+ /**
66890
+ * @desc:消息修改总数
66891
+ * @author huangbo
66892
+ * @date 2024年9月7日
66852
66893
  **/
66853
66894
  handleMenuTips: function handleMenuTips(id, num) {
66854
66895
  if (num) {
@@ -66859,10 +66900,10 @@ var events = [function (tabs, index, that) {
66859
66900
  }
66860
66901
  },
66861
66902
 
66862
- /**
66863
- * @desc:处理即时消息
66864
- * @author huangbo
66865
- * @date 2024年9月7日
66903
+ /**
66904
+ * @desc:处理即时消息
66905
+ * @author huangbo
66906
+ * @date 2024年9月7日
66866
66907
  **/
66867
66908
  handleOpened: function handleOpened(res) {
66868
66909
  var _this7 = this;
@@ -74025,19 +74066,19 @@ var QRCode = __webpack_require__(24);
74025
74066
  //设置logo大小
74026
74067
  var logoPosition = (_this3.mwidth - 46) / 2; //logo相对于canvas居中定位
74027
74068
  //设置获取的logo将其变为圆角以及添加白色背景
74028
- /* ctx.fillStyle = "#fff";
74029
- ctx.beginPath();
74030
- let h = 46; //圆角高 10为基数(logo四周白色背景为10/2)
74031
- let w = 46; //圆角宽
74032
- let x = logoPosition - 5;
74033
- let y = logoPosition - 5;
74034
- let r = 5; //圆角半径
74035
- ctx.moveTo(x + r, y);
74036
- ctx.arcTo(x + w, y, x + w, y + h, r);
74037
- ctx.arcTo(x + w, y + h, x, y + h, r);
74038
- ctx.arcTo(x, y + h, x, y, r);
74039
- ctx.arcTo(x, y, x + w, y, r);
74040
- ctx.closePath();
74069
+ /* ctx.fillStyle = "#fff";
74070
+ ctx.beginPath();
74071
+ let h = 46; //圆角高 10为基数(logo四周白色背景为10/2)
74072
+ let w = 46; //圆角宽
74073
+ let x = logoPosition - 5;
74074
+ let y = logoPosition - 5;
74075
+ let r = 5; //圆角半径
74076
+ ctx.moveTo(x + r, y);
74077
+ ctx.arcTo(x + w, y, x + w, y + h, r);
74078
+ ctx.arcTo(x + w, y + h, x, y + h, r);
74079
+ ctx.arcTo(x, y + h, x, y, r);
74080
+ ctx.arcTo(x, y, x + w, y, r);
74081
+ ctx.closePath();
74041
74082
  ctx.fill(); */
74042
74083
  logo.onload = function () {
74043
74084
  ctx.drawImage(logo, logoPosition, logoPosition, 46, 46);
@@ -92099,7 +92140,7 @@ if (typeof window !== 'undefined' && window.Vue) {
92099
92140
  }
92100
92141
 
92101
92142
  /* harmony default export */ var src_0 = __webpack_exports__["default"] = ({
92102
- version: '0.6.86',
92143
+ version: '0.6.87',
92103
92144
  install: install,
92104
92145
  Button: packages_button,
92105
92146
  ButtonGroup: button_group,