eoss-ui 0.8.27 → 0.8.28

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 (260) hide show
  1. package/lib/calogin.js +233 -233
  2. package/lib/eoss-ui.common.js +937 -930
  3. package/lib/flow-list.js +96 -96
  4. package/lib/flow.js +280 -280
  5. package/lib/index.js +1 -1
  6. package/lib/login.js +11 -4
  7. package/lib/main.js +298 -298
  8. package/lib/qr-code.js +13 -13
  9. package/lib/theme-chalk/index.css +1 -1
  10. package/lib/theme-chalk/login.css +1 -1
  11. package/package.json +162 -162
  12. package/packages/.DS_Store +0 -0
  13. package/packages/button/index.js +5 -5
  14. package/packages/button/src/main.vue +418 -418
  15. package/packages/button-group/index.js +5 -5
  16. package/packages/button-group/src/main.vue +346 -346
  17. package/packages/calendar/index.js +5 -5
  18. package/packages/calogin/.DS_Store +0 -0
  19. package/packages/calogin/index.js +5 -5
  20. package/packages/calogin/src/main.vue +412 -412
  21. package/packages/calogin/src/plugin.js +915 -915
  22. package/packages/card/index.js +5 -5
  23. package/packages/card/src/main.vue +156 -156
  24. package/packages/cascader/index.js +5 -5
  25. package/packages/cascader/src/main.vue +168 -168
  26. package/packages/checkbox-group/index.js +5 -5
  27. package/packages/checkbox-group/src/main.vue +333 -333
  28. package/packages/clients/index.js +5 -5
  29. package/packages/clients/src/main.vue +151 -151
  30. package/packages/data-table/index.js +5 -5
  31. package/packages/data-table/src/children.vue +46 -46
  32. package/packages/data-table/src/main.vue +1876 -1876
  33. package/packages/data-table/src/sizer.vue +195 -195
  34. package/packages/data-table-form/index.js +5 -5
  35. package/packages/data-table-form/src/checkbox.vue +101 -101
  36. package/packages/data-table-form/src/colgroup.vue +17 -17
  37. package/packages/data-table-form/src/main.vue +181 -181
  38. package/packages/data-table-form/src/radio.vue +65 -65
  39. package/packages/data-table-form/src/table.vue +233 -233
  40. package/packages/data-table-form/src/tbody.vue +336 -336
  41. package/packages/data-table-form/src/thead.vue +68 -68
  42. package/packages/date-picker/.DS_Store +0 -0
  43. package/packages/date-picker/index.js +5 -5
  44. package/packages/date-picker/src/.DS_Store +0 -0
  45. package/packages/date-picker/src/main.vue +236 -236
  46. package/packages/dialog/.DS_Store +0 -0
  47. package/packages/dialog/index.js +5 -5
  48. package/packages/enable-drag/index.js +5 -5
  49. package/packages/enterprise/index.js +5 -5
  50. package/packages/enterprise/src/main.vue +66 -66
  51. package/packages/error-page/index.js +5 -5
  52. package/packages/error-page/src/main.vue +44 -44
  53. package/packages/flow/.DS_Store +0 -0
  54. package/packages/flow/index.js +5 -5
  55. package/packages/flow/src/.DS_Store +0 -0
  56. package/packages/flow/src/component/Circulate.vue +420 -420
  57. package/packages/flow/src/component/CommonOpinions.vue +376 -376
  58. package/packages/flow/src/component/CustomPreset.vue +324 -324
  59. package/packages/flow/src/component/FileList.vue +97 -97
  60. package/packages/flow/src/component/FreeCirculation.vue +245 -245
  61. package/packages/flow/src/component/Preset.vue +257 -257
  62. package/packages/flow/src/component/SendMsg.vue +242 -242
  63. package/packages/flow/src/component/SortFlow.vue +110 -110
  64. package/packages/flow/src/component/TimeLimit.vue +190 -190
  65. package/packages/flow/src/component/taskUnionExamine.vue +763 -763
  66. package/packages/flow/src/form.vue +123 -123
  67. package/packages/flow/src/freeStartFlow.vue +2898 -2898
  68. package/packages/flow/src/main.vue +4248 -4248
  69. package/packages/flow/src/processForm.vue +1806 -1806
  70. package/packages/flow/src/processReject.vue +311 -311
  71. package/packages/flow/src/reset.vue +952 -952
  72. package/packages/flow/src/startTaskRead.vue +698 -698
  73. package/packages/flow/src/supervise.vue +162 -162
  74. package/packages/flow/src/table.vue +58 -58
  75. package/packages/flow-group/index.js +5 -5
  76. package/packages/flow-group/src/main.vue +750 -750
  77. package/packages/flow-list/.DS_Store +0 -0
  78. package/packages/flow-list/index.js +5 -5
  79. package/packages/flow-list/src/main.vue +2337 -2337
  80. package/packages/form/.DS_Store +0 -0
  81. package/packages/form/index.js +5 -5
  82. package/packages/form/src/form-tab-item-render.vue +145 -145
  83. package/packages/form/src/table.vue +1512 -1512
  84. package/packages/handle-user/index.js +5 -5
  85. package/packages/handle-user/src/main.vue +137 -137
  86. package/packages/handler/index.js +5 -5
  87. package/packages/handler/src/main.vue +499 -499
  88. package/packages/icon/.DS_Store +0 -0
  89. package/packages/icon/index.js +5 -5
  90. package/packages/icon/src/main.vue +104 -104
  91. package/packages/icons/index.js +5 -5
  92. package/packages/icons/src/main.vue +81 -81
  93. package/packages/input/index.js +5 -5
  94. package/packages/input/src/main.vue +356 -356
  95. package/packages/input-number/index.js +5 -5
  96. package/packages/input-number/src/main.vue +106 -106
  97. package/packages/label/index.js +5 -5
  98. package/packages/label/src/main.vue +457 -457
  99. package/packages/layout/index.js +5 -5
  100. package/packages/layout/src/item.vue +152 -152
  101. package/packages/layout/src/main.vue +31 -31
  102. package/packages/login/.DS_Store +0 -0
  103. package/packages/login/index.js +5 -5
  104. package/packages/login/src/main.vue +2093 -2088
  105. package/packages/login/src/resetPassword.vue +557 -557
  106. package/packages/main/.DS_Store +0 -0
  107. package/packages/main/index.js +5 -5
  108. package/packages/main/src/.DS_Store +0 -0
  109. package/packages/main/src/default/message.vue +249 -249
  110. package/packages/main/src/default/notice.vue +157 -157
  111. package/packages/main/src/default/userinfo.vue +513 -513
  112. package/packages/main/src/public/online.vue +89 -89
  113. package/packages/main/src/public/search.vue +464 -464
  114. package/packages/main/src/public/settings.vue +273 -273
  115. package/packages/main/src/simplicity/apps.vue +388 -388
  116. package/packages/main/src/simplicity/avatar.vue +82 -82
  117. package/packages/main/src/simplicity/handler.vue +158 -158
  118. package/packages/main/src/simplicity/index.vue +2403 -2403
  119. package/packages/main/src/simplicity/lists.vue +84 -84
  120. package/packages/main/src/simplicity/menu-list.vue +135 -135
  121. package/packages/main/src/simplicity/message.vue +293 -293
  122. package/packages/main/src/simplicity/notice.vue +222 -222
  123. package/packages/main/src/simplicity/router-page.vue +45 -45
  124. package/packages/main/src/simplicity/sub-menu.vue +276 -276
  125. package/packages/main/src/simplicity/user.vue +259 -259
  126. package/packages/main/src/simplicity/userinfo.vue +408 -408
  127. package/packages/main/src/simplicityTop/apps.vue +388 -388
  128. package/packages/main/src/simplicityTop/avatar.vue +82 -82
  129. package/packages/main/src/simplicityTop/handler.vue +215 -215
  130. package/packages/main/src/simplicityTop/index.vue +2688 -2688
  131. package/packages/main/src/simplicityTop/lists.vue +84 -84
  132. package/packages/main/src/simplicityTop/menu-list.vue +135 -135
  133. package/packages/main/src/simplicityTop/message.vue +293 -293
  134. package/packages/main/src/simplicityTop/notice.vue +222 -222
  135. package/packages/main/src/simplicityTop/router-page.vue +45 -45
  136. package/packages/main/src/simplicityTop/sub-menu.vue +274 -274
  137. package/packages/main/src/simplicityTop/user.vue +259 -259
  138. package/packages/main/src/simplicityTop/userinfo.vue +408 -408
  139. package/packages/menu/.DS_Store +0 -0
  140. package/packages/menu/index.js +5 -5
  141. package/packages/menu/src/main.vue +597 -597
  142. package/packages/nav/index.js +5 -5
  143. package/packages/nav/src/main.vue +351 -351
  144. package/packages/notify/index.js +5 -5
  145. package/packages/notify/src/main.vue +538 -538
  146. package/packages/page/index.js +5 -5
  147. package/packages/page/src/main.vue +167 -167
  148. package/packages/pagination/index.js +5 -5
  149. package/packages/pagination/src/main.vue +96 -96
  150. package/packages/player/index.js +5 -5
  151. package/packages/player/src/main.vue +194 -194
  152. package/packages/qr-code/index.js +5 -5
  153. package/packages/qr-code/src/main.vue +170 -170
  154. package/packages/radio-group/index.js +6 -6
  155. package/packages/radio-group/src/main.vue +319 -319
  156. package/packages/retrial-auth/index.js +5 -5
  157. package/packages/retrial-auth/src/main.vue +299 -299
  158. package/packages/select/.DS_Store +0 -0
  159. package/packages/select/index.js +5 -5
  160. package/packages/select-ganged/index.js +5 -5
  161. package/packages/select-ganged/src/main.vue +724 -724
  162. package/packages/selector/.DS_Store +0 -0
  163. package/packages/selector/index.js +5 -5
  164. package/packages/selector/src/main.vue +761 -761
  165. package/packages/selector-panel/.DS_Store +0 -0
  166. package/packages/selector-panel/index.js +5 -5
  167. package/packages/selector-panel/src/main.vue +1036 -1036
  168. package/packages/selector-panel/src/selection.vue +174 -174
  169. package/packages/selector-panel/src/tree.vue +129 -129
  170. package/packages/sizer/index.js +5 -5
  171. package/packages/sizer/src/main.vue +257 -257
  172. package/packages/steps/index.js +5 -5
  173. package/packages/steps/src/main.vue +181 -181
  174. package/packages/switch/index.js +5 -5
  175. package/packages/switch/src/main.vue +170 -170
  176. package/packages/table-form/index.js +5 -5
  177. package/packages/tabs/index.js +5 -5
  178. package/packages/tabs/src/main.vue +788 -788
  179. package/packages/tabs-panel/index.js +5 -5
  180. package/packages/tabs-panel/src/main.vue +29 -29
  181. package/packages/theme-chalk/lib/index.css +1 -1
  182. package/packages/theme-chalk/lib/login.css +1 -1
  183. package/packages/theme-chalk/src/.DS_Store +0 -0
  184. package/packages/theme-chalk/src/base.scss +261 -261
  185. package/packages/theme-chalk/src/button-group.scss +176 -176
  186. package/packages/theme-chalk/src/button.scss +24 -24
  187. package/packages/theme-chalk/src/calendar.scss +113 -113
  188. package/packages/theme-chalk/src/card.scss +99 -99
  189. package/packages/theme-chalk/src/checkbox-group.scss +8 -8
  190. package/packages/theme-chalk/src/clients.scss +87 -87
  191. package/packages/theme-chalk/src/data-table-form.scss +67 -67
  192. package/packages/theme-chalk/src/data-table.scss +297 -297
  193. package/packages/theme-chalk/src/date-picker.scss +7 -7
  194. package/packages/theme-chalk/src/dialog.scss +77 -77
  195. package/packages/theme-chalk/src/enable-drag.scss +181 -181
  196. package/packages/theme-chalk/src/enterprise.scss +5 -5
  197. package/packages/theme-chalk/src/error-page.scss +18 -18
  198. package/packages/theme-chalk/src/flow-group.scss +110 -110
  199. package/packages/theme-chalk/src/flow-list.scss +55 -55
  200. package/packages/theme-chalk/src/flow.scss +376 -376
  201. package/packages/theme-chalk/src/handle-user.scss +40 -40
  202. package/packages/theme-chalk/src/handler.scss +148 -148
  203. package/packages/theme-chalk/src/icon.scss +3452 -3452
  204. package/packages/theme-chalk/src/icons.scss +99 -99
  205. package/packages/theme-chalk/src/input.scss +9 -9
  206. package/packages/theme-chalk/src/label.scss +24 -24
  207. package/packages/theme-chalk/src/layout.scss +46 -46
  208. package/packages/theme-chalk/src/login.scss +1006 -1006
  209. package/packages/theme-chalk/src/main.scss +664 -664
  210. package/packages/theme-chalk/src/menu.scss +224 -224
  211. package/packages/theme-chalk/src/mixins/color.scss +117 -117
  212. package/packages/theme-chalk/src/nav.scss +111 -111
  213. package/packages/theme-chalk/src/page.scss +3 -3
  214. package/packages/theme-chalk/src/pagination.scss +29 -29
  215. package/packages/theme-chalk/src/player.scss +9 -9
  216. package/packages/theme-chalk/src/qr-code.scss +17 -17
  217. package/packages/theme-chalk/src/radio-group.scss +9 -9
  218. package/packages/theme-chalk/src/retrial-auth.scss +38 -38
  219. package/packages/theme-chalk/src/select-ganged.scss +8 -8
  220. package/packages/theme-chalk/src/select.scss +8 -8
  221. package/packages/theme-chalk/src/selector-panel.scss +204 -204
  222. package/packages/theme-chalk/src/selector.scss +114 -114
  223. package/packages/theme-chalk/src/simplicity-top.scss +1845 -1845
  224. package/packages/theme-chalk/src/simplicity.scss +1403 -1403
  225. package/packages/theme-chalk/src/sizer.scss +36 -36
  226. package/packages/theme-chalk/src/steps.scss +88 -88
  227. package/packages/theme-chalk/src/switch.scss +3 -3
  228. package/packages/theme-chalk/src/table-form.scss +1 -1
  229. package/packages/theme-chalk/src/tabs.scss +87 -87
  230. package/packages/theme-chalk/src/tips.scss +7 -7
  231. package/packages/theme-chalk/src/toolbar.scss +179 -179
  232. package/packages/theme-chalk/src/tree-group.scss +72 -72
  233. package/packages/theme-chalk/src/tree.scss +167 -167
  234. package/packages/theme-chalk/src/upload.scss +172 -172
  235. package/packages/theme-chalk/src/wxlogin.scss +3 -3
  236. package/packages/tips/index.js +5 -5
  237. package/packages/tips/src/main.vue +141 -141
  238. package/packages/toolbar/index.js +5 -5
  239. package/packages/toolbar/src/main.vue +430 -430
  240. package/packages/tree/index.js +5 -5
  241. package/packages/tree-group/index.js +5 -5
  242. package/packages/upload/.DS_Store +0 -0
  243. package/packages/upload/index.js +5 -5
  244. package/packages/upload/src/main.vue +1813 -1813
  245. package/packages/upload/src/picture.js +15 -15
  246. package/packages/wujie/index.js +5 -5
  247. package/packages/wujie/src/main.vue +146 -146
  248. package/packages/wxlogin/index.js +5 -5
  249. package/packages/wxlogin/src/main.vue +128 -128
  250. package/src/.DS_Store +0 -0
  251. package/src/config/api.js +356 -356
  252. package/src/config/image.js +2 -2
  253. package/src/index.js +163 -163
  254. package/src/utils/.DS_Store +0 -0
  255. package/src/utils/bus.js +3 -3
  256. package/src/utils/date-util.js +312 -312
  257. package/src/utils/http.js +50 -50
  258. package/src/utils/rules.js +18 -18
  259. package/src/utils/store.js +21 -21
  260. package/src/utils/webSocket.js +107 -107
@@ -259,7 +259,7 @@ module.exports = require("lodash");
259
259
 
260
260
  exports = module.exports = __webpack_require__(25)(false);
261
261
  // Module
262
- 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", ""]);
262
+ 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", ""]);
263
263
 
264
264
 
265
265
 
