eoss-ui 0.8.12 → 0.8.14

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 (237) hide show
  1. package/lib/calogin.js +233 -233
  2. package/lib/eoss-ui.common.js +1064 -1033
  3. package/lib/flow-list.js +96 -96
  4. package/lib/flow.js +412 -388
  5. package/lib/index.js +1 -1
  6. package/lib/main.js +304 -297
  7. package/lib/qr-code.js +13 -13
  8. package/lib/theme-chalk/flow.css +1 -1
  9. package/lib/theme-chalk/index.css +1 -1
  10. package/package.json +1 -1
  11. package/packages/button/index.js +5 -5
  12. package/packages/button/src/main.vue +418 -418
  13. package/packages/button-group/index.js +5 -5
  14. package/packages/button-group/src/main.vue +346 -346
  15. package/packages/calendar/index.js +5 -5
  16. package/packages/calogin/index.js +5 -5
  17. package/packages/calogin/src/main.vue +412 -412
  18. package/packages/calogin/src/plugin.js +915 -915
  19. package/packages/card/index.js +5 -5
  20. package/packages/card/src/main.vue +156 -156
  21. package/packages/cascader/index.js +5 -5
  22. package/packages/cascader/src/main.vue +168 -168
  23. package/packages/checkbox-group/index.js +5 -5
  24. package/packages/checkbox-group/src/main.vue +333 -333
  25. package/packages/clients/index.js +5 -5
  26. package/packages/clients/src/main.vue +151 -151
  27. package/packages/data-table/index.js +5 -5
  28. package/packages/data-table/src/children.vue +46 -46
  29. package/packages/data-table/src/main.vue +1876 -1876
  30. package/packages/data-table/src/sizer.vue +195 -195
  31. package/packages/data-table-form/index.js +5 -5
  32. package/packages/data-table-form/src/checkbox.vue +101 -101
  33. package/packages/data-table-form/src/colgroup.vue +17 -17
  34. package/packages/data-table-form/src/main.vue +181 -181
  35. package/packages/data-table-form/src/radio.vue +65 -65
  36. package/packages/data-table-form/src/table.vue +233 -233
  37. package/packages/data-table-form/src/tbody.vue +336 -336
  38. package/packages/data-table-form/src/thead.vue +68 -68
  39. package/packages/date-picker/index.js +5 -5
  40. package/packages/date-picker/src/main.vue +236 -236
  41. package/packages/dialog/index.js +5 -5
  42. package/packages/enable-drag/index.js +5 -5
  43. package/packages/enterprise/index.js +5 -5
  44. package/packages/enterprise/src/main.vue +66 -66
  45. package/packages/error-page/index.js +5 -5
  46. package/packages/error-page/src/main.vue +44 -44
  47. package/packages/flow/index.js +5 -5
  48. package/packages/flow/src/component/Circulate.vue +420 -419
  49. package/packages/flow/src/component/CommonOpinions.vue +376 -376
  50. package/packages/flow/src/component/CustomPreset.vue +324 -324
  51. package/packages/flow/src/component/FileList.vue +97 -97
  52. package/packages/flow/src/component/FreeCirculation.vue +245 -245
  53. package/packages/flow/src/component/Preset.vue +257 -257
  54. package/packages/flow/src/component/SendMsg.vue +242 -242
  55. package/packages/flow/src/component/SortFlow.vue +110 -110
  56. package/packages/flow/src/component/TimeLimit.vue +190 -190
  57. package/packages/flow/src/component/taskUnionExamine.vue +763 -763
  58. package/packages/flow/src/form.vue +123 -123
  59. package/packages/flow/src/freeStartFlow.vue +2898 -2898
  60. package/packages/flow/src/main.vue +4224 -4217
  61. package/packages/flow/src/processForm.vue +1717 -1717
  62. package/packages/flow/src/processReject.vue +311 -311
  63. package/packages/flow/src/reset.vue +952 -952
  64. package/packages/flow/src/startTaskRead.vue +698 -698
  65. package/packages/flow/src/supervise.vue +162 -162
  66. package/packages/flow/src/table.vue +58 -58
  67. package/packages/flow-group/index.js +5 -5
  68. package/packages/flow-group/src/main.vue +750 -750
  69. package/packages/flow-list/index.js +5 -5
  70. package/packages/flow-list/src/main.vue +2337 -2337
  71. package/packages/form/index.js +5 -5
  72. package/packages/form/src/table.vue +1512 -1512
  73. package/packages/handle-user/index.js +5 -5
  74. package/packages/handle-user/src/main.vue +137 -137
  75. package/packages/handler/index.js +5 -5
  76. package/packages/handler/src/main.vue +499 -499
  77. package/packages/icon/index.js +5 -5
  78. package/packages/icon/src/main.vue +104 -104
  79. package/packages/icons/index.js +5 -5
  80. package/packages/icons/src/main.vue +81 -81
  81. package/packages/input/index.js +5 -5
  82. package/packages/input/src/main.vue +356 -356
  83. package/packages/input-number/index.js +5 -5
  84. package/packages/input-number/src/main.vue +106 -106
  85. package/packages/label/index.js +5 -5
  86. package/packages/label/src/main.vue +457 -457
  87. package/packages/layout/index.js +5 -5
  88. package/packages/layout/src/item.vue +152 -152
  89. package/packages/layout/src/main.vue +31 -31
  90. package/packages/login/index.js +5 -5
  91. package/packages/login/src/main.vue +2088 -2088
  92. package/packages/login/src/resetPassword.vue +557 -557
  93. package/packages/main/index.js +5 -5
  94. package/packages/main/src/default/index.vue +9 -2
  95. package/packages/main/src/default/message.vue +249 -249
  96. package/packages/main/src/default/notice.vue +157 -157
  97. package/packages/main/src/default/userinfo.vue +513 -513
  98. package/packages/main/src/public/online.vue +89 -89
  99. package/packages/main/src/public/search.vue +464 -464
  100. package/packages/main/src/public/settings.vue +273 -273
  101. package/packages/main/src/simplicity/apps.vue +388 -388
  102. package/packages/main/src/simplicity/avatar.vue +82 -82
  103. package/packages/main/src/simplicity/handler.vue +158 -158
  104. package/packages/main/src/simplicity/index.vue +2335 -2335
  105. package/packages/main/src/simplicity/lists.vue +84 -84
  106. package/packages/main/src/simplicity/menu-list.vue +135 -135
  107. package/packages/main/src/simplicity/message.vue +293 -293
  108. package/packages/main/src/simplicity/notice.vue +222 -222
  109. package/packages/main/src/simplicity/router-page.vue +45 -45
  110. package/packages/main/src/simplicity/sub-menu.vue +276 -276
  111. package/packages/main/src/simplicity/user.vue +259 -259
  112. package/packages/main/src/simplicity/userinfo.vue +408 -408
  113. package/packages/main/src/simplicityTop/apps.vue +388 -388
  114. package/packages/main/src/simplicityTop/avatar.vue +82 -82
  115. package/packages/main/src/simplicityTop/handler.vue +215 -215
  116. package/packages/main/src/simplicityTop/index.vue +2626 -2626
  117. package/packages/main/src/simplicityTop/lists.vue +84 -84
  118. package/packages/main/src/simplicityTop/menu-list.vue +135 -135
  119. package/packages/main/src/simplicityTop/message.vue +293 -293
  120. package/packages/main/src/simplicityTop/notice.vue +222 -222
  121. package/packages/main/src/simplicityTop/router-page.vue +45 -45
  122. package/packages/main/src/simplicityTop/sub-menu.vue +274 -274
  123. package/packages/main/src/simplicityTop/user.vue +259 -259
  124. package/packages/main/src/simplicityTop/userinfo.vue +408 -408
  125. package/packages/menu/index.js +5 -5
  126. package/packages/menu/src/main.vue +595 -595
  127. package/packages/nav/index.js +5 -5
  128. package/packages/nav/src/main.vue +351 -351
  129. package/packages/notify/index.js +5 -5
  130. package/packages/notify/src/main.vue +538 -538
  131. package/packages/page/index.js +5 -5
  132. package/packages/page/src/main.vue +167 -167
  133. package/packages/pagination/index.js +5 -5
  134. package/packages/pagination/src/main.vue +96 -96
  135. package/packages/player/index.js +5 -5
  136. package/packages/player/src/main.vue +194 -194
  137. package/packages/qr-code/index.js +5 -5
  138. package/packages/qr-code/src/main.vue +170 -170
  139. package/packages/radio-group/index.js +6 -6
  140. package/packages/radio-group/src/main.vue +319 -319
  141. package/packages/retrial-auth/index.js +5 -5
  142. package/packages/retrial-auth/src/main.vue +299 -299
  143. package/packages/select/index.js +5 -5
  144. package/packages/select-ganged/index.js +5 -5
  145. package/packages/select-ganged/src/main.vue +724 -724
  146. package/packages/selector/index.js +5 -5
  147. package/packages/selector/src/main.vue +761 -761
  148. package/packages/selector-panel/index.js +5 -5
  149. package/packages/selector-panel/src/main.vue +1036 -1036
  150. package/packages/selector-panel/src/selection.vue +174 -174
  151. package/packages/selector-panel/src/tree.vue +129 -129
  152. package/packages/sizer/index.js +5 -5
  153. package/packages/sizer/src/main.vue +254 -254
  154. package/packages/steps/index.js +5 -5
  155. package/packages/steps/src/main.vue +181 -181
  156. package/packages/switch/index.js +5 -5
  157. package/packages/switch/src/main.vue +170 -170
  158. package/packages/table-form/index.js +5 -5
  159. package/packages/tabs/index.js +5 -5
  160. package/packages/tabs/src/main.vue +788 -788
  161. package/packages/tabs-panel/index.js +5 -5
  162. package/packages/tabs-panel/src/main.vue +29 -29
  163. package/packages/theme-chalk/src/base.scss +261 -261
  164. package/packages/theme-chalk/src/button-group.scss +176 -176
  165. package/packages/theme-chalk/src/button.scss +24 -24
  166. package/packages/theme-chalk/src/calendar.scss +113 -113
  167. package/packages/theme-chalk/src/card.scss +99 -99
  168. package/packages/theme-chalk/src/checkbox-group.scss +8 -8
  169. package/packages/theme-chalk/src/clients.scss +87 -87
  170. package/packages/theme-chalk/src/data-table-form.scss +67 -67
  171. package/packages/theme-chalk/src/data-table.scss +297 -297
  172. package/packages/theme-chalk/src/date-picker.scss +7 -7
  173. package/packages/theme-chalk/src/dialog.scss +77 -77
  174. package/packages/theme-chalk/src/enable-drag.scss +181 -181
  175. package/packages/theme-chalk/src/enterprise.scss +5 -5
  176. package/packages/theme-chalk/src/error-page.scss +18 -18
  177. package/packages/theme-chalk/src/flow-group.scss +110 -110
  178. package/packages/theme-chalk/src/flow-list.scss +55 -55
  179. package/packages/theme-chalk/src/flow.scss +376 -373
  180. package/packages/theme-chalk/src/form.scss +501 -501
  181. package/packages/theme-chalk/src/handle-user.scss +40 -40
  182. package/packages/theme-chalk/src/handler.scss +148 -148
  183. package/packages/theme-chalk/src/icon.scss +3452 -3452
  184. package/packages/theme-chalk/src/icons.scss +99 -99
  185. package/packages/theme-chalk/src/input.scss +9 -9
  186. package/packages/theme-chalk/src/label.scss +24 -24
  187. package/packages/theme-chalk/src/layout.scss +46 -46
  188. package/packages/theme-chalk/src/login.scss +1006 -1006
  189. package/packages/theme-chalk/src/main.scss +664 -664
  190. package/packages/theme-chalk/src/menu.scss +224 -224
  191. package/packages/theme-chalk/src/mixins/color.scss +117 -117
  192. package/packages/theme-chalk/src/nav.scss +111 -111
  193. package/packages/theme-chalk/src/page.scss +3 -3
  194. package/packages/theme-chalk/src/pagination.scss +29 -29
  195. package/packages/theme-chalk/src/player.scss +9 -9
  196. package/packages/theme-chalk/src/qr-code.scss +17 -17
  197. package/packages/theme-chalk/src/radio-group.scss +9 -9
  198. package/packages/theme-chalk/src/retrial-auth.scss +38 -38
  199. package/packages/theme-chalk/src/select-ganged.scss +8 -8
  200. package/packages/theme-chalk/src/select.scss +8 -8
  201. package/packages/theme-chalk/src/selector-panel.scss +204 -204
  202. package/packages/theme-chalk/src/selector.scss +114 -114
  203. package/packages/theme-chalk/src/simplicity-top.scss +1845 -1845
  204. package/packages/theme-chalk/src/simplicity.scss +1403 -1403
  205. package/packages/theme-chalk/src/sizer.scss +36 -36
  206. package/packages/theme-chalk/src/steps.scss +88 -88
  207. package/packages/theme-chalk/src/switch.scss +3 -3
  208. package/packages/theme-chalk/src/table-form.scss +1 -1
  209. package/packages/theme-chalk/src/tabs.scss +87 -87
  210. package/packages/theme-chalk/src/tips.scss +7 -7
  211. package/packages/theme-chalk/src/toolbar.scss +179 -179
  212. package/packages/theme-chalk/src/tree-group.scss +72 -72
  213. package/packages/theme-chalk/src/tree.scss +165 -165
  214. package/packages/theme-chalk/src/upload.scss +172 -172
  215. package/packages/theme-chalk/src/wxlogin.scss +3 -3
  216. package/packages/tips/index.js +5 -5
  217. package/packages/tips/src/main.vue +141 -141
  218. package/packages/toolbar/index.js +5 -5
  219. package/packages/toolbar/src/main.vue +430 -430
  220. package/packages/tree/index.js +5 -5
  221. package/packages/tree-group/index.js +5 -5
  222. package/packages/upload/index.js +5 -5
  223. package/packages/upload/src/main.vue +1344 -1344
  224. package/packages/upload/src/picture.js +15 -15
  225. package/packages/wujie/index.js +5 -5
  226. package/packages/wujie/src/main.vue +146 -146
  227. package/packages/wxlogin/index.js +5 -5
  228. package/packages/wxlogin/src/main.vue +128 -128
  229. package/src/config/api.js +348 -348
  230. package/src/config/image.js +2 -2
  231. package/src/index.js +163 -163
  232. package/src/utils/bus.js +3 -3
  233. package/src/utils/date-util.js +312 -312
  234. package/src/utils/http.js +50 -50
  235. package/src/utils/rules.js +18 -18
  236. package/src/utils/store.js +21 -21
  237. package/src/utils/webSocket.js +107 -107
@@ -253,7 +253,7 @@ module.exports = require("lodash");
253
253
 
254
254
  exports = module.exports = __webpack_require__(24)(false);
255
255
  // Module
256
- exports.push([module.i, "\n.es-setting-top-nav-side[data-v-1b15d77c]::before {\r\n content: '';\r\n display: block;\r\n position: absolute;\r\n left: 0;\r\n width: 8px;\r\n top: 10px;\r\n bottom: 0;\r\n z-index: 2;\r\n background-color: rgb(0, 80, 179);\n}\r\n", ""]);
256
+ exports.push([module.i, "\n.es-setting-top-nav-side[data-v-1b15d77c]::before {\n content: '';\n display: block;\n position: absolute;\n left: 0;\n width: 8px;\n top: 10px;\n bottom: 0;\n z-index: 2;\n background-color: rgb(0, 80, 179);\n}\n", ""]);
257
257
 
258
258
 
259
259
 
@@ -6913,8 +6913,8 @@ function plugin_asyncToGenerator(fn) { return function () { var gen = fn.apply(t
6913
6913
 
6914
6914
  function plugin_classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
6915
6915
 
6916
- /**
6917
- * JIT_GW_ExtInterface 模块,提供与客户端交互的功能
6916
+ /**
6917
+ * JIT_GW_ExtInterface 模块,提供与客户端交互的功能
6918
6918
  */
6919
6919
  var plugin_CA_ExtInterface = function () {
6920
6920
  function CA_ExtInterface() {
@@ -6927,11 +6927,11 @@ var plugin_CA_ExtInterface = function () {
6927
6927
  this.init();
6928
6928
  }
6929
6929
 
6930
- /**
6931
- * 简单的 Object.assign 兼容 IE <= 11 的 polyfill
6932
- * @see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/assign
6933
- * @param {Object} target - 目标对象
6934
- * @param {Object} options - 新的选项对象
6930
+ /**
6931
+ * 简单的 Object.assign 兼容 IE <= 11 的 polyfill
6932
+ * @see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/assign
6933
+ * @param {Object} target - 目标对象
6934
+ * @param {Object} options - 新的选项对象
6935
6935
  */
6936
6936
 
6937
6937
 
@@ -6946,8 +6946,8 @@ var plugin_CA_ExtInterface = function () {
6946
6946
  }
6947
6947
  };
6948
6948
 
6949
- /**
6950
- * 检查当前会话的 WebSocket URL
6949
+ /**
6950
+ * 检查当前会话的 WebSocket URL
6951
6951
  */
6952
6952
 
6953
6953
 
@@ -6961,8 +6961,8 @@ var plugin_CA_ExtInterface = function () {
6961
6961
  }
6962
6962
  };
6963
6963
 
6964
- /**
6965
- * 检查是否使用 ActiveX
6964
+ /**
6965
+ * 检查是否使用 ActiveX
6966
6966
  */
6967
6967
 
6968
6968
 
@@ -6974,11 +6974,11 @@ var plugin_CA_ExtInterface = function () {
6974
6974
  }
6975
6975
  };
6976
6976
 
6977
- /**
6978
- * 扩展发送消息并等待响应
6979
- * @param {string} operatorCmd - 操作命令
6980
- * @param {string} sendMsg - 发送的消息
6981
- * @returns {string} 响应消息
6977
+ /**
6978
+ * 扩展发送消息并等待响应
6979
+ * @param {string} operatorCmd - 操作命令
6980
+ * @param {string} sendMsg - 发送的消息
6981
+ * @returns {string} 响应消息
6982
6982
  */
6983
6983
 
6984
6984
 
@@ -7011,11 +7011,11 @@ var plugin_CA_ExtInterface = function () {
7011
7011
  return sendAndWaitMessageEx;
7012
7012
  }();
7013
7013
 
7014
- /**
7015
- * 发送消息并等待响应
7016
- * @param {string} wsurl - WebSocket URL
7017
- * @param {string} sendMsg - 发送的消息
7018
- * @returns {string} 响应消息
7014
+ /**
7015
+ * 发送消息并等待响应
7016
+ * @param {string} wsurl - WebSocket URL
7017
+ * @param {string} sendMsg - 发送的消息
7018
+ * @returns {string} 响应消息
7019
7019
  */
7020
7020
 
7021
7021
 
@@ -7039,9 +7039,9 @@ var plugin_CA_ExtInterface = function () {
7039
7039
  }
7040
7040
  };
7041
7041
 
7042
- /**
7043
- * 配置选项
7044
- * @param {Object} extendOption - 扩展选项
7042
+ /**
7043
+ * 配置选项
7044
+ * @param {Object} extendOption - 扩展选项
7045
7045
  */
7046
7046
 
7047
7047
 
@@ -7051,8 +7051,8 @@ var plugin_CA_ExtInterface = function () {
7051
7051
  }
7052
7052
  };
7053
7053
 
7054
- /**
7055
- * 初始化
7054
+ /**
7055
+ * 初始化
7056
7056
  */
7057
7057
 
7058
7058
 
@@ -7060,9 +7060,9 @@ var plugin_CA_ExtInterface = function () {
7060
7060
  this.isUseActioveX();
7061
7061
  };
7062
7062
 
7063
- /**
7064
- * 返回客户端的版本
7065
- * @returns {string} 客户端版本
7063
+ /**
7064
+ * 返回客户端的版本
7065
+ * @returns {string} 客户端版本
7066
7066
  */
7067
7067
 
7068
7068
 
@@ -7075,13 +7075,13 @@ var plugin_CA_ExtInterface = function () {
7075
7075
  }
7076
7076
  };
7077
7077
 
7078
- /**
7079
- * 下载客户端程序并安装
7080
- * @param {string} bstrURL - 下载地址
7081
- * @param {string} bstrHashValue - 哈希值
7082
- * @param {boolean} bSync - 是否同步安装
7083
- * @param {boolean} bOnlySSO - 是否仅安装 SSO
7084
- * @returns {number} 安装结果
7078
+ /**
7079
+ * 下载客户端程序并安装
7080
+ * @param {string} bstrURL - 下载地址
7081
+ * @param {string} bstrHashValue - 哈希值
7082
+ * @param {boolean} bSync - 是否同步安装
7083
+ * @param {boolean} bOnlySSO - 是否仅安装 SSO
7084
+ * @returns {number} 安装结果
7085
7085
  */
7086
7086
 
7087
7087
 
@@ -7095,11 +7095,11 @@ var plugin_CA_ExtInterface = function () {
7095
7095
  }
7096
7096
  };
7097
7097
 
7098
- /**
7099
- * 获取硬件指纹信息
7100
- * @param {number} dwSign - 签名
7101
- * @param {string} strGateWayIP - 网关 IP
7102
- * @returns {string} 硬件指纹信息
7098
+ /**
7099
+ * 获取硬件指纹信息
7100
+ * @param {number} dwSign - 签名
7101
+ * @param {string} strGateWayIP - 网关 IP
7102
+ * @returns {string} 硬件指纹信息
7103
7103
  */
7104
7104
 
7105
7105
 
@@ -7113,12 +7113,12 @@ var plugin_CA_ExtInterface = function () {
7113
7113
  }
7114
7114
  };
7115
7115
 
7116
- /**
7117
- * 设置转发策略和代填策略
7118
- * @param {string} strProxyPolicy - 转发策略
7119
- * @param {string} strSSOPolicy - 代填策略
7120
- * @param {string} strGatewayAddress - 网关地址
7121
- * @returns {number} 设置结果
7116
+ /**
7117
+ * 设置转发策略和代填策略
7118
+ * @param {string} strProxyPolicy - 转发策略
7119
+ * @param {string} strSSOPolicy - 代填策略
7120
+ * @param {string} strGatewayAddress - 网关地址
7121
+ * @returns {number} 设置结果
7122
7122
  */
7123
7123
 
7124
7124
 
@@ -7132,11 +7132,11 @@ var plugin_CA_ExtInterface = function () {
7132
7132
  }
7133
7133
  };
7134
7134
 
7135
- /**
7136
- * 启动认证信息模块
7137
- * @param {string} strFileName - 文件名
7138
- * @param {string} strXmlData - XML 数据
7139
- * @returns {string} 认证信息
7135
+ /**
7136
+ * 启动认证信息模块
7137
+ * @param {string} strFileName - 文件名
7138
+ * @param {string} strXmlData - XML 数据
7139
+ * @returns {string} 认证信息
7140
7140
  */
7141
7141
 
7142
7142
 
@@ -7150,10 +7150,10 @@ var plugin_CA_ExtInterface = function () {
7150
7150
  }
7151
7151
  };
7152
7152
 
7153
- /**
7154
- * 打开 BS 应用
7155
- * @param {string} strUrl - 应用 URL
7156
- * @returns {number} 打开结果
7153
+ /**
7154
+ * 打开 BS 应用
7155
+ * @param {string} strUrl - 应用 URL
7156
+ * @returns {number} 打开结果
7157
7157
  */
7158
7158
 
7159
7159
 
@@ -7167,12 +7167,12 @@ var plugin_CA_ExtInterface = function () {
7167
7167
  }
7168
7168
  };
7169
7169
 
7170
- /**
7171
- * 打开 CS 应用
7172
- * @param {string} strGatewayAddress - 网关地址
7173
- * @param {string} strAppFlag - 应用标识
7174
- * @param {string} strAppPath - 应用路径
7175
- * @returns {number} 打开结果
7170
+ /**
7171
+ * 打开 CS 应用
7172
+ * @param {string} strGatewayAddress - 网关地址
7173
+ * @param {string} strAppFlag - 应用标识
7174
+ * @param {string} strAppPath - 应用路径
7175
+ * @returns {number} 打开结果
7176
7176
  */
7177
7177
 
7178
7178
 
@@ -7186,13 +7186,13 @@ var plugin_CA_ExtInterface = function () {
7186
7186
  }
7187
7187
  };
7188
7188
 
7189
- /**
7190
- * 设置自动更新策略
7191
- * @param {string} strGatewayAddress - 网关地址
7192
- * @param {number} nGatewayPort - 网关端口
7193
- * @param {string} strUserToken - 用户令牌
7194
- * @param {number} updatedelay - 更新延迟
7195
- * @returns {number} 设置结果
7189
+ /**
7190
+ * 设置自动更新策略
7191
+ * @param {string} strGatewayAddress - 网关地址
7192
+ * @param {number} nGatewayPort - 网关端口
7193
+ * @param {string} strUserToken - 用户令牌
7194
+ * @param {number} updatedelay - 更新延迟
7195
+ * @returns {number} 设置结果
7196
7196
  */
7197
7197
 
7198
7198
 
@@ -7206,10 +7206,10 @@ var plugin_CA_ExtInterface = function () {
7206
7206
  }
7207
7207
  };
7208
7208
 
7209
- /**
7210
- * 获取客户端 IP
7211
- * @param {string} strGatewayIP - 网关 IP
7212
- * @returns {string} 客户端 IP
7209
+ /**
7210
+ * 获取客户端 IP
7211
+ * @param {string} strGatewayIP - 网关 IP
7212
+ * @returns {string} 客户端 IP
7213
7213
  */
7214
7214
 
7215
7215
 
@@ -7223,10 +7223,10 @@ var plugin_CA_ExtInterface = function () {
7223
7223
  }
7224
7224
  };
7225
7225
 
7226
- /**
7227
- * 登出网关
7228
- * @param {string} strServerIP - 服务器 IP
7229
- * @returns {number} 登出结果
7226
+ /**
7227
+ * 登出网关
7228
+ * @param {string} strServerIP - 服务器 IP
7229
+ * @returns {number} 登出结果
7230
7230
  */
7231
7231
 
7232
7232
 
@@ -7240,11 +7240,11 @@ var plugin_CA_ExtInterface = function () {
7240
7240
  }
7241
7241
  };
7242
7242
 
7243
- /**
7244
- * 运行安装包
7245
- * @param {number} lRunType - 运行类型
7246
- * @param {boolean} bIsOnlySSO - 是否仅安装 SSO
7247
- * @returns {number} 运行结果
7243
+ /**
7244
+ * 运行安装包
7245
+ * @param {number} lRunType - 运行类型
7246
+ * @param {boolean} bIsOnlySSO - 是否仅安装 SSO
7247
+ * @returns {number} 运行结果
7248
7248
  */
7249
7249
 
7250
7250
 
@@ -7258,9 +7258,9 @@ var plugin_CA_ExtInterface = function () {
7258
7258
  }
7259
7259
  };
7260
7260
 
7261
- /**
7262
- * 获取下载进度
7263
- * @returns {number} 下载进度
7261
+ /**
7262
+ * 获取下载进度
7263
+ * @returns {number} 下载进度
7264
7264
  */
7265
7265
 
7266
7266
 
@@ -7274,9 +7274,9 @@ var plugin_CA_ExtInterface = function () {
7274
7274
  }
7275
7275
  };
7276
7276
 
7277
- /**
7278
- * 是否安装完成
7279
- * @returns {boolean} 安装完成状态
7277
+ /**
7278
+ * 是否安装完成
7279
+ * @returns {boolean} 安装完成状态
7280
7280
  */
7281
7281
 
7282
7282
 
@@ -7290,11 +7290,11 @@ var plugin_CA_ExtInterface = function () {
7290
7290
  }
7291
7291
  };
7292
7292
 
7293
- /**
7294
- * 初始化签包对象
7295
- * @param {string} strAlgType - 算法类型
7296
- * @param {string} strAuxParam - 辅助参数
7297
- * @returns {number} 初始化结果
7293
+ /**
7294
+ * 初始化签包对象
7295
+ * @param {string} strAlgType - 算法类型
7296
+ * @param {string} strAuxParam - 辅助参数
7297
+ * @returns {number} 初始化结果
7298
7298
  */
7299
7299
 
7300
7300
 
@@ -7308,10 +7308,10 @@ var plugin_CA_ExtInterface = function () {
7308
7308
  }
7309
7309
  };
7310
7310
 
7311
- /**
7312
- * 设置摘要算法
7313
- * @param {string} strDigestAlg - 摘要算法
7314
- * @returns {number} 设置结果
7311
+ /**
7312
+ * 设置摘要算法
7313
+ * @param {string} strDigestAlg - 摘要算法
7314
+ * @returns {number} 设置结果
7315
7315
  */
7316
7316
 
7317
7317
 
@@ -7325,10 +7325,10 @@ var plugin_CA_ExtInterface = function () {
7325
7325
  }
7326
7326
  };
7327
7327
 
7328
- /**
7329
- * 设置单证书是否弹出对话框
7330
- * @param {number} isChoose - 是否弹出对话框
7331
- * @returns {number} 设置结果
7328
+ /**
7329
+ * 设置单证书是否弹出对话框
7330
+ * @param {number} isChoose - 是否弹出对话框
7331
+ * @returns {number} 设置结果
7332
7332
  */
7333
7333
 
7334
7334
 
@@ -7342,11 +7342,11 @@ var plugin_CA_ExtInterface = function () {
7342
7342
  }
7343
7343
  };
7344
7344
 
7345
- /**
7346
- * 添加证书过滤条件
7347
- * @param {number} ulType - 过滤类型
7348
- * @param {string} strValue - 过滤值
7349
- * @returns {number} 添加结果
7345
+ /**
7346
+ * 添加证书过滤条件
7347
+ * @param {number} ulType - 过滤类型
7348
+ * @param {string} strValue - 过滤值
7349
+ * @returns {number} 添加结果
7350
7350
  */
7351
7351
 
7352
7352
 
@@ -7360,9 +7360,9 @@ var plugin_CA_ExtInterface = function () {
7360
7360
  }
7361
7361
  };
7362
7362
 
7363
- /**
7364
- * 清除所有过滤条件
7365
- * @returns {number} 清除结果
7363
+ /**
7364
+ * 清除所有过滤条件
7365
+ * @returns {number} 清除结果
7366
7366
  */
7367
7367
 
7368
7368
 
@@ -7376,10 +7376,10 @@ var plugin_CA_ExtInterface = function () {
7376
7376
  }
7377
7377
  };
7378
7378
 
7379
- /**
7380
- * P1 签名
7381
- * @param {string} strValueBase64 - 待签名的 Base64 字符串
7382
- * @returns {string} 签名结果
7379
+ /**
7380
+ * P1 签名
7381
+ * @param {string} strValueBase64 - 待签名的 Base64 字符串
7382
+ * @returns {string} 签名结果
7383
7383
  */
7384
7384
 
7385
7385
 
@@ -7393,10 +7393,10 @@ var plugin_CA_ExtInterface = function () {
7393
7393
  }
7394
7394
  };
7395
7395
 
7396
- /**
7397
- * P1 签名字符串
7398
- * @param {string} strValue - 待签名的字符串
7399
- * @returns {string} 签名结果
7396
+ /**
7397
+ * P1 签名字符串
7398
+ * @param {string} strValue - 待签名的字符串
7399
+ * @returns {string} 签名结果
7400
7400
  */
7401
7401
 
7402
7402
 
@@ -7410,12 +7410,12 @@ var plugin_CA_ExtInterface = function () {
7410
7410
  }
7411
7411
  };
7412
7412
 
7413
- /**
7414
- * P7 签名
7415
- * @param {string} strValueBase64 - 待签名的 Base64 字符串
7416
- * @param {boolean} isDetach - 是否分离签名
7417
- * @param {boolean} isIncludeCert - 是否包含证书
7418
- * @returns {string} 签名结果
7413
+ /**
7414
+ * P7 签名
7415
+ * @param {string} strValueBase64 - 待签名的 Base64 字符串
7416
+ * @param {boolean} isDetach - 是否分离签名
7417
+ * @param {boolean} isIncludeCert - 是否包含证书
7418
+ * @returns {string} 签名结果
7419
7419
  */
7420
7420
 
7421
7421
 
@@ -7429,12 +7429,12 @@ var plugin_CA_ExtInterface = function () {
7429
7429
  }
7430
7430
  };
7431
7431
 
7432
- /**
7433
- * P7 签名字符串
7434
- * @param {string} strValue - 待签名的字符串
7435
- * @param {boolean} isDetach - 是否分离签名
7436
- * @param {boolean} isIncludeCert - 是否包含证书
7437
- * @returns {string} 签名结果
7432
+ /**
7433
+ * P7 签名字符串
7434
+ * @param {string} strValue - 待签名的字符串
7435
+ * @param {boolean} isDetach - 是否分离签名
7436
+ * @param {boolean} isIncludeCert - 是否包含证书
7437
+ * @returns {string} 签名结果
7438
7438
  */
7439
7439
 
7440
7440
 
@@ -7448,9 +7448,9 @@ var plugin_CA_ExtInterface = function () {
7448
7448
  }
7449
7449
  };
7450
7450
 
7451
- /**
7452
- * 释放签名对象
7453
- * @returns {number} 释放结果
7451
+ /**
7452
+ * 释放签名对象
7453
+ * @returns {number} 释放结果
7454
7454
  */
7455
7455
 
7456
7456
 
@@ -7464,9 +7464,9 @@ var plugin_CA_ExtInterface = function () {
7464
7464
  }
7465
7465
  };
7466
7466
 
7467
- /**
7468
- * 获取签名版本
7469
- * @returns {string} 签名版本
7467
+ /**
7468
+ * 获取签名版本
7469
+ * @returns {string} 签名版本
7470
7470
  */
7471
7471
 
7472
7472
 
@@ -7480,9 +7480,9 @@ var plugin_CA_ExtInterface = function () {
7480
7480
  }
7481
7481
  };
7482
7482
 
7483
- /**
7484
- * 获取签名证书
7485
- * @returns {string} 签名证书
7483
+ /**
7484
+ * 获取签名证书
7485
+ * @returns {string} 签名证书
7486
7486
  */
7487
7487
 
7488
7488
 
@@ -7496,9 +7496,9 @@ var plugin_CA_ExtInterface = function () {
7496
7496
  }
7497
7497
  };
7498
7498
 
7499
- /**
7500
- * 获取错误码
7501
- * @returns {number} 错误码
7499
+ /**
7500
+ * 获取错误码
7501
+ * @returns {number} 错误码
7502
7502
  */
7503
7503
 
7504
7504
 
@@ -7512,9 +7512,9 @@ var plugin_CA_ExtInterface = function () {
7512
7512
  }
7513
7513
  };
7514
7514
 
7515
- /**
7516
- * 获取错误信息
7517
- * @returns {string} 错误信息
7515
+ /**
7516
+ * 获取错误信息
7517
+ * @returns {string} 错误信息
7518
7518
  */
7519
7519
 
7520
7520
 
@@ -7528,9 +7528,9 @@ var plugin_CA_ExtInterface = function () {
7528
7528
  }
7529
7529
  };
7530
7530
 
7531
- /**
7532
- * 销毁认证对象
7533
- * @returns {number} 销毁结果
7531
+ /**
7532
+ * 销毁认证对象
7533
+ * @returns {number} 销毁结果
7534
7534
  */
7535
7535
 
7536
7536
 
@@ -7544,9 +7544,9 @@ var plugin_CA_ExtInterface = function () {
7544
7544
  }
7545
7545
  };
7546
7546
 
7547
- /**
7548
- * 获取证书类型
7549
- * @returns {string} 证书类型
7547
+ /**
7548
+ * 获取证书类型
7549
+ * @returns {string} 证书类型
7550
7550
  */
7551
7551
 
7552
7552
 
@@ -7560,9 +7560,9 @@ var plugin_CA_ExtInterface = function () {
7560
7560
  }
7561
7561
  };
7562
7562
 