@@ -6928,8 +6928,8 @@ function plugin_asyncToGenerator(fn) { return function () { var gen = fn.apply(t
6928
6928
 
6929
6929
  function plugin_classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
6930
6930
 
6931
- /**
6932
- * JIT_GW_ExtInterface 模块,提供与客户端交互的功能
6931
+ /**
6932
+ * JIT_GW_ExtInterface 模块,提供与客户端交互的功能
6933
6933
  */
6934
6934
  var plugin_CA_ExtInterface = function () {
6935
6935
  function CA_ExtInterface() {
@@ -6942,11 +6942,11 @@ var plugin_CA_ExtInterface = function () {
6942
6942
  this.init();
6943
6943
  }
6944
6944
 
6945
- /**
6946
- * 简单的 Object.assign 兼容 IE <= 11 的 polyfill
6947
- * @see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/assign
6948
- * @param {Object} target - 目标对象
6949
- * @param {Object} options - 新的选项对象
6945
+ /**
6946
+ * 简单的 Object.assign 兼容 IE <= 11 的 polyfill
6947
+ * @see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/assign
6948
+ * @param {Object} target - 目标对象
6949
+ * @param {Object} options - 新的选项对象
6950
6950
  */
6951
6951
 
6952
6952
 
@@ -6961,8 +6961,8 @@ var plugin_CA_ExtInterface = function () {
6961
6961
  }
6962
6962
  };
6963
6963
 
6964
- /**
6965
- * 检查当前会话的 WebSocket URL
6964
+ /**
6965
+ * 检查当前会话的 WebSocket URL
6966
6966
  */
6967
6967
 
6968
6968
 
@@ -6976,8 +6976,8 @@ var plugin_CA_ExtInterface = function () {
6976
6976
  }
6977
6977
  };
6978
6978
 
6979
- /**
6980
- * 检查是否使用 ActiveX
6979
+ /**
6980
+ * 检查是否使用 ActiveX
6981
6981
  */
6982
6982
 
6983
6983
 
@@ -6989,11 +6989,11 @@ var plugin_CA_ExtInterface = function () {
6989
6989
  }
6990
6990
  };
6991
6991
 
6992
- /**
6993
- * 扩展发送消息并等待响应
6994
- * @param {string} operatorCmd - 操作命令
6995
- * @param {string} sendMsg - 发送的消息
6996
- * @returns {string} 响应消息
6992
+ /**
6993
+ * 扩展发送消息并等待响应
6994
+ * @param {string} operatorCmd - 操作命令
6995
+ * @param {string} sendMsg - 发送的消息
6996
+ * @returns {string} 响应消息
6997
6997
  */
6998
6998
 
6999
6999
 
@@ -7026,11 +7026,11 @@ var plugin_CA_ExtInterface = function () {
7026
7026
  return sendAndWaitMessageEx;
7027
7027
  }();
7028
7028
 
7029
- /**
7030
- * 发送消息并等待响应
7031
- * @param {string} wsurl - WebSocket URL
7032
- * @param {string} sendMsg - 发送的消息
7033
- * @returns {string} 响应消息
7029
+ /**
7030
+ * 发送消息并等待响应
7031
+ * @param {string} wsurl - WebSocket URL
7032
+ * @param {string} sendMsg - 发送的消息
7033
+ * @returns {string} 响应消息
7034
7034
  */
7035
7035
 
7036
7036
 
@@ -7054,9 +7054,9 @@ var plugin_CA_ExtInterface = function () {
7054
7054
  }
7055
7055
  };
7056
7056
 
7057
- /**
7058
- * 配置选项
7059
- * @param {Object} extendOption - 扩展选项
7057
+ /**
7058
+ * 配置选项
7059
+ * @param {Object} extendOption - 扩展选项
7060
7060
  */
7061
7061
 
7062
7062
 
@@ -7066,8 +7066,8 @@ var plugin_CA_ExtInterface = function () {
7066
7066
  }
7067
7067
  };
7068
7068
 
7069
- /**
7070
- * 初始化
7069
+ /**
7070
+ * 初始化
7071
7071
  */
7072
7072
 
7073
7073
 
@@ -7075,9 +7075,9 @@ var plugin_CA_ExtInterface = function () {
7075
7075
  this.isUseActioveX();
7076
7076
  };
7077
7077
 
7078
- /**
7079
- * 返回客户端的版本
7080
- * @returns {string} 客户端版本
7078
+ /**
7079
+ * 返回客户端的版本
7080
+ * @returns {string} 客户端版本
7081
7081
  */
7082
7082
 
7083
7083
 
@@ -7090,13 +7090,13 @@ var plugin_CA_ExtInterface = function () {
7090
7090
  }
7091
7091
  };
7092
7092
 
7093
- /**
7094
- * 下载客户端程序并安装
7095
- * @param {string} bstrURL - 下载地址
7096
- * @param {string} bstrHashValue - 哈希值
7097
- * @param {boolean} bSync - 是否同步安装
7098
- * @param {boolean} bOnlySSO - 是否仅安装 SSO
7099
- * @returns {number} 安装结果
7093
+ /**
7094
+ * 下载客户端程序并安装
7095
+ * @param {string} bstrURL - 下载地址
7096
+ * @param {string} bstrHashValue - 哈希值
7097
+ * @param {boolean} bSync - 是否同步安装
7098
+ * @param {boolean} bOnlySSO - 是否仅安装 SSO
7099
+ * @returns {number} 安装结果
7100
7100
  */
7101
7101
 
7102
7102
 
@@ -7110,11 +7110,11 @@ var plugin_CA_ExtInterface = function () {
7110
7110
  }
7111
7111
  };
7112
7112
 
7113
- /**
7114
- * 获取硬件指纹信息
7115
- * @param {number} dwSign - 签名
7116
- * @param {string} strGateWayIP - 网关 IP
7117
- * @returns {string} 硬件指纹信息
7113
+ /**
7114
+ * 获取硬件指纹信息
7115
+ * @param {number} dwSign - 签名
7116
+ * @param {string} strGateWayIP - 网关 IP
7117
+ * @returns {string} 硬件指纹信息
7118
7118
  */
7119
7119
 
7120
7120
 
@@ -7128,12 +7128,12 @@ var plugin_CA_ExtInterface = function () {
7128
7128
  }
7129
7129
  };
7130
7130
 
7131
- /**
7132
- * 设置转发策略和代填策略
7133
- * @param {string} strProxyPolicy - 转发策略
7134
- * @param {string} strSSOPolicy - 代填策略
7135
- * @param {string} strGatewayAddress - 网关地址
7136
- * @returns {number} 设置结果
7131
+ /**
7132
+ * 设置转发策略和代填策略
7133
+ * @param {string} strProxyPolicy - 转发策略
7134
+ * @param {string} strSSOPolicy - 代填策略
7135
+ * @param {string} strGatewayAddress - 网关地址
7136
+ * @returns {number} 设置结果
7137
7137
  */
7138
7138
 
7139
7139
 
@@ -7147,11 +7147,11 @@ var plugin_CA_ExtInterface = function () {
7147
7147
  }
7148
7148
  };
7149
7149
 
7150
- /**
7151
- * 启动认证信息模块
7152
- * @param {string} strFileName - 文件名
7153
- * @param {string} strXmlData - XML 数据
7154
- * @returns {string} 认证信息
7150
+ /**
7151
+ * 启动认证信息模块
7152
+ * @param {string} strFileName - 文件名
7153
+ * @param {string} strXmlData - XML 数据
7154
+ * @returns {string} 认证信息
7155
7155
  */
7156
7156
 
7157
7157
 
@@ -7165,10 +7165,10 @@ var plugin_CA_ExtInterface = function () {
7165
7165
  }
7166
7166
  };
7167
7167
 
7168
- /**
7169
- * 打开 BS 应用
7170
- * @param {string} strUrl - 应用 URL
7171
- * @returns {number} 打开结果
7168
+ /**
7169
+ * 打开 BS 应用
7170
+ * @param {string} strUrl - 应用 URL
7171
+ * @returns {number} 打开结果
7172
7172
  */
7173
7173
 
7174
7174
 
@@ -7182,12 +7182,12 @@ var plugin_CA_ExtInterface = function () {
7182
7182
  }
7183
7183
  };
7184
7184
 
7185
- /**
7186
- * 打开 CS 应用
7187
- * @param {string} strGatewayAddress - 网关地址
7188
- * @param {string} strAppFlag - 应用标识
7189
- * @param {string} strAppPath - 应用路径
7190
- * @returns {number} 打开结果
7185
+ /**
7186
+ * 打开 CS 应用
7187
+ * @param {string} strGatewayAddress - 网关地址
7188
+ * @param {string} strAppFlag - 应用标识
7189
+ * @param {string} strAppPath - 应用路径
7190
+ * @returns {number} 打开结果
7191
7191
  */
7192
7192
 
7193
7193
 
@@ -7201,13 +7201,13 @@ var plugin_CA_ExtInterface = function () {
7201
7201
  }
7202
7202
  };
7203
7203
 
7204
- /**
7205
- * 设置自动更新策略
7206
- * @param {string} strGatewayAddress - 网关地址
7207
- * @param {number} nGatewayPort - 网关端口
7208
- * @param {string} strUserToken - 用户令牌
7209
- * @param {number} updatedelay - 更新延迟
7210
- * @returns {number} 设置结果
7204
+ /**
7205
+ * 设置自动更新策略
7206
+ * @param {string} strGatewayAddress - 网关地址
7207
+ * @param {number} nGatewayPort - 网关端口
7208
+ * @param {string} strUserToken - 用户令牌
7209
+ * @param {number} updatedelay - 更新延迟
7210
+ * @returns {number} 设置结果
7211
7211
  */
7212
7212
 
7213
7213
 
@@ -7221,10 +7221,10 @@ var plugin_CA_ExtInterface = function () {
7221
7221
  }
7222
7222
  };
7223
7223
 
7224
- /**
7225
- * 获取客户端 IP
7226
- * @param {string} strGatewayIP - 网关 IP
7227
- * @returns {string} 客户端 IP
7224
+ /**
7225
+ * 获取客户端 IP
7226
+ * @param {string} strGatewayIP - 网关 IP
7227
+ * @returns {string} 客户端 IP
7228
7228
  */
7229
7229
 
7230
7230
 
@@ -7238,10 +7238,10 @@ var plugin_CA_ExtInterface = function () {
7238
7238
  }
7239
7239
  };
7240
7240
 
7241
- /**
7242
- * 登出网关
7243
- * @param {string} strServerIP - 服务器 IP
7244
- * @returns {number} 登出结果
7241
+ /**
7242
+ * 登出网关
7243
+ * @param {string} strServerIP - 服务器 IP
7244
+ * @returns {number} 登出结果
7245
7245
  */
7246
7246
 
7247
7247
 
@@ -7255,11 +7255,11 @@ var plugin_CA_ExtInterface = function () {
7255
7255
  }
7256
7256
  };
7257
7257
 
7258
- /**
7259
- * 运行安装包
7260
- * @param {number} lRunType - 运行类型
7261
- * @param {boolean} bIsOnlySSO - 是否仅安装 SSO
7262
- * @returns {number} 运行结果
7258
+ /**
7259
+ * 运行安装包
7260
+ * @param {number} lRunType - 运行类型
7261
+ * @param {boolean} bIsOnlySSO - 是否仅安装 SSO
7262
+ * @returns {number} 运行结果
7263
7263
  */
7264
7264
 
7265
7265
 
@@ -7273,9 +7273,9 @@ var plugin_CA_ExtInterface = function () {
7273
7273
  }
7274
7274
  };
7275
7275
 
7276
- /**
7277
- * 获取下载进度
7278
- * @returns {number} 下载进度
7276
+ /**
7277
+ * 获取下载进度
7278
+ * @returns {number} 下载进度
7279
7279
  */
7280
7280
 
7281
7281
 
@@ -7289,9 +7289,9 @@ var plugin_CA_ExtInterface = function () {
7289
7289
  }
7290
7290
  };
7291
7291
 
7292
- /**
7293
- * 是否安装完成
7294
- * @returns {boolean} 安装完成状态
7292
+ /**
7293
+ * 是否安装完成
7294
+ * @returns {boolean} 安装完成状态
7295
7295
  */
7296
7296
 
7297
7297
 
@@ -7305,11 +7305,11 @@ var plugin_CA_ExtInterface = function () {
7305
7305
  }
7306
7306
  };
7307
7307
 
7308
- /**
7309
- * 初始化签包对象
7310
- * @param {string} strAlgType - 算法类型
7311
- * @param {string} strAuxParam - 辅助参数
7312
- * @returns {number} 初始化结果
7308
+ /**
7309
+ * 初始化签包对象
7310
+ * @param {string} strAlgType - 算法类型
7311
+ * @param {string} strAuxParam - 辅助参数
7312
+ * @returns {number} 初始化结果
7313
7313
  */
7314
7314
 
7315
7315
 
@@ -7323,10 +7323,10 @@ var plugin_CA_ExtInterface = function () {
7323
7323
  }
7324
7324
  };
7325
7325
 
7326
- /**
7327
- * 设置摘要算法
7328
- * @param {string} strDigestAlg - 摘要算法
7329
- * @returns {number} 设置结果
7326
+ /**
7327
+ * 设置摘要算法
7328
+ * @param {string} strDigestAlg - 摘要算法
7329
+ * @returns {number} 设置结果
7330
7330
  */
7331
7331
 
7332
7332
 
@@ -7340,10 +7340,10 @@ var plugin_CA_ExtInterface = function () {
7340
7340
  }
7341
7341
  };
7342
7342
 
7343
- /**
7344
- * 设置单证书是否弹出对话框
7345
- * @param {number} isChoose - 是否弹出对话框
7346
- * @returns {number} 设置结果
7343
+ /**
7344
+ * 设置单证书是否弹出对话框
7345
+ * @param {number} isChoose - 是否弹出对话框
7346
+ * @returns {number} 设置结果
7347
7347
  */
7348
7348
 
7349
7349
 
@@ -7357,11 +7357,11 @@ var plugin_CA_ExtInterface = function () {
7357
7357
  }
7358
7358
  };
7359
7359
 
7360
- /**
7361
- * 添加证书过滤条件
7362
- * @param {number} ulType - 过滤类型
7363
- * @param {string} strValue - 过滤值
7364
- * @returns {number} 添加结果
7360
+ /**
7361
+ * 添加证书过滤条件
7362
+ * @param {number} ulType - 过滤类型
7363
+ * @param {string} strValue - 过滤值
7364
+ * @returns {number} 添加结果
7365
7365
  */
7366
7366
 
7367
7367
 
@@ -7375,9 +7375,9 @@ var plugin_CA_ExtInterface = function () {
7375
7375
  }
7376
7376
  };
7377
7377
 
7378
- /**
7379
- * 清除所有过滤条件
7380
- * @returns {number} 清除结果
7378
+ /**
7379
+ * 清除所有过滤条件
7380
+ * @returns {number} 清除结果
7381
7381
  */
7382
7382
 
7383
7383
 
@@ -7391,10 +7391,10 @@ var plugin_CA_ExtInterface = function () {
7391
7391
  }
7392
7392
  };
7393
7393
 
7394
- /**
7395
- * P1 签名
7396
- * @param {string} strValueBase64 - 待签名的 Base64 字符串
7397
- * @returns {string} 签名结果
7394
+ /**
7395
+ * P1 签名
7396
+ * @param {string} strValueBase64 - 待签名的 Base64 字符串
7397
+ * @returns {string} 签名结果
7398
7398
  */
7399
7399
 
7400
7400
 
@@ -7408,10 +7408,10 @@ var plugin_CA_ExtInterface = function () {
7408
7408
  }
7409
7409
  };
7410
7410
 
7411
- /**
7412
- * P1 签名字符串
7413
- * @param {string} strValue - 待签名的字符串
7414
- * @returns {string} 签名结果
7411
+ /**
7412
+ * P1 签名字符串
7413
+ * @param {string} strValue - 待签名的字符串
7414
+ * @returns {string} 签名结果
7415
7415
  */
7416
7416
 
7417
7417
 
@@ -7425,12 +7425,12 @@ var plugin_CA_ExtInterface = function () {
7425
7425
  }
7426
7426
  };
7427
7427
 
7428
- /**
7429
- * P7 签名
7430
- * @param {string} strValueBase64 - 待签名的 Base64 字符串
7431
- * @param {boolean} isDetach - 是否分离签名
7432
- * @param {boolean} isIncludeCert - 是否包含证书
7433
- * @returns {string} 签名结果
7428
+ /**
7429
+ * P7 签名
7430
+ * @param {string} strValueBase64 - 待签名的 Base64 字符串
7431
+ * @param {boolean} isDetach - 是否分离签名
7432
+ * @param {boolean} isIncludeCert - 是否包含证书
7433
+ * @returns {string} 签名结果
7434
7434
  */
7435
7435
 
7436
7436
 
@@ -7444,12 +7444,12 @@ var plugin_CA_ExtInterface = function () {
7444
7444
  }
7445
7445
  };
7446
7446
 
7447
- /**
7448
- * P7 签名字符串
7449
- * @param {string} strValue - 待签名的字符串
7450
- * @param {boolean} isDetach - 是否分离签名
7451
- * @param {boolean} isIncludeCert - 是否包含证书
7452
- * @returns {string} 签名结果
7447
+ /**
7448
+ * P7 签名字符串
7449
+ * @param {string} strValue - 待签名的字符串
7450
+ * @param {boolean} isDetach - 是否分离签名
7451
+ * @param {boolean} isIncludeCert - 是否包含证书
7452
+ * @returns {string} 签名结果
7453
7453
  */
7454
7454
 
7455
7455
 
@@ -7463,9 +7463,9 @@ var plugin_CA_ExtInterface = function () {
7463
7463
  }
7464
7464
  };
7465
7465
 
7466
- /**
7467
- * 释放签名对象
7468
- * @returns {number} 释放结果
7466
+ /**
7467
+ * 释放签名对象
7468
+ * @returns {number} 释放结果
7469
7469
  */
7470
7470
 
7471
7471
 
@@ -7479,9 +7479,9 @@ var plugin_CA_ExtInterface = function () {
7479
7479
  }
7480
7480
  };
7481
7481
 
7482
- /**
7483
- * 获取签名版本
7484
- * @returns {string} 签名版本
7482
+ /**
7483
+ * 获取签名版本
7484
+ * @returns {string} 签名版本
7485
7485
  */
7486
7486
 
7487
7487
 
@@ -7495,9 +7495,9 @@ var plugin_CA_ExtInterface = function () {
7495
7495
  }
7496
7496
  };
7497
7497
 
7498
- /**
7499
- * 获取签名证书
7500
- * @returns {string} 签名证书
7498
+ /**
7499
+ * 获取签名证书
7500
+ * @returns {string} 签名证书
7501
7501
  */
7502
7502
 
7503
7503
 
@@ -7511,9 +7511,9 @@ var plugin_CA_ExtInterface = function () {
7511
7511
  }
7512
7512
  };
7513
7513
 
7514
- /**
7515
- * 获取错误码
7516
- * @returns {number} 错误码
7514
+ /**
7515
+ * 获取错误码
7516
+ * @returns {number} 错误码
7517
7517
  */
7518
7518
 
7519
7519
 
@@ -7527,9 +7527,9 @@ var plugin_CA_ExtInterface = function () {
7527
7527
  }
7528
7528
  };
7529
7529
 
7530
- /**
7531
- * 获取错误信息
7532
- * @returns {string} 错误信息
7530
+ /**
7531
+ * 获取错误信息
7532
+ * @returns {string} 错误信息
7533
7533
  */
7534
7534
 
7535
7535
 
@@ -7543,9 +7543,9 @@ var plugin_CA_ExtInterface = function () {
7543
7543
  }
7544
7544
  };
7545
7545
 
7546
- /**
7547
- * 销毁认证对象
7548
- * @returns {number} 销毁结果
7546
+ /**
7547
+ * 销毁认证对象
7548
+ * @returns {number} 销毁结果
7549
7549
  */
7550
7550
 
7551
7551
 
@@ -7559,9 +7559,9 @@ var plugin_CA_ExtInterface = function () {
7559
7559
  }
7560
7560
  };
7561
7561
 
7562
- /**
7563
- * 获取证书类型
7564
- * @returns {string} 证书类型
7562
+ /**
7563
+ * 获取证书类型
7564
+ * @returns {string} 证书类型
7565
7565
  */
7566
7566
 
7567
7567
 
@@ -7575,9 +7575,9 @@ var plugin_CA_ExtInterface = function () {
7575
7575
  }
7576
7576
  };
7577
7577
 
7578
- /**
7579
- * 获取签名摘要算法
7580
- * @returns {string} 签名摘要算法
7578
+ /**
7579
+ * 获取签名摘要算法
7580
+ * @returns {string} 签名摘要算法
7581
7581
  */
7582
7582
 
7583
7583
 
@@ -7591,11 +7591,11 @@ var plugin_CA_ExtInterface = function () {
7591
7591
  }
7592
7592
  };
7593
7593
 
7594
- /**
7595
- * 使能调用序列
7596
- * @param {boolean} bCallQueueEnable - 是否使能调用序列
7597
- * @param {boolean} bHeadInfoEnable - 是否使能头部信息
7598
- * @returns {number} 使能结果
7594
+ /**
7595
+ * 使能调用序列
7596
+ * @param {boolean} bCallQueueEnable - 是否使能调用序列
7597
+ * @param {boolean} bHeadInfoEnable - 是否使能头部信息
7598
+ * @returns {number} 使能结果
7599
7599
  */
7600
7600
 
7601
7601
 
@@ -7609,9 +7609,9 @@ var plugin_CA_ExtInterface = function () {
7609
7609
  }
7610
7610
  };
7611
7611
 
7612
- /**
7613
- * 清空调用序列结果
7614
- * @returns {number} 清空调用序列结果
7612
+ /**
7613
+ * 清空调用序列结果
7614
+ * @returns {number} 清空调用序列结果
7615
7615
  */
7616
7616
 
7617
7617
 
@@ -7625,9 +7625,9 @@ var plugin_CA_ExtInterface = function () {
7625
7625
  }
7626
7626
  };
7627
7627
 
7628
- /**
7629
- * 获取调用序列结果
7630
- * @returns {string} 调用序列结果
7628
+ /**
7629
+ * 获取调用序列结果
7630
+ * @returns {string} 调用序列结果
7631
7631
  */
7632
7632
 
7633
7633
 
@@ -7641,12 +7641,12 @@ var plugin_CA_ExtInterface = function () {
7641
7641
  }
7642
7642
  };
7643
7643
 
7644
- /**
7645
- * 客户端安全策略检查
7646
- * @param {string} strGatewayAddress - 网关地址
7647
- * @param {number} usGatewayPort - 网关端口
7648
- * @param {string} strSecurityPolicys - 安全策略
7649
- * @returns {boolean} 检查结果
7644
+ /**
7645
+ * 客户端安全策略检查
7646
+ * @param {string} strGatewayAddress - 网关地址
7647
+ * @param {number} usGatewayPort - 网关端口
7648
+ * @param {string} strSecurityPolicys - 安全策略
7649
+ * @returns {boolean} 检查结果
7650
7650
  */
7651
7651
 
7652
7652
 
@@ -7660,9 +7660,9 @@ var plugin_CA_ExtInterface = function () {
7660
7660
  }
7661
7661
  };
7662
7662
 
7663
- /**
7664
- * 获取通讯协议版本
7665
- * @returns {string} 通讯协议版本
7663
+ /**
7664
+ * 获取通讯协议版本
7665
+ * @returns {string} 通讯协议版本
7666
7666
  */
7667
7667
 
7668
7668
 
@@ -7676,13 +7676,13 @@ var plugin_CA_ExtInterface = function () {
7676
7676
  }
7677
7677
  };
7678
7678
 
7679
- /**
7680
- * 修改 Key 的 Pin 码
7681
- * @param {string} strCertSn - 证书序列号
7682
- * @param {number} lPinCodeType - Pin 码类型
7683
- * @param {string} strCurPinCode - 当前 Pin 码
7684
- * @param {string} strNewPinCode - 新 Pin 码
7685
- * @returns {number} 修改结果
7679
+ /**
7680
+ * 修改 Key 的 Pin 码
7681
+ * @param {string} strCertSn - 证书序列号
7682
+ * @param {number} lPinCodeType - Pin 码类型
7683
+ * @param {string} strCurPinCode - 当前 Pin 码
7684
+ * @param {string} strNewPinCode - 新 Pin 码
7685
+ * @returns {number} 修改结果
7686
7686
  */
7687
7687
 
7688
7688
 
@@ -7696,10 +7696,10 @@ var plugin_CA_ExtInterface = function () {
7696
7696
  }
7697
7697
  };
7698
7698
 
7699
- /**
7700
- * 等待策略设置完毕
7701
- * @param {string} strGatewayAddress - 网关地址
7702
- * @returns {number} 等待结果
7699
+ /**
7700
+ * 等待策略设置完毕
7701
+ * @param {string} strGatewayAddress - 网关地址
7702
+ * @returns {number} 等待结果
7703
7703
  */
7704
7704
 
7705
7705
 
@@ -7713,10 +7713,10 @@ var plugin_CA_ExtInterface = function () {
7713
7713
  }
7714
7714
  };
7715
7715
 
7716
- /**
7717
- * 获取会话 Token
7718
- * @param {string} strGatewayAddress - 网关地址
7719
- * @returns {string} 会话 Token
7716
+ /**
7717
+ * 获取会话 Token
7718
+ * @param {string} strGatewayAddress - 网关地址
7719
+ * @returns {string} 会话 Token
7720
7720
  */
7721
7721
 
7722
7722
 
@@ -7730,9 +7730,9 @@ var plugin_CA_ExtInterface = function () {
7730
7730
  }
7731
7731
  };
7732
7732
 
7733
- /**
7734
- * 获取控件版本
7735
- * @returns {string} 控件版本
7733
+ /**
7734
+ * 获取控件版本
7735
+ * @returns {string} 控件版本
7736
7736
  */
7737
7737
 
7738
7738
 
@@ -7746,10 +7746,10 @@ var plugin_CA_ExtInterface = function () {
7746
7746
  }
7747
7747
  };
7748
7748
 
7749
- /**
7750
- * 设置语言资源
7751
- * @param {string} strLanguage - 语言资源
7752
- * @returns {number} 设置结果
7749
+ /**
7750
+ * 设置语言资源
7751
+ * @param {string} strLanguage - 语言资源
7752
+ * @returns {number} 设置结果
7753
7753
  */
7754
7754
 
7755
7755
 
@@ -7763,12 +7763,12 @@ var plugin_CA_ExtInterface = function () {
7763
7763
  }
7764
7764
  };
7765
7765
 
7766
- /**
7767
- * 获取用户属性
7768
- * @param {string} strGatewayAddress - 网关地址
7769
- * @param {string} strAppFlag - 应用标识
7770
- * @param {string} strAttributeName - 属性名称
7771
- * @returns {string} 用户属性值
7766
+ /**
7767
+ * 获取用户属性
7768
+ * @param {string} strGatewayAddress - 网关地址
7769
+ * @param {string} strAppFlag - 应用标识
7770
+ * @param {string} strAttributeName - 属性名称
7771
+ * @returns {string} 用户属性值
7772
7772
  */
7773
7773
 
7774
7774
 
@@ -7782,9 +7782,9 @@ var plugin_CA_ExtInterface = function () {
7782
7782
  }
7783
7783
  };
7784
7784
 
7785
- /**
7786
- * 获取签名加密 PIN 码
7787
- * @returns {string} 签名加密 PIN 码
7785
+ /**
7786
+ * 获取签名加密 PIN 码
7787
+ * @returns {string} 签名加密 PIN 码
7788
7788
  */
7789
7789
 
7790
7790
 
@@ -7797,20 +7797,20 @@ var plugin_CA_ExtInterface = function () {
7797
7797
  return result.value;
7798
7798
  }
7799
7799
  };
7800
- /*
7801
- *曙光四川CA
7802
- *'SOF_GetUserList' 证书列表
7803
- *'SOF_ExportUserCert' 导出证书
7804
- *'SOF_GetCertInfo': 获取证书信息
7805
- *'SOF_GenRandom': 生成随机数
7806
- *'SOF_SignData': 获取证书签名
7807
- *'SOF_Login': 登录证书
7808
- *'SOF_GetPinRetryCount': 剩余次数
7800
+ /*
7801
+ *曙光四川CA
7802
+ *'SOF_GetUserList' 证书列表
7803
+ *'SOF_ExportUserCert' 导出证书
7804
+ *'SOF_GetCertInfo': 获取证书信息
7805
+ *'SOF_GenRandom': 生成随机数
7806
+ *'SOF_SignData': 获取证书签名
7807
+ *'SOF_Login': 登录证书
7808
+ *'SOF_GetPinRetryCount': 剩余次数
7809
7809
  */
7810
- /**
7811
- *
7812
- * 获取webSocket消息
7813
- * @returns {string}
7810
+ /**
7811
+ *
7812
+ * 获取webSocket消息
7813
+ * @returns {string}
7814
7814
  */
7815
7815
 
7816
7816
 
@@ -7846,10 +7846,10 @@ var plugin_CA_ExtInterface = function () {
7846
7846
  };
7847
7847
  });
7848
7848
  };
7849
- /**
7850
- *
7851
- * base64解码
7852
- * @returns {string} base64解码后的字符串
7849
+ /**
7850
+ *
7851
+ * base64解码
7852
+ * @returns {string} base64解码后的字符串
7853
7853
  */
7854
7854
 
7855
7855
 
@@ -7884,10 +7884,10 @@ var plugin_CA_ExtInterface = function () {
7884
7884
  val = this.utf8_decode(val);
7885
7885
  return val;
7886
7886
  };
7887
- /**
7888
- *
7889
- * base64编码
7890
- * @returns {string} base64编码后的字符串
7887
+ /**
7888
+ *
7889
+ * base64编码
7890
+ * @returns {string} base64编码后的字符串
7891
7891
  */
7892
7892
 
7893
7893
 
@@ -7920,10 +7920,10 @@ var plugin_CA_ExtInterface = function () {
7920
7920
  }
7921
7921
  return val;
7922
7922
  };
7923
- /**
7924
- *
7925
- * utf8解码
7926
- * @returns {string} utf8解码后的字符串
7923
+ /**
7924
+ *
7925
+ * utf8解码
7926
+ * @returns {string} utf8解码后的字符串
7927
7927
  */
7928
7928
 
7929
7929
 
@@ -7952,10 +7952,10 @@ var plugin_CA_ExtInterface = function () {
7952
7952
  }
7953
7953
  return string;
7954
7954
  };
7955
- /**
7956
- *
7957
- * utf8编码
7958
- * @returns {string} utf8编码后的字符串
7955
+ /**
7956
+ *
7957
+ * utf8编码
7958
+ * @returns {string} utf8编码后的字符串
7959
7959
  */
7960
7960
 
7961
7961
 
@@ -32824,21 +32824,21 @@ var CommonOpinionsvue_type_script_lang_js_components;
32824
32824
  return validSate;
32825
32825
  },
32826
32826
 
32827
- /**
32828
- * changeOpinion
32829
- * @desc:监听意见变化
32830
- * @author liufan
32831
- * @date 2022年10月28日
32827
+ /**
32828
+ * changeOpinion
32829
+ * @desc:监听意见变化
32830
+ * @author liufan
32831
+ * @date 2022年10月28日
32832
32832
  **/
32833
32833
  changeOpinion: function changeOpinion() {
32834
32834
  this.$emit('change', this.form.value);
32835
32835
  },
32836
32836
 
32837
- /**
32838
- * getCommonOpion
32839
- * @desc:获取意见
32840
- * @author liufan
32841
- * @date 2022年5月25日
32837
+ /**
32838
+ * getCommonOpion
32839
+ * @desc:获取意见
32840
+ * @author liufan
32841
+ * @date 2022年5月25日
32842
32842
  **/
32843
32843
  getCommonOpion: function getCommonOpion() {
32844
32844
  var _this = this;
@@ -32867,24 +32867,24 @@ var CommonOpinionsvue_type_script_lang_js_components;
32867
32867
  });
32868
32868
  },
32869
32869
 
32870
- /**
32871
- * upDate
32872
- * @desc:修改常用语
32873
- * @author liufan
32874
- * @param {Object} val 修改值
32875
- * @date 2022年5月25日
32870
+ /**
32871
+ * upDate
32872
+ * @desc:修改常用语
32873
+ * @author liufan
32874
+ * @param {Object} val 修改值
32875
+ * @date 2022年5月25日
32876
32876
  **/
32877
32877
  upDate: function upDate(val) {
32878
32878
  this.FormData.id = val.id;
32879
32879
  this.addVisible = true;
32880
32880
  },
32881
32881
 
32882
- /**
32883
- * selectChange
32884
- * @desc:常用语选择
32885
- * @author liufan
32886
- * @param {String} val 选中值
32887
- * @date 2022年5月25日
32882
+ /**
32883
+ * selectChange
32884
+ * @desc:常用语选择
32885
+ * @author liufan
32886
+ * @param {String} val 选中值
32887
+ * @date 2022年5月25日
32888
32888
  **/
32889
32889
  selectChange: function selectChange(val) {
32890
32890
  var _this2 = this;
@@ -32903,12 +32903,12 @@ var CommonOpinionsvue_type_script_lang_js_components;
32903
32903
  });
32904
32904
  },
32905
32905
 