7563
- /**
7564
- * 获取签名摘要算法
7565
- * @returns {string} 签名摘要算法
7563
+ /**
7564
+ * 获取签名摘要算法
7565
+ * @returns {string} 签名摘要算法
7566
7566
  */
7567
7567
 
7568
7568
 
@@ -7576,11 +7576,11 @@ var plugin_CA_ExtInterface = function () {
7576
7576
  }
7577
7577
  };
7578
7578
 
7579
- /**
7580
- * 使能调用序列
7581
- * @param {boolean} bCallQueueEnable - 是否使能调用序列
7582
- * @param {boolean} bHeadInfoEnable - 是否使能头部信息
7583
- * @returns {number} 使能结果
7579
+ /**
7580
+ * 使能调用序列
7581
+ * @param {boolean} bCallQueueEnable - 是否使能调用序列
7582
+ * @param {boolean} bHeadInfoEnable - 是否使能头部信息
7583
+ * @returns {number} 使能结果
7584
7584
  */
7585
7585
 
7586
7586
 
@@ -7594,9 +7594,9 @@ var plugin_CA_ExtInterface = function () {
7594
7594
  }
7595
7595
  };
7596
7596
 
7597
- /**
7598
- * 清空调用序列结果
7599
- * @returns {number} 清空调用序列结果
7597
+ /**
7598
+ * 清空调用序列结果
7599
+ * @returns {number} 清空调用序列结果
7600
7600
  */
7601
7601
 
7602
7602
 
@@ -7610,9 +7610,9 @@ var plugin_CA_ExtInterface = function () {
7610
7610
  }
7611
7611
  };
7612
7612
 
7613
- /**
7614
- * 获取调用序列结果
7615
- * @returns {string} 调用序列结果
7613
+ /**
7614
+ * 获取调用序列结果
7615
+ * @returns {string} 调用序列结果
7616
7616
  */
7617
7617
 
7618
7618
 
@@ -7626,12 +7626,12 @@ var plugin_CA_ExtInterface = function () {
7626
7626
  }
7627
7627
  };
7628
7628
 
7629
- /**
7630
- * 客户端安全策略检查
7631
- * @param {string} strGatewayAddress - 网关地址
7632
- * @param {number} usGatewayPort - 网关端口
7633
- * @param {string} strSecurityPolicys - 安全策略
7634
- * @returns {boolean} 检查结果
7629
+ /**
7630
+ * 客户端安全策略检查
7631
+ * @param {string} strGatewayAddress - 网关地址
7632
+ * @param {number} usGatewayPort - 网关端口
7633
+ * @param {string} strSecurityPolicys - 安全策略
7634
+ * @returns {boolean} 检查结果
7635
7635
  */
7636
7636
 
7637
7637
 
@@ -7645,9 +7645,9 @@ var plugin_CA_ExtInterface = function () {
7645
7645
  }
7646
7646
  };
7647
7647
 
7648
- /**
7649
- * 获取通讯协议版本
7650
- * @returns {string} 通讯协议版本
7648
+ /**
7649
+ * 获取通讯协议版本
7650
+ * @returns {string} 通讯协议版本
7651
7651
  */
7652
7652
 
7653
7653
 
@@ -7661,13 +7661,13 @@ var plugin_CA_ExtInterface = function () {
7661
7661
  }
7662
7662
  };
7663
7663
 
7664
- /**
7665
- * 修改 Key 的 Pin 码
7666
- * @param {string} strCertSn - 证书序列号
7667
- * @param {number} lPinCodeType - Pin 码类型
7668
- * @param {string} strCurPinCode - 当前 Pin 码
7669
- * @param {string} strNewPinCode - 新 Pin 码
7670
- * @returns {number} 修改结果
7664
+ /**
7665
+ * 修改 Key 的 Pin 码
7666
+ * @param {string} strCertSn - 证书序列号
7667
+ * @param {number} lPinCodeType - Pin 码类型
7668
+ * @param {string} strCurPinCode - 当前 Pin 码
7669
+ * @param {string} strNewPinCode - 新 Pin 码
7670
+ * @returns {number} 修改结果
7671
7671
  */
7672
7672
 
7673
7673
 
@@ -7681,10 +7681,10 @@ var plugin_CA_ExtInterface = function () {
7681
7681
  }
7682
7682
  };
7683
7683
 
7684
- /**
7685
- * 等待策略设置完毕
7686
- * @param {string} strGatewayAddress - 网关地址
7687
- * @returns {number} 等待结果
7684
+ /**
7685
+ * 等待策略设置完毕
7686
+ * @param {string} strGatewayAddress - 网关地址
7687
+ * @returns {number} 等待结果
7688
7688
  */
7689
7689
 
7690
7690
 
@@ -7698,10 +7698,10 @@ var plugin_CA_ExtInterface = function () {
7698
7698
  }
7699
7699
  };
7700
7700
 
7701
- /**
7702
- * 获取会话 Token
7703
- * @param {string} strGatewayAddress - 网关地址
7704
- * @returns {string} 会话 Token
7701
+ /**
7702
+ * 获取会话 Token
7703
+ * @param {string} strGatewayAddress - 网关地址
7704
+ * @returns {string} 会话 Token
7705
7705
  */
7706
7706
 
7707
7707
 
@@ -7715,9 +7715,9 @@ var plugin_CA_ExtInterface = function () {
7715
7715
  }
7716
7716
  };
7717
7717
 
7718
- /**
7719
- * 获取控件版本
7720
- * @returns {string} 控件版本
7718
+ /**
7719
+ * 获取控件版本
7720
+ * @returns {string} 控件版本
7721
7721
  */
7722
7722
 
7723
7723
 
@@ -7731,10 +7731,10 @@ var plugin_CA_ExtInterface = function () {
7731
7731
  }
7732
7732
  };
7733
7733
 
7734
- /**
7735
- * 设置语言资源
7736
- * @param {string} strLanguage - 语言资源
7737
- * @returns {number} 设置结果
7734
+ /**
7735
+ * 设置语言资源
7736
+ * @param {string} strLanguage - 语言资源
7737
+ * @returns {number} 设置结果
7738
7738
  */
7739
7739
 
7740
7740
 
@@ -7748,12 +7748,12 @@ var plugin_CA_ExtInterface = function () {
7748
7748
  }
7749
7749
  };
7750
7750
 
7751
- /**
7752
- * 获取用户属性
7753
- * @param {string} strGatewayAddress - 网关地址
7754
- * @param {string} strAppFlag - 应用标识
7755
- * @param {string} strAttributeName - 属性名称
7756
- * @returns {string} 用户属性值
7751
+ /**
7752
+ * 获取用户属性
7753
+ * @param {string} strGatewayAddress - 网关地址
7754
+ * @param {string} strAppFlag - 应用标识
7755
+ * @param {string} strAttributeName - 属性名称
7756
+ * @returns {string} 用户属性值
7757
7757
  */
7758
7758
 
7759
7759
 
@@ -7767,9 +7767,9 @@ var plugin_CA_ExtInterface = function () {
7767
7767
  }
7768
7768
  };
7769
7769
 
7770
- /**
7771
- * 获取签名加密 PIN 码
7772
- * @returns {string} 签名加密 PIN 码
7770
+ /**
7771
+ * 获取签名加密 PIN 码
7772
+ * @returns {string} 签名加密 PIN 码
7773
7773
  */
7774
7774
 
7775
7775
 
@@ -7782,20 +7782,20 @@ var plugin_CA_ExtInterface = function () {
7782
7782
  return result.value;
7783
7783
  }
7784
7784
  };
7785
- /*
7786
- *曙光四川CA
7787
- *'SOF_GetUserList' 证书列表
7788
- *'SOF_ExportUserCert' 导出证书
7789
- *'SOF_GetCertInfo': 获取证书信息
7790
- *'SOF_GenRandom': 生成随机数
7791
- *'SOF_SignData': 获取证书签名
7792
- *'SOF_Login': 登录证书
7793
- *'SOF_GetPinRetryCount': 剩余次数
7785
+ /*
7786
+ *曙光四川CA
7787
+ *'SOF_GetUserList' 证书列表
7788
+ *'SOF_ExportUserCert' 导出证书
7789
+ *'SOF_GetCertInfo': 获取证书信息
7790
+ *'SOF_GenRandom': 生成随机数
7791
+ *'SOF_SignData': 获取证书签名
7792
+ *'SOF_Login': 登录证书
7793
+ *'SOF_GetPinRetryCount': 剩余次数
7794
7794
  */
7795
- /**
7796
- *
7797
- * 获取webSocket消息
7798
- * @returns {string}
7795
+ /**
7796
+ *
7797
+ * 获取webSocket消息
7798
+ * @returns {string}
7799
7799
  */
7800
7800
 
7801
7801
 
@@ -7831,10 +7831,10 @@ var plugin_CA_ExtInterface = function () {
7831
7831
  };
7832
7832
  });
7833
7833
  };
7834
- /**
7835
- *
7836
- * base64解码
7837
- * @returns {string} base64解码后的字符串
7834
+ /**
7835
+ *
7836
+ * base64解码
7837
+ * @returns {string} base64解码后的字符串
7838
7838
  */
7839
7839
 
7840
7840
 
@@ -7869,10 +7869,10 @@ var plugin_CA_ExtInterface = function () {
7869
7869
  val = this.utf8_decode(val);
7870
7870
  return val;
7871
7871
  };
7872
- /**
7873
- *
7874
- * base64编码
7875
- * @returns {string} base64编码后的字符串
7872
+ /**
7873
+ *
7874
+ * base64编码
7875
+ * @returns {string} base64编码后的字符串
7876
7876
  */
7877
7877
 
7878
7878
 
@@ -7905,10 +7905,10 @@ var plugin_CA_ExtInterface = function () {
7905
7905
  }
7906
7906
  return val;
7907
7907
  };
7908
- /**
7909
- *
7910
- * utf8解码
7911
- * @returns {string} utf8解码后的字符串
7908
+ /**
7909
+ *
7910
+ * utf8解码
7911
+ * @returns {string} utf8解码后的字符串
7912
7912
  */
7913
7913
 
7914
7914
 
@@ -7937,10 +7937,10 @@ var plugin_CA_ExtInterface = function () {
7937
7937
  }
7938
7938
  return string;
7939
7939
  };
7940
- /**
7941
- *
7942
- * utf8编码
7943
- * @returns {string} utf8编码后的字符串
7940
+ /**
7941
+ *
7942
+ * utf8编码
7943
+ * @returns {string} utf8编码后的字符串
7944
7944
  */
7945
7945
 
7946
7946
 
@@ -28417,8 +28417,8 @@ form_src_main.install = function (Vue) {
28417
28417
  };
28418
28418
 
28419
28419
  /* harmony default export */ var packages_form = (form_src_main);
28420
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/main.vue?vue&type=template&id=5f0c32cd&
28421
- var mainvue_type_template_id_5f0c32cd_render = function () {
28420
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/main.vue?vue&type=template&id=8f765236&
28421
+ var mainvue_type_template_id_8f765236_render = function () {
28422
28422
  var _vm = this
28423
28423
  var _h = _vm.$createElement
28424
28424
  var _c = _vm._self._c || _h
@@ -28548,104 +28548,121 @@ var mainvue_type_template_id_5f0c32cd_render = function () {
28548
28548
  (_vm.formLabelPosition == "left"
28549
28549
  ? "form-left"
28550
28550
  : "form-right"),
28551
+ style: { flex: _vm.fullFlow ? "1" : "unset" },
28551
28552
  },
28552
28553
  [
28553
- _c(
28554
- "el-form",
28555
- {
28556
- ref: "form",
28557
- attrs: {
28558
- model: _vm.circulateForm,
28559
- "label-width": "120px",
28560
- "label-position": _vm.formLabelPosition,
28561
- },
28562
- },
28563
- [
28564
- _c(
28565
- "el-form-item",
28554
+ _vm.showCirculate
28555
+ ? _c(
28556
+ "el-form",
28566
28557
  {
28567
- staticStyle: { "margin-top": "20px" },
28568
- attrs: { prop: "nextNodeId", label: "下步节点" },
28558
+ ref: "form",
28559
+ attrs: {
28560
+ model: _vm.circulateForm,
28561
+ "label-width": "120px",
28562
+ "label-position": _vm.formLabelPosition,
28563
+ },
28569
28564
  },
28570
28565
  [
28571
- _vm.nextNodeCheckType == "select"
28572
- ? _c(
28573
- "el-select",
28574
- {
28575
- staticStyle: { width: "100% !important" },
28576
- attrs: { placeholder: "请选择下步节点" },
28577
- model: {
28578
- value: _vm.circulateForm.nextNodeId,
28579
- callback: function ($$v) {
28580
- _vm.$set(
28581
- _vm.circulateForm,
28582
- "nextNodeId",
28583
- $$v
28584
- )
28566
+ _c(
28567
+ "el-form-item",
28568
+ {
28569
+ staticStyle: { "margin-top": "20px" },
28570
+ attrs: {
28571
+ prop: "nextNodeId",
28572
+ label: "下步节点",
28573
+ },
28574
+ },
28575
+ [
28576
+ _vm.nextNodeCheckType == "select"
28577
+ ? _c(
28578
+ "el-select",
28579
+ {
28580
+ staticStyle: {
28581
+ width: "100% !important",
28582
+ },
28583
+ attrs: {
28584
+ placeholder: "请选择下步节点",
28585
+ },
28586
+ model: {
28587
+ value: _vm.circulateForm.nextNodeId,
28588
+ callback: function ($$v) {
28589
+ _vm.$set(
28590
+ _vm.circulateForm,
28591
+ "nextNodeId",
28592
+ $$v
28593
+ )
28594
+ },
28595
+ expression:
28596
+ "circulateForm.nextNodeId",
28597
+ },
28585
28598
  },
28586
- expression: "circulateForm.nextNodeId",
28587
- },
28588
- },
28589
- [
28590
- _c("el-option", {
28591
- attrs: { label: "传阅", value: "111" },
28592
- }),
28593
- ],
28594
- 1
28595
- )
28596
- : _vm.nextNodeCheckType == "radio"
28597
- ? _c("es-radio-group", {
28598
- attrs: {
28599
- data: [
28600
- { nodeId: "111", nodeName: "传阅" },
28601
- ],
28602
- "value-key": "nodeId",
28603
- "label-key": "nodeName",
28604
- },
28605
- model: {
28606
- value: _vm.circulateForm.nextNodeId,
28607
- callback: function ($$v) {
28608
- _vm.$set(
28609
- _vm.circulateForm,
28610
- "nextNodeId",
28611
- $$v
28612
- )
28613
- },
28614
- expression: "circulateForm.nextNodeId",
28615
- },
28616
- })
28617
- : _vm._e(),
28599
+ [
28600
+ _c("el-option", {
28601
+ attrs: {
28602
+ label: "传阅",
28603
+ value: "111",
28604
+ },
28605
+ }),
28606
+ ],
28607
+ 1
28608
+ )
28609
+ : _vm.nextNodeCheckType == "radio"
28610
+ ? _c("es-radio-group", {
28611
+ attrs: {
28612
+ data: [
28613
+ { nodeId: "111", nodeName: "传阅" },
28614
+ ],
28615
+ "value-key": "nodeId",
28616
+ "label-key": "nodeName",
28617
+ },
28618
+ model: {
28619
+ value: _vm.circulateForm.nextNodeId,
28620
+ callback: function ($$v) {
28621
+ _vm.$set(
28622
+ _vm.circulateForm,
28623
+ "nextNodeId",
28624
+ $$v
28625
+ )
28626
+ },
28627
+ expression:
28628
+ "circulateForm.nextNodeId",
28629
+ },
28630
+ })
28631
+ : _vm._e(),
28632
+ ],
28633
+ 1
28634
+ ),
28618
28635
  ],
28619
28636
  1
28620
- ),
28621
- ],
28622
- 1
28623
- ),
28624
- _c("circulate", {
28625
- ref: "circulate",
28626
- staticStyle: { "margin-top": "10px" },
28627
- attrs: {
28628
- businessId: _vm.businessIds,
28629
- "label-position": _vm.formLabelPosition,
28630
- showTooltip: _vm.showTooltip,
28631
- selectorParams: _vm.selectorParams,
28632
- "pending-id": _vm.pendingId,
28633
- showBtn: false,
28634
- formTitle: _vm.formTitle,
28635
- flowLabelConfig: _vm.flowLabelConfig,
28636
- hideMessage: _vm.hideMessage,
28637
- startFlowPageEmbeddedIntoStartFlowIndex:
28638
- _vm.startFlowPageEmbeddedIntoStartFlowIndex,
28639
- processDefinitionId: _vm.nodeInfo.nextNode,
28640
- simpleTips: _vm.simpleTips,
28641
- oldOption: _vm.value,
28642
- },
28643
- on: {
28644
- cancel: function ($event) {
28645
- _vm.closeProcess($event, "circulateVisible")
28646
- },
28647
- },
28648
- }),
28637
+ )
28638
+ : _vm._e(),
28639
+ _vm.showCirculate
28640
+ ? _c("circulate", {
28641
+ ref: "circulate",
28642
+ staticStyle: { "margin-top": "10px" },
28643
+ attrs: {
28644
+ businessId: _vm.businessIds,
28645
+ "label-position": _vm.formLabelPosition,
28646
+ showTooltip: _vm.showTooltip,
28647
+ selectorParams: _vm.selectorParams,
28648
+ "pending-id": _vm.pendingId,
28649
+ showBtn: false,
28650
+ formTitle: _vm.formTitle,
28651
+ flowLabelConfig: _vm.flowLabelConfig,
28652
+ hideMessage: _vm.hideMessage,
28653
+ startFlowPageEmbeddedIntoStartFlowIndex:
28654
+ _vm.startFlowPageEmbeddedIntoStartFlowIndex,
28655
+ processDefinitionId: _vm.nodeInfo.nextNode,
28656
+ simpleTips: _vm.simpleTips,
28657
+ oldOption: _vm.value,
28658
+ },
28659
+ on: {
28660
+ cancel: function ($event) {
28661
+ _vm.closeProcess($event, "circulateVisible")
28662
+ },
28663
+ },
28664
+ })
28665
+ : _vm._e(),
28649
28666
  ],
28650
28667
  1
28651
28668
  ),
@@ -29007,6 +29024,7 @@ var mainvue_type_template_id_5f0c32cd_render = function () {
29007
29024
  (_vm.formLabelPosition == "left"
29008
29025
  ? "form-left"
29009
29026
  : "form-right"),
29027
+ style: { flex: _vm.fullFlow ? "1" : "unset" },
29010
29028
  },
29011
29029
  [
29012
29030
  _c(
@@ -29035,11 +29053,7 @@ var mainvue_type_template_id_5f0c32cd_render = function () {
29035
29053
  prop: "nextNode",
29036
29054
  label: "选择流程",
29037
29055
  rules: [
29038
- {
29039
- required: true,
29040
- message: "请选择流程",
29041
- trigger: "blur",
29042
- },
29056
+ // { required: true, message: `请选择流程`, trigger: 'blur' }
29043
29057
  ],
29044
29058
  },
29045
29059
  },
@@ -31481,11 +31495,11 @@ var mainvue_type_template_id_5f0c32cd_render = function () {
31481
31495
  )
31482
31496
  : _vm._e()
31483
31497
  }
31484
- var mainvue_type_template_id_5f0c32cd_staticRenderFns = []
31485
- mainvue_type_template_id_5f0c32cd_render._withStripped = true
31498
+ var mainvue_type_template_id_8f765236_staticRenderFns = []
31499
+ mainvue_type_template_id_8f765236_render._withStripped = true
31486
31500
 
31487
31501
 
31488
- // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=5f0c32cd&
31502
+ // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=8f765236&
31489
31503
 
31490
31504
  // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/CommonOpinions.vue?vue&type=template&id=7b4f1542&
31491
31505
  var CommonOpinionsvue_type_template_id_7b4f1542_render = function () {
@@ -32340,21 +32354,21 @@ var CommonOpinionsvue_type_script_lang_js_components;
32340
32354
  return validSate;
32341
32355
  },
32342
32356
 
32343
- /**
32344
- * changeOpinion
32345
- * @desc:监听意见变化
32346
- * @author liufan
32347
- * @date 2022年10月28日
32357
+ /**
32358
+ * changeOpinion
32359
+ * @desc:监听意见变化
32360
+ * @author liufan
32361
+ * @date 2022年10月28日
32348
32362
  **/
32349
32363
  changeOpinion: function changeOpinion() {
32350
32364
  this.$emit('change', this.form.value);
32351
32365
  },
32352
32366
 
32353
- /**
32354
- * getCommonOpion
32355
- * @desc:获取意见
32356
- * @author liufan
32357
- * @date 2022年5月25日
32367
+ /**
32368
+ * getCommonOpion
32369
+ * @desc:获取意见
32370
+ * @author liufan
32371
+ * @date 2022年5月25日
32358
32372
  **/
32359
32373
  getCommonOpion: function getCommonOpion() {
32360
32374
  var _this = this;
@@ -32383,24 +32397,24 @@ var CommonOpinionsvue_type_script_lang_js_components;
32383
32397
  });
32384
32398
  },