32906
- /**
32907
- * del
32908
- * @desc:删除常用语
32909
- * @author liufan
32910
- * @param {Object} val 删除的数据
32911
- * @date 2022年5月25日
32906
+ /**
32907
+ * del
32908
+ * @desc:删除常用语
32909
+ * @author liufan
32910
+ * @param {Object} val 删除的数据
32911
+ * @date 2022年5月25日
32912
32912
  **/
32913
32913
  del: function del(val) {
32914
32914
  var _this3 = this;
@@ -32950,12 +32950,12 @@ var CommonOpinionsvue_type_script_lang_js_components;
32950
32950
  }).catch(function (e) {});
32951
32951
  },
32952
32952
 
32953
- /**
32954
- * submit
32955
- * @desc:新增/编辑意见保存
32956
- * @author liufan
32957
- * @param {Object} val 保存数据
32958
- * @date 2022年5月25日
32953
+ /**
32954
+ * submit
32955
+ * @desc:新增/编辑意见保存
32956
+ * @author liufan
32957
+ * @param {Object} val 保存数据
32958
+ * @date 2022年5月25日
32959
32959
  **/
32960
32960
  submit: function submit(val) {
32961
32961
  var _this4 = this;
@@ -36835,11 +36835,11 @@ var processFormvue_type_script_lang_js_components;
36835
36835
  });
36836
36836
  },
36837
36837
 
36838
- /**
36839
- * isMultiple
36840
- * @desc:是否多选
36841
- * @author liufan
36842
- * @date 2022年9月13日
36838
+ /**
36839
+ * isMultiple
36840
+ * @desc:是否多选
36841
+ * @author liufan
36842
+ * @date 2022年9月13日
36843
36843
  **/
36844
36844
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
36845
36845
  var multiple = false;
@@ -41089,11 +41089,11 @@ var resetvue_type_script_lang_js_components;
41089
41089
  });
41090
41090
  },
41091
41091
 
41092
- /**
41093
- * isMultiple
41094
- * @desc:是否多选
41095
- * @author liufan
41096
- * @date 2022年9月13日
41092
+ /**
41093
+ * isMultiple
41094
+ * @desc:是否多选
41095
+ * @author liufan
41096
+ * @date 2022年9月13日
41097
41097
  **/
41098
41098
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
41099
41099
  var multiple = false;
@@ -45741,11 +45741,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45741
45741
  });
45742
45742
  },
45743
45743
 
45744
- /**
45745
- * saveInfo
45746
- * @desc:暂存
45747
- * @author liufan
45748
- * @date 2022年9月9日
45744
+ /**
45745
+ * saveInfo
45746
+ * @desc:暂存
45747
+ * @author liufan
45748
+ * @date 2022年9月9日
45749
45749
  **/
45750
45750
  saveInfo: function saveInfo(type, btn) {
45751
45751
  var _this6 = this;
@@ -45807,11 +45807,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45807
45807
  });
45808
45808
  },
45809
45809
 
45810
- /**
45811
- * rejectBtn
45812
- * @desc:点击驳回
45813
- * @author liufan
45814
- * @date 2022年5月25日
45810
+ /**
45811
+ * rejectBtn
45812
+ * @desc:点击驳回
45813
+ * @author liufan
45814
+ * @date 2022年5月25日
45815
45815
  **/
45816
45816
  rejectBtn: function rejectBtn() {
45817
45817
  var _this8 = this;
@@ -45829,11 +45829,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45829
45829
  }
45830
45830
  },
45831
45831
 
45832
- /**
45833
- * taskReadBtn
45834
- * @desc:点击分阅
45835
- * @author liufan
45836
- * @date 2022年5月25日
45832
+ /**
45833
+ * taskReadBtn
45834
+ * @desc:点击分阅
45835
+ * @author liufan
45836
+ * @date 2022年5月25日
45837
45837
  **/
45838
45838
  taskReadBtn: function taskReadBtn() {
45839
45839
  var _this9 = this;
@@ -45852,11 +45852,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45852
45852
  }
45853
45853
  },
45854
45854
 
45855
- /**
45856
- * getFind
45857
- * @desc:获取通知方式
45858
- * @author liufan
45859
- * @date 2022年5月25日
45855
+ /**
45856
+ * getFind
45857
+ * @desc:获取通知方式
45858
+ * @author liufan
45859
+ * @date 2022年5月25日
45860
45860
  **/
45861
45861
  getFind: function getFind() {
45862
45862
  var _this10 = this;
@@ -45912,12 +45912,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45912
45912
  });
45913
45913
  },
45914
45914
 
45915
- /**
45916
- * endFlows
45917
- * @desc:直接办结
45918
- * @author liufan
45919
- * @param {Object} res 直接办结数据
45920
- * @date 2022年5月25日
45915
+ /**
45916
+ * endFlows
45917
+ * @desc:直接办结
45918
+ * @author liufan
45919
+ * @param {Object} res 直接办结数据
45920
+ * @date 2022年5月25日
45921
45921
  **/
45922
45922
  endFlows: function endFlows(res) {
45923
45923
  var _this12 = this;
@@ -45971,12 +45971,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45971
45971
  }).catch(function (e) {});
45972
45972
  },
45973
45973
 
45974
- /**
45975
- * goView
45976
- * @desc:更多流程按钮操作
45977
- * @author liufan
45978
- * @param {Object} res 当前点击操作按钮数据
45979
- * @date 2022年5月25日
45974
+ /**
45975
+ * goView
45976
+ * @desc:更多流程按钮操作
45977
+ * @author liufan
45978
+ * @param {Object} res 当前点击操作按钮数据
45979
+ * @date 2022年5月25日
45980
45980
  **/
45981
45981
  goView: function goView(res) {
45982
45982
  // 驳回并办结:rejectAndEndHtml
@@ -46061,11 +46061,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
46061
46061
  // isCanStartSubFlow
46062
46062
  },
46063
46063
 
46064
- /**
46065
- * toTakeAdvice
46066
- * @desc:征求意见
46067
- * @author liufan
46068
- * @date 2022年9月29日
46064
+ /**
46065
+ * toTakeAdvice
46066
+ * @desc:征求意见
46067
+ * @author liufan
46068
+ * @date 2022年9月29日
46069
46069
  **/
46070
46070
  toTakeAdvice: function toTakeAdvice(res) {
46071
46071
  var _this14 = this;
@@ -46109,11 +46109,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
46109
46109
  });
46110
46110
  },
46111
46111
 
46112
- /**
46113
- * toStartDraf
46114
- * @desc: 稿件递送、联合审核、复核
46115
- * @author liufan
46116
- * @date 2022年9月29日
46112
+ /**
46113
+ * toStartDraf
46114
+ * @desc: 稿件递送、联合审核、复核
46115
+ * @author liufan
46116
+ * @date 2022年9月29日
46117
46117
  **/
46118
46118
  toStartDraf: function toStartDraf(res) {
46119
46119
  var _this16 = this;
@@ -46127,11 +46127,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
46127
46127
  }
46128
46128
  },
46129
46129
 
46130
- /**
46131
- * toSendMsg
46132
- * @desc:核稿通知
46133
- * @author liufan
46134
- * @date 2022年9月29日
46130
+ /**
46131
+ * toSendMsg
46132
+ * @desc:核稿通知
46133
+ * @author liufan
46134
+ * @date 2022年9月29日
46135
46135
  **/
46136
46136
  toSendMsg: function toSendMsg(res) {
46137
46137
  var _this17 = this;
@@ -46145,11 +46145,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
46145
46145
  }
46146
46146
  },
46147
46147
 
46148
- /**
46149
- * toTaskReadAndEnd
46150
- * @desc:分阅并办结
46151
- * @author liufan
46152
- * @date 2022年9月29日
46148
+ /**
46149
+ * toTaskReadAndEnd
46150
+ * @desc:分阅并办结
46151
+ * @author liufan
46152
+ * @date 2022年9月29日
46153
46153
  **/
46154
46154
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
46155
46155
  var _this18 = this;
@@ -46167,11 +46167,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
46167
46167
  }
46168
46168
  },
46169
46169
 
46170
- /**
46171
- * rejectAndEnd
46172
- * @desc:驳回并办结
46173
- * @author liufan
46174
- * @date 2022年9月29日
46170
+ /**
46171
+ * rejectAndEnd
46172
+ * @desc:驳回并办结
46173
+ * @author liufan
46174
+ * @date 2022年9月29日
46175
46175
  **/
46176
46176
  rejectAndEnd: function rejectAndEnd(res) {
46177
46177
  var _this19 = this;
@@ -46226,11 +46226,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
46226
46226
  });
46227
46227
  },
46228
46228
 
46229
- /**
46230
- * toTransfer
46231
- * @desc:转办
46232
- * @author liufan
46233
- * @date 2022年9月29日
46229
+ /**
46230
+ * toTransfer
46231
+ * @desc:转办
46232
+ * @author liufan
46233
+ * @date 2022年9月29日
46234
46234
  **/
46235
46235
  toTransfer: function toTransfer(res) {
46236
46236
  var _this21 = this;
@@ -46246,11 +46246,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
46246
46246
  }
46247
46247
  },
46248
46248
 
46249
- /**
46250
- * getNodeInfo
46251
- * @desc:获取节点信息
46252
- * @author liufan
46253
- * @date 2022年5月25日
46249
+ /**
46250
+ * getNodeInfo
46251
+ * @desc:获取节点信息
46252
+ * @author liufan
46253
+ * @date 2022年5月25日
46254
46254
  **/
46255
46255
  getNodeInfo: function getNodeInfo() {
46256
46256
  var _this22 = this;
@@ -46349,12 +46349,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
46349
46349
  });
46350
46350
  },
46351
46351
 
46352
- /**
46353
- * selecNext
46354
- * @desc:下步节点变化时更新数据
46355
- * @author liufan
46356
- * @param {String} val 当前选中值
46357
- * @date 2022年5月25日
46352
+ /**
46353
+ * selecNext
46354
+ * @desc:下步节点变化时更新数据
46355
+ * @author liufan
46356
+ * @param {String} val 当前选中值
46357
+ * @date 2022年5月25日
46358
46358
  **/
46359
46359
  selecNext: function selecNext(val, type, isDef) {
46360
46360
  var _this23 = this;
@@ -46463,11 +46463,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
46463
46463
  if (isDef !== true) this.getNodeInfo();
46464
46464
  },
46465
46465
 
46466
- /**
46467
- * isMultiple
46468
- * @desc:是否多选
46469
- * @author liufan
46470
- * @date 2022年9月13日
46466
+ /**
46467
+ * isMultiple
46468
+ * @desc:是否多选
46469
+ * @author liufan
46470
+ * @date 2022年9月13日
46471
46471
  **/
46472
46472
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
46473
46473
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -46499,11 +46499,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
46499
46499
  }
46500
46500
  },
46501
46501
 
46502
- /**
46503
- * getHedInfo
46504
- * @desc:获取审核页面数据
46505
- * @author liufan
46506
- * @date 2022年5月25日
46502
+ /**
46503
+ * getHedInfo
46504
+ * @desc:获取审核页面数据
46505
+ * @author liufan
46506
+ * @date 2022年5月25日
46507
46507
  **/
46508
46508
  getHedInfo: function getHedInfo() {
46509
46509
  var _this24 = this;
@@ -46739,13 +46739,13 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
46739
46739
  });
46740
46740
  },
46741
46741
 
46742
- /**
46743
- * closeProcess
46744
- * @desc:关闭弹窗
46745
- * @author liufan
46746
- * @param {boolean} val 当前是否办理流程
46747
- * @param {String} type 当前点击的弹窗类型
46748
- * @date 2022年5月25日
46742
+ /**
46743
+ * closeProcess
46744
+ * @desc:关闭弹窗
46745
+ * @author liufan
46746
+ * @param {boolean} val 当前是否办理流程
46747
+ * @param {String} type 当前点击的弹窗类型
46748
+ * @date 2022年5月25日
46749
46749
  **/
46750
46750
  closeProcess: function closeProcess(val, type, closeParent) {
46751
46751
  if (closeParent) {
@@ -46762,23 +46762,23 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
46762
46762
  }
46763
46763
  },
46764
46764
 
46765
- /**
46766
- * selectChange
46767
- * @desc:常用语选择
46768
- * @author liufan
46769
- * @param {String} val 选中值
46770
- * @date 2022年5月25日
46765
+ /**
46766
+ * selectChange
46767
+ * @desc:常用语选择
46768
+ * @author liufan
46769
+ * @param {String} val 选中值
46770
+ * @date 2022年5月25日
46771
46771
  **/
46772
46772
  selectChange: function selectChange(val) {
46773
46773
  this.value = val;
46774
46774
  },
46775
46775
 
46776
- /**
46777
- * upDate
46778
- * @desc:修改常用语
46779
- * @author liufan
46780
- * @param {Object} val 修改值
46781
- * @date 2022年5月25日
46776
+ /**
46777
+ * upDate
46778
+ * @desc:修改常用语
46779
+ * @author liufan
46780
+ * @param {Object} val 修改值
46781
+ * @date 2022年5月25日
46782
46782
  **/
46783
46783
  upDate: function upDate(val) {
46784
46784
  this.FormData.id = val.id;
@@ -46786,11 +46786,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
46786
46786
  },
46787
46787
 
46788
46788
 
46789
- /**
46790
- * getProcess
46791
- * @desc:获取选择流程
46792
- * @author liufan
46793
- * @date 2022年5月25日
46789
+ /**
46790
+ * getProcess
46791
+ * @desc:获取选择流程
46792
+ * @author liufan
46793
+ * @date 2022年5月25日
46794
46794
  **/
46795
46795
  getProcess: function getProcess() {
46796
46796
  var _this25 = this;
@@ -46844,11 +46844,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
46844
46844
  });
46845
46845
  },
46846
46846
 
46847
- /**
46848
- * getPendedhistoryList
46849
- * @desc:获取流程列表
46850
- * @author liufan
46851
- * @date 2022年5月25日
46847
+ /**
46848
+ * getPendedhistoryList
46849
+ * @desc:获取流程列表
46850
+ * @author liufan
46851
+ * @date 2022年5月25日
46852
46852
  **/
46853
46853
  getPendedhistoryList: function getPendedhistoryList() {
46854
46854
  var _this26 = this;
@@ -46880,12 +46880,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
46880
46880
  },
46881
46881
 
46882
46882
  // 提交流程
46883
- /**
46884
- * subProcess
46885
- * @desc:提交流程
46886
- * @author liufan
46887
- * @param {String} formName 当前form表单ref值
46888
- * @date 2022年5月25日
46883
+ /**
46884
+ * subProcess
46885
+ * @desc:提交流程
46886
+ * @author liufan
46887
+ * @param {String} formName 当前form表单ref值
46888
+ * @date 2022年5月25日
46889
46889
  **/
46890
46890
  subProcess: function subProcess(val) {
46891
46891
  var _this27 = this;
@@ -50861,11 +50861,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50861
50861
  });
50862
50862
  },
50863
50863
 
50864
- /**
50865
- * saveInfo
50866
- * @desc:暂存
50867
- * @author liufan
50868
- * @date 2022年9月9日
50864
+ /**
50865
+ * saveInfo
50866
+ * @desc:暂存
50867
+ * @author liufan
50868
+ * @date 2022年9月9日
50869
50869
  **/
50870
50870
  saveInfo: function saveInfo(type, btn) {
50871
50871
  var _this14 = this;
@@ -50927,11 +50927,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50927
50927
  });
50928
50928
  },
50929
50929
 
50930
- /**
50931
- * rejectBtn
50932
- * @desc:点击驳回
50933
- * @author liufan
50934
- * @date 2022年5月25日
50930
+ /**
50931
+ * rejectBtn
50932
+ * @desc:点击驳回
50933
+ * @author liufan
50934
+ * @date 2022年5月25日
50935
50935
  **/
50936
50936
  rejectBtn: function rejectBtn() {
50937
50937
  var _this16 = this;
@@ -50949,11 +50949,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50949
50949
  }
50950
50950
  },
50951
50951
 
50952
- /**
50953
- * taskReadBtn
50954
- * @desc:点击分阅
50955
- * @author liufan
50956
- * @date 2022年5月25日
50952
+ /**
50953
+ * taskReadBtn
50954
+ * @desc:点击分阅
50955
+ * @author liufan
50956
+ * @date 2022年5月25日
50957
50957
  **/
50958
50958
  taskReadBtn: function taskReadBtn() {
50959
50959
  var _this17 = this;
@@ -50972,11 +50972,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50972
50972
  }
50973
50973
  },
50974
50974
 
50975
- /**
50976
- * getFind
50977
- * @desc:获取通知方式
50978
- * @author liufan
50979
- * @date 2022年5月25日
50975
+ /**
50976
+ * getFind
50977
+ * @desc:获取通知方式
50978
+ * @author liufan
50979
+ * @date 2022年5月25日
50980
50980
  **/