32385
32399
 
32386
- /**
32387
- * upDate
32388
- * @desc:修改常用语
32389
- * @author liufan
32390
- * @param {Object} val 修改值
32391
- * @date 2022年5月25日
32400
+ /**
32401
+ * upDate
32402
+ * @desc:修改常用语
32403
+ * @author liufan
32404
+ * @param {Object} val 修改值
32405
+ * @date 2022年5月25日
32392
32406
  **/
32393
32407
  upDate: function upDate(val) {
32394
32408
  this.FormData.id = val.id;
32395
32409
  this.addVisible = true;
32396
32410
  },
32397
32411
 
32398
- /**
32399
- * selectChange
32400
- * @desc:常用语选择
32401
- * @author liufan
32402
- * @param {String} val 选中值
32403
- * @date 2022年5月25日
32412
+ /**
32413
+ * selectChange
32414
+ * @desc:常用语选择
32415
+ * @author liufan
32416
+ * @param {String} val 选中值
32417
+ * @date 2022年5月25日
32404
32418
  **/
32405
32419
  selectChange: function selectChange(val) {
32406
32420
  var _this2 = this;
@@ -32419,12 +32433,12 @@ var CommonOpinionsvue_type_script_lang_js_components;
32419
32433
  });
32420
32434
  },
32421
32435
 
32422
- /**
32423
- * del
32424
- * @desc:删除常用语
32425
- * @author liufan
32426
- * @param {Object} val 删除的数据
32427
- * @date 2022年5月25日
32436
+ /**
32437
+ * del
32438
+ * @desc:删除常用语
32439
+ * @author liufan
32440
+ * @param {Object} val 删除的数据
32441
+ * @date 2022年5月25日
32428
32442
  **/
32429
32443
  del: function del(val) {
32430
32444
  var _this3 = this;
@@ -32466,12 +32480,12 @@ var CommonOpinionsvue_type_script_lang_js_components;
32466
32480
  }).catch(function (e) {});
32467
32481
  },
32468
32482
 
32469
- /**
32470
- * submit
32471
- * @desc:新增/编辑意见保存
32472
- * @author liufan
32473
- * @param {Object} val 保存数据
32474
- * @date 2022年5月25日
32483
+ /**
32484
+ * submit
32485
+ * @desc:新增/编辑意见保存
32486
+ * @author liufan
32487
+ * @param {Object} val 保存数据
32488
+ * @date 2022年5月25日
32475
32489
  **/
32476
32490
  submit: function submit(val) {
32477
32491
  var _this4 = this;
@@ -36309,11 +36323,11 @@ var processFormvue_type_script_lang_js_components;
36309
36323
  });
36310
36324
  },
36311
36325
 
36312
- /**
36313
- * isMultiple
36314
- * @desc:是否多选
36315
- * @author liufan
36316
- * @date 2022年9月13日
36326
+ /**
36327
+ * isMultiple
36328
+ * @desc:是否多选
36329
+ * @author liufan
36330
+ * @date 2022年9月13日
36317
36331
  **/
36318
36332
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
36319
36333
  var multiple = false;
@@ -40551,11 +40565,11 @@ var resetvue_type_script_lang_js_components;
40551
40565
  });
40552
40566
  },
40553
40567
 
40554
- /**
40555
- * isMultiple
40556
- * @desc:是否多选
40557
- * @author liufan
40558
- * @date 2022年9月13日
40568
+ /**
40569
+ * isMultiple
40570
+ * @desc:是否多选
40571
+ * @author liufan
40572
+ * @date 2022年9月13日
40559
40573
  **/
40560
40574
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
40561
40575
  var multiple = false;
@@ -45203,11 +45217,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45203
45217
  });
45204
45218
  },
45205
45219
 
45206
- /**
45207
- * saveInfo
45208
- * @desc:暂存
45209
- * @author liufan
45210
- * @date 2022年9月9日
45220
+ /**
45221
+ * saveInfo
45222
+ * @desc:暂存
45223
+ * @author liufan
45224
+ * @date 2022年9月9日
45211
45225
  **/
45212
45226
  saveInfo: function saveInfo(type, btn) {
45213
45227
  var _this6 = this;
@@ -45269,11 +45283,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45269
45283
  });
45270
45284
  },
45271
45285
 
45272
- /**
45273
- * rejectBtn
45274
- * @desc:点击驳回
45275
- * @author liufan
45276
- * @date 2022年5月25日
45286
+ /**
45287
+ * rejectBtn
45288
+ * @desc:点击驳回
45289
+ * @author liufan
45290
+ * @date 2022年5月25日
45277
45291
  **/
45278
45292
  rejectBtn: function rejectBtn() {
45279
45293
  var _this8 = this;
@@ -45291,11 +45305,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45291
45305
  }
45292
45306
  },
45293
45307
 
45294
- /**
45295
- * taskReadBtn
45296
- * @desc:点击分阅
45297
- * @author liufan
45298
- * @date 2022年5月25日
45308
+ /**
45309
+ * taskReadBtn
45310
+ * @desc:点击分阅
45311
+ * @author liufan
45312
+ * @date 2022年5月25日
45299
45313
  **/
45300
45314
  taskReadBtn: function taskReadBtn() {
45301
45315
  var _this9 = this;
@@ -45314,11 +45328,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45314
45328
  }
45315
45329
  },
45316
45330
 
45317
- /**
45318
- * getFind
45319
- * @desc:获取通知方式
45320
- * @author liufan
45321
- * @date 2022年5月25日
45331
+ /**
45332
+ * getFind
45333
+ * @desc:获取通知方式
45334
+ * @author liufan
45335
+ * @date 2022年5月25日
45322
45336
  **/
45323
45337
  getFind: function getFind() {
45324
45338
  var _this10 = this;
@@ -45374,12 +45388,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45374
45388
  });
45375
45389
  },
45376
45390
 
45377
- /**
45378
- * endFlows
45379
- * @desc:直接办结
45380
- * @author liufan
45381
- * @param {Object} res 直接办结数据
45382
- * @date 2022年5月25日
45391
+ /**
45392
+ * endFlows
45393
+ * @desc:直接办结
45394
+ * @author liufan
45395
+ * @param {Object} res 直接办结数据
45396
+ * @date 2022年5月25日
45383
45397
  **/
45384
45398
  endFlows: function endFlows(res) {
45385
45399
  var _this12 = this;
@@ -45433,12 +45447,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45433
45447
  }).catch(function (e) {});
45434
45448
  },
45435
45449
 
45436
- /**
45437
- * goView
45438
- * @desc:更多流程按钮操作
45439
- * @author liufan
45440
- * @param {Object} res 当前点击操作按钮数据
45441
- * @date 2022年5月25日
45450
+ /**
45451
+ * goView
45452
+ * @desc:更多流程按钮操作
45453
+ * @author liufan
45454
+ * @param {Object} res 当前点击操作按钮数据
45455
+ * @date 2022年5月25日
45442
45456
  **/
45443
45457
  goView: function goView(res) {
45444
45458
  // 驳回并办结:rejectAndEndHtml
@@ -45523,11 +45537,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45523
45537
  // isCanStartSubFlow
45524
45538
  },
45525
45539
 
45526
- /**
45527
- * toTakeAdvice
45528
- * @desc:征求意见
45529
- * @author liufan
45530
- * @date 2022年9月29日
45540
+ /**
45541
+ * toTakeAdvice
45542
+ * @desc:征求意见
45543
+ * @author liufan
45544
+ * @date 2022年9月29日
45531
45545
  **/
45532
45546
  toTakeAdvice: function toTakeAdvice(res) {
45533
45547
  var _this14 = this;
@@ -45571,11 +45585,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45571
45585
  });
45572
45586
  },
45573
45587
 
45574
- /**
45575
- * toStartDraf
45576
- * @desc: 稿件递送、联合审核、复核
45577
- * @author liufan
45578
- * @date 2022年9月29日
45588
+ /**
45589
+ * toStartDraf
45590
+ * @desc: 稿件递送、联合审核、复核
45591
+ * @author liufan
45592
+ * @date 2022年9月29日
45579
45593
  **/
45580
45594
  toStartDraf: function toStartDraf(res) {
45581
45595
  var _this16 = this;
@@ -45589,11 +45603,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45589
45603
  }
45590
45604
  },
45591
45605
 
45592
- /**
45593
- * toSendMsg
45594
- * @desc:核稿通知
45595
- * @author liufan
45596
- * @date 2022年9月29日
45606
+ /**
45607
+ * toSendMsg
45608
+ * @desc:核稿通知
45609
+ * @author liufan
45610
+ * @date 2022年9月29日
45597
45611
  **/
45598
45612
  toSendMsg: function toSendMsg(res) {
45599
45613
  var _this17 = this;
@@ -45607,11 +45621,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45607
45621
  }
45608
45622
  },
45609
45623
 
45610
- /**
45611
- * toTaskReadAndEnd
45612
- * @desc:分阅并办结
45613
- * @author liufan
45614
- * @date 2022年9月29日
45624
+ /**
45625
+ * toTaskReadAndEnd
45626
+ * @desc:分阅并办结
45627
+ * @author liufan
45628
+ * @date 2022年9月29日
45615
45629
  **/
45616
45630
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
45617
45631
  var _this18 = this;
@@ -45629,11 +45643,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45629
45643
  }
45630
45644
  },
45631
45645
 
45632
- /**
45633
- * rejectAndEnd
45634
- * @desc:驳回并办结
45635
- * @author liufan
45636
- * @date 2022年9月29日
45646
+ /**
45647
+ * rejectAndEnd
45648
+ * @desc:驳回并办结
45649
+ * @author liufan
45650
+ * @date 2022年9月29日
45637
45651
  **/
45638
45652
  rejectAndEnd: function rejectAndEnd(res) {
45639
45653
  var _this19 = this;
@@ -45688,11 +45702,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45688
45702
  });
45689
45703
  },
45690
45704
 
45691
- /**
45692
- * toTransfer
45693
- * @desc:转办
45694
- * @author liufan
45695
- * @date 2022年9月29日
45705
+ /**
45706
+ * toTransfer
45707
+ * @desc:转办
45708
+ * @author liufan
45709
+ * @date 2022年9月29日
45696
45710
  **/
45697
45711
  toTransfer: function toTransfer(res) {
45698
45712
  var _this21 = this;
@@ -45708,11 +45722,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45708
45722
  }
45709
45723
  },
45710
45724
 
45711
- /**
45712
- * getNodeInfo
45713
- * @desc:获取节点信息
45714
- * @author liufan
45715
- * @date 2022年5月25日
45725
+ /**
45726
+ * getNodeInfo
45727
+ * @desc:获取节点信息
45728
+ * @author liufan
45729
+ * @date 2022年5月25日
45716
45730
  **/
45717
45731
  getNodeInfo: function getNodeInfo() {
45718
45732
  var _this22 = this;
@@ -45811,12 +45825,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45811
45825
  });
45812
45826
  },
45813
45827
 
45814
- /**
45815
- * selecNext
45816
- * @desc:下步节点变化时更新数据
45817
- * @author liufan
45818
- * @param {String} val 当前选中值
45819
- * @date 2022年5月25日
45828
+ /**
45829
+ * selecNext
45830
+ * @desc:下步节点变化时更新数据
45831
+ * @author liufan
45832
+ * @param {String} val 当前选中值
45833
+ * @date 2022年5月25日
45820
45834
  **/
45821
45835
  selecNext: function selecNext(val, type, isDef) {
45822
45836
  var _this23 = this;
@@ -45925,11 +45939,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45925
45939
  if (isDef !== true) this.getNodeInfo();
45926
45940
  },
45927
45941
 
45928
- /**
45929
- * isMultiple
45930
- * @desc:是否多选
45931
- * @author liufan
45932
- * @date 2022年9月13日
45942
+ /**
45943
+ * isMultiple
45944
+ * @desc:是否多选
45945
+ * @author liufan
45946
+ * @date 2022年9月13日
45933
45947
  **/
45934
45948
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
45935
45949
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -45961,11 +45975,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45961
45975
  }
45962
45976
  },
45963
45977
 
45964
- /**
45965
- * getHedInfo
45966
- * @desc:获取审核页面数据
45967
- * @author liufan
45968
- * @date 2022年5月25日
45978
+ /**
45979
+ * getHedInfo
45980
+ * @desc:获取审核页面数据
45981
+ * @author liufan
45982
+ * @date 2022年5月25日
45969
45983
  **/
45970
45984
  getHedInfo: function getHedInfo() {
45971
45985
  var _this24 = this;
@@ -46201,13 +46215,13 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
46201
46215
  });
46202
46216
  },
46203
46217
 
46204
- /**
46205
- * closeProcess
46206
- * @desc:关闭弹窗
46207
- * @author liufan
46208
- * @param {boolean} val 当前是否办理流程
46209
- * @param {String} type 当前点击的弹窗类型
46210
- * @date 2022年5月25日
46218
+ /**
46219
+ * closeProcess
46220
+ * @desc:关闭弹窗
46221
+ * @author liufan
46222
+ * @param {boolean} val 当前是否办理流程
46223
+ * @param {String} type 当前点击的弹窗类型
46224
+ * @date 2022年5月25日
46211
46225
  **/
46212
46226
  closeProcess: function closeProcess(val, type, closeParent) {
46213
46227
  if (closeParent) {
@@ -46224,23 +46238,23 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
46224
46238
  }
46225
46239
  },
46226
46240
 
46227
- /**
46228
- * selectChange
46229
- * @desc:常用语选择
46230
- * @author liufan
46231
- * @param {String} val 选中值
46232
- * @date 2022年5月25日
46241
+ /**
46242
+ * selectChange
46243
+ * @desc:常用语选择
46244
+ * @author liufan
46245
+ * @param {String} val 选中值
46246
+ * @date 2022年5月25日
46233
46247
  **/
46234
46248
  selectChange: function selectChange(val) {
46235
46249
  this.value = val;
46236
46250
  },
46237
46251
 
46238
- /**
46239
- * upDate
46240
- * @desc:修改常用语
46241
- * @author liufan
46242
- * @param {Object} val 修改值
46243
- * @date 2022年5月25日
46252
+ /**
46253
+ * upDate
46254
+ * @desc:修改常用语
46255
+ * @author liufan
46256
+ * @param {Object} val 修改值
46257
+ * @date 2022年5月25日
46244
46258
  **/
46245
46259
  upDate: function upDate(val) {
46246
46260
  this.FormData.id = val.id;
@@ -46248,11 +46262,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
46248
46262
  },
46249
46263
 
46250
46264
 
46251
- /**
46252
- * getProcess
46253
- * @desc:获取选择流程
46254
- * @author liufan
46255
- * @date 2022年5月25日
46265
+ /**
46266
+ * getProcess
46267
+ * @desc:获取选择流程
46268
+ * @author liufan
46269
+ * @date 2022年5月25日
46256
46270
  **/
46257
46271
  getProcess: function getProcess() {
46258
46272
  var _this25 = this;
@@ -46306,11 +46320,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
46306
46320
  });
46307
46321
  },
46308
46322
 
46309
- /**
46310
- * getPendedhistoryList
46311
- * @desc:获取流程列表
46312
- * @author liufan
46313
- * @date 2022年5月25日
46323
+ /**
46324
+ * getPendedhistoryList
46325
+ * @desc:获取流程列表
46326
+ * @author liufan
46327
+ * @date 2022年5月25日
46314
46328
  **/