50981
50981
  getFind: function getFind() {
50982
50982
  var _this18 = this;
@@ -51043,12 +51043,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51043
51043
  });
51044
51044
  },
51045
51045
 
51046
- /**
51047
- * endFlows
51048
- * @desc:直接办结
51049
- * @author liufan
51050
- * @param {Object} res 直接办结数据
51051
- * @date 2022年5月25日
51046
+ /**
51047
+ * endFlows
51048
+ * @desc:直接办结
51049
+ * @author liufan
51050
+ * @param {Object} res 直接办结数据
51051
+ * @date 2022年5月25日
51052
51052
  **/
51053
51053
  endFlows: function endFlows(res) {
51054
51054
  var _this20 = this;
@@ -51103,12 +51103,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51103
51103
  }).catch(function (e) {});
51104
51104
  },
51105
51105
 
51106
- /**
51107
- * goView
51108
- * @desc:更多流程按钮操作
51109
- * @author liufan
51110
- * @param {Object} res 当前点击操作按钮数据
51111
- * @date 2022年5月25日
51106
+ /**
51107
+ * goView
51108
+ * @desc:更多流程按钮操作
51109
+ * @author liufan
51110
+ * @param {Object} res 当前点击操作按钮数据
51111
+ * @date 2022年5月25日
51112
51112
  **/
51113
51113
  goView: function goView(res) {
51114
51114
  // 驳回并办结:rejectAndEndHtml
@@ -51195,11 +51195,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51195
51195
  // isCanStartSubFlow
51196
51196
  },
51197
51197
 
51198
- /**
51199
- * toTakeAdvice
51200
- * @desc:征求意见
51201
- * @author liufan
51202
- * @date 2022年9月29日
51198
+ /**
51199
+ * toTakeAdvice
51200
+ * @desc:征求意见
51201
+ * @author liufan
51202
+ * @date 2022年9月29日
51203
51203
  **/
51204
51204
  toTakeAdvice: function toTakeAdvice(res) {
51205
51205
  var _this22 = this;
@@ -51243,11 +51243,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51243
51243
  });
51244
51244
  },
51245
51245
 
51246
- /**
51247
- * toStartDraf
51248
- * @desc: 稿件递送、联合审核、复核
51249
- * @author liufan
51250
- * @date 2022年9月29日
51246
+ /**
51247
+ * toStartDraf
51248
+ * @desc: 稿件递送、联合审核、复核
51249
+ * @author liufan
51250
+ * @date 2022年9月29日
51251
51251
  **/
51252
51252
  toStartDraf: function toStartDraf(res) {
51253
51253
  var _this24 = this;
@@ -51261,11 +51261,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51261
51261
  }
51262
51262
  },
51263
51263
 
51264
- /**
51265
- * toSendMsg
51266
- * @desc:核稿通知
51267
- * @author liufan
51268
- * @date 2022年9月29日
51264
+ /**
51265
+ * toSendMsg
51266
+ * @desc:核稿通知
51267
+ * @author liufan
51268
+ * @date 2022年9月29日
51269
51269
  **/
51270
51270
  toSendMsg: function toSendMsg(res) {
51271
51271
  var _this25 = this;
@@ -51279,11 +51279,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51279
51279
  }
51280
51280
  },
51281
51281
 
51282
- /**
51283
- * toTaskReadAndEnd
51284
- * @desc:分阅并办结
51285
- * @author liufan
51286
- * @date 2022年9月29日
51282
+ /**
51283
+ * toTaskReadAndEnd
51284
+ * @desc:分阅并办结
51285
+ * @author liufan
51286
+ * @date 2022年9月29日
51287
51287
  **/
51288
51288
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
51289
51289
  var _this26 = this;
@@ -51301,11 +51301,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51301
51301
  }
51302
51302
  },
51303
51303
 
51304
- /**
51305
- * rejectAndEnd
51306
- * @desc:驳回并办结
51307
- * @author liufan
51308
- * @date 2022年9月29日
51304
+ /**
51305
+ * rejectAndEnd
51306
+ * @desc:驳回并办结
51307
+ * @author liufan
51308
+ * @date 2022年9月29日
51309
51309
  **/
51310
51310
  rejectAndEnd: function rejectAndEnd(res) {
51311
51311
  var _this27 = this;
@@ -51361,11 +51361,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51361
51361
  });
51362
51362
  },
51363
51363
 
51364
- /**
51365
- * toTransfer
51366
- * @desc:转办
51367
- * @author liufan
51368
- * @date 2022年9月29日
51364
+ /**
51365
+ * toTransfer
51366
+ * @desc:转办
51367
+ * @author liufan
51368
+ * @date 2022年9月29日
51369
51369
  **/
51370
51370
  toTransfer: function toTransfer(res) {
51371
51371
  var _this29 = this;
@@ -51384,11 +51384,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51384
51384
  this.nextNode.customLimitTime = val;
51385
51385
  },
51386
51386
 
51387
- /**
51388
- * getNodeInfo
51389
- * @desc:获取节点信息
51390
- * @author liufan
51391
- * @date 2022年5月25日
51387
+ /**
51388
+ * getNodeInfo
51389
+ * @desc:获取节点信息
51390
+ * @author liufan
51391
+ * @date 2022年5月25日
51392
51392
  **/
51393
51393
  getNodeInfo: function getNodeInfo() {
51394
51394
  var _this30 = this;
@@ -51519,12 +51519,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51519
51519
  });
51520
51520
  },
51521
51521
 
51522
- /**
51523
- * selecNext
51524
- * @desc:下步节点变化时更新数据
51525
- * @author liufan
51526
- * @param {String} val 当前选中值
51527
- * @date 2022年5月25日
51522
+ /**
51523
+ * selecNext
51524
+ * @desc:下步节点变化时更新数据
51525
+ * @author liufan
51526
+ * @param {String} val 当前选中值
51527
+ * @date 2022年5月25日
51528
51528
  **/
51529
51529
  selecNext: function selecNext(val, type, isDef) {
51530
51530
  var _this31 = this;
@@ -51664,11 +51664,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51664
51664
  }
51665
51665
  },
51666
51666
 
51667
- /**
51668
- * isMultiple
51669
- * @desc:是否多选
51670
- * @author liufan
51671
- * @date 2022年9月13日
51667
+ /**
51668
+ * isMultiple
51669
+ * @desc:是否多选
51670
+ * @author liufan
51671
+ * @date 2022年9月13日
51672
51672
  **/
51673
51673
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
51674
51674
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -51700,11 +51700,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51700
51700
  }
51701
51701
  },
51702
51702
 
51703
- /**
51704
- * getHedInfo
51705
- * @desc:获取审核页面数据
51706
- * @author liufan
51707
- * @date 2022年5月25日
51703
+ /**
51704
+ * getHedInfo
51705
+ * @desc:获取审核页面数据
51706
+ * @author liufan
51707
+ * @date 2022年5月25日
51708
51708
  **/
51709
51709
  getHedInfo: function getHedInfo() {
51710
51710
  var _this32 = this;
@@ -52021,13 +52021,13 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
52021
52021
  });
52022
52022
  },
52023
52023
 
52024
- /**
52025
- * closeProcess
52026
- * @desc:关闭弹窗
52027
- * @author liufan
52028
- * @param {boolean} val 当前是否办理流程
52029
- * @param {String} type 当前点击的弹窗类型
52030
- * @date 2022年5月25日
52024
+ /**
52025
+ * closeProcess
52026
+ * @desc:关闭弹窗
52027
+ * @author liufan
52028
+ * @param {boolean} val 当前是否办理流程
52029
+ * @param {String} type 当前点击的弹窗类型
52030
+ * @date 2022年5月25日
52031
52031
  **/
52032
52032
  closeProcess: function closeProcess(val, type, closeParent) {
52033
52033
  if (this.closeParent && !this.startFlowPageEmbeddedIntoStartFlowIndex) {
@@ -52047,23 +52047,23 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
52047
52047
  }
52048
52048
  },
52049
52049
 
52050
- /**
52051
- * selectChange
52052
- * @desc:常用语选择
52053
- * @author liufan
52054
- * @param {String} val 选中值
52055
- * @date 2022年5月25日
52050
+ /**
52051
+ * selectChange
52052
+ * @desc:常用语选择
52053
+ * @author liufan
52054
+ * @param {String} val 选中值
52055
+ * @date 2022年5月25日
52056
52056
  **/
52057
52057
  selectChange: function selectChange(val) {
52058
52058
  this.value = val;
52059
52059
  },
52060
52060
 
52061
- /**
52062
- * upDate
52063
- * @desc:修改常用语
52064
- * @author liufan
52065
- * @param {Object} val 修改值
52066
- * @date 2022年5月25日
52061
+ /**
52062
+ * upDate
52063
+ * @desc:修改常用语
52064
+ * @author liufan
52065
+ * @param {Object} val 修改值
52066
+ * @date 2022年5月25日
52067
52067
  **/
52068
52068
  upDate: function upDate(val) {
52069
52069
  this.FormData.id = val.id;
@@ -52071,11 +52071,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
52071
52071
  },
52072
52072
 
52073
52073
 
52074
- /**
52075
- * getProcess
52076
- * @desc:获取选择流程
52077
- * @author liufan
52078
- * @date 2022年5月25日
52074
+ /**
52075
+ * getProcess
52076
+ * @desc:获取选择流程
52077
+ * @author liufan
52078
+ * @date 2022年5月25日
52079
52079
  **/
52080
52080
  getProcess: function getProcess(val) {
52081
52081
  var _this33 = this;
@@ -52135,11 +52135,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
52135
52135
  });
52136
52136
  },
52137
52137
 
52138
- /**
52139
- * getPendedhistoryList
52140
- * @desc:获取流程列表
52141
- * @author liufan
52142
- * @date 2022年5月25日
52138
+ /**
52139
+ * getPendedhistoryList
52140
+ * @desc:获取流程列表
52141
+ * @author liufan
52142
+ * @date 2022年5月25日
52143
52143
  **/
52144
52144
  getPendedhistoryList: function getPendedhistoryList() {
52145
52145
  var _this34 = this;
@@ -52210,12 +52210,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
52210
52210
  beforeSubProcess: function beforeSubProcess() {},
52211
52211
 
52212
52212
  // 提交流程
52213
- /**
52214
- * subProcess
52215
- * @desc:提交流程
52216
- * @author liufan
52217
- * @param {String} formName 当前form表单ref值
52218
- * @date 2022年5月25日
52213
+ /**
52214
+ * subProcess
52215
+ * @desc:提交流程
52216
+ * @author liufan
52217
+ * @param {String} formName 当前form表单ref值
52218
+ * @date 2022年5月25日
52219
52219
  **/
52220
52220
  subProcess: function subProcess(val, type) {
52221
52221
  var _this36 = this;
@@ -56532,11 +56532,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56532
56532
 
56533
56533
 
56534
56534
  methods: {
56535
- /**
56536
- * handleBatchDelete
56537
- * @desc:批量删除
56538
- * @author liufan
56539
- * @date 2025年12月31日
56535
+ /**
56536
+ * handleBatchDelete
56537
+ * @desc:批量删除
56538
+ * @author liufan
56539
+ * @date 2025年12月31日
56540
56540
  **/
56541
56541
  handleBatchDelete: function handleBatchDelete() {
56542
56542
  var _this6 = this;
@@ -56833,12 +56833,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56833
56833
  }
56834
56834
  },
56835
56835
 
56836
- /**
56837
- * handleFormSubmit
56838
- * @desc:删除节点点击事件
56839
- * @param {Object} formData 点击删除的form数据
56840
- * @author liufan
56841
- * @date 2022年11月29日
56836
+ /**
56837
+ * handleFormSubmit
56838
+ * @desc:删除节点点击事件
56839
+ * @param {Object} formData 点击删除的form数据
56840
+ * @author liufan
56841
+ * @date 2022年11月29日
56842
56842
  **/
56843
56843
  handleFormSubmit: function handleFormSubmit(formData) {
56844
56844
  var _this12 = this;
@@ -56874,12 +56874,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56874
56874
  });
56875
56875
  },
56876
56876
 
56877
- /**
56878
- * del
56879
- * @desc:展示删除弹窗
56880
- * @param {String} id 当前点击数据id
56881
- * @author liufan
56882
- * @date 2022年11月29日
56877
+ /**
56878
+ * del
56879
+ * @desc:展示删除弹窗
56880
+ * @param {String} id 当前点击数据id
56881
+ * @author liufan
56882
+ * @date 2022年11月29日
56883
56883
  **/
56884
56884
  del: function del(id, type) {
56885
56885
  this.modalType = type;
@@ -56887,12 +56887,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56887
56887
  this.showDel = true;
56888
56888
  },
56889
56889
 
56890
- /**
56891
- * handleCurrentChange
56892
- * @desc:监听页码变化
56893
- * @param {String} val 当前页
56894
- * @author liufan
56895
- * @date 2022年11月29日
56890
+ /**
56891
+ * handleCurrentChange
56892
+ * @desc:监听页码变化
56893
+ * @param {String} val 当前页
56894
+ * @author liufan
56895
+ * @date 2022年11月29日
56896
56896
  **/
56897
56897
  handleCurrentChange: function handleCurrentChange(val, type) {
56898
56898
  this.currentPage = val;
@@ -56901,12 +56901,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56901
56901
  }
56902
56902
  },
56903
56903
 
56904
- /**
56905
- * handleSizeChange
56906
- * @desc:监听每页数据显示数量变化
56907
- * @param {String} val 每页展示数量
56908
- * @author liufan
56909
- * @date 2022年11月29日
56904
+ /**
56905
+ * handleSizeChange
56906
+ * @desc:监听每页数据显示数量变化
56907
+ * @param {String} val 每页展示数量
56908
+ * @author liufan
56909
+ * @date 2022年11月29日
56910
56910
  **/
56911
56911
  handleSizeChange: function handleSizeChange(val) {
56912
56912
  this.pageSize = val;
@@ -56915,12 +56915,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56915
56915
  }
56916
56916
  },
56917
56917
 
56918
- /**
56919
- * sortChange
56920
- * @desc:监听排序变化
56921
- * @param {Object} info 需要排序的字段及排序方式
56922
- * @author liufan
56923
- * @date 2022年11月29日
56918
+ /**
56919
+ * sortChange
56920
+ * @desc:监听排序变化
56921
+ * @param {Object} info 需要排序的字段及排序方式
56922
+ * @author liufan
56923
+ * @date 2022年11月29日
56924
56924
  **/
56925
56925
  sortChange: function sortChange(info, type) {
56926
56926
  var prop = info.prop;
@@ -56936,11 +56936,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56936
56936
  }
56937
56937
  },
56938
56938
 
56939
- /**
56940
- * getDeletList
56941
- * @desc:删除列表数据
56942
- * @author liufan
56943
- * @date 2025年12月30日
56939
+ /**
56940
+ * getDeletList
56941
+ * @desc:删除列表数据
56942
+ * @author liufan
56943
+ * @date 2025年12月30日
56944
56944
  **/
56945
56945
  getDeletList: function getDeletList() {
56946
56946
  var _this13 = this;
@@ -56969,11 +56969,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56969
56969
  });
56970
56970
  },
56971
56971
 
56972
- /**
56973
- * getResetList
56974
- * @desc:重设列表数据
56975
- * @author liufan
56976
- * @date 2025年12月30日
56972
+ /**
56973
+ * getResetList
56974
+ * @desc:重设列表数据
56975
+ * @author liufan
56976
+ * @date 2025年12月30日
56977
56977
  **/
56978
56978
  getResetList: function getResetList() {
56979
56979
  var _this14 = this;
@@ -57003,11 +57003,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
57003
57003
  });
57004
57004
  },
57005
57005
 
57006
- /**
57007
- * getPressList
57008
- * @desc:催办列表数据
57009
- * @author liufan
57010
- * @date 2022年11月29日
57006
+ /**
57007
+ * getPressList
57008
+ * @desc:催办列表数据
57009
+ * @author liufan
57010
+ * @date 2022年11月29日
57011
57011
  **/
57012
57012
  getPressList: function getPressList() {
57013
57013
  var _this15 = this;
@@ -57037,12 +57037,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
57037
57037
  });
57038
57038
  },
57039
57039
 
57040
- /**
57041
- * goPress
57042
- * @desc:催办列表查看
57043
- * @param {String} id 催办列表id
57044
- * @author liufan
57045
- * @date 2022年11月29日
57040
+ /**
57041
+ * goPress
57042
+ * @desc:催办列表查看
57043
+ * @param {String} id 催办列表id
57044
+ * @author liufan
57045
+ * @date 2022年11月29日
57046
57046
  **/