46315
46329
  getPendedhistoryList: function getPendedhistoryList() {
46316
46330
  var _this26 = this;
@@ -46342,12 +46356,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
46342
46356
  },
46343
46357
 
46344
46358
  // 提交流程
46345
- /**
46346
- * subProcess
46347
- * @desc:提交流程
46348
- * @author liufan
46349
- * @param {String} formName 当前form表单ref值
46350
- * @date 2022年5月25日
46359
+ /**
46360
+ * subProcess
46361
+ * @desc:提交流程
46362
+ * @author liufan
46363
+ * @param {String} formName 当前form表单ref值
46364
+ * @date 2022年5月25日
46351
46365
  **/
46352
46366
  subProcess: function subProcess(val) {
46353
46367
  var _this27 = this;
@@ -46979,8 +46993,8 @@ var supervise_component = normalizeComponent(
46979
46993
  )
46980
46994
 
46981
46995
  /* harmony default export */ var supervise = (supervise_component.exports);
46982
- // 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=535aafac&
46983
- var Circulatevue_type_template_id_535aafac_render = function () {
46996
+ // 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=6d27b4d0&
46997
+ var Circulatevue_type_template_id_6d27b4d0_render = function () {
46984
46998
  var _vm = this
46985
46999
  var _h = _vm.$createElement
46986
47000
  var _c = _vm._self._c || _h
@@ -47168,11 +47182,11 @@ var Circulatevue_type_template_id_535aafac_render = function () {
47168
47182
  1
47169
47183
  )
47170
47184
  }
47171
- var Circulatevue_type_template_id_535aafac_staticRenderFns = []
47172
- Circulatevue_type_template_id_535aafac_render._withStripped = true
47185
+ var Circulatevue_type_template_id_6d27b4d0_staticRenderFns = []
47186
+ Circulatevue_type_template_id_6d27b4d0_render._withStripped = true
47173
47187
 
47174
47188
 
47175
- // CONCATENATED MODULE: ./packages/flow/src/component/Circulate.vue?vue&type=template&id=535aafac&
47189
+ // CONCATENATED MODULE: ./packages/flow/src/component/Circulate.vue?vue&type=template&id=6d27b4d0&
47176
47190
 
47177
47191
  // 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&
47178
47192
  var Circulatevue_type_script_lang_js_components;
@@ -47314,6 +47328,7 @@ var Circulatevue_type_script_lang_js_components;
47314
47328
  nextOtherOrgObj: [],
47315
47329
  nextCurrentOrgObj: [],
47316
47330
  noticeType: [],
47331
+ noticeList: [],
47317
47332
  noticeInfo: '',
47318
47333
  opinion: ''
47319
47334
  },
@@ -47592,8 +47607,8 @@ var Circulatevue_type_script_lang_js_components;
47592
47607
 
47593
47608
  var Circulate_component = normalizeComponent(
47594
47609
  component_Circulatevue_type_script_lang_js_,
47595
- Circulatevue_type_template_id_535aafac_render,
47596
- Circulatevue_type_template_id_535aafac_staticRenderFns,
47610
+ Circulatevue_type_template_id_6d27b4d0_render,
47611
+ Circulatevue_type_template_id_6d27b4d0_staticRenderFns,
47597
47612
  false,
47598
47613
  null,
47599
47614
  null,
@@ -49397,6 +49412,9 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
49397
49412
  //
49398
49413
  //
49399
49414
  //
49415
+ //
49416
+ //
49417
+ //
49400
49418
 
49401
49419
 
49402
49420
 
@@ -50317,11 +50335,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50317
50335
  });
50318
50336
  },
50319
50337
 
50320
- /**
50321
- * saveInfo
50322
- * @desc:暂存
50323
- * @author liufan
50324
- * @date 2022年9月9日
50338
+ /**
50339
+ * saveInfo
50340
+ * @desc:暂存
50341
+ * @author liufan
50342
+ * @date 2022年9月9日
50325
50343
  **/
50326
50344
  saveInfo: function saveInfo(type, btn) {
50327
50345
  var _this14 = this;
@@ -50383,11 +50401,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50383
50401
  });
50384
50402
  },
50385
50403
 
50386
- /**
50387
- * rejectBtn
50388
- * @desc:点击驳回
50389
- * @author liufan
50390
- * @date 2022年5月25日
50404
+ /**
50405
+ * rejectBtn
50406
+ * @desc:点击驳回
50407
+ * @author liufan
50408
+ * @date 2022年5月25日
50391
50409
  **/
50392
50410
  rejectBtn: function rejectBtn() {
50393
50411
  var _this16 = this;
@@ -50405,11 +50423,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50405
50423
  }
50406
50424
  },
50407
50425
 
50408
- /**
50409
- * taskReadBtn
50410
- * @desc:点击分阅
50411
- * @author liufan
50412
- * @date 2022年5月25日
50426
+ /**
50427
+ * taskReadBtn
50428
+ * @desc:点击分阅
50429
+ * @author liufan
50430
+ * @date 2022年5月25日
50413
50431
  **/
50414
50432
  taskReadBtn: function taskReadBtn() {
50415
50433
  var _this17 = this;
@@ -50428,11 +50446,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50428
50446
  }
50429
50447
  },
50430
50448
 
50431
- /**
50432
- * getFind
50433
- * @desc:获取通知方式
50434
- * @author liufan
50435
- * @date 2022年5月25日
50449
+ /**
50450
+ * getFind
50451
+ * @desc:获取通知方式
50452
+ * @author liufan
50453
+ * @date 2022年5月25日
50436
50454
  **/
50437
50455
  getFind: function getFind() {
50438
50456
  var _this18 = this;
@@ -50499,12 +50517,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50499
50517
  });
50500
50518
  },
50501
50519
 
50502
- /**
50503
- * endFlows
50504
- * @desc:直接办结
50505
- * @author liufan
50506
- * @param {Object} res 直接办结数据
50507
- * @date 2022年5月25日
50520
+ /**
50521
+ * endFlows
50522
+ * @desc:直接办结
50523
+ * @author liufan
50524
+ * @param {Object} res 直接办结数据
50525
+ * @date 2022年5月25日
50508
50526
  **/
50509
50527
  endFlows: function endFlows(res) {
50510
50528
  var _this20 = this;
@@ -50559,12 +50577,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50559
50577
  }).catch(function (e) {});
50560
50578
  },
50561
50579
 
50562
- /**
50563
- * goView
50564
- * @desc:更多流程按钮操作
50565
- * @author liufan
50566
- * @param {Object} res 当前点击操作按钮数据
50567
- * @date 2022年5月25日
50580
+ /**
50581
+ * goView
50582
+ * @desc:更多流程按钮操作
50583
+ * @author liufan
50584
+ * @param {Object} res 当前点击操作按钮数据
50585
+ * @date 2022年5月25日
50568
50586
  **/
50569
50587
  goView: function goView(res) {
50570
50588
  // 驳回并办结:rejectAndEndHtml
@@ -50651,11 +50669,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50651
50669
  // isCanStartSubFlow
50652
50670
  },
50653
50671
 
50654
- /**
50655
- * toTakeAdvice
50656
- * @desc:征求意见
50657
- * @author liufan
50658
- * @date 2022年9月29日
50672
+ /**
50673
+ * toTakeAdvice
50674
+ * @desc:征求意见
50675
+ * @author liufan
50676
+ * @date 2022年9月29日
50659
50677
  **/
50660
50678
  toTakeAdvice: function toTakeAdvice(res) {
50661
50679
  var _this22 = this;
@@ -50699,11 +50717,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50699
50717
  });
50700
50718
  },
50701
50719
 
50702
- /**
50703
- * toStartDraf
50704
- * @desc: 稿件递送、联合审核、复核
50705
- * @author liufan
50706
- * @date 2022年9月29日
50720
+ /**
50721
+ * toStartDraf
50722
+ * @desc: 稿件递送、联合审核、复核
50723
+ * @author liufan
50724
+ * @date 2022年9月29日
50707
50725
  **/
50708
50726
  toStartDraf: function toStartDraf(res) {
50709
50727
  var _this24 = this;
@@ -50717,11 +50735,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50717
50735
  }
50718
50736
  },
50719
50737
 
50720
- /**
50721
- * toSendMsg
50722
- * @desc:核稿通知
50723
- * @author liufan
50724
- * @date 2022年9月29日
50738
+ /**
50739
+ * toSendMsg
50740
+ * @desc:核稿通知
50741
+ * @author liufan
50742
+ * @date 2022年9月29日
50725
50743
  **/
50726
50744
  toSendMsg: function toSendMsg(res) {
50727
50745
  var _this25 = this;
@@ -50735,11 +50753,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50735
50753
  }
50736
50754
  },
50737
50755
 
50738
- /**
50739
- * toTaskReadAndEnd
50740
- * @desc:分阅并办结
50741
- * @author liufan
50742
- * @date 2022年9月29日
50756
+ /**
50757
+ * toTaskReadAndEnd
50758
+ * @desc:分阅并办结
50759
+ * @author liufan
50760
+ * @date 2022年9月29日
50743
50761
  **/
50744
50762
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
50745
50763
  var _this26 = this;
@@ -50757,11 +50775,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50757
50775
  }
50758
50776
  },
50759
50777
 
50760
- /**
50761
- * rejectAndEnd
50762
- * @desc:驳回并办结
50763
- * @author liufan
50764
- * @date 2022年9月29日
50778
+ /**
50779
+ * rejectAndEnd
50780
+ * @desc:驳回并办结
50781
+ * @author liufan
50782
+ * @date 2022年9月29日
50765
50783
  **/
50766
50784
  rejectAndEnd: function rejectAndEnd(res) {
50767
50785
  var _this27 = this;
@@ -50817,11 +50835,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50817
50835
  });
50818
50836
  },
50819
50837
 
50820
- /**
50821
- * toTransfer
50822
- * @desc:转办
50823
- * @author liufan
50824
- * @date 2022年9月29日
50838
+ /**
50839
+ * toTransfer
50840
+ * @desc:转办
50841
+ * @author liufan
50842
+ * @date 2022年9月29日
50825
50843
  **/
50826
50844
  toTransfer: function toTransfer(res) {
50827
50845
  var _this29 = this;
@@ -50840,11 +50858,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50840
50858
  this.nextNode.customLimitTime = val;
50841
50859
  },
50842
50860
 
50843
- /**
50844
- * getNodeInfo
50845
- * @desc:获取节点信息
50846
- * @author liufan
50847
- * @date 2022年5月25日
50861
+ /**
50862
+ * getNodeInfo
50863
+ * @desc:获取节点信息
50864
+ * @author liufan
50865
+ * @date 2022年5月25日
50848
50866
  **/
50849
50867
  getNodeInfo: function getNodeInfo() {
50850
50868
  var _this30 = this;
@@ -50955,12 +50973,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50955
50973
  });
50956
50974
  },
50957
50975
 
50958
- /**
50959
- * selecNext
50960
- * @desc:下步节点变化时更新数据
50961
- * @author liufan
50962
- * @param {String} val 当前选中值
50963
- * @date 2022年5月25日
50976
+ /**
50977
+ * selecNext
50978
+ * @desc:下步节点变化时更新数据
50979
+ * @author liufan
50980
+ * @param {String} val 当前选中值
50981
+ * @date 2022年5月25日
50964
50982
  **/
50965
50983
  selecNext: function selecNext(val, type, isDef) {
50966
50984
  var _this31 = this;
@@ -51100,11 +51118,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51100
51118
  }
51101
51119
  },
51102
51120
 
51103
- /**
51104
- * isMultiple
51105
- * @desc:是否多选
51106
- * @author liufan
51107
- * @date 2022年9月13日
51121
+ /**
51122
+ * isMultiple
51123
+ * @desc:是否多选
51124
+ * @author liufan
51125
+ * @date 2022年9月13日
51108
51126
  **/
51109
51127
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
51110
51128
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -51136,11 +51154,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51136
51154
  }
51137
51155
  },
51138
51156
 
51139
- /**
51140
- * getHedInfo
51141
- * @desc:获取审核页面数据
51142
- * @author liufan
51143
- * @date 2022年5月25日
51157
+ /**
51158
+ * getHedInfo
51159
+ * @desc:获取审核页面数据
51160
+ * @author liufan
51161
+ * @date 2022年5月25日
51144
51162
  **/
51145
51163
  getHedInfo: function getHedInfo() {
51146
51164
  var _this32 = this;
@@ -51282,10 +51300,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51282
51300
  if (!_this32.isFlow) _this32.getFile(_this32.pendingId, attachedCode);
51283
51301
  if (nextNodeList && nextNodeList.length != 0) {
51284
51302
  _this32.nextNodeList = nextNodeList;
51285
- if (nextNodeList[0].nodeType === 'endEvent') {
51286
- _this32.isNextUser = nextNodeList[0].nodeType != 'endEvent';
51287
- nextNodeList[0].nodeType === 'endEvent' ? _this32.endFlow = true : '';
51288
- }
51303
+ // if (nextNodeList[0].nodeType === 'endEvent') {
51304
+ // this.isNextUser = nextNodeList[0].nodeType != 'endEvent';
51305
+ // nextNodeList[0].nodeType === 'endEvent'
51306
+ // ? (this.endFlow = true)
51307
+ // : '';
51308
+ // }
51289
51309
  }
51290
51310
 
51291
51311
  if (canRemoveSignUserList && canRemoveSignUserList.length != 0) _this32.removeUsers = canRemoveSignUserList;
@@ -51456,13 +51476,13 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51456
51476
  });
51457
51477
  },
51458
51478
 
51459
- /**
51460
- * closeProcess
51461
- * @desc:关闭弹窗
51462
- * @author liufan
51463
- * @param {boolean} val 当前是否办理流程
51464
- * @param {String} type 当前点击的弹窗类型
51465
- * @date 2022年5月25日
51479
+ /**
51480
+ * closeProcess
51481
+ * @desc:关闭弹窗
51482
+ * @author liufan
51483
+ * @param {boolean} val 当前是否办理流程
51484
+ * @param {String} type 当前点击的弹窗类型
51485
+ * @date 2022年5月25日
51466
51486
  **/
51467
51487
  closeProcess: function closeProcess(val, type, closeParent) {
51468
51488
  if (this.closeParent && !this.startFlowPageEmbeddedIntoStartFlowIndex) {
@@ -51482,23 +51502,23 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51482
51502
  }
51483
51503
  },
51484
51504
 
51485
- /**
51486
- * selectChange
51487
- * @desc:常用语选择
51488
- * @author liufan
51489
- * @param {String} val 选中值
51490
- * @date 2022年5月25日
51505
+ /**
51506
+ * selectChange
51507
+ * @desc:常用语选择
51508
+ * @author liufan
51509
+ * @param {String} val 选中值
51510
+ * @date 2022年5月25日
51491
51511
  **/
51492
51512
  selectChange: function selectChange(val) {
51493
51513
  this.value = val;
51494
51514
  },
51495
51515
 
51496
- /**
51497
- * upDate
51498
- * @desc:修改常用语
51499
- * @author liufan
51500
- * @param {Object} val 修改值
51501
- * @date 2022年5月25日
51516
+ /**
51517
+ * upDate
51518
+ * @desc:修改常用语
51519
+ * @author liufan
51520
+ * @param {Object} val 修改值
51521
+ * @date 2022年5月25日
51502
51522
  **/
51503
51523
  upDate: function upDate(val) {
51504
51524
  this.FormData.id = val.id;
@@ -51506,11 +51526,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51506
51526
  },
51507
51527
 
51508
51528
 
51509
- /**
51510
- * getProcess
51511
- * @desc:获取选择流程
51512
- * @author liufan
51513
- * @date 2022年5月25日
51529
+ /**
51530
+ * getProcess
51531
+ * @desc:获取选择流程
51532
+ * @author liufan
51533
+ * @date 2022年5月25日
51514
51534
  **/
51515
51535
  getProcess: function getProcess(val) {
51516
51536
  var _this33 = this;
@@ -51570,11 +51590,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51570
51590
  });
51571
51591
  },
51572
51592
 
51573
- /**
51574
- * getPendedhistoryList
51575
- * @desc:获取流程列表
51576
- * @author liufan
51577
- * @date 2022年5月25日
51593
+ /**
51594
+ * getPendedhistoryList
51595
+ * @desc:获取流程列表
51596
+ * @author liufan
51597
+ * @date 2022年5月25日
51578
51598
  **/
51579
51599
  getPendedhistoryList: function getPendedhistoryList() {
51580
51600
  var _this34 = this;
@@ -51645,12 +51665,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51645
51665
  beforeSubProcess: function beforeSubProcess() {},
51646
51666
 
51647
51667
  // 提交流程
51648
- /**
51649
- * subProcess
51650
- * @desc:提交流程
51651
- * @author liufan
51652
- * @param {String} formName 当前form表单ref值
51653
- * @date 2022年5月25日
51668
+ /**
51669
+ * subProcess
51670
+ * @desc:提交流程
51671
+ * @author liufan
51672
+ * @param {String} formName 当前form表单ref值
51673
+ * @date 2022年5月25日
51654
51674
  **/
51655
51675
  subProcess: function subProcess(val, type) {
51656
51676
  var _this36 = this;
@@ -51761,6 +51781,10 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51761
51781
  sendData: function sendData(freetype) {
51762
51782
  var _this38 = this;
51763
51783
 
51784
+ if (this.isFlow && !this.nodeInfo.nextNode) {
51785
+ this.$message.warning('请选择流程');
51786
+ return;
51787
+ }
51764
51788
  if (this.isFlow && this.nodeInfo.nextNode && this.startFlowPageEmbeddedIntoStartFlowIndex) {
51765
51789
  if (this.directCreateCircularReadWhenFlowStarted) {
51766
51790
  this.$refs.flowCirculate.subMit();
@@ -52129,8 +52153,8 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
52129
52153
 
52130
52154
  var flow_src_main_component = normalizeComponent(
52131
52155
  packages_flow_src_mainvue_type_script_lang_js_,
52132
- mainvue_type_template_id_5f0c32cd_render,
52133
- mainvue_type_template_id_5f0c32cd_staticRenderFns,
52156
+ mainvue_type_template_id_8f765236_render,
52157
+ mainvue_type_template_id_8f765236_staticRenderFns,
52134
52158
  false,
52135
52159
  null,
52136
52160
  null,
@@ -55963,11 +55987,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
55963
55987
 
55964
55988
 
55965
55989
  methods: {
55966
- /**
55967
- * handleBatchDelete
55968
- * @desc:批量删除
55969
- * @author liufan
55970
- * @date 2025年12月31日
55990
+ /**
55991
+ * handleBatchDelete
55992
+ * @desc:批量删除
55993
+ * @author liufan
55994
+ * @date 2025年12月31日
55971
55995
  **/
55972
55996
  handleBatchDelete: function handleBatchDelete() {
55973
55997
  var _this6 = this;
@@ -56264,12 +56288,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56264
56288
  }
56265
56289
  },
56266
56290
 
56267
- /**
56268
- * handleFormSubmit
56269
- * @desc:删除节点点击事件
56270
- * @param {Object} formData 点击删除的form数据
56271
- * @author liufan
56272
- * @date 2022年11月29日
56291
+ /**
56292
+ * handleFormSubmit
56293
+ * @desc:删除节点点击事件
56294
+ * @param {Object} formData 点击删除的form数据
56295
+ * @author liufan
56296
+ * @date 2022年11月29日
56273
56297
  **/
56274
56298
  handleFormSubmit: function handleFormSubmit(formData) {
56275
56299
  var _this12 = this;
@@ -56305,12 +56329,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56305
56329
  });
56306
56330
  },
56307
56331
 
56308
- /**
56309
- * del
56310
- * @desc:展示删除弹窗
56311
- * @param {String} id 当前点击数据id
56312
- * @author liufan
56313
- * @date 2022年11月29日
56332
+ /**
56333
+ * del
56334
+ * @desc:展示删除弹窗
56335
+ * @param {String} id 当前点击数据id
56336
+ * @author liufan
56337
+ * @date 2022年11月29日
56314
56338
  **/
56315
56339
  del: function del(id, type) {
56316
56340
  this.modalType = type;
@@ -56318,12 +56342,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56318
56342
  this.showDel = true;
56319
56343
  },
56320
56344
 
56321
- /**
56322
- * handleCurrentChange
56323
- * @desc:监听页码变化
56324
- * @param {String} val 当前页
56325
- * @author liufan
56326
- * @date 2022年11月29日
56345
+ /**
56346
+ * handleCurrentChange
56347
+ * @desc:监听页码变化
56348
+ * @param {String} val 当前页
56349
+ * @author liufan
56350
+ * @date 2022年11月29日
56327
56351
  **/
56328
56352
  handleCurrentChange: function handleCurrentChange(val, type) {
56329
56353
  this.currentPage = val;
@@ -56332,12 +56356,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56332
56356
  }
56333
56357
  },
56334
56358
 
56335
- /**
56336
- * handleSizeChange
56337
- * @desc:监听每页数据显示数量变化
56338
- * @param {String} val 每页展示数量
56339
- * @author liufan
56340
- * @date 2022年11月29日
56359
+ /**
56360
+ * handleSizeChange
56361
+ * @desc:监听每页数据显示数量变化
56362
+ * @param {String} val 每页展示数量
56363
+ * @author liufan
56364
+ * @date 2022年11月29日
56341
56365
  **/
56342
56366
  handleSizeChange: function handleSizeChange(val) {
56343
56367
  this.pageSize = val;
@@ -56346,12 +56370,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56346
56370
  }
56347
56371
  },
56348
56372
 
56349
- /**
56350
- * sortChange
56351
- * @desc:监听排序变化
56352
- * @param {Object} info 需要排序的字段及排序方式
56353
- * @author liufan
56354
- * @date 2022年11月29日
56373
+ /**
56374
+ * sortChange
56375
+ * @desc:监听排序变化
56376
+ * @param {Object} info 需要排序的字段及排序方式
56377
+ * @author liufan
56378
+ * @date 2022年11月29日
56355
56379
  **/
56356
56380
  sortChange: function sortChange(info, type) {
56357
56381
  var prop = info.prop;
@@ -56367,11 +56391,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56367
56391
  }
56368
56392
  },
56369
56393
 
56370
- /**
56371
- * getDeletList
56372
- * @desc:删除列表数据
56373
- * @author liufan
56374
- * @date 2025年12月30日
56394
+ /**
56395
+ * getDeletList
56396
+ * @desc:删除列表数据
56397
+ * @author liufan
56398
+ * @date 2025年12月30日
56375
56399
  **/
56376
56400
  getDeletList: function getDeletList() {
56377
56401
  var _this13 = this;
@@ -56400,11 +56424,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56400
56424
  });
56401
56425
  },
56402
56426
 
56403
- /**
56404
- * getResetList
56405
- * @desc:重设列表数据
56406
- * @author liufan
56407
- * @date 2025年12月30日
56427
+ /**
56428
+ * getResetList
56429
+ * @desc:重设列表数据
56430
+ * @author liufan
56431
+ * @date 2025年12月30日
56408
56432
  **/
56409
56433
  getResetList: function getResetList() {
56410
56434
  var _this14 = this;
@@ -56434,11 +56458,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56434
56458
  });
56435
56459
  },
56436
56460
 
56437
- /**
56438
- * getPressList
56439
- * @desc:催办列表数据
56440
- * @author liufan
56441
- * @date 2022年11月29日
56461
+ /**
56462
+ * getPressList
56463
+ * @desc:催办列表数据
56464
+ * @author liufan
56465
+ * @date 2022年11月29日
56442
56466
  **/
56443
56467
  getPressList: function getPressList() {
56444
56468
  var _this15 = this;
@@ -56468,12 +56492,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56468
56492
  });
56469
56493
  },
56470
56494
 
56471
- /**
56472
- * goPress
56473
- * @desc:催办列表查看
56474
- * @param {String} id 催办列表id
56475
- * @author liufan
56476
- * @date 2022年11月29日
56495
+ /**
56496
+ * goPress
56497
+ * @desc:催办列表查看
56498
+ * @param {String} id 催办列表id
56499
+ * @author liufan
56500
+ * @date 2022年11月29日
56477
56501
  **/
56478
56502
  goPress: function goPress(id) {
56479
56503
  this.historyId = id;
@@ -56481,23 +56505,23 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56481
56505
  this.getPressList();
56482
56506
  },
56483
56507
 
56484
- /**
56485
- * showFile
56486
- * @desc:附件查看
56487
- * @param {String} ownId 附件id
56488
- * @author liufan
56489
- * @date 2022年11月29日
56508
+ /**
56509
+ * showFile
56510
+ * @desc:附件查看
56511
+ * @param {String} ownId 附件id
56512
+ * @author liufan
56513
+ * @date 2022年11月29日
56490
56514
  **/
56491
56515
  showFile: function showFile(ownId) {
56492
56516
  this.wfpendingid = ownId;
56493
56517
  this.showFileList = true;
56494
56518
  },
56495
56519
 
56496
- /**
56497
- * handleChange
56498
- * @desc:切换排序方式
56499
- * @author liufan
56500
- * @date 2022年11月22日
56520
+ /**
56521
+ * handleChange
56522
+ * @desc:切换排序方式
56523
+ * @author liufan
56524
+ * @date 2022年11月22日
56501
56525
  **/
56502
56526
  handleChange: function handleChange(key, value) {
56503
56527
  if (value) {
@@ -56547,11 +56571,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56547
56571
  }))();
56548
56572
  },
56549
56573
 
56550
- /**
56551
- * getFlowList
56552
- * @desc:获取流程列表
56553
- * @author liufan
56554
- * @date 2022年11月22日
56574
+ /**
56575
+ * getFlowList
56576
+ * @desc:获取流程列表
56577
+ * @author liufan
56578
+ * @date 2022年11月22日
56555
56579
  **/
56556
56580
  getFlowList: function getFlowList(type) {
56557
56581
  var _this17 = this;
@@ -56631,12 +56655,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56631
56655
  });
56632
56656
  },
56633
56657
 
56634
- /**
56635
- * handleClick
56636
- * @desc:表单点击事件
56637
- * @param {Object} val 当前点击行数据及按钮
56638
- * @author liufan
56639
- * @date 2022年11月10日
56658
+ /**
56659
+ * handleClick
56660
+ * @desc:表单点击事件
56661
+ * @param {Object} val 当前点击行数据及按钮
56662
+ * @author liufan
56663
+ * @date 2022年11月10日
56640
56664
  **/
56641
56665
  handleClick: function handleClick(val) {
56642
56666
  var _this18 = this;
@@ -56682,13 +56706,13 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56682
56706
  }
56683
56707
  },
56684
56708
 
56685
- /**
56686
- * getCodeValue
56687
- * @desc:获取代码表过滤后的值
56688
- * @param {String} value 展示数据的代码值
56689
- * @param {String} type 代码表类型
56690
- * @author liufan
56691
- * @date 2022年11月10日
56709
+ /**
56710
+ * getCodeValue
56711
+ * @desc:获取代码表过滤后的值
56712
+ * @param {String} value 展示数据的代码值
56713
+ * @param {String} type 代码表类型
56714
+ * @author liufan
56715
+ * @date 2022年11月10日
56692
56716
  **/
56693
56717
  getCodeValue: function getCodeValue(value, type) {
56694
56718
  var val = this[type].filter(function (item) {
@@ -56697,12 +56721,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56697
56721
  return val[0].shortName;
56698
56722
  },
56699
56723
 
56700
- /**
56701
- * getSysInfo
56702
- * @desc:获取代码表
56703
- * @param {String} code 编码code值
56704
- * @author liufan
56705
- * @date 2022年11月10日
56724
+ /**
56725
+ * getSysInfo
56726
+ * @desc:获取代码表
56727
+ * @param {String} code 编码code值
56728
+ * @author liufan
56729
+ * @date 2022年11月10日
56706
56730
  **/
56707
56731
  getSysInfo: function getSysInfo(code) {
56708
56732
  var _this19 = this;
@@ -56724,11 +56748,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56724
56748
  }).catch(function (e) {});
56725
56749
  },
56726
56750
 
56727
- /**
56728
- * getListInfo
56729
- * @desc:获取预设列表数据
56730
- * @author liufan
56731
- * @date 2022年11月10日
56751
+ /**
56752
+ * getListInfo
56753
+ * @desc:获取预设列表数据
56754
+ * @author liufan
56755
+ * @date 2022年11月10日
56732
56756
  **/
56733
56757
  getListInfo: function getListInfo() {
56734
56758
  var _this20 = this;
@@ -66242,10 +66266,10 @@ appsvue_type_template_id_f094d33e_scoped_true_render._withStripped = true
66242
66266
  this.$emit('click', res);
66243
66267
  },
66244
66268
 
66245
- /**
66246
- * @desc:获取气泡提醒
66247
- * @author huangbo
66248
- * @date 2024年9月7日
66269
+ /**
66270
+ * @desc:获取气泡提醒
66271
+ * @author huangbo
66272
+ * @date 2024年9月7日
66249
66273
  **/
66250
66274
  getBadge: function getBadge(res) {
66251
66275
  var num = res.tips || 0;
@@ -70650,10 +70674,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70650
70674
  this.$refs.user.handleSelect(res);
70651
70675
  },
70652
70676
 
70653
- /**
70654
- * @desc:匹配路由
70655
- * @author huangbo
70656
- * @date 2024年9月7日
70677
+ /**
70678
+ * @desc:匹配路由
70679
+ * @author huangbo
70680
+ * @date 2024年9月7日
70657
70681
  **/
70658
70682
  hasRouter: function hasRouter(res, url, code) {
70659
70683
  if (!url) {
@@ -70697,10 +70721,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70697
70721
  return false;
70698
70722
  },
70699
70723
 
70700
- /**
70701
- * @desc:获取初始数据
70702
- * @author huangbo
70703
- * @date 2024年9月7日
70724
+ /**
70725
+ * @desc:获取初始数据
70726
+ * @author huangbo
70727
+ * @date 2024年9月7日
70704
70728
  **/
70705
70729
  init: function init(results, first) {
70706
70730
  this.setConfig(results);
@@ -70709,10 +70733,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70709
70733
  }
70710
70734
  },
70711
70735
 
70712
- /**
70713
- * @desc:设置用户配置及信息
70714
- * @author huangbo
70715
- * @date 2024年9月7日
70736
+ /**
70737
+ * @desc:设置用户配置及信息
70738
+ * @author huangbo
70739
+ * @date 2024年9月7日
70716
70740
  **/
70717
70741
  setConfig: function setConfig(results) {
70718
70742
  localStorage.setItem('mainConfig', JSON.stringify(results));
@@ -70880,10 +70904,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70880
70904
  }
70881
70905
  },
70882
70906
 
70883
- /**
70884
- * @desc:获取所有应用
70885
- * @author huangbo
70886
- * @date 2024年9月7日
70907
+ /**
70908
+ * @desc:获取所有应用
70909
+ * @author huangbo
70910
+ * @date 2024年9月7日
70887
70911
  **/
70888
70912
  getApplications: function getApplications() {
70889
70913
  var _this2 = this;
@@ -70931,10 +70955,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70931
70955
  });
70932
70956
  },
70933
70957
 
70934
- /**
70935
- * @desc:获取菜单列表
70936
- * @author huangbo
70937
- * @date 2024年9月7日
70958
+ /**
70959
+ * @desc:获取菜单列表
70960
+ * @author huangbo
70961
+ * @date 2024年9月7日
70938
70962
  **/
70939
70963
  getMenus: function getMenus(loading) {
70940
70964
  var _this3 = this;
@@ -70967,10 +70991,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70967
70991
  });
70968
70992
  },
70969
70993
 
70970
- /**
70971
- * @desc:处理菜单列表
70972
- * @author huangbo
70973
- * @date 2024年9月7日
70994
+ /**
70995
+ * @desc:处理菜单列表
70996
+ * @author huangbo
70997
+ * @date 2024年9月7日
70974
70998
  **/
70975
70999
  renderMenus: function renderMenus(res) {
70976
71000
  this.menus = res;
@@ -71066,10 +71090,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71066
71090
  }
71067
71091
  },
71068
71092
 
71069
- /**
71070
- * @desc:设置页面加载类型
71071
- * @author huangbo
71072
- * @date 2024年9月7日
71093
+ /**
71094
+ * @desc:设置页面加载类型
71095
+ * @author huangbo
71096
+ * @date 2024年9月7日
71073
71097
  **/
71074
71098
  setIframeType: function setIframeType(res) {
71075
71099
  var url = res.url;
@@ -71125,10 +71149,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71125
71149
  return res;
71126
71150
  },
71127
71151
 
71128
- /**
71129
- * @desc:获取菜单
71130
- * @author huangbo
71131
- * @date 2024年9月7日
71152
+ /**
71153
+ * @desc:获取菜单
71154
+ * @author huangbo
71155
+ * @date 2024年9月7日
71132
71156
  **/
71133
71157
  getMenu: function getMenu(menus, res, key) {
71134
71158
  if (Array.isArray(menus)) {
@@ -71157,10 +71181,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71157
71181
  return false;
71158
71182
  },
71159
71183
 
71160
- /**
71161
- * @desc:获取菜单第一条数据
71162
- * @author huangbo
71163
- * @date 2024年9月7日
71184
+ /**
71185
+ * @desc:获取菜单第一条数据
71186
+ * @author huangbo
71187
+ * @date 2024年9月7日
71164
71188
  **/
71165
71189
  getFirst: function getFirst(obj) {
71166
71190
  if (!obj) {
@@ -71179,10 +71203,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71179
71203
  }
71180
71204
  },
71181
71205
 
71182
- /**
71183
- * @desc:遍历设置菜单气泡提醒
71184
- * @author huangbo
71185
- * @date 2024年9月7日
71206
+ /**
71207
+ * @desc:遍历设置菜单气泡提醒
71208
+ * @author huangbo
71209
+ * @date 2024年9月7日
71186
71210
  **/
71187
71211
  setTips: function setTips(obj) {
71188
71212
  var _this4 = this;
@@ -71253,10 +71277,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71253
71277
  }
71254
71278
  },
71255
71279
 
71256
- /**
71257
- * @desc:获取气泡提醒
71258
- * @author huangbo
71259
- * @date 2024年9月7日
71280
+ /**
71281
+ * @desc:获取气泡提醒
71282
+ * @author huangbo
71283
+ * @date 2024年9月7日
71260
71284
  **/
71261
71285
  getBadge: function getBadge(res) {
71262
71286
  var num = res.tips || 0;
@@ -71270,10 +71294,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71270
71294
  };
71271
71295
  },
71272
71296
 
71273
- /**
71274
- * @desc:开启weosocket
71275
- * @author huangbo
71276
- * @date 2024年9月7日
71297
+ /**
71298
+ * @desc:开启weosocket
71299
+ * @author huangbo
71300
+ * @date 2024年9月7日
71277
71301
  **/
71278
71302
  initWebSocket: function initWebSocket() {
71279
71303
  var _this6 = this;
@@ -71322,10 +71346,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71322
71346
  });
71323
71347
  },
71324
71348
 
71325
- /**
71326
- * @desc:显示用户信息
71327
- * @author huangbo
71328
- * @date 2024年9月7日
71349
+ /**
71350
+ * @desc:显示用户信息
71351
+ * @author huangbo
71352
+ * @date 2024年9月7日
71329
71353
  **/
71330
71354
  showUserInfo: function showUserInfo() {
71331
71355
  if (this.showUser === false) {
@@ -71333,19 +71357,19 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71333
71357
  }
71334
71358
  },
71335
71359
 
71336
- /**
71337
- * @desc:删除更多应用菜单点击
71338
- * @author huangbo
71339
- * @date 2024年9月7日
71360
+ /**
71361
+ * @desc:删除更多应用菜单点击
71362
+ * @author huangbo
71363
+ * @date 2024年9月7日
71340
71364
  **/
71341
71365
  handleDelete: function handleDelete(index) {
71342
71366
  this.newApps.splice(index, 1);
71343
71367
  },