57047
57047
  goPress: function goPress(id) {
57048
57048
  this.historyId = id;
@@ -57050,23 +57050,23 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
57050
57050
  this.getPressList();
57051
57051
  },
57052
57052
 
57053
- /**
57054
- * showFile
57055
- * @desc:附件查看
57056
- * @param {String} ownId 附件id
57057
- * @author liufan
57058
- * @date 2022年11月29日
57053
+ /**
57054
+ * showFile
57055
+ * @desc:附件查看
57056
+ * @param {String} ownId 附件id
57057
+ * @author liufan
57058
+ * @date 2022年11月29日
57059
57059
  **/
57060
57060
  showFile: function showFile(ownId) {
57061
57061
  this.wfpendingid = ownId;
57062
57062
  this.showFileList = true;
57063
57063
  },
57064
57064
 
57065
- /**
57066
- * handleChange
57067
- * @desc:切换排序方式
57068
- * @author liufan
57069
- * @date 2022年11月22日
57065
+ /**
57066
+ * handleChange
57067
+ * @desc:切换排序方式
57068
+ * @author liufan
57069
+ * @date 2022年11月22日
57070
57070
  **/
57071
57071
  handleChange: function handleChange(key, value) {
57072
57072
  if (value) {
@@ -57116,11 +57116,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
57116
57116
  }))();
57117
57117
  },
57118
57118
 
57119
- /**
57120
- * getFlowList
57121
- * @desc:获取流程列表
57122
- * @author liufan
57123
- * @date 2022年11月22日
57119
+ /**
57120
+ * getFlowList
57121
+ * @desc:获取流程列表
57122
+ * @author liufan
57123
+ * @date 2022年11月22日
57124
57124
  **/
57125
57125
  getFlowList: function getFlowList(type) {
57126
57126
  var _this17 = this;
@@ -57200,12 +57200,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
57200
57200
  });
57201
57201
  },
57202
57202
 
57203
- /**
57204
- * handleClick
57205
- * @desc:表单点击事件
57206
- * @param {Object} val 当前点击行数据及按钮
57207
- * @author liufan
57208
- * @date 2022年11月10日
57203
+ /**
57204
+ * handleClick
57205
+ * @desc:表单点击事件
57206
+ * @param {Object} val 当前点击行数据及按钮
57207
+ * @author liufan
57208
+ * @date 2022年11月10日
57209
57209
  **/
57210
57210
  handleClick: function handleClick(val) {
57211
57211
  var _this18 = this;
@@ -57251,13 +57251,13 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
57251
57251
  }
57252
57252
  },
57253
57253
 
57254
- /**
57255
- * getCodeValue
57256
- * @desc:获取代码表过滤后的值
57257
- * @param {String} value 展示数据的代码值
57258
- * @param {String} type 代码表类型
57259
- * @author liufan
57260
- * @date 2022年11月10日
57254
+ /**
57255
+ * getCodeValue
57256
+ * @desc:获取代码表过滤后的值
57257
+ * @param {String} value 展示数据的代码值
57258
+ * @param {String} type 代码表类型
57259
+ * @author liufan
57260
+ * @date 2022年11月10日
57261
57261
  **/
57262
57262
  getCodeValue: function getCodeValue(value, type) {
57263
57263
  var val = this[type].filter(function (item) {
@@ -57266,12 +57266,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
57266
57266
  return val[0].shortName;
57267
57267
  },
57268
57268
 
57269
- /**
57270
- * getSysInfo
57271
- * @desc:获取代码表
57272
- * @param {String} code 编码code值
57273
- * @author liufan
57274
- * @date 2022年11月10日
57269
+ /**
57270
+ * getSysInfo
57271
+ * @desc:获取代码表
57272
+ * @param {String} code 编码code值
57273
+ * @author liufan
57274
+ * @date 2022年11月10日
57275
57275
  **/
57276
57276
  getSysInfo: function getSysInfo(code) {
57277
57277
  var _this19 = this;
@@ -57293,11 +57293,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
57293
57293
  }).catch(function (e) {});
57294
57294
  },
57295
57295
 
57296
- /**
57297
- * getListInfo
57298
- * @desc:获取预设列表数据
57299
- * @author liufan
57300
- * @date 2022年11月10日
57296
+ /**
57297
+ * getListInfo
57298
+ * @desc:获取预设列表数据
57299
+ * @author liufan
57300
+ * @date 2022年11月10日
57301
57301
  **/
57302
57302
  getListInfo: function getListInfo() {
57303
57303
  var _this20 = this;
@@ -59908,8 +59908,8 @@ layout_src_main.install = function (Vue) {
59908
59908
  };
59909
59909
 
59910
59910
  /* harmony default export */ var packages_layout = (layout_src_main);
59911
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/login/src/main.vue?vue&type=template&id=0256ead2&
59912
- var mainvue_type_template_id_0256ead2_render = function () {
59911
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/login/src/main.vue?vue&type=template&id=63709142&
59912
+ var mainvue_type_template_id_63709142_render = function () {
59913
59913
  var _vm = this
59914
59914
  var _h = _vm.$createElement
59915
59915
  var _c = _vm._self._c || _h
@@ -61158,7 +61158,9 @@ var mainvue_type_template_id_0256ead2_render = function () {
61158
61158
  { staticClass: "es-launch-text es-launch-system-name" },
61159
61159
  [
61160
61160
  _vm._v(
61161
- "\n 欢迎进入" + _vm._s(_vm.sysName) + "\n "
61161
+ "\n 欢迎进入" +
61162
+ _vm._s(_vm.welcome || _vm.sysName) +
61163
+ "\n "
61162
61164
  ),
61163
61165
  ]
61164
61166
  ),
@@ -61183,7 +61185,7 @@ var mainvue_type_template_id_0256ead2_render = function () {
61183
61185
  )
61184
61186
  : _vm._e()
61185
61187
  }
61186
- var mainvue_type_template_id_0256ead2_staticRenderFns = [
61188
+ var mainvue_type_template_id_63709142_staticRenderFns = [
61187
61189
  function () {
61188
61190
  var _vm = this
61189
61191
  var _h = _vm.$createElement
@@ -61198,10 +61200,10 @@ var mainvue_type_template_id_0256ead2_staticRenderFns = [
61198
61200
  ])
61199
61201
  },
61200
61202
  ]
61201
- mainvue_type_template_id_0256ead2_render._withStripped = true
61203
+ mainvue_type_template_id_63709142_render._withStripped = true
61202
61204
 
61203
61205
 
61204
- // CONCATENATED MODULE: ./packages/login/src/main.vue?vue&type=template&id=0256ead2&
61206
+ // CONCATENATED MODULE: ./packages/login/src/main.vue?vue&type=template&id=63709142&
61205
61207
 
61206
61208
  // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/login/src/resetPassword.vue?vue&type=template&id=325dc074&
61207
61209
  var resetPasswordvue_type_template_id_325dc074_render = function () {
@@ -62784,7 +62786,8 @@ var mainvue_type_script_lang_js_params = utils_util.getParams();
62784
62786
  switchActive: this.switchsActive,
62785
62787
  loginDownloadApp: this.loginDownloadApps,
62786
62788
  installPath: this.caInstallPath,
62787
- storageType: this.storage
62789
+ storageType: this.storage,
62790
+ welcome: ''
62788
62791
  };
62789
62792
  },
62790
62793
  beforeCreate: function beforeCreate() {
@@ -63125,6 +63128,10 @@ var mainvue_type_script_lang_js_params = utils_util.getParams();
63125
63128
  }
63126
63129
  res.loginPage && sessionStorage.setItem('loginPage', res.loginPage);
63127
63130
  if (res.subsystemExtend && Object.keys(res.subsystemExtend).length) {
63131
+ this.welcome = res.subsystemExtend.welcome || '';
63132
+ if (res.subsystemExtend.appName) {
63133
+ this.app = res.subsystemExtend.appName;
63134
+ }
63128
63135
  if (res.subsystemExtend.copyright && res.subsystemExtend.copyright.length) {
63129
63136
  this.copyright = JSON.parse(res.subsystemExtend.copyright);
63130
63137
  }
@@ -63811,8 +63818,8 @@ var mainvue_type_script_lang_js_params = utils_util.getParams();
63811
63818
 
63812
63819
  var login_src_main_component = normalizeComponent(
63813
63820
  packages_login_src_mainvue_type_script_lang_js_,
63814
- mainvue_type_template_id_0256ead2_render,
63815
- mainvue_type_template_id_0256ead2_staticRenderFns,
63821
+ mainvue_type_template_id_63709142_render,
63822
+ mainvue_type_template_id_63709142_staticRenderFns,
63816
63823
  false,
63817
63824
  null,
63818
63825
  null,
@@ -66811,10 +66818,10 @@ appsvue_type_template_id_f094d33e_scoped_true_render._withStripped = true
66811
66818
  this.$emit('click', res);
66812
66819
  },
66813
66820
 
66814
- /**
66815
- * @desc:获取气泡提醒
66816
- * @author huangbo
66817
- * @date 2024年9月7日
66821
+ /**
66822
+ * @desc:获取气泡提醒
66823
+ * @author huangbo
66824
+ * @date 2024年9月7日
66818
66825
  **/
66819
66826
  getBadge: function getBadge(res) {
66820
66827
  var num = res.tips || 0;
@@ -71221,10 +71228,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71221
71228
  this.$refs.user.handleSelect(res);
71222
71229
  },
71223
71230
 
71224
- /**
71225
- * @desc:匹配路由
71226
- * @author huangbo
71227
- * @date 2024年9月7日
71231
+ /**
71232
+ * @desc:匹配路由
71233
+ * @author huangbo
71234
+ * @date 2024年9月7日
71228
71235
  **/
71229
71236
  hasRouter: function hasRouter(res, url, code) {
71230
71237
  if (!url) {
@@ -71268,10 +71275,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71268
71275
  return false;
71269
71276
  },
71270
71277
 
71271
- /**
71272
- * @desc:获取初始数据
71273
- * @author huangbo
71274
- * @date 2024年9月7日
71278
+ /**
71279
+ * @desc:获取初始数据
71280
+ * @author huangbo
71281
+ * @date 2024年9月7日
71275
71282
  **/
71276
71283
  init: function init(results, first) {
71277
71284
  this.setConfig(results);
@@ -71280,10 +71287,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71280
71287
  }
71281
71288
  },
71282
71289
 
71283
- /**
71284
- * @desc:设置用户配置及信息
71285
- * @author huangbo
71286
- * @date 2024年9月7日
71290
+ /**
71291
+ * @desc:设置用户配置及信息
71292
+ * @author huangbo
71293
+ * @date 2024年9月7日
71287
71294
  **/
71288
71295
  setConfig: function setConfig(results) {
71289
71296
  localStorage.setItem('mainConfig', JSON.stringify(results));
@@ -71451,10 +71458,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71451
71458
  }
71452
71459
  },
71453
71460
 
71454
- /**
71455
- * @desc:获取所有应用
71456
- * @author huangbo
71457
- * @date 2024年9月7日
71461
+ /**
71462
+ * @desc:获取所有应用
71463
+ * @author huangbo
71464
+ * @date 2024年9月7日
71458
71465
  **/
71459
71466
  getApplications: function getApplications() {
71460
71467
  var _this2 = this;
@@ -71502,10 +71509,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71502
71509
  });
71503
71510
  },
71504
71511
 
71505
- /**
71506
- * @desc:获取菜单列表
71507
- * @author huangbo
71508
- * @date 2024年9月7日
71512
+ /**
71513
+ * @desc:获取菜单列表
71514
+ * @author huangbo
71515
+ * @date 2024年9月7日
71509
71516
  **/
71510
71517
  getMenus: function getMenus(loading) {
71511
71518
  var _this3 = this;
@@ -71538,10 +71545,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71538
71545
  });
71539
71546
  },
71540
71547
 
71541
- /**
71542
- * @desc:处理菜单列表
71543
- * @author huangbo
71544
- * @date 2024年9月7日
71548
+ /**
71549
+ * @desc:处理菜单列表
71550
+ * @author huangbo
71551
+ * @date 2024年9月7日
71545
71552
  **/
71546
71553
  renderMenus: function renderMenus(res) {
71547
71554
  this.menus = res;
@@ -71637,10 +71644,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71637
71644
  }
71638
71645
  },
71639
71646
 
71640
- /**
71641
- * @desc:设置页面加载类型
71642
- * @author huangbo
71643
- * @date 2024年9月7日
71647
+ /**
71648
+ * @desc:设置页面加载类型
71649
+ * @author huangbo
71650
+ * @date 2024年9月7日
71644
71651
  **/
71645
71652
  setIframeType: function setIframeType(res) {
71646
71653
  var url = res.url;
@@ -71696,10 +71703,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71696
71703
  return res;
71697
71704
  },
71698
71705
 
71699
- /**
71700
- * @desc:获取菜单
71701
- * @author huangbo
71702
- * @date 2024年9月7日
71706
+ /**
71707
+ * @desc:获取菜单
71708
+ * @author huangbo
71709
+ * @date 2024年9月7日
71703
71710
  **/
71704
71711
  getMenu: function getMenu(menus, res, key) {
71705
71712
  if (Array.isArray(menus)) {
@@ -71728,10 +71735,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71728
71735
  return false;
71729
71736
  },
71730
71737
 
71731
- /**
71732
- * @desc:获取菜单第一条数据
71733
- * @author huangbo
71734
- * @date 2024年9月7日
71738
+ /**
71739
+ * @desc:获取菜单第一条数据
71740
+ * @author huangbo
71741
+ * @date 2024年9月7日
71735
71742
  **/
71736
71743
  getFirst: function getFirst(obj) {
71737
71744
  if (!obj) {
@@ -71750,10 +71757,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71750
71757
  }
71751
71758
  },
71752
71759
 
71753
- /**
71754
- * @desc:遍历设置菜单气泡提醒
71755
- * @author huangbo
71756
- * @date 2024年9月7日
71760
+ /**
71761
+ * @desc:遍历设置菜单气泡提醒
71762
+ * @author huangbo
71763
+ * @date 2024年9月7日
71757
71764
  **/
71758
71765
  setTips: function setTips(obj) {
71759
71766
  var _this4 = this;
@@ -71824,10 +71831,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71824
71831
  }
71825
71832
  },
71826
71833
 
71827
- /**
71828
- * @desc:获取气泡提醒
71829
- * @author huangbo
71830
- * @date 2024年9月7日
71834
+ /**
71835
+ * @desc:获取气泡提醒
71836
+ * @author huangbo
71837
+ * @date 2024年9月7日
71831
71838
  **/
71832
71839
  getBadge: function getBadge(res) {
71833
71840
  var num = res.tips || 0;
@@ -71841,10 +71848,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71841
71848
  };
71842
71849
  },
71843
71850
 
71844
- /**
71845
- * @desc:开启weosocket
71846
- * @author huangbo
71847
- * @date 2024年9月7日
71851
+ /**
71852
+ * @desc:开启weosocket
71853
+ * @author huangbo
71854
+ * @date 2024年9月7日
71848
71855
  **/
71849
71856
  initWebSocket: function initWebSocket() {
71850
71857
  var _this6 = this;
@@ -71893,10 +71900,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71893
71900
  });
71894
71901
  },
71895
71902
 
71896
- /**
71897
- * @desc:显示用户信息
71898
- * @author huangbo
71899
- * @date 2024年9月7日
71903
+ /**
71904
+ * @desc:显示用户信息
71905
+ * @author huangbo
71906
+ * @date 2024年9月7日
71900
71907
  **/
71901
71908
  showUserInfo: function showUserInfo() {
71902
71909
  if (this.showUser === false) {
@@ -71904,19 +71911,19 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71904
71911
  }
71905
71912
  },
71906
71913
 
71907
- /**
71908
- * @desc:删除更多应用菜单点击
71909
- * @author huangbo
71910
- * @date 2024年9月7日
71914
+ /**
71915
+ * @desc:删除更多应用菜单点击
71916
+ * @author huangbo
71917
+ * @date 2024年9月7日
71911
71918
  **/
71912
71919
  handleDelete: function handleDelete(index) {
71913
71920
  this.newApps.splice(index, 1);
71914
71921
  },
71915
71922
 
71916
- /**
71917
- * @desc:储存更多应用菜单点击
71918
- * @author huangbo
71919
- * @date 2024年9月7日
71923
+ /**
71924
+ * @desc:储存更多应用菜单点击
71925
+ * @author huangbo
71926
+ * @date 2024年9月7日
71920
71927
  **/