71344
71368
 
71345
- /**
71346
- * @desc:储存更多应用菜单点击
71347
- * @author huangbo
71348
- * @date 2024年9月7日
71369
+ /**
71370
+ * @desc:储存更多应用菜单点击
71371
+ * @author huangbo
71372
+ * @date 2024年9月7日
71349
71373
  **/
71350
71374
  handlerClickApps: function handlerClickApps(res) {
71351
71375
  if (res.permission === false) {
@@ -71358,10 +71382,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71358
71382
  this.handlerClickApp(res);
71359
71383
  },
71360
71384
 
71361
- /**
71362
- * @desc:侧边应用菜单点击
71363
- * @author huangbo
71364
- * @date 2024年9月7日
71385
+ /**
71386
+ * @desc:侧边应用菜单点击
71387
+ * @author huangbo
71388
+ * @date 2024年9月7日
71365
71389
  **/
71366
71390
  handlerClickApp: function handlerClickApp(res) {
71367
71391
  this.showMsg = false;
@@ -71450,10 +71474,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71450
71474
  }
71451
71475
  },
71452
71476
 
71453
- /**
71454
- * @desc:显示Drawer界面
71455
- * @author huangbo
71456
- * @date 2024年9月7日
71477
+ /**
71478
+ * @desc:显示Drawer界面
71479
+ * @author huangbo
71480
+ * @date 2024年9月7日
71457
71481
  **/
71458
71482
  handlerSetDrawer: function handlerSetDrawer(res, type) {
71459
71483
  var direction = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : 'ltr';
@@ -71473,19 +71497,19 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71473
71497
  }
71474
71498
  },
71475
71499
 
71476
- /**
71477
- * @desc:关闭Drawer界面
71478
- * @author huangbo
71479
- * @date 2024年9月7日
71500
+ /**
71501
+ * @desc:关闭Drawer界面
71502
+ * @author huangbo
71503
+ * @date 2024年9月7日
71480
71504
  **/
71481
71505
  handleCloseDrawer: function handleCloseDrawer() {
71482
71506
  this.drawer = { visible: false };
71483
71507
  },
71484
71508
 
71485
- /**
71486
- * @desc:菜单点击
71487
- * @author huangbo
71488
- * @date 2024年9月7日
71509
+ /**
71510
+ * @desc:菜单点击
71511
+ * @author huangbo
71512
+ * @date 2024年9月7日
71489
71513
  **/
71490
71514
  handlerClickMenu: function handlerClickMenu(res) {
71491
71515
  utils_util.ajax({
@@ -71534,19 +71558,19 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71534
71558
  },
71535
71559
 
71536
71560
 
71537
- /**
71538
- * @desc:用户详情请求成功
71539
- * @author huangbo
71540
- * @date 2024年9月7日
71561
+ /**
71562
+ * @desc:用户详情请求成功
71563
+ * @author huangbo
71564
+ * @date 2024年9月7日
71541
71565
  **/
71542
71566
  handleSuccess: function handleSuccess(res) {
71543
71567
  this.simpleUserInfo = res.simpleUserInfo;
71544
71568
  },
71545
71569
 
71546
- /**
71547
- * @desc:修改用户配置
71548
- * @author huangbo
71549
- * @date 2024年9月7日
71570
+ /**
71571
+ * @desc:修改用户配置
71572
+ * @author huangbo
71573
+ * @date 2024年9月7日
71550
71574
  **/
71551
71575
  handleChangeConfig: function handleChangeConfig(name, res) {
71552
71576
  if (name == 'userHeadUrl') {
@@ -71562,10 +71586,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71562
71586
  }
71563
71587
  },
71564
71588
 
71565
- /**
71566
- * @desc:关闭webSocket
71567
- * @author huangbo
71568
- * @date 2024年9月7日
71589
+ /**
71590
+ * @desc:关闭webSocket
71591
+ * @author huangbo
71592
+ * @date 2024年9月7日
71569
71593
  **/
71570
71594
  handlerClose: function handlerClose() {
71571
71595
  if (this.webSocket) {
@@ -71573,10 +71597,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71573
71597
  }
71574
71598
  },
71575
71599
 
71576
- /**
71577
- * @desc:刷新选中iframe页签
71578
- * @author huangbo
71579
- * @date 2024年9月7日
71600
+ /**
71601
+ * @desc:刷新选中iframe页签
71602
+ * @author huangbo
71603
+ * @date 2024年9月7日
71580
71604
  **/
71581
71605
  handleRefresh: function handleRefresh(arg) {
71582
71606
  var i = arg && arg != true && arg !== 'pageData' ? utils_util.indexOfObj(this.tabs, arg, 'appCode,code,id,url') : utils_util.indexOfObj(this.tabs, this.activeName, 'id');
@@ -71613,10 +71637,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71613
71637
  }
71614
71638
  },
71615
71639
 
71616
- /**
71617
- * @desc:删除iframe
71618
- * @author huangbo
71619
- * @date 2024年9月7日
71640
+ /**
71641
+ * @desc:删除iframe
71642
+ * @author huangbo
71643
+ * @date 2024年9月7日
71620
71644
  **/
71621
71645
  handleRemove: function handleRemove(name) {
71622
71646
  var len = this.tabs.length - 1;
@@ -71633,10 +71657,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71633
71657
  }
71634
71658
  },
71635
71659
 
71636
- /**
71637
- * @desc:tabs鼠标右键事件
71638
- * @author huangbo
71639
- * @date 2024年9月7日
71660
+ /**
71661
+ * @desc:tabs鼠标右键事件
71662
+ * @author huangbo
71663
+ * @date 2024年9月7日
71640
71664
  **/
71641
71665
  handleContextmenu: function handleContextmenu(tabs, e) {
71642
71666
  var disabled = {};
@@ -71661,10 +71685,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71661
71685
  window.addEventListener('click', this.closeTabsEvents);
71662
71686
  },
71663
71687
 
71664
- /**
71665
- * @desc:tabs页签事件
71666
- * @author huangbo
71667
- * @date 2024年9月7日
71688
+ /**
71689
+ * @desc:tabs页签事件
71690
+ * @author huangbo
71691
+ * @date 2024年9月7日
71668
71692
  **/
71669
71693
  handleTabsEvents: function handleTabsEvents(num) {
71670
71694
  if (this.pane !== null) {
@@ -71675,10 +71699,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71675
71699
  },
71676
71700
 
71677
71701
 
71678
- /**
71679
- * @desc:关闭页签事件面板
71680
- * @author huangbo
71681
- * @date 2024年9月7日
71702
+ /**
71703
+ * @desc:关闭页签事件面板
71704
+ * @author huangbo
71705
+ * @date 2024年9月7日
71682
71706
  **/
71683
71707
  closeTabsEvents: function closeTabsEvents(e) {
71684
71708
  if (e.target.parentNode != this.$refs.tabsHandler.$el && e.target.parentNode.parentNode != this.$refs.tabsHandler.$el) {
@@ -71688,10 +71712,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71688
71712
  },
71689
71713
 
71690
71714
 
71691
- /**
71692
- * @desc:tabs页签点击事件
71693
- * @author huangbo
71694
- * @date 2024年9月7日
71715
+ /**
71716
+ * @desc:tabs页签点击事件
71717
+ * @author huangbo
71718
+ * @date 2024年9月7日
71695
71719
  **/
71696
71720
  handleTabClick: function handleTabClick() {
71697
71721
  this.active = '';
@@ -71699,10 +71723,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71699
71723
  this.showMenu = false;
71700
71724
  },
71701
71725
 
71702
- /**
71703
- * @desc:handler工具栏点击事件
71704
- * @author huangbo
71705
- * @date 2024年9月7日
71726
+ /**
71727
+ * @desc:handler工具栏点击事件
71728
+ * @author huangbo
71729
+ * @date 2024年9月7日
71706
71730
  **/
71707
71731
  handleClick: function handleClick(res) {
71708
71732
  var type = res.type,
@@ -71783,10 +71807,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71783
71807
  this.$emit('handler-click', res);
71784
71808
  },
71785
71809
 
71786
- /**
71787
- * @desc:退出登录
71788
- * @author huangbo
71789
- * @date 2024年9月7日
71810
+ /**
71811
+ * @desc:退出登录
71812
+ * @author huangbo
71813
+ * @date 2024年9月7日
71790
71814
  **/
71791
71815
  handleQuit: function handleQuit() {
71792
71816
  var _this7 = this;
@@ -71867,10 +71891,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71867
71891
  }).catch(function (e) {});
71868
71892
  },
71869
71893
 
71870
- /**
71871
- * @desc:主题、消息回调
71872
- * @author huangbo
71873
- * @date 2024年9月7日
71894
+ /**
71895
+ * @desc:主题、消息回调
71896
+ * @author huangbo
71897
+ * @date 2024年9月7日
71874
71898
  **/
71875
71899
  handleChange: function handleChange(res) {
71876
71900
  var type = res.type,
@@ -71886,10 +71910,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71886
71910
  }
71887
71911
  },
71888
71912
 
71889
- /**
71890
- * @desc:菜单布局样式切换
71891
- * @author huangbo
71892
- * @date 2024年9月7日
71913
+ /**
71914
+ * @desc:菜单布局样式切换
71915
+ * @author huangbo
71916
+ * @date 2024年9月7日
71893
71917
  **/
71894
71918
  handleLayout: function handleLayout(res, active) {
71895
71919
  if (active) {
@@ -71899,10 +71923,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71899
71923
  this.$emit('chang-layout', res, active);
71900
71924
  },
71901
71925
 
71902
- /**
71903
- * @desc:消息修改总数
71904
- * @author huangbo
71905
- * @date 2024年9月7日
71926
+ /**
71927
+ * @desc:消息修改总数
71928
+ * @author huangbo
71929
+ * @date 2024年9月7日
71906
71930
  **/
71907
71931
  handleMenuTips: function handleMenuTips(id, num) {
71908
71932
  if (num) {
@@ -71913,10 +71937,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71913
71937
  }
71914
71938
  },
71915
71939
 
71916
- /**
71917
- * @desc:处理即时消息
71918
- * @author huangbo
71919
- * @date 2024年9月7日
71940
+ /**
71941
+ * @desc:处理即时消息
71942
+ * @author huangbo
71943
+ * @date 2024年9月7日
71920
71944
  **/
71921
71945
  handleOpened: function handleOpened(res) {
71922
71946
  var _this8 = this;
@@ -75942,8 +75966,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
75942
75966
  this.currentPage = this.setIframeType(this.fourthTabs[0]);
75943
75967
  },
75944
75968
 
75945
- /**
75946
- * queryChildMenu: 查询左侧我的提醒和我的快捷菜单
75969
+ /**
75970
+ * queryChildMenu: 查询左侧我的提醒和我的快捷菜单
75947
75971
  */
75948
75972
  queryChildMenuData: function queryChildMenuData() {
75949
75973
  var _this2 = this;
@@ -76062,8 +76086,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76062
76086
  }))();
76063
76087
  },
76064
76088
 
76065
- /**
76066
- * getVoteMeetingNum: 查询会议数量
76089
+ /**
76090
+ * getVoteMeetingNum: 查询会议数量
76067
76091
  */
76068
76092
  getVoteMeetingNum: function getVoteMeetingNum() {
76069
76093
  var _this5 = this;
@@ -76088,8 +76112,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76088
76112
  });
76089
76113
  },
76090
76114
 
76091
- /**
76092
- * getShareFilesReceiveCountNew: 查询待接收文件数量
76115
+ /**
76116
+ * getShareFilesReceiveCountNew: 查询待接收文件数量
76093
76117
  */
76094
76118
  getShareFilesReceiveCountNew: function getShareFilesReceiveCountNew() {
76095
76119
  var _this6 = this;
@@ -76114,8 +76138,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76114
76138
  },
76115
76139
 
76116
76140
 
76117
- /**
76118
- * getUserTipsInstanceNum: 查询待签收/据签收任务数量 1是拒签收 0是待签收
76141
+ /**
76142
+ * getUserTipsInstanceNum: 查询待签收/据签收任务数量 1是拒签收 0是待签收
76119
76143
  */
76120
76144
  getUserTipsInstanceNum: function getUserTipsInstanceNum(type) {
76121
76145
  var _this7 = this;
@@ -76143,8 +76167,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76143
76167
  });
76144
76168
  },
76145
76169
 
76146
- /**
76147
- * getIndexCount: 查询待办任务数量
76170
+ /**
76171
+ * getIndexCount: 查询待办任务数量
76148
76172
  */
76149
76173
  getIndexCount: function getIndexCount() {
76150
76174
  var _this8 = this;
@@ -76175,10 +76199,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76175
76199
  this.$refs.user.handleSelect(res);
76176
76200
  },
76177
76201
 
76178
- /**
76179
- * @desc:匹配路由
76180
- * @author huangbo
76181
- * @date 2024年9月7日
76202
+ /**
76203
+ * @desc:匹配路由
76204
+ * @author huangbo
76205
+ * @date 2024年9月7日
76182
76206
  **/
76183
76207
  hasRouter: function hasRouter(res, url, code) {
76184
76208
  if (!url) {
@@ -76222,10 +76246,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76222
76246
  return false;
76223
76247
  },
76224
76248
 
76225
- /**
76226
- * @desc:获取初始数据
76227
- * @author huangbo
76228
- * @date 2024年9月7日
76249
+ /**
76250
+ * @desc:获取初始数据
76251
+ * @author huangbo
76252
+ * @date 2024年9月7日
76229
76253
  **/
76230
76254
  init: function init(results) {
76231
76255
  this.setConfig(results);
@@ -76236,10 +76260,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76236
76260
  // }
76237
76261
  },
76238
76262
 
76239
- /**
76240
- * @desc:设置用户配置及信息
76241
- * @author huangbo
76242
- * @date 2024年9月7日
76263
+ /**
76264
+ * @desc:设置用户配置及信息
76265
+ * @author huangbo
76266
+ * @date 2024年9月7日
76243
76267
  **/
76244
76268
  setConfig: function setConfig(results) {
76245
76269
  localStorage.setItem('mainConfig', JSON.stringify(results));
@@ -76403,8 +76427,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76403
76427
  }
76404
76428
  },
76405
76429
 
76406
- /**
76407
- * @desc:获取用户自定义菜单
76430
+ /**
76431
+ * @desc:获取用户自定义菜单
76408
76432
  **/
76409
76433
  getUseCommonMenu: function getUseCommonMenu() {
76410
76434
  var _this9 = this;
@@ -76434,10 +76458,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76434
76458
  });
76435
76459
  },
76436
76460
 
76437
- /**
76438
- * @desc:获取所有应用
76439
- * @author huangbo
76440
- * @date 2024年9月7日
76461
+ /**
76462
+ * @desc:获取所有应用
76463
+ * @author huangbo
76464
+ * @date 2024年9月7日
76441
76465
  **/
76442
76466
  getApplications: function getApplications() {
76443
76467
  var _this10 = this;
@@ -76485,10 +76509,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76485
76509
  });
76486
76510
  },
76487
76511
 
76488
- /**
76489
- * @desc:获取菜单列表
76490
- * @author huangbo
76491
- * @date 2024年9月7日
76512
+ /**
76513
+ * @desc:获取菜单列表
76514
+ * @author huangbo
76515
+ * @date 2024年9月7日
76492
76516
  **/
76493
76517
  getMenus: function getMenus(loading) {
76494
76518
  var _this11 = this;
@@ -76515,10 +76539,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76515
76539
  });
76516
76540
  },
76517
76541
 
76518
- /**
76519
- * @desc:处理菜单列表
76520
- * @author huangbo
76521
- * @date 2024年9月7日
76542
+ /**
76543
+ * @desc:处理菜单列表
76544
+ * @author huangbo
76545
+ * @date 2024年9月7日
76522
76546
  **/
76523
76547
  renderMenus: function renderMenus(res) {
76524
76548
  // // console.log(res, 'renderMenus');
@@ -76564,9 +76588,9 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76564
76588
  // console.log(this.currentPage, 'currentPage');
76565
76589
  },
76566
76590
 
76567
- /**
76568
- * 更新myRemind中各项的权限状态
76569
- * @param {Array} menus - 完整的菜单列表
76591
+ /**
76592
+ * 更新myRemind中各项的权限状态
76593
+ * @param {Array} menus - 完整的菜单列表
76570
76594
  */
76571
76595
  updateRemindPermission: function updateRemindPermission(menus) {
76572
76596
  // 创建一个Set存储所有菜单的id,方便快速查找
@@ -76594,10 +76618,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76594
76618
  });
76595
76619
  },
76596
76620
 
76597
- /**
76598
- * @desc:设置页面加载类型
76599
- * @author huangbo
76600
- * @date 2024年9月7日
76621
+ /**
76622
+ * @desc:设置页面加载类型
76623
+ * @author huangbo
76624
+ * @date 2024年9月7日
76601
76625
  **/
76602
76626
  setIframeType: function setIframeType(res) {
76603
76627
  var url = res.url;
@@ -76654,10 +76678,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76654
76678
  return res;
76655
76679
  },
76656
76680
 
76657
- /**
76658
- * @desc:获取菜单
76659
- * @author huangbo
76660
- * @date 2024年9月7日
76681
+ /**
76682
+ * @desc:获取菜单
76683
+ * @author huangbo
76684
+ * @date 2024年9月7日
76661
76685
  **/
76662
76686
  getMenu: function getMenu(menus, res, key) {
76663
76687
  if (Array.isArray(menus)) {
@@ -76686,10 +76710,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76686
76710
  return false;
76687
76711
  },
76688
76712
 
76689
- /**
76690
- * @desc:获取菜单第一条数据
76691
- * @author huangbo
76692
- * @date 2024年9月7日
76713
+ /**
76714
+ * @desc:获取菜单第一条数据
76715
+ * @author huangbo
76716
+ * @date 2024年9月7日
76693
76717
  **/
76694
76718
  getFirst: function getFirst(obj) {
76695
76719
  if (!obj) {
@@ -76708,10 +76732,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76708
76732
  }
76709
76733
  },
76710
76734
 
76711
- /**
76712
- * @desc:遍历设置菜单气泡提醒
76713
- * @author huangbo
76714
- * @date 2024年9月7日
76735
+ /**
76736
+ * @desc:遍历设置菜单气泡提醒
76737
+ * @author huangbo
76738
+ * @date 2024年9月7日
76715
76739
  **/
76716
76740
  setTips: function setTips(obj) {
76717
76741
  var _this12 = this;
@@ -76776,10 +76800,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76776
76800
  }
76777
76801
  },
76778
76802
 
76779
- /**
76780
- * @desc:获取气泡提醒
76781
- * @author huangbo
76782
- * @date 2024年9月7日
76803
+ /**
76804
+ * @desc:获取气泡提醒
76805
+ * @author huangbo
76806
+ * @date 2024年9月7日
76783
76807
  **/
76784
76808
  getBadge: function getBadge(res) {
76785
76809
  var num = res.tips || 0;
@@ -76793,10 +76817,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76793
76817
  };
76794
76818
  },
76795
76819
 
76796
- /**
76797
- * @desc:开启weosocket
76798
- * @author huangbo
76799
- * @date 2024年9月7日
76820
+ /**
76821
+ * @desc:开启weosocket
76822
+ * @author huangbo
76823
+ * @date 2024年9月7日
76800
76824
  **/
76801
76825
  initWebSocket: function initWebSocket() {
76802
76826
  var _this14 = this;
@@ -76864,10 +76888,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76864
76888
  });
76865
76889
  },
76866
76890
 
76867
- /**
76868
- * @desc:显示用户信息
76869
- * @author huangbo
76870
- * @date 2024年9月7日
76891
+ /**
76892
+ * @desc:显示用户信息
76893
+ * @author huangbo
76894
+ * @date 2024年9月7日
76871
76895
  **/
76872
76896
  showUserInfo: function showUserInfo() {
76873
76897
  if (this.showUser === false) {
@@ -76875,19 +76899,19 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76875
76899
  }
76876
76900
  },
76877
76901
 
76878
- /**
76879
- * @desc:删除更多应用菜单点击
76880
- * @author huangbo
76881
- * @date 2024年9月7日
76902
+ /**
76903
+ * @desc:删除更多应用菜单点击
76904
+ * @author huangbo
76905
+ * @date 2024年9月7日
76882
76906
  **/
76883
76907
  handleDelete: function handleDelete(index) {
76884
76908
  this.newApps.splice(index, 1);
76885
76909
  },
76886
76910
 
76887
- /**
76888
- * @desc:显示Drawer界面
76889
- * @author huangbo
76890
- * @date 2024年9月7日
76911
+ /**
76912
+ * @desc:显示Drawer界面
76913
+ * @author huangbo
76914
+ * @date 2024年9月7日
76891
76915
  **/
76892
76916
  handlerSetDrawer: function handlerSetDrawer(res, type) {
76893
76917
  var direction = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : 'ltr';
@@ -76907,28 +76931,28 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76907
76931
  }
76908
76932
  },
76909
76933
 
76910
- /**
76911
- * @desc:关闭Drawer界面
76912
- * @author huangbo
76913
- * @date 2024年9月7日
76934
+ /**
76935
+ * @desc:关闭Drawer界面
76936
+ * @author huangbo
76937
+ * @date 2024年9月7日
76914
76938
  **/
76915
76939
  handleCloseDrawer: function handleCloseDrawer() {
76916
76940
  this.drawer = { visible: false };
76917
76941
  },
76918
76942
 
76919
- /**
76920
- * @desc:用户详情请求成功
76921
- * @author huangbo
76922
- * @date 2024年9月7日
76943
+ /**
76944
+ * @desc:用户详情请求成功
76945
+ * @author huangbo
76946
+ * @date 2024年9月7日
76923
76947
  **/
76924
76948
  handleSuccess: function handleSuccess(res) {
76925
76949
  this.simpleUserInfo = res.simpleUserInfo;
76926
76950
  },
76927
76951
 
76928
- /**
76929
- * @desc:修改用户配置
76930
- * @author huangbo
76931
- * @date 2024年9月7日
76952
+ /**
76953
+ * @desc:修改用户配置
76954
+ * @author huangbo
76955
+ * @date 2024年9月7日
76932
76956
  **/
76933
76957
  handleChangeConfig: function handleChangeConfig(name, res) {
76934
76958
  if (name == 'userHeadUrl') {
@@ -76944,10 +76968,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76944
76968
  }
76945
76969
  },
76946
76970
 
76947
- /**
76948
- * @desc:关闭webSocket
76949
- * @author huangbo
76950
- * @date 2024年9月7日
76971
+ /**
76972
+ * @desc:关闭webSocket
76973
+ * @author huangbo
76974
+ * @date 2024年9月7日
76951
76975
  **/
76952
76976
  handlerClose: function handlerClose() {
76953
76977
  if (this.webSocket) {
@@ -76958,10 +76982,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76958
76982
  this.handleRefresh(1);
76959
76983
  },
76960
76984
 
76961
- /**
76962
- * @desc:刷新选中iframe页签
76963
- * @author huangbo
76964
- * @date 2024年9月7日
76985
+ /**
76986
+ * @desc:刷新选中iframe页签
76987
+ * @author huangbo
76988
+ * @date 2024年9月7日
76965
76989
  **/
76966
76990
  handleRefresh: function handleRefresh(arg) {
76967
76991
  if (arg !== 1) {
@@ -77007,10 +77031,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77007
77031
  }
77008
77032
  },
77009
77033
 
77010
- /**
77011
- * @desc:删除iframe
77012
- * @author huangbo
77013
- * @date 2024年9月7日
77034
+ /**
77035
+ * @desc:删除iframe
77036
+ * @author huangbo
77037
+ * @date 2024年9月7日
77014
77038
  **/
77015
77039
  handleRemove: function handleRemove(name) {
77016
77040
  var len = this.tabs.length - 1;
@@ -77027,10 +77051,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77027
77051
  }
77028
77052
  },
77029
77053
 
77030
- /**
77031
- * @desc:tabs鼠标右键事件
77032
- * @author huangbo
77033
- * @date 2024年9月7日
77054
+ /**
77055
+ * @desc:tabs鼠标右键事件
77056
+ * @author huangbo
77057
+ * @date 2024年9月7日
77034
77058
  **/
77035
77059
  handleContextmenu: function handleContextmenu(tabs, e) {
77036
77060
  var disabled = {};
@@ -77055,10 +77079,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77055
77079
  window.addEventListener('click', this.closeTabsEvents);
77056
77080
  },
77057
77081
 
77058
- /**
77059
- * @desc:tabs页签事件
77060
- * @author huangbo
77061
- * @date 2024年9月7日
77082
+ /**
77083
+ * @desc:tabs页签事件
77084
+ * @author huangbo
77085
+ * @date 2024年9月7日
77062
77086
  **/
77063
77087
  handleTabsEvents: function handleTabsEvents(num) {
77064
77088
  if (this.pane !== null) {
@@ -77069,10 +77093,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77069
77093
  },
77070
77094
 
77071
77095
 
77072
- /**
77073
- * @desc:关闭页签事件面板
77074
- * @author huangbo
77075
- * @date 2024年9月7日
77096
+ /**
77097
+ * @desc:关闭页签事件面板
77098
+ * @author huangbo
77099
+ * @date 2024年9月7日
77076
77100
  **/
77077
77101
  closeTabsEvents: function closeTabsEvents(e) {
77078
77102
  if (e.target.parentNode != this.$refs.tabsHandler.$el && e.target.parentNode.parentNode != this.$refs.tabsHandler.$el) {
@@ -77082,10 +77106,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77082
77106
  },
77083
77107
 
77084
77108
 
77085
- /**
77086
- * @desc:tabs页签点击事件
77087
- * @author huangbo
77088
- * @date 2024年9月7日
77109
+ /**
77110
+ * @desc:tabs页签点击事件
77111
+ * @author huangbo
77112
+ * @date 2024年9月7日
77089
77113
  **/
77090
77114
  handleTabClick: function handleTabClick() {
77091
77115
  this.active = '';
@@ -77093,10 +77117,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77093
77117
  this.showMenu = false;
77094
77118
  },
77095
77119
 
77096
- /**
77097
- * @desc:handler工具栏点击事件
77098
- * @author huangbo
77099
- * @date 2024年9月7日
77120
+ /**
77121
+ * @desc:handler工具栏点击事件
77122
+ * @author huangbo
77123
+ * @date 2024年9月7日
77100
77124
  **/
77101
77125
  handleClick: function handleClick(res) {
77102
77126
  var type = res.type,
@@ -77186,10 +77210,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77186
77210
  this.$emit('handler-click', res);
77187
77211
  },
77188
77212
 
77189
- /**
77190
- * @desc:退出登录
77191
- * @author huangbo
77192
- * @date 2024年9月7日
77213
+ /**
77214
+ * @desc:退出登录
77215
+ * @author huangbo
77216
+ * @date 2024年9月7日
77193
77217
  **/
77194
77218
  handleQuit: function handleQuit() {
77195
77219
  var _this15 = this;
@@ -77264,10 +77288,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77264
77288
  }).catch(function (e) {});
77265
77289
  },
77266
77290
 
77267
- /**
77268
- * @desc:主题、消息回调
77269
- * @author huangbo
77270
- * @date 2024年9月7日
77291
+ /**
77292
+ * @desc:主题、消息回调
77293
+ * @author huangbo
77294
+ * @date 2024年9月7日
77271
77295
  **/
77272
77296
  handleChange: function handleChange(res) {
77273
77297
  var type = res.type,
@@ -77283,10 +77307,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77283
77307
  }
77284
77308
  },
77285
77309
 
77286
- /**
77287
- * @desc:菜单布局样式切换
77288
- * @author huangbo
77289
- * @date 2024年9月7日
77310
+ /**
77311
+ * @desc:菜单布局样式切换
77312
+ * @author huangbo
77313
+ * @date 2024年9月7日
77290
77314
  **/
77291
77315
  handleLayout: function handleLayout(res, active) {
77292
77316
  if (active) {
@@ -77296,10 +77320,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77296
77320
  this.$emit('chang-layout', res, active);
77297
77321
  },
77298
77322
 
77299
- /**
77300
- * @desc:消息修改总数
77301
- * @author huangbo
77302
- * @date 2024年9月7日
77323
+ /**
77324
+ * @desc:消息修改总数
77325
+ * @author huangbo
77326
+ * @date 2024年9月7日
77303
77327
  **/
77304
77328
  handleMenuTips: function handleMenuTips(id, num) {
77305
77329
  if (num) {
@@ -77310,10 +77334,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77310
77334
  }
77311
77335
  },
77312
77336
 
77313
- /**
77314
- * @desc:处理即时消息
77315
- * @author huangbo
77316
- * @date 2024年9月7日
77337
+ /**
77338
+ * @desc:处理即时消息
77339
+ * @author huangbo
77340
+ * @date 2024年9月7日
77317
77341
  **/
77318
77342
  handleOpened: function handleOpened(res) {
77319
77343
  var _this16 = this;
@@ -77329,14 +77353,14 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77329
77353
  }
77330
77354
  },
77331
77355
 
77332
- /**
77333
- * @desc:菜单点击事件
77334
- * @author huangbo
77335
- * @date 2024年9月7日
77336
- * @param {*} res 菜单点击事件参数
77337
- * @param {*} method 菜单点击事件方法
77338
- * 1.顶部菜单点击跳转已经实现
77339
- * 2.其他地方点击跳转,需要选中跳转的一二级菜单
77356
+ /**
77357
+ * @desc:菜单点击事件
77358
+ * @author huangbo
77359
+ * @date 2024年9月7日
77360
+ * @param {*} res 菜单点击事件参数
77361
+ * @param {*} method 菜单点击事件方法
77362
+ * 1.顶部菜单点击跳转已经实现
77363
+ * 2.其他地方点击跳转,需要选中跳转的一二级菜单
77340
77364
  **/
77341
77365
  handleSelect: function handleSelect(res) {
77342
77366
  var params = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
@@ -77508,8 +77532,8 @@ var simplicityTop_component = normalizeComponent(
77508
77532
  )
77509
77533
 
77510
77534
  /* harmony default export */ var simplicityTop = (simplicityTop_component.exports);
77511
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/default/index.vue?vue&type=template&id=96a9ec3e&
77512
- var defaultvue_type_template_id_96a9ec3e_render = function () {
77535
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/default/index.vue?vue&type=template&id=c6234d9c&
77536
+ var defaultvue_type_template_id_c6234d9c_render = function () {
77513
77537
  var _vm = this
77514
77538
  var _h = _vm.$createElement
77515
77539
  var _c = _vm._self._c || _h
@@ -78060,11 +78084,11 @@ var defaultvue_type_template_id_96a9ec3e_render = function () {
78060
78084
  1
78061
78085
  )
78062
78086
  }
78063
- var defaultvue_type_template_id_96a9ec3e_staticRenderFns = []
78064
- defaultvue_type_template_id_96a9ec3e_render._withStripped = true
78087
+ var defaultvue_type_template_id_c6234d9c_staticRenderFns = []
78088
+ defaultvue_type_template_id_c6234d9c_render._withStripped = true
78065
78089
 
78066
78090
 
78067
- // CONCATENATED MODULE: ./packages/main/src/default/index.vue?vue&type=template&id=96a9ec3e&
78091
+ // CONCATENATED MODULE: ./packages/main/src/default/index.vue?vue&type=template&id=c6234d9c&
78068
78092
 
78069
78093
  // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/default/userinfo.vue?vue&type=template&id=7e14e68e&
78070
78094
  var userinfovue_type_template_id_7e14e68e_render = function () {
@@ -80062,7 +80086,9 @@ var log = utils_util.getParams('console');
80062
80086
  //人工智能配置
80063
80087
  aiConfig: null,
80064
80088
  //im配置
80065
- imConfig: null
80089
+ imConfig: null,
80090
+ //子系统ID
80091
+ subSystemId: ''
80066
80092
  };
80067
80093
  },
80068
80094
  created: function created() {
@@ -80240,6 +80266,10 @@ var log = utils_util.getParams('console');
80240
80266
  if (i === 'subsystemName' && results[i]) {
80241
80267
  document.title = results[i];
80242
80268
  }
80269
+ if (i === 'subSystemId' && results[i]) {
80270
+ this.subSystemId = results[i];
80271
+ utils_util.setStorage({ key: 'subSystemId', value: results[i] });
80272
+ }
80243
80273
  if (i === 'loginPage' && results[i]) {
80244
80274
  utils_util.setStorage({ key: 'loginPage', value: results[i] });
80245
80275
  }
@@ -81392,10 +81422,11 @@ var log = utils_util.getParams('console');
81392
81422
  take: topic,
81393
81423
  success: function success(res) {
81394
81424
  var data = res.data || {};
81425
+ var subSystemId = data.subSystemId || '';
81395
81426
  for (var i in data) {
81396
81427
  if (data[i] !== null && data[i] !== undefined) {
81397
81428
  if (i === 'onlineUserNums' && data[i] > 0) {
81398
- _this11.online = data[i];
81429
+ _this11.online = _this11.subSystemId === subSystemId ? data[i] : 1;
81399
81430
  }
81400
81431
  if (i === 'sysMsgNums' && data[i] !== null) {
81401
81432
  _this11.notice = data[i];
@@ -81519,8 +81550,8 @@ var log = utils_util.getParams('console');
81519
81550
 
81520
81551
  var default_component = normalizeComponent(
81521
81552
  src_defaultvue_type_script_lang_js_,
81522
- defaultvue_type_template_id_96a9ec3e_render,
81523
- defaultvue_type_template_id_96a9ec3e_staticRenderFns,
81553
+ defaultvue_type_template_id_c6234d9c_render,
81554
+ defaultvue_type_template_id_c6234d9c_staticRenderFns,
81524
81555
  false,
81525
81556
  null,
81526
81557
  null,
@@ -84744,19 +84775,19 @@ var QRCode = __webpack_require__(28);
84744
84775
  //设置logo大小
84745
84776
  var logoPosition = (_this3.mwidth - 46) / 2; //logo相对于canvas居中定位
84746
84777
  //设置获取的logo将其变为圆角以及添加白色背景
84747
- /* ctx.fillStyle = "#fff";
84748
- ctx.beginPath();
84749
- let h = 46; //圆角高 10为基数(logo四周白色背景为10/2)
84750
- let w = 46; //圆角宽
84751
- let x = logoPosition - 5;
84752
- let y = logoPosition - 5;
84753
- let r = 5; //圆角半径
84754
- ctx.moveTo(x + r, y);
84755
- ctx.arcTo(x + w, y, x + w, y + h, r);
84756
- ctx.arcTo(x + w, y + h, x, y + h, r);
84757
- ctx.arcTo(x, y + h, x, y, r);
84758
- ctx.arcTo(x, y, x + w, y, r);
84759
- ctx.closePath();
84778
+ /* ctx.fillStyle = "#fff";
84779
+ ctx.beginPath();
84780
+ let h = 46; //圆角高 10为基数(logo四周白色背景为10/2)
84781
+ let w = 46; //圆角宽
84782
+ let x = logoPosition - 5;
84783
+ let y = logoPosition - 5;
84784
+ let r = 5; //圆角半径
84785
+ ctx.moveTo(x + r, y);
84786
+ ctx.arcTo(x + w, y, x + w, y + h, r);
84787
+ ctx.arcTo(x + w, y + h, x, y + h, r);
84788
+ ctx.arcTo(x, y + h, x, y, r);
84789
+ ctx.arcTo(x, y, x + w, y, r);
84790
+ ctx.closePath();
84760
84791
  ctx.fill(); */
84761
84792
  logo.onload = function () {
84762
84793
  ctx.drawImage(logo, logoPosition, logoPosition, 46, 46);
@@ -102966,7 +102997,7 @@ if (typeof window !== 'undefined' && window.Vue) {
102966
102997
  }
102967
102998
 
102968
102999
  /* harmony default export */ var src_0 = __webpack_exports__["default"] = ({
102969
- version: '0.8.12',
103000
+ version: '0.8.14',
102970
103001
  install: install,
102971
103002
  Button: packages_button,
102972
103003
  ButtonGroup: button_group,