71921
71928
  handlerClickApps: function handlerClickApps(res) {
71922
71929
  if (res.permission === false) {
@@ -71929,10 +71936,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71929
71936
  this.handlerClickApp(res);
71930
71937
  },
71931
71938
 
71932
- /**
71933
- * @desc:侧边应用菜单点击
71934
- * @author huangbo
71935
- * @date 2024年9月7日
71939
+ /**
71940
+ * @desc:侧边应用菜单点击
71941
+ * @author huangbo
71942
+ * @date 2024年9月7日
71936
71943
  **/
71937
71944
  handlerClickApp: function handlerClickApp(res) {
71938
71945
  this.showMsg = false;
@@ -72021,10 +72028,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
72021
72028
  }
72022
72029
  },
72023
72030
 
72024
- /**
72025
- * @desc:显示Drawer界面
72026
- * @author huangbo
72027
- * @date 2024年9月7日
72031
+ /**
72032
+ * @desc:显示Drawer界面
72033
+ * @author huangbo
72034
+ * @date 2024年9月7日
72028
72035
  **/
72029
72036
  handlerSetDrawer: function handlerSetDrawer(res, type) {
72030
72037
  var direction = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : 'ltr';
@@ -72044,19 +72051,19 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
72044
72051
  }
72045
72052
  },
72046
72053
 
72047
- /**
72048
- * @desc:关闭Drawer界面
72049
- * @author huangbo
72050
- * @date 2024年9月7日
72054
+ /**
72055
+ * @desc:关闭Drawer界面
72056
+ * @author huangbo
72057
+ * @date 2024年9月7日
72051
72058
  **/
72052
72059
  handleCloseDrawer: function handleCloseDrawer() {
72053
72060
  this.drawer = { visible: false };
72054
72061
  },
72055
72062
 
72056
- /**
72057
- * @desc:菜单点击
72058
- * @author huangbo
72059
- * @date 2024年9月7日
72063
+ /**
72064
+ * @desc:菜单点击
72065
+ * @author huangbo
72066
+ * @date 2024年9月7日
72060
72067
  **/
72061
72068
  handlerClickMenu: function handlerClickMenu(res) {
72062
72069
  utils_util.ajax({
@@ -72105,19 +72112,19 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
72105
72112
  },
72106
72113
 
72107
72114
 
72108
- /**
72109
- * @desc:用户详情请求成功
72110
- * @author huangbo
72111
- * @date 2024年9月7日
72115
+ /**
72116
+ * @desc:用户详情请求成功
72117
+ * @author huangbo
72118
+ * @date 2024年9月7日
72112
72119
  **/
72113
72120
  handleSuccess: function handleSuccess(res) {
72114
72121
  this.simpleUserInfo = res.simpleUserInfo;
72115
72122
  },
72116
72123
 
72117
- /**
72118
- * @desc:修改用户配置
72119
- * @author huangbo
72120
- * @date 2024年9月7日
72124
+ /**
72125
+ * @desc:修改用户配置
72126
+ * @author huangbo
72127
+ * @date 2024年9月7日
72121
72128
  **/
72122
72129
  handleChangeConfig: function handleChangeConfig(name, res) {
72123
72130
  if (name == 'userHeadUrl') {
@@ -72133,10 +72140,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
72133
72140
  }
72134
72141
  },
72135
72142
 
72136
- /**
72137
- * @desc:关闭webSocket
72138
- * @author huangbo
72139
- * @date 2024年9月7日
72143
+ /**
72144
+ * @desc:关闭webSocket
72145
+ * @author huangbo
72146
+ * @date 2024年9月7日
72140
72147
  **/
72141
72148
  handlerClose: function handlerClose() {
72142
72149
  if (this.webSocket) {
@@ -72144,10 +72151,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
72144
72151
  }
72145
72152
  },
72146
72153
 
72147
- /**
72148
- * @desc:刷新选中iframe页签
72149
- * @author huangbo
72150
- * @date 2024年9月7日
72154
+ /**
72155
+ * @desc:刷新选中iframe页签
72156
+ * @author huangbo
72157
+ * @date 2024年9月7日
72151
72158
  **/
72152
72159
  handleRefresh: function handleRefresh(arg) {
72153
72160
  var _this7 = this;
@@ -72201,11 +72208,11 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
72201
72208
  }
72202
72209
  },
72203
72210
 
72204
- /**
72205
- * @desc:构建 Wujie 子应用 URL(处理路由参数)
72206
- * @param {String} baseUrl - 基础 URL
72207
- * @param {Object} routeInfo - 路由信息 { path, params, query }
72208
- * @returns {String} 拼接后的完整 URL
72211
+ /**
72212
+ * @desc:构建 Wujie 子应用 URL(处理路由参数)
72213
+ * @param {String} baseUrl - 基础 URL
72214
+ * @param {Object} routeInfo - 路由信息 { path, params, query }
72215
+ * @returns {String} 拼接后的完整 URL
72209
72216
  **/
72210
72217
  buildWujieUrl: function buildWujieUrl(baseUrl, routeInfo) {
72211
72218
  var path = routeInfo.path,
@@ -72256,10 +72263,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
72256
72263
  return baseUrlPrefix + fullPath;
72257
72264
  },
72258
72265
 
72259
- /**
72260
- * @desc:删除iframe
72261
- * @author huangbo
72262
- * @date 2024年9月7日
72266
+ /**
72267
+ * @desc:删除iframe
72268
+ * @author huangbo
72269
+ * @date 2024年9月7日
72263
72270
  **/
72264
72271
  handleRemove: function handleRemove(name) {
72265
72272
  var len = this.tabs.length - 1;
@@ -72276,10 +72283,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
72276
72283
  }
72277
72284
  },
72278
72285
 
72279
- /**
72280
- * @desc:tabs鼠标右键事件
72281
- * @author huangbo
72282
- * @date 2024年9月7日
72286
+ /**
72287
+ * @desc:tabs鼠标右键事件
72288
+ * @author huangbo
72289
+ * @date 2024年9月7日
72283
72290
  **/
72284
72291
  handleContextmenu: function handleContextmenu(tabs, e) {
72285
72292
  var disabled = {};
@@ -72304,10 +72311,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
72304
72311
  window.addEventListener('click', this.closeTabsEvents);
72305
72312
  },
72306
72313
 
72307
- /**
72308
- * @desc:tabs页签事件
72309
- * @author huangbo
72310
- * @date 2024年9月7日
72314
+ /**
72315
+ * @desc:tabs页签事件
72316
+ * @author huangbo
72317
+ * @date 2024年9月7日
72311
72318
  **/
72312
72319
  handleTabsEvents: function handleTabsEvents(num) {
72313
72320
  if (this.pane !== null) {
@@ -72318,10 +72325,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
72318
72325
  },
72319
72326
 
72320
72327
 
72321
- /**
72322
- * @desc:关闭页签事件面板
72323
- * @author huangbo
72324
- * @date 2024年9月7日
72328
+ /**
72329
+ * @desc:关闭页签事件面板
72330
+ * @author huangbo
72331
+ * @date 2024年9月7日
72325
72332
  **/
72326
72333
  closeTabsEvents: function closeTabsEvents(e) {
72327
72334
  if (e.target.parentNode != this.$refs.tabsHandler.$el && e.target.parentNode.parentNode != this.$refs.tabsHandler.$el) {
@@ -72331,10 +72338,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
72331
72338
  },
72332
72339
 
72333
72340
 
72334
- /**
72335
- * @desc:tabs页签点击事件
72336
- * @author huangbo
72337
- * @date 2024年9月7日
72341
+ /**
72342
+ * @desc:tabs页签点击事件
72343
+ * @author huangbo
72344
+ * @date 2024年9月7日
72338
72345
  **/
72339
72346
  handleTabClick: function handleTabClick() {
72340
72347
  this.active = '';
@@ -72342,10 +72349,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
72342
72349
  this.showMenu = false;
72343
72350
  },
72344
72351
 
72345
- /**
72346
- * @desc:handler工具栏点击事件
72347
- * @author huangbo
72348
- * @date 2024年9月7日
72352
+ /**
72353
+ * @desc:handler工具栏点击事件
72354
+ * @author huangbo
72355
+ * @date 2024年9月7日
72349
72356
  **/
72350
72357
  handleClick: function handleClick(res) {
72351
72358
  var type = res.type,
@@ -72426,10 +72433,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
72426
72433
  this.$emit('handler-click', res);
72427
72434
  },
72428
72435
 
72429
- /**
72430
- * @desc:退出登录
72431
- * @author huangbo
72432
- * @date 2024年9月7日
72436
+ /**
72437
+ * @desc:退出登录
72438
+ * @author huangbo
72439
+ * @date 2024年9月7日
72433
72440
  **/
72434
72441
  handleQuit: function handleQuit() {
72435
72442
  var _this8 = this;
@@ -72510,10 +72517,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
72510
72517
  }).catch(function (e) {});
72511
72518
  },
72512
72519
 
72513
- /**
72514
- * @desc:主题、消息回调
72515
- * @author huangbo
72516
- * @date 2024年9月7日
72520
+ /**
72521
+ * @desc:主题、消息回调
72522
+ * @author huangbo
72523
+ * @date 2024年9月7日
72517
72524
  **/
72518
72525
  handleChange: function handleChange(res) {
72519
72526
  var type = res.type,
@@ -72529,10 +72536,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
72529
72536
  }
72530
72537
  },
72531
72538
 
72532
- /**
72533
- * @desc:菜单布局样式切换
72534
- * @author huangbo
72535
- * @date 2024年9月7日
72539
+ /**
72540
+ * @desc:菜单布局样式切换
72541
+ * @author huangbo
72542
+ * @date 2024年9月7日
72536
72543
  **/
72537
72544
  handleLayout: function handleLayout(res, active) {
72538
72545
  if (active) {
@@ -72542,10 +72549,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
72542
72549
  this.$emit('chang-layout', res, active);
72543
72550
  },
72544
72551
 
72545
- /**
72546
- * @desc:消息修改总数
72547
- * @author huangbo
72548
- * @date 2024年9月7日
72552
+ /**
72553
+ * @desc:消息修改总数
72554
+ * @author huangbo
72555
+ * @date 2024年9月7日
72549
72556
  **/
72550
72557
  handleMenuTips: function handleMenuTips(id, num) {
72551
72558
  if (num) {
@@ -72556,10 +72563,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
72556
72563
  }
72557
72564
  },
72558
72565
 
72559
- /**
72560
- * @desc:处理即时消息
72561
- * @author huangbo
72562
- * @date 2024年9月7日
72566
+ /**
72567
+ * @desc:处理即时消息
72568
+ * @author huangbo
72569
+ * @date 2024年9月7日
72563
72570
  **/
72564
72571
  handleOpened: function handleOpened(res) {
72565
72572
  var _this9 = this;
@@ -76587,8 +76594,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76587
76594
  this.currentPage = this.setIframeType(this.fourthTabs[0]);
76588
76595
  },
76589
76596
 
76590
- /**
76591
- * queryChildMenu: 查询左侧我的提醒和我的快捷菜单
76597
+ /**
76598
+ * queryChildMenu: 查询左侧我的提醒和我的快捷菜单
76592
76599
  */
76593
76600
  queryChildMenuData: function queryChildMenuData() {
76594
76601
  var _this2 = this;
@@ -76707,8 +76714,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76707
76714
  }))();
76708
76715
  },
76709
76716
 
76710
- /**
76711
- * getVoteMeetingNum: 查询会议数量
76717
+ /**
76718
+ * getVoteMeetingNum: 查询会议数量
76712
76719
  */
76713
76720
  getVoteMeetingNum: function getVoteMeetingNum() {
76714
76721
  var _this5 = this;
@@ -76733,8 +76740,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76733
76740
  });
76734
76741
  },
76735
76742
 
76736
- /**
76737
- * getShareFilesReceiveCountNew: 查询待接收文件数量
76743
+ /**
76744
+ * getShareFilesReceiveCountNew: 查询待接收文件数量
76738
76745
  */
76739
76746
  getShareFilesReceiveCountNew: function getShareFilesReceiveCountNew() {
76740
76747
  var _this6 = this;
@@ -76759,8 +76766,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76759
76766
  },
76760
76767
 
76761
76768
 
76762
- /**
76763
- * getUserTipsInstanceNum: 查询待签收/据签收任务数量 1是拒签收 0是待签收
76769
+ /**
76770
+ * getUserTipsInstanceNum: 查询待签收/据签收任务数量 1是拒签收 0是待签收
76764
76771
  */
76765
76772
  getUserTipsInstanceNum: function getUserTipsInstanceNum(type) {
76766
76773
  var _this7 = this;
@@ -76788,8 +76795,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76788
76795
  });
76789
76796
  },
76790
76797
 
76791
- /**
76792
- * getIndexCount: 查询待办任务数量
76798
+ /**
76799
+ * getIndexCount: 查询待办任务数量
76793
76800
  */
76794
76801
  getIndexCount: function getIndexCount() {
76795
76802
  var _this8 = this;
@@ -76820,10 +76827,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76820
76827
  this.$refs.user.handleSelect(res);
76821
76828
  },
76822
76829
 
76823
- /**
76824
- * @desc:匹配路由
76825
- * @author huangbo
76826
- * @date 2024年9月7日
76830
+ /**
76831
+ * @desc:匹配路由
76832
+ * @author huangbo
76833
+ * @date 2024年9月7日
76827
76834
  **/
76828
76835
  hasRouter: function hasRouter(res, url, code) {
76829
76836
  if (!url) {
@@ -76867,10 +76874,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76867
76874
  return false;
76868
76875
  },
76869
76876
 
76870
- /**
76871
- * @desc:获取初始数据
76872
- * @author huangbo
76873
- * @date 2024年9月7日
76877
+ /**
76878
+ * @desc:获取初始数据
76879
+ * @author huangbo
76880
+ * @date 2024年9月7日
76874
76881
  **/
76875
76882
  init: function init(results) {
76876
76883
  this.setConfig(results);
@@ -76881,10 +76888,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76881
76888
  // }
76882
76889
  },
76883
76890
 
76884
- /**
76885
- * @desc:设置用户配置及信息
76886
- * @author huangbo
76887
- * @date 2024年9月7日
76891
+ /**
76892
+ * @desc:设置用户配置及信息
76893
+ * @author huangbo
76894
+ * @date 2024年9月7日
76888
76895
  **/
76889
76896
  setConfig: function setConfig(results) {
76890
76897
  localStorage.setItem('mainConfig', JSON.stringify(results));
@@ -77048,8 +77055,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77048
77055
  }
77049
77056
  },
77050
77057
 
77051
- /**
77052
- * @desc:获取用户自定义菜单
77058
+ /**
77059
+ * @desc:获取用户自定义菜单
77053
77060
  **/
77054
77061
  getUseCommonMenu: function getUseCommonMenu() {
77055
77062
  var _this9 = this;
@@ -77079,10 +77086,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77079
77086
  });
77080
77087
  },
77081
77088
 
77082
- /**
77083
- * @desc:获取所有应用
77084
- * @author huangbo
77085
- * @date 2024年9月7日
77089
+ /**
77090
+ * @desc:获取所有应用
77091
+ * @author huangbo
77092
+ * @date 2024年9月7日
77086
77093
  **/
77087
77094
  getApplications: function getApplications() {
77088
77095
  var _this10 = this;
@@ -77130,10 +77137,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77130
77137
  });
77131
77138
  },
77132
77139
 
77133
- /**
77134
- * @desc:获取菜单列表
77135
- * @author huangbo
77136
- * @date 2024年9月7日
77140
+ /**
77141
+ * @desc:获取菜单列表
77142
+ * @author huangbo
77143
+ * @date 2024年9月7日
77137
77144
  **/
77138
77145
  getMenus: function getMenus(loading) {
77139
77146
  var _this11 = this;
@@ -77160,10 +77167,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77160
77167
  });
77161
77168
  },
77162
77169
 
77163
- /**
77164
- * @desc:处理菜单列表
77165
- * @author huangbo
77166
- * @date 2024年9月7日
77170
+ /**
77171
+ * @desc:处理菜单列表
77172
+ * @author huangbo
77173
+ * @date 2024年9月7日
77167
77174
  **/
77168
77175
  renderMenus: function renderMenus(res) {
77169
77176
  // // console.log(res, 'renderMenus');
@@ -77209,9 +77216,9 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77209
77216
  // console.log(this.currentPage, 'currentPage');
77210
77217
  },
77211
77218
 
77212
- /**
77213
- * 更新myRemind中各项的权限状态
77214
- * @param {Array} menus - 完整的菜单列表
77219
+ /**
77220
+ * 更新myRemind中各项的权限状态
77221
+ * @param {Array} menus - 完整的菜单列表
77215
77222
  */
77216
77223
  updateRemindPermission: function updateRemindPermission(menus) {
77217
77224
  // 创建一个Set存储所有菜单的id,方便快速查找
@@ -77239,10 +77246,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77239
77246
  });
77240
77247
  },
77241
77248
 
77242
- /**
77243
- * @desc:设置页面加载类型
77244
- * @author huangbo
77245
- * @date 2024年9月7日
77249
+ /**
77250
+ * @desc:设置页面加载类型
77251
+ * @author huangbo
77252
+ * @date 2024年9月7日
77246
77253
  **/
77247
77254
  setIframeType: function setIframeType(res) {
77248
77255
  var url = res.url;
@@ -77299,10 +77306,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77299
77306
  return res;
77300
77307
  },
77301
77308
 
77302
- /**
77303
- * @desc:获取菜单
77304
- * @author huangbo
77305
- * @date 2024年9月7日
77309
+ /**
77310
+ * @desc:获取菜单
77311
+ * @author huangbo
77312
+ * @date 2024年9月7日
77306
77313
  **/
77307
77314
  getMenu: function getMenu(menus, res, key) {
77308
77315
  if (Array.isArray(menus)) {
@@ -77331,10 +77338,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77331
77338
  return false;
77332
77339
  },
77333
77340
 
77334
- /**
77335
- * @desc:获取菜单第一条数据
77336
- * @author huangbo
77337
- * @date 2024年9月7日
77341
+ /**
77342
+ * @desc:获取菜单第一条数据
77343
+ * @author huangbo
77344
+ * @date 2024年9月7日
77338
77345
  **/
77339
77346
  getFirst: function getFirst(obj) {
77340
77347
  if (!obj) {
@@ -77353,10 +77360,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77353
77360
  }
77354
77361
  },
77355
77362
 
77356
- /**
77357
- * @desc:遍历设置菜单气泡提醒
77358
- * @author huangbo
77359
- * @date 2024年9月7日
77363
+ /**
77364
+ * @desc:遍历设置菜单气泡提醒
77365
+ * @author huangbo
77366
+ * @date 2024年9月7日
77360
77367
  **/
77361
77368
  setTips: function setTips(obj) {
77362
77369
  var _this12 = this;
@@ -77421,10 +77428,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77421
77428
  }
77422
77429
  },
77423
77430
 
77424
- /**
77425
- * @desc:获取气泡提醒
77426
- * @author huangbo
77427
- * @date 2024年9月7日
77431
+ /**
77432
+ * @desc:获取气泡提醒
77433
+ * @author huangbo
77434
+ * @date 2024年9月7日
77428
77435
  **/
77429
77436
  getBadge: function getBadge(res) {
77430
77437
  var num = res.tips || 0;
@@ -77438,10 +77445,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77438
77445
  };
77439
77446
  },
77440
77447
 
77441
- /**
77442
- * @desc:开启weosocket
77443
- * @author huangbo
77444
- * @date 2024年9月7日
77448
+ /**
77449
+ * @desc:开启weosocket
77450
+ * @author huangbo
77451
+ * @date 2024年9月7日
77445
77452
  **/
77446
77453
  initWebSocket: function initWebSocket() {
77447
77454
  var _this14 = this;
@@ -77509,10 +77516,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77509
77516
  });
77510
77517
  },
77511
77518
 
77512
- /**
77513
- * @desc:显示用户信息
77514
- * @author huangbo
77515
- * @date 2024年9月7日
77519
+ /**
77520
+ * @desc:显示用户信息
77521
+ * @author huangbo
77522
+ * @date 2024年9月7日
77516
77523
  **/
77517
77524
  showUserInfo: function showUserInfo() {
77518
77525
  if (this.showUser === false) {
@@ -77520,19 +77527,19 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77520
77527
  }
77521
77528
  },
77522
77529
 
77523
- /**
77524
- * @desc:删除更多应用菜单点击
77525
- * @author huangbo
77526
- * @date 2024年9月7日
77530
+ /**
77531
+ * @desc:删除更多应用菜单点击
77532
+ * @author huangbo
77533
+ * @date 2024年9月7日
77527
77534
  **/
77528
77535
  handleDelete: function handleDelete(index) {
77529
77536
  this.newApps.splice(index, 1);
77530
77537
  },
77531
77538
 
77532
- /**
77533
- * @desc:显示Drawer界面
77534
- * @author huangbo
77535
- * @date 2024年9月7日
77539
+ /**
77540
+ * @desc:显示Drawer界面
77541
+ * @author huangbo
77542
+ * @date 2024年9月7日
77536
77543
  **/
77537
77544
  handlerSetDrawer: function handlerSetDrawer(res, type) {
77538
77545
  var direction = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : 'ltr';
@@ -77552,28 +77559,28 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77552
77559
  }
77553
77560
  },
77554
77561
 
77555
- /**
77556
- * @desc:关闭Drawer界面
77557
- * @author huangbo
77558
- * @date 2024年9月7日
77562
+ /**
77563
+ * @desc:关闭Drawer界面
77564
+ * @author huangbo
77565
+ * @date 2024年9月7日
77559
77566
  **/
77560
77567
  handleCloseDrawer: function handleCloseDrawer() {
77561
77568
  this.drawer = { visible: false };
77562
77569
  },
77563
77570
 
77564
- /**
77565
- * @desc:用户详情请求成功
77566
- * @author huangbo
77567
- * @date 2024年9月7日
77571
+ /**
77572
+ * @desc:用户详情请求成功
77573
+ * @author huangbo
77574
+ * @date 2024年9月7日
77568
77575
  **/
77569
77576
  handleSuccess: function handleSuccess(res) {
77570
77577
  this.simpleUserInfo = res.simpleUserInfo;
77571
77578
  },
77572
77579
 
77573
- /**
77574
- * @desc:修改用户配置
77575
- * @author huangbo
77576
- * @date 2024年9月7日
77580
+ /**
77581
+ * @desc:修改用户配置
77582
+ * @author huangbo
77583
+ * @date 2024年9月7日
77577
77584
  **/
77578
77585
  handleChangeConfig: function handleChangeConfig(name, res) {
77579
77586
  if (name == 'userHeadUrl') {
@@ -77589,10 +77596,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77589
77596
  }
77590
77597
  },
77591
77598
 
77592
- /**
77593
- * @desc:关闭webSocket
77594
- * @author huangbo
77595
- * @date 2024年9月7日
77599
+ /**
77600
+ * @desc:关闭webSocket
77601
+ * @author huangbo
77602
+ * @date 2024年9月7日
77596
77603
  **/
77597
77604
  handlerClose: function handlerClose() {
77598
77605
  if (this.webSocket) {
@@ -77603,10 +77610,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77603
77610
  this.handleRefresh(1);
77604
77611
  },
77605
77612
 
77606
- /**
77607
- * @desc:刷新选中iframe页签
77608
- * @author huangbo
77609
- * @date 2024年9月7日
77613
+ /**
77614
+ * @desc:刷新选中iframe页签
77615
+ * @author huangbo
77616
+ * @date 2024年9月7日
77610
77617
  **/
77611
77618
  handleRefresh: function handleRefresh(arg) {
77612
77619
  if (arg !== 1) {
@@ -77664,11 +77671,11 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77664
77671
  }
77665
77672
  },
77666
77673
 
77667
- /**
77668
- * @desc:构建 Wujie 子应用 URL(处理路由参数)
77669
- * @param {String} baseUrl - 基础 URL
77670
- * @param {Object} routeInfo - 路由信息 { path, params, query }
77671
- * @returns {String} 拼接后的完整 URL
77674
+ /**
77675
+ * @desc:构建 Wujie 子应用 URL(处理路由参数)
77676
+ * @param {String} baseUrl - 基础 URL
77677
+ * @param {Object} routeInfo - 路由信息 { path, params, query }
77678
+ * @returns {String} 拼接后的完整 URL
77672
77679
  **/
77673
77680
  buildWujieUrl: function buildWujieUrl(baseUrl, routeInfo) {
77674
77681
  var path = routeInfo.path,
@@ -77719,10 +77726,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77719
77726
  return baseUrlPrefix + fullPath;
77720
77727
  },
77721
77728
 
77722
- /**
77723
- * @desc:删除iframe
77724
- * @author huangbo
77725
- * @date 2024年9月7日
77729
+ /**
77730
+ * @desc:删除iframe
77731
+ * @author huangbo
77732
+ * @date 2024年9月7日
77726
77733
  **/
77727
77734
  handleRemove: function handleRemove(name) {
77728
77735
  var len = this.tabs.length - 1;
@@ -77739,10 +77746,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77739
77746
  }
77740
77747
  },
77741
77748
 
77742
- /**
77743
- * @desc:tabs鼠标右键事件
77744
- * @author huangbo
77745
- * @date 2024年9月7日
77749
+ /**
77750
+ * @desc:tabs鼠标右键事件
77751
+ * @author huangbo
77752
+ * @date 2024年9月7日
77746
77753
  **/
77747
77754
  handleContextmenu: function handleContextmenu(tabs, e) {
77748
77755
  var disabled = {};
@@ -77767,10 +77774,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77767
77774
  window.addEventListener('click', this.closeTabsEvents);
77768
77775
  },
77769
77776
 
77770
- /**
77771
- * @desc:tabs页签事件
77772
- * @author huangbo
77773
- * @date 2024年9月7日
77777
+ /**
77778
+ * @desc:tabs页签事件
77779
+ * @author huangbo
77780
+ * @date 2024年9月7日
77774
77781
  **/
77775
77782
  handleTabsEvents: function handleTabsEvents(num) {
77776
77783
  if (this.pane !== null) {
@@ -77781,10 +77788,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77781
77788
  },
77782
77789
 
77783
77790
 
77784
- /**
77785
- * @desc:关闭页签事件面板
77786
- * @author huangbo
77787
- * @date 2024年9月7日
77791
+ /**
77792
+ * @desc:关闭页签事件面板
77793
+ * @author huangbo
77794
+ * @date 2024年9月7日
77788
77795
  **/
77789
77796
  closeTabsEvents: function closeTabsEvents(e) {
77790
77797
  if (e.target.parentNode != this.$refs.tabsHandler.$el && e.target.parentNode.parentNode != this.$refs.tabsHandler.$el) {
@@ -77794,10 +77801,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77794
77801
  },
77795
77802
 
77796
77803
 
77797
- /**
77798
- * @desc:tabs页签点击事件
77799
- * @author huangbo
77800
- * @date 2024年9月7日
77804
+ /**
77805
+ * @desc:tabs页签点击事件
77806
+ * @author huangbo
77807
+ * @date 2024年9月7日
77801
77808
  **/
77802
77809
  handleTabClick: function handleTabClick() {
77803
77810
  this.active = '';
@@ -77805,10 +77812,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77805
77812
  this.showMenu = false;
77806
77813
  },
77807
77814
 
77808
- /**
77809
- * @desc:handler工具栏点击事件
77810
- * @author huangbo
77811
- * @date 2024年9月7日
77815
+ /**
77816
+ * @desc:handler工具栏点击事件
77817
+ * @author huangbo
77818
+ * @date 2024年9月7日
77812
77819
  **/
77813
77820
  handleClick: function handleClick(res) {
77814
77821
  var type = res.type,
@@ -77898,10 +77905,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77898
77905
  this.$emit('handler-click', res);
77899
77906
  },
77900
77907
 
77901
- /**
77902
- * @desc:退出登录
77903
- * @author huangbo
77904
- * @date 2024年9月7日
77908
+ /**
77909
+ * @desc:退出登录
77910
+ * @author huangbo
77911
+ * @date 2024年9月7日
77905
77912
  **/
77906
77913
  handleQuit: function handleQuit() {
77907
77914
  var _this15 = this;
@@ -77976,10 +77983,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77976
77983
  }).catch(function (e) {});
77977
77984
  },
77978
77985
 
77979
- /**
77980
- * @desc:主题、消息回调
77981
- * @author huangbo
77982
- * @date 2024年9月7日
77986
+ /**
77987
+ * @desc:主题、消息回调
77988
+ * @author huangbo
77989
+ * @date 2024年9月7日
77983
77990
  **/
77984
77991
  handleChange: function handleChange(res) {
77985
77992
  var type = res.type,
@@ -77995,10 +78002,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77995
78002
  }
77996
78003
  },
77997
78004
 
77998
- /**
77999
- * @desc:菜单布局样式切换
78000
- * @author huangbo
78001
- * @date 2024年9月7日
78005
+ /**
78006
+ * @desc:菜单布局样式切换
78007
+ * @author huangbo
78008
+ * @date 2024年9月7日
78002
78009
  **/
78003
78010
  handleLayout: function handleLayout(res, active) {
78004
78011
  if (active) {
@@ -78008,10 +78015,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
78008
78015
  this.$emit('chang-layout', res, active);
78009
78016
  },
78010
78017
 
78011
- /**
78012
- * @desc:消息修改总数
78013
- * @author huangbo
78014
- * @date 2024年9月7日
78018
+ /**
78019
+ * @desc:消息修改总数
78020
+ * @author huangbo
78021
+ * @date 2024年9月7日
78015
78022
  **/
78016
78023
  handleMenuTips: function handleMenuTips(id, num) {
78017
78024
  if (num) {
@@ -78022,10 +78029,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
78022
78029
  }
78023
78030
  },
78024
78031
 
78025
- /**
78026
- * @desc:处理即时消息
78027
- * @author huangbo
78028
- * @date 2024年9月7日
78032
+ /**
78033
+ * @desc:处理即时消息
78034
+ * @author huangbo
78035
+ * @date 2024年9月7日
78029
78036
  **/
78030
78037
  handleOpened: function handleOpened(res) {
78031
78038
  var _this16 = this;
@@ -78041,14 +78048,14 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
78041
78048
  }
78042
78049
  },
78043
78050
 
78044
- /**
78045
- * @desc:菜单点击事件
78046
- * @author huangbo
78047
- * @date 2024年9月7日
78048
- * @param {*} res 菜单点击事件参数
78049
- * @param {*} method 菜单点击事件方法
78050
- * 1.顶部菜单点击跳转已经实现
78051
- * 2.其他地方点击跳转,需要选中跳转的一二级菜单
78051
+ /**
78052
+ * @desc:菜单点击事件
78053
+ * @author huangbo
78054
+ * @date 2024年9月7日
78055
+ * @param {*} res 菜单点击事件参数
78056
+ * @param {*} method 菜单点击事件方法
78057
+ * 1.顶部菜单点击跳转已经实现
78058
+ * 2.其他地方点击跳转,需要选中跳转的一二级菜单
78052
78059
  **/
78053
78060
  handleSelect: function handleSelect(res) {
78054
78061
  var params = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
@@ -85463,19 +85470,19 @@ var QRCode = __webpack_require__(29);
85463
85470
  //设置logo大小
85464
85471
  var logoPosition = (_this3.mwidth - 46) / 2; //logo相对于canvas居中定位
85465
85472
  //设置获取的logo将其变为圆角以及添加白色背景
85466
- /* ctx.fillStyle = "#fff";
85467
- ctx.beginPath();
85468
- let h = 46; //圆角高 10为基数(logo四周白色背景为10/2)
85469
- let w = 46; //圆角宽
85470
- let x = logoPosition - 5;
85471
- let y = logoPosition - 5;
85472
- let r = 5; //圆角半径
85473
- ctx.moveTo(x + r, y);
85474
- ctx.arcTo(x + w, y, x + w, y + h, r);
85475
- ctx.arcTo(x + w, y + h, x, y + h, r);
85476
- ctx.arcTo(x, y + h, x, y, r);
85477
- ctx.arcTo(x, y, x + w, y, r);
85478
- ctx.closePath();
85473
+ /* ctx.fillStyle = "#fff";
85474
+ ctx.beginPath();
85475
+ let h = 46; //圆角高 10为基数(logo四周白色背景为10/2)
85476
+ let w = 46; //圆角宽
85477
+ let x = logoPosition - 5;
85478
+ let y = logoPosition - 5;
85479
+ let r = 5; //圆角半径
85480
+ ctx.moveTo(x + r, y);
85481
+ ctx.arcTo(x + w, y, x + w, y + h, r);
85482
+ ctx.arcTo(x + w, y + h, x, y + h, r);
85483
+ ctx.arcTo(x, y + h, x, y, r);
85484
+ ctx.arcTo(x, y, x + w, y, r);
85485
+ ctx.closePath();
85479
85486
  ctx.fill(); */
85480
85487
  logo.onload = function () {
85481
85488
  ctx.drawImage(logo, logoPosition, logoPosition, 46, 46);
@@ -104142,7 +104149,7 @@ if (typeof window !== 'undefined' && window.Vue) {
104142
104149
  }
104143
104150
 
104144
104151
  /* harmony default export */ var src_0 = __webpack_exports__["default"] = ({
104145
- version: '0.8.27',
104152
+ version: '0.8.28',
104146
104153
  install: install,
104147
104154
  Button: packages_button,
104148
104155
  ButtonGroup: button_group,