eoss-ui 0.8.20 → 0.8.22

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 (244) hide show
  1. package/lib/calogin.js +233 -233
  2. package/lib/eoss-ui.common.js +941 -802
  3. package/lib/flow.js +246 -246
  4. package/lib/index.js +1 -1
  5. package/lib/main.js +440 -302
  6. package/lib/qr-code.js +13 -13
  7. package/lib/theme-chalk/index.css +1 -1
  8. package/lib/theme-chalk/login.css +1 -1
  9. package/lib/upload.js +6 -5
  10. package/package.json +2 -2
  11. package/packages/button/index.js +5 -5
  12. package/packages/button/src/main.vue +418 -418
  13. package/packages/button-group/index.js +5 -5
  14. package/packages/calendar/index.js +5 -5
  15. package/packages/calogin/index.js +5 -5
  16. package/packages/calogin/src/plugin.js +915 -915
  17. package/packages/card/index.js +5 -5
  18. package/packages/card/src/main.vue +156 -156
  19. package/packages/cascader/index.js +5 -5
  20. package/packages/cascader/src/main.vue +168 -168
  21. package/packages/checkbox-group/index.js +5 -5
  22. package/packages/checkbox-group/src/main.vue +333 -333
  23. package/packages/clients/index.js +5 -5
  24. package/packages/data-table/index.js +5 -5
  25. package/packages/data-table/src/children.vue +46 -46
  26. package/packages/data-table/src/main.vue +1876 -1876
  27. package/packages/data-table/src/sizer.vue +195 -195
  28. package/packages/data-table-form/index.js +5 -5
  29. package/packages/data-table-form/src/checkbox.vue +101 -101
  30. package/packages/data-table-form/src/colgroup.vue +17 -17
  31. package/packages/data-table-form/src/main.vue +181 -181
  32. package/packages/data-table-form/src/radio.vue +65 -65
  33. package/packages/data-table-form/src/table.vue +233 -233
  34. package/packages/data-table-form/src/tbody.vue +336 -336
  35. package/packages/data-table-form/src/thead.vue +68 -68
  36. package/packages/date-picker/index.js +5 -5
  37. package/packages/date-picker/src/main.vue +236 -236
  38. package/packages/dialog/index.js +5 -5
  39. package/packages/enable-drag/index.js +5 -5
  40. package/packages/enterprise/index.js +5 -5
  41. package/packages/enterprise/src/main.vue +66 -66
  42. package/packages/error-page/index.js +5 -5
  43. package/packages/error-page/src/main.vue +44 -44
  44. package/packages/flow/index.js +5 -5
  45. package/packages/flow/src/component/Circulate.vue +420 -420
  46. package/packages/flow/src/component/CustomPreset.vue +324 -324
  47. package/packages/flow/src/component/FreeCirculation.vue +245 -245
  48. package/packages/flow/src/component/Preset.vue +257 -257
  49. package/packages/flow/src/component/TimeLimit.vue +190 -190
  50. package/packages/flow/src/component/taskUnionExamine.vue +763 -763
  51. package/packages/flow/src/freeStartFlow.vue +2898 -2898
  52. package/packages/flow/src/main.vue +4248 -4248
  53. package/packages/flow/src/processForm.vue +1806 -1806
  54. package/packages/flow/src/processReject.vue +311 -311
  55. package/packages/flow/src/reset.vue +952 -952
  56. package/packages/flow/src/startTaskRead.vue +698 -698
  57. package/packages/flow/src/supervise.vue +162 -162
  58. package/packages/flow-group/index.js +5 -5
  59. package/packages/flow-group/src/main.vue +750 -750
  60. package/packages/flow-list/index.js +5 -5
  61. package/packages/form/index.js +5 -5
  62. package/packages/handle-user/index.js +5 -5
  63. package/packages/handle-user/src/main.vue +137 -137
  64. package/packages/handler/index.js +5 -5
  65. package/packages/handler/src/main.vue +499 -499
  66. package/packages/icon/index.js +5 -5
  67. package/packages/icons/index.js +5 -5
  68. package/packages/icons/src/main.vue +81 -81
  69. package/packages/input/index.js +5 -5
  70. package/packages/input/src/main.vue +356 -356
  71. package/packages/input-number/index.js +5 -5
  72. package/packages/input-number/src/main.vue +106 -106
  73. package/packages/label/index.js +5 -5
  74. package/packages/label/src/main.vue +457 -457
  75. package/packages/layout/index.js +5 -5
  76. package/packages/layout/src/item.vue +152 -152
  77. package/packages/layout/src/main.vue +31 -31
  78. package/packages/login/index.js +5 -5
  79. package/packages/login/src/main.vue +2088 -2088
  80. package/packages/main/index.js +5 -5
  81. package/packages/main/src/default/message.vue +249 -249
  82. package/packages/main/src/default/notice.vue +157 -157
  83. package/packages/main/src/default/userinfo.vue +513 -513
  84. package/packages/main/src/simplicity/index.vue +2397 -2335
  85. package/packages/main/src/simplicity/lists.vue +84 -84
  86. package/packages/main/src/simplicity/router-page.vue +45 -45
  87. package/packages/main/src/simplicity/userinfo.vue +408 -408
  88. package/packages/main/src/simplicityTop/index.vue +2688 -2626
  89. package/packages/main/src/simplicityTop/userinfo.vue +408 -408
  90. package/packages/menu/index.js +5 -5
  91. package/packages/menu/src/main.vue +597 -597
  92. package/packages/nav/index.js +5 -5
  93. package/packages/notify/index.js +5 -5
  94. package/packages/notify/src/main.vue +538 -538
  95. package/packages/page/index.js +5 -5
  96. package/packages/page/src/main.vue +167 -167
  97. package/packages/pagination/index.js +5 -5
  98. package/packages/pagination/src/main.vue +96 -96
  99. package/packages/player/index.js +5 -5
  100. package/packages/player/src/main.vue +194 -194
  101. package/packages/qr-code/index.js +5 -5
  102. package/packages/qr-code/src/main.vue +170 -170
  103. package/packages/radio-group/index.js +6 -6
  104. package/packages/radio-group/src/main.vue +319 -319
  105. package/packages/retrial-auth/index.js +5 -5
  106. package/packages/retrial-auth/src/main.vue +299 -299
  107. package/packages/select/index.js +5 -5
  108. package/packages/select-ganged/index.js +5 -5
  109. package/packages/select-ganged/src/main.vue +724 -724
  110. package/packages/selector/index.js +5 -5
  111. package/packages/selector-panel/index.js +5 -5
  112. package/packages/selector-panel/src/tree.vue +129 -129
  113. package/packages/sizer/index.js +5 -5
  114. package/packages/sizer/src/main.vue +257 -257
  115. package/packages/steps/index.js +5 -5
  116. package/packages/steps/src/main.vue +181 -181
  117. package/packages/switch/index.js +5 -5
  118. package/packages/table-form/index.js +5 -5
  119. package/packages/tabs/index.js +5 -5
  120. package/packages/tabs/src/main.vue +788 -788
  121. package/packages/tabs-panel/index.js +5 -5
  122. package/packages/tabs-panel/src/main.vue +29 -29
  123. package/packages/theme-chalk/lib/base.css +1 -0
  124. package/packages/theme-chalk/lib/button-group.css +1 -0
  125. package/packages/theme-chalk/lib/button.css +1 -0
  126. package/packages/theme-chalk/lib/calendar.css +1 -0
  127. package/packages/theme-chalk/lib/calogin.css +0 -0
  128. package/packages/theme-chalk/lib/card.css +1 -0
  129. package/packages/theme-chalk/lib/cascader.css +0 -0
  130. package/packages/theme-chalk/lib/checkbox-group.css +1 -0
  131. package/packages/theme-chalk/lib/clients.css +1 -0
  132. package/packages/theme-chalk/lib/data-table-form.css +1 -0
  133. package/packages/theme-chalk/lib/data-table.css +1 -0
  134. package/packages/theme-chalk/lib/date-picker.css +1 -0
  135. package/packages/theme-chalk/lib/dialog.css +1 -0
  136. package/packages/theme-chalk/lib/enable-drag.css +1 -0
  137. package/packages/theme-chalk/lib/enterprise.css +1 -0
  138. package/packages/theme-chalk/lib/error-page.css +1 -0
  139. package/packages/theme-chalk/lib/flow-chart.css +0 -0
  140. package/packages/theme-chalk/lib/flow-group.css +1 -0
  141. package/packages/theme-chalk/lib/flow-list.css +1 -0
  142. package/packages/theme-chalk/lib/flow.css +1 -0
  143. package/packages/theme-chalk/lib/fonts/iconfont.ttf +0 -0
  144. package/packages/theme-chalk/lib/fonts/iconfont.woff +0 -0
  145. package/packages/theme-chalk/lib/form.css +1 -0
  146. package/packages/theme-chalk/lib/handle-user.css +1 -0
  147. package/packages/theme-chalk/lib/handler.css +1 -0
  148. package/packages/theme-chalk/lib/icon.css +1 -0
  149. package/packages/theme-chalk/lib/icons.css +1 -0
  150. package/packages/theme-chalk/lib/index.css +1 -0
  151. package/packages/theme-chalk/lib/input-number.css +0 -0
  152. package/packages/theme-chalk/lib/input.css +1 -0
  153. package/packages/theme-chalk/lib/label.css +1 -0
  154. package/packages/theme-chalk/lib/layout.css +1 -0
  155. package/packages/theme-chalk/lib/login.css +1 -0
  156. package/packages/theme-chalk/lib/main.css +1 -0
  157. package/packages/theme-chalk/lib/menu.css +1 -0
  158. package/packages/theme-chalk/lib/nav.css +1 -0
  159. package/packages/theme-chalk/lib/notify.css +0 -0
  160. package/packages/theme-chalk/lib/page.css +1 -0
  161. package/packages/theme-chalk/lib/pagination.css +1 -0
  162. package/packages/theme-chalk/lib/player.css +1 -0
  163. package/packages/theme-chalk/lib/qr-code.css +1 -0
  164. package/packages/theme-chalk/lib/radio-group.css +1 -0
  165. package/packages/theme-chalk/lib/retrial-auth.css +1 -0
  166. package/packages/theme-chalk/lib/select-ganged.css +1 -0
  167. package/packages/theme-chalk/lib/select.css +1 -0
  168. package/packages/theme-chalk/lib/selector-panel.css +1 -0
  169. package/packages/theme-chalk/lib/selector.css +1 -0
  170. package/packages/theme-chalk/lib/simplicity-top.css +1 -0
  171. package/packages/theme-chalk/lib/simplicity.css +1 -0
  172. package/packages/theme-chalk/lib/sizer.css +1 -0
  173. package/packages/theme-chalk/lib/steps.css +1 -0
  174. package/packages/theme-chalk/lib/switch.css +1 -0
  175. package/packages/theme-chalk/lib/table-form.css +0 -0
  176. package/packages/theme-chalk/lib/tabs-panel.css +0 -0
  177. package/packages/theme-chalk/lib/tabs.css +1 -0
  178. package/packages/theme-chalk/lib/tips.css +1 -0
  179. package/packages/theme-chalk/lib/toolbar.css +1 -0
  180. package/packages/theme-chalk/lib/tree-group.css +1 -0
  181. package/packages/theme-chalk/lib/tree.css +1 -0
  182. package/packages/theme-chalk/lib/upload.css +1 -0
  183. package/packages/theme-chalk/lib/wujie.css +0 -0
  184. package/packages/theme-chalk/lib/wxlogin.css +1 -0
  185. package/packages/theme-chalk/src/base.scss +261 -261
  186. package/packages/theme-chalk/src/button-group.scss +176 -176
  187. package/packages/theme-chalk/src/button.scss +24 -24
  188. package/packages/theme-chalk/src/calendar.scss +113 -113
  189. package/packages/theme-chalk/src/card.scss +99 -99
  190. package/packages/theme-chalk/src/checkbox-group.scss +8 -8
  191. package/packages/theme-chalk/src/clients.scss +87 -87
  192. package/packages/theme-chalk/src/data-table-form.scss +67 -67
  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.scss +376 -376
  200. package/packages/theme-chalk/src/handle-user.scss +40 -40
  201. package/packages/theme-chalk/src/icons.scss +99 -99
  202. package/packages/theme-chalk/src/input.scss +9 -9
  203. package/packages/theme-chalk/src/label.scss +24 -24
  204. package/packages/theme-chalk/src/layout.scss +46 -46
  205. package/packages/theme-chalk/src/mixins/color.scss +117 -117
  206. package/packages/theme-chalk/src/nav.scss +111 -111
  207. package/packages/theme-chalk/src/page.scss +3 -3
  208. package/packages/theme-chalk/src/pagination.scss +29 -29
  209. package/packages/theme-chalk/src/player.scss +9 -9
  210. package/packages/theme-chalk/src/qr-code.scss +17 -17
  211. package/packages/theme-chalk/src/radio-group.scss +9 -9
  212. package/packages/theme-chalk/src/retrial-auth.scss +38 -38
  213. package/packages/theme-chalk/src/select-ganged.scss +8 -8
  214. package/packages/theme-chalk/src/select.scss +8 -8
  215. package/packages/theme-chalk/src/selector-panel.scss +204 -204
  216. package/packages/theme-chalk/src/sizer.scss +36 -36
  217. package/packages/theme-chalk/src/steps.scss +88 -88
  218. package/packages/theme-chalk/src/switch.scss +3 -3
  219. package/packages/theme-chalk/src/table-form.scss +1 -1
  220. package/packages/theme-chalk/src/tabs.scss +87 -87
  221. package/packages/theme-chalk/src/tips.scss +7 -7
  222. package/packages/theme-chalk/src/toolbar.scss +179 -179
  223. package/packages/theme-chalk/src/tree-group.scss +72 -72
  224. package/packages/theme-chalk/src/wxlogin.scss +3 -3
  225. package/packages/tips/index.js +5 -5
  226. package/packages/toolbar/index.js +5 -5
  227. package/packages/toolbar/src/main.vue +430 -430
  228. package/packages/tree/index.js +5 -5
  229. package/packages/tree-group/index.js +5 -5
  230. package/packages/upload/index.js +5 -5
  231. package/packages/upload/src/main.vue +1345 -1344
  232. package/packages/upload/src/picture.js +15 -15
  233. package/packages/wujie/index.js +5 -5
  234. package/packages/wxlogin/index.js +5 -5
  235. package/packages/wxlogin/src/main.vue +128 -128
  236. package/src/config/api.js +351 -351
  237. package/src/config/image.js +2 -2
  238. package/src/index.js +1 -1
  239. package/src/utils/bus.js +3 -3
  240. package/src/utils/date-util.js +312 -312
  241. package/src/utils/http.js +50 -50
  242. package/src/utils/store.js +21 -21
  243. package/src/utils/webSocket.js +107 -107
  244. package/packages/theme-chalk/gulpfile.js +0 -25
@@ -6913,8 +6913,8 @@ function plugin_asyncToGenerator(fn) { return function () { var gen = fn.apply(t
6913
6913
 
6914
6914
  function plugin_classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
6915
6915
 
6916
- /**
6917
- * JIT_GW_ExtInterface 模块,提供与客户端交互的功能
6916
+ /**
6917
+ * JIT_GW_ExtInterface 模块,提供与客户端交互的功能
6918
6918
  */
6919
6919
  var plugin_CA_ExtInterface = function () {
6920
6920
  function CA_ExtInterface() {
@@ -6927,11 +6927,11 @@ var plugin_CA_ExtInterface = function () {
6927
6927
  this.init();
6928
6928
  }
6929
6929
 
6930
- /**
6931
- * 简单的 Object.assign 兼容 IE <= 11 的 polyfill
6932
- * @see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/assign
6933
- * @param {Object} target - 目标对象
6934
- * @param {Object} options - 新的选项对象
6930
+ /**
6931
+ * 简单的 Object.assign 兼容 IE <= 11 的 polyfill
6932
+ * @see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/assign
6933
+ * @param {Object} target - 目标对象
6934
+ * @param {Object} options - 新的选项对象
6935
6935
  */
6936
6936
 
6937
6937
 
@@ -6946,8 +6946,8 @@ var plugin_CA_ExtInterface = function () {
6946
6946
  }
6947
6947
  };
6948
6948
 
6949
- /**
6950
- * 检查当前会话的 WebSocket URL
6949
+ /**
6950
+ * 检查当前会话的 WebSocket URL
6951
6951
  */
6952
6952
 
6953
6953
 
@@ -6961,8 +6961,8 @@ var plugin_CA_ExtInterface = function () {
6961
6961
  }
6962
6962
  };
6963
6963
 
6964
- /**
6965
- * 检查是否使用 ActiveX
6964
+ /**
6965
+ * 检查是否使用 ActiveX
6966
6966
  */
6967
6967
 
6968
6968
 
@@ -6974,11 +6974,11 @@ var plugin_CA_ExtInterface = function () {
6974
6974
  }
6975
6975
  };
6976
6976
 
6977
- /**
6978
- * 扩展发送消息并等待响应
6979
- * @param {string} operatorCmd - 操作命令
6980
- * @param {string} sendMsg - 发送的消息
6981
- * @returns {string} 响应消息
6977
+ /**
6978
+ * 扩展发送消息并等待响应
6979
+ * @param {string} operatorCmd - 操作命令
6980
+ * @param {string} sendMsg - 发送的消息
6981
+ * @returns {string} 响应消息
6982
6982
  */
6983
6983
 
6984
6984
 
@@ -7011,11 +7011,11 @@ var plugin_CA_ExtInterface = function () {
7011
7011
  return sendAndWaitMessageEx;
7012
7012
  }();
7013
7013
 
7014
- /**
7015
- * 发送消息并等待响应
7016
- * @param {string} wsurl - WebSocket URL
7017
- * @param {string} sendMsg - 发送的消息
7018
- * @returns {string} 响应消息
7014
+ /**
7015
+ * 发送消息并等待响应
7016
+ * @param {string} wsurl - WebSocket URL
7017
+ * @param {string} sendMsg - 发送的消息
7018
+ * @returns {string} 响应消息
7019
7019
  */
7020
7020
 
7021
7021
 
@@ -7039,9 +7039,9 @@ var plugin_CA_ExtInterface = function () {
7039
7039
  }
7040
7040
  };
7041
7041
 
7042
- /**
7043
- * 配置选项
7044
- * @param {Object} extendOption - 扩展选项
7042
+ /**
7043
+ * 配置选项
7044
+ * @param {Object} extendOption - 扩展选项
7045
7045
  */
7046
7046
 
7047
7047
 
@@ -7051,8 +7051,8 @@ var plugin_CA_ExtInterface = function () {
7051
7051
  }
7052
7052
  };
7053
7053
 
7054
- /**
7055
- * 初始化
7054
+ /**
7055
+ * 初始化
7056
7056
  */
7057
7057
 
7058
7058
 
@@ -7060,9 +7060,9 @@ var plugin_CA_ExtInterface = function () {
7060
7060
  this.isUseActioveX();
7061
7061
  };
7062
7062
 
7063
- /**
7064
- * 返回客户端的版本
7065
- * @returns {string} 客户端版本
7063
+ /**
7064
+ * 返回客户端的版本
7065
+ * @returns {string} 客户端版本
7066
7066
  */
7067
7067
 
7068
7068
 
@@ -7075,13 +7075,13 @@ var plugin_CA_ExtInterface = function () {
7075
7075
  }
7076
7076
  };
7077
7077
 
7078
- /**
7079
- * 下载客户端程序并安装
7080
- * @param {string} bstrURL - 下载地址
7081
- * @param {string} bstrHashValue - 哈希值
7082
- * @param {boolean} bSync - 是否同步安装
7083
- * @param {boolean} bOnlySSO - 是否仅安装 SSO
7084
- * @returns {number} 安装结果
7078
+ /**
7079
+ * 下载客户端程序并安装
7080
+ * @param {string} bstrURL - 下载地址
7081
+ * @param {string} bstrHashValue - 哈希值
7082
+ * @param {boolean} bSync - 是否同步安装
7083
+ * @param {boolean} bOnlySSO - 是否仅安装 SSO
7084
+ * @returns {number} 安装结果
7085
7085
  */
7086
7086
 
7087
7087
 
@@ -7095,11 +7095,11 @@ var plugin_CA_ExtInterface = function () {
7095
7095
  }
7096
7096
  };
7097
7097
 
7098
- /**
7099
- * 获取硬件指纹信息
7100
- * @param {number} dwSign - 签名
7101
- * @param {string} strGateWayIP - 网关 IP
7102
- * @returns {string} 硬件指纹信息
7098
+ /**
7099
+ * 获取硬件指纹信息
7100
+ * @param {number} dwSign - 签名
7101
+ * @param {string} strGateWayIP - 网关 IP
7102
+ * @returns {string} 硬件指纹信息
7103
7103
  */
7104
7104
 
7105
7105
 
@@ -7113,12 +7113,12 @@ var plugin_CA_ExtInterface = function () {
7113
7113
  }
7114
7114
  };
7115
7115
 
7116
- /**
7117
- * 设置转发策略和代填策略
7118
- * @param {string} strProxyPolicy - 转发策略
7119
- * @param {string} strSSOPolicy - 代填策略
7120
- * @param {string} strGatewayAddress - 网关地址
7121
- * @returns {number} 设置结果
7116
+ /**
7117
+ * 设置转发策略和代填策略
7118
+ * @param {string} strProxyPolicy - 转发策略
7119
+ * @param {string} strSSOPolicy - 代填策略
7120
+ * @param {string} strGatewayAddress - 网关地址
7121
+ * @returns {number} 设置结果
7122
7122
  */
7123
7123
 
7124
7124
 
@@ -7132,11 +7132,11 @@ var plugin_CA_ExtInterface = function () {
7132
7132
  }
7133
7133
  };
7134
7134
 
7135
- /**
7136
- * 启动认证信息模块
7137
- * @param {string} strFileName - 文件名
7138
- * @param {string} strXmlData - XML 数据
7139
- * @returns {string} 认证信息
7135
+ /**
7136
+ * 启动认证信息模块
7137
+ * @param {string} strFileName - 文件名
7138
+ * @param {string} strXmlData - XML 数据
7139
+ * @returns {string} 认证信息
7140
7140
  */
7141
7141
 
7142
7142
 
@@ -7150,10 +7150,10 @@ var plugin_CA_ExtInterface = function () {
7150
7150
  }
7151
7151
  };
7152
7152
 
7153
- /**
7154
- * 打开 BS 应用
7155
- * @param {string} strUrl - 应用 URL
7156
- * @returns {number} 打开结果
7153
+ /**
7154
+ * 打开 BS 应用
7155
+ * @param {string} strUrl - 应用 URL
7156
+ * @returns {number} 打开结果
7157
7157
  */
7158
7158
 
7159
7159
 
@@ -7167,12 +7167,12 @@ var plugin_CA_ExtInterface = function () {
7167
7167
  }
7168
7168
  };
7169
7169
 
7170
- /**
7171
- * 打开 CS 应用
7172
- * @param {string} strGatewayAddress - 网关地址
7173
- * @param {string} strAppFlag - 应用标识
7174
- * @param {string} strAppPath - 应用路径
7175
- * @returns {number} 打开结果
7170
+ /**
7171
+ * 打开 CS 应用
7172
+ * @param {string} strGatewayAddress - 网关地址
7173
+ * @param {string} strAppFlag - 应用标识
7174
+ * @param {string} strAppPath - 应用路径
7175
+ * @returns {number} 打开结果
7176
7176
  */
7177
7177
 
7178
7178
 
@@ -7186,13 +7186,13 @@ var plugin_CA_ExtInterface = function () {
7186
7186
  }
7187
7187
  };
7188
7188
 
7189
- /**
7190
- * 设置自动更新策略
7191
- * @param {string} strGatewayAddress - 网关地址
7192
- * @param {number} nGatewayPort - 网关端口
7193
- * @param {string} strUserToken - 用户令牌
7194
- * @param {number} updatedelay - 更新延迟
7195
- * @returns {number} 设置结果
7189
+ /**
7190
+ * 设置自动更新策略
7191
+ * @param {string} strGatewayAddress - 网关地址
7192
+ * @param {number} nGatewayPort - 网关端口
7193
+ * @param {string} strUserToken - 用户令牌
7194
+ * @param {number} updatedelay - 更新延迟
7195
+ * @returns {number} 设置结果
7196
7196
  */
7197
7197
 
7198
7198
 
@@ -7206,10 +7206,10 @@ var plugin_CA_ExtInterface = function () {
7206
7206
  }
7207
7207
  };
7208
7208
 
7209
- /**
7210
- * 获取客户端 IP
7211
- * @param {string} strGatewayIP - 网关 IP
7212
- * @returns {string} 客户端 IP
7209
+ /**
7210
+ * 获取客户端 IP
7211
+ * @param {string} strGatewayIP - 网关 IP
7212
+ * @returns {string} 客户端 IP
7213
7213
  */
7214
7214
 
7215
7215
 
@@ -7223,10 +7223,10 @@ var plugin_CA_ExtInterface = function () {
7223
7223
  }
7224
7224
  };
7225
7225
 
7226
- /**
7227
- * 登出网关
7228
- * @param {string} strServerIP - 服务器 IP
7229
- * @returns {number} 登出结果
7226
+ /**
7227
+ * 登出网关
7228
+ * @param {string} strServerIP - 服务器 IP
7229
+ * @returns {number} 登出结果
7230
7230
  */
7231
7231
 
7232
7232
 
@@ -7240,11 +7240,11 @@ var plugin_CA_ExtInterface = function () {
7240
7240
  }
7241
7241
  };
7242
7242
 
7243
- /**
7244
- * 运行安装包
7245
- * @param {number} lRunType - 运行类型
7246
- * @param {boolean} bIsOnlySSO - 是否仅安装 SSO
7247
- * @returns {number} 运行结果
7243
+ /**
7244
+ * 运行安装包
7245
+ * @param {number} lRunType - 运行类型
7246
+ * @param {boolean} bIsOnlySSO - 是否仅安装 SSO
7247
+ * @returns {number} 运行结果
7248
7248
  */
7249
7249
 
7250
7250
 
@@ -7258,9 +7258,9 @@ var plugin_CA_ExtInterface = function () {
7258
7258
  }
7259
7259
  };
7260
7260
 
7261
- /**
7262
- * 获取下载进度
7263
- * @returns {number} 下载进度
7261
+ /**
7262
+ * 获取下载进度
7263
+ * @returns {number} 下载进度
7264
7264
  */
7265
7265
 
7266
7266
 
@@ -7274,9 +7274,9 @@ var plugin_CA_ExtInterface = function () {
7274
7274
  }
7275
7275
  };
7276
7276
 
7277
- /**
7278
- * 是否安装完成
7279
- * @returns {boolean} 安装完成状态
7277
+ /**
7278
+ * 是否安装完成
7279
+ * @returns {boolean} 安装完成状态
7280
7280
  */
7281
7281
 
7282
7282
 
@@ -7290,11 +7290,11 @@ var plugin_CA_ExtInterface = function () {
7290
7290
  }
7291
7291
  };
7292
7292
 
7293
- /**
7294
- * 初始化签包对象
7295
- * @param {string} strAlgType - 算法类型
7296
- * @param {string} strAuxParam - 辅助参数
7297
- * @returns {number} 初始化结果
7293
+ /**
7294
+ * 初始化签包对象
7295
+ * @param {string} strAlgType - 算法类型
7296
+ * @param {string} strAuxParam - 辅助参数
7297
+ * @returns {number} 初始化结果
7298
7298
  */
7299
7299
 
7300
7300
 
@@ -7308,10 +7308,10 @@ var plugin_CA_ExtInterface = function () {
7308
7308
  }
7309
7309
  };
7310
7310
 
7311
- /**
7312
- * 设置摘要算法
7313
- * @param {string} strDigestAlg - 摘要算法
7314
- * @returns {number} 设置结果
7311
+ /**
7312
+ * 设置摘要算法
7313
+ * @param {string} strDigestAlg - 摘要算法
7314
+ * @returns {number} 设置结果
7315
7315
  */
7316
7316
 
7317
7317
 
@@ -7325,10 +7325,10 @@ var plugin_CA_ExtInterface = function () {
7325
7325
  }
7326
7326
  };
7327
7327
 
7328
- /**
7329
- * 设置单证书是否弹出对话框
7330
- * @param {number} isChoose - 是否弹出对话框
7331
- * @returns {number} 设置结果
7328
+ /**
7329
+ * 设置单证书是否弹出对话框
7330
+ * @param {number} isChoose - 是否弹出对话框
7331
+ * @returns {number} 设置结果
7332
7332
  */
7333
7333
 
7334
7334
 
@@ -7342,11 +7342,11 @@ var plugin_CA_ExtInterface = function () {
7342
7342
  }
7343
7343
  };
7344
7344
 
7345
- /**
7346
- * 添加证书过滤条件
7347
- * @param {number} ulType - 过滤类型
7348
- * @param {string} strValue - 过滤值
7349
- * @returns {number} 添加结果
7345
+ /**
7346
+ * 添加证书过滤条件
7347
+ * @param {number} ulType - 过滤类型
7348
+ * @param {string} strValue - 过滤值
7349
+ * @returns {number} 添加结果
7350
7350
  */
7351
7351
 
7352
7352
 
@@ -7360,9 +7360,9 @@ var plugin_CA_ExtInterface = function () {
7360
7360
  }
7361
7361
  };
7362
7362
 
7363
- /**
7364
- * 清除所有过滤条件
7365
- * @returns {number} 清除结果
7363
+ /**
7364
+ * 清除所有过滤条件
7365
+ * @returns {number} 清除结果
7366
7366
  */
7367
7367
 
7368
7368
 
@@ -7376,10 +7376,10 @@ var plugin_CA_ExtInterface = function () {
7376
7376
  }
7377
7377
  };
7378
7378
 
7379
- /**
7380
- * P1 签名
7381
- * @param {string} strValueBase64 - 待签名的 Base64 字符串
7382
- * @returns {string} 签名结果
7379
+ /**
7380
+ * P1 签名
7381
+ * @param {string} strValueBase64 - 待签名的 Base64 字符串
7382
+ * @returns {string} 签名结果
7383
7383
  */
7384
7384
 
7385
7385
 
@@ -7393,10 +7393,10 @@ var plugin_CA_ExtInterface = function () {
7393
7393
  }
7394
7394
  };
7395
7395
 
7396
- /**
7397
- * P1 签名字符串
7398
- * @param {string} strValue - 待签名的字符串
7399
- * @returns {string} 签名结果
7396
+ /**
7397
+ * P1 签名字符串
7398
+ * @param {string} strValue - 待签名的字符串
7399
+ * @returns {string} 签名结果
7400
7400
  */
7401
7401
 
7402
7402
 
@@ -7410,12 +7410,12 @@ var plugin_CA_ExtInterface = function () {
7410
7410
  }
7411
7411
  };
7412
7412
 
7413
- /**
7414
- * P7 签名
7415
- * @param {string} strValueBase64 - 待签名的 Base64 字符串
7416
- * @param {boolean} isDetach - 是否分离签名
7417
- * @param {boolean} isIncludeCert - 是否包含证书
7418
- * @returns {string} 签名结果
7413
+ /**
7414
+ * P7 签名
7415
+ * @param {string} strValueBase64 - 待签名的 Base64 字符串
7416
+ * @param {boolean} isDetach - 是否分离签名
7417
+ * @param {boolean} isIncludeCert - 是否包含证书
7418
+ * @returns {string} 签名结果
7419
7419
  */
7420
7420
 
7421
7421
 
@@ -7429,12 +7429,12 @@ var plugin_CA_ExtInterface = function () {
7429
7429
  }
7430
7430
  };
7431
7431
 
7432
- /**
7433
- * P7 签名字符串
7434
- * @param {string} strValue - 待签名的字符串
7435
- * @param {boolean} isDetach - 是否分离签名
7436
- * @param {boolean} isIncludeCert - 是否包含证书
7437
- * @returns {string} 签名结果
7432
+ /**
7433
+ * P7 签名字符串
7434
+ * @param {string} strValue - 待签名的字符串
7435
+ * @param {boolean} isDetach - 是否分离签名
7436
+ * @param {boolean} isIncludeCert - 是否包含证书
7437
+ * @returns {string} 签名结果
7438
7438
  */
7439
7439
 
7440
7440
 
@@ -7448,9 +7448,9 @@ var plugin_CA_ExtInterface = function () {
7448
7448
  }
7449
7449
  };
7450
7450
 
7451
- /**
7452
- * 释放签名对象
7453
- * @returns {number} 释放结果
7451
+ /**
7452
+ * 释放签名对象
7453
+ * @returns {number} 释放结果
7454
7454
  */
7455
7455
 
7456
7456
 
@@ -7464,9 +7464,9 @@ var plugin_CA_ExtInterface = function () {
7464
7464
  }
7465
7465
  };
7466
7466
 
7467
- /**
7468
- * 获取签名版本
7469
- * @returns {string} 签名版本
7467
+ /**
7468
+ * 获取签名版本
7469
+ * @returns {string} 签名版本
7470
7470
  */
7471
7471
 
7472
7472
 
@@ -7480,9 +7480,9 @@ var plugin_CA_ExtInterface = function () {
7480
7480
  }
7481
7481
  };
7482
7482
 
7483
- /**
7484
- * 获取签名证书
7485
- * @returns {string} 签名证书
7483
+ /**
7484
+ * 获取签名证书
7485
+ * @returns {string} 签名证书
7486
7486
  */
7487
7487
 
7488
7488
 
@@ -7496,9 +7496,9 @@ var plugin_CA_ExtInterface = function () {
7496
7496
  }
7497
7497
  };
7498
7498
 
7499
- /**
7500
- * 获取错误码
7501
- * @returns {number} 错误码
7499
+ /**
7500
+ * 获取错误码
7501
+ * @returns {number} 错误码
7502
7502
  */
7503
7503
 
7504
7504
 
@@ -7512,9 +7512,9 @@ var plugin_CA_ExtInterface = function () {
7512
7512
  }
7513
7513
  };
7514
7514
 
7515
- /**
7516
- * 获取错误信息
7517
- * @returns {string} 错误信息
7515
+ /**
7516
+ * 获取错误信息
7517
+ * @returns {string} 错误信息
7518
7518
  */
7519
7519
 
7520
7520
 
@@ -7528,9 +7528,9 @@ var plugin_CA_ExtInterface = function () {
7528
7528
  }
7529
7529
  };
7530
7530
 
7531
- /**
7532
- * 销毁认证对象
7533
- * @returns {number} 销毁结果
7531
+ /**
7532
+ * 销毁认证对象
7533
+ * @returns {number} 销毁结果
7534
7534
  */
7535
7535
 
7536
7536
 
@@ -7544,9 +7544,9 @@ var plugin_CA_ExtInterface = function () {
7544
7544
  }
7545
7545
  };
7546
7546
 
7547
- /**
7548
- * 获取证书类型
7549
- * @returns {string} 证书类型
7547
+ /**
7548
+ * 获取证书类型
7549
+ * @returns {string} 证书类型
7550
7550
  */
7551
7551
 
7552
7552
 
@@ -7560,9 +7560,9 @@ var plugin_CA_ExtInterface = function () {
7560
7560
  }
7561
7561
  };
7562
7562
 
7563
- /**
7564
- * 获取签名摘要算法
7565
- * @returns {string} 签名摘要算法
7563
+ /**
7564
+ * 获取签名摘要算法
7565
+ * @returns {string} 签名摘要算法
7566
7566
  */
7567
7567
 
7568
7568
 
@@ -7576,11 +7576,11 @@ var plugin_CA_ExtInterface = function () {
7576
7576
  }
7577
7577
  };
7578
7578
 
7579
- /**
7580
- * 使能调用序列
7581
- * @param {boolean} bCallQueueEnable - 是否使能调用序列
7582
- * @param {boolean} bHeadInfoEnable - 是否使能头部信息
7583
- * @returns {number} 使能结果
7579
+ /**
7580
+ * 使能调用序列
7581
+ * @param {boolean} bCallQueueEnable - 是否使能调用序列
7582
+ * @param {boolean} bHeadInfoEnable - 是否使能头部信息
7583
+ * @returns {number} 使能结果
7584
7584
  */
7585
7585
 
7586
7586
 
@@ -7594,9 +7594,9 @@ var plugin_CA_ExtInterface = function () {
7594
7594
  }
7595
7595
  };
7596
7596
 
7597
- /**
7598
- * 清空调用序列结果
7599
- * @returns {number} 清空调用序列结果
7597
+ /**
7598
+ * 清空调用序列结果
7599
+ * @returns {number} 清空调用序列结果
7600
7600
  */
7601
7601
 
7602
7602
 
@@ -7610,9 +7610,9 @@ var plugin_CA_ExtInterface = function () {
7610
7610
  }
7611
7611
  };
7612
7612
 
7613
- /**
7614
- * 获取调用序列结果
7615
- * @returns {string} 调用序列结果
7613
+ /**
7614
+ * 获取调用序列结果
7615
+ * @returns {string} 调用序列结果
7616
7616
  */
7617
7617
 
7618
7618
 
@@ -7626,12 +7626,12 @@ var plugin_CA_ExtInterface = function () {
7626
7626
  }
7627
7627
  };
7628
7628
 
7629
- /**
7630
- * 客户端安全策略检查
7631
- * @param {string} strGatewayAddress - 网关地址
7632
- * @param {number} usGatewayPort - 网关端口
7633
- * @param {string} strSecurityPolicys - 安全策略
7634
- * @returns {boolean} 检查结果
7629
+ /**
7630
+ * 客户端安全策略检查
7631
+ * @param {string} strGatewayAddress - 网关地址
7632
+ * @param {number} usGatewayPort - 网关端口
7633
+ * @param {string} strSecurityPolicys - 安全策略
7634
+ * @returns {boolean} 检查结果
7635
7635
  */
7636
7636
 
7637
7637
 
@@ -7645,9 +7645,9 @@ var plugin_CA_ExtInterface = function () {
7645
7645
  }
7646
7646
  };
7647
7647
 
7648
- /**
7649
- * 获取通讯协议版本
7650
- * @returns {string} 通讯协议版本
7648
+ /**
7649
+ * 获取通讯协议版本
7650
+ * @returns {string} 通讯协议版本
7651
7651
  */
7652
7652
 
7653
7653
 
@@ -7661,13 +7661,13 @@ var plugin_CA_ExtInterface = function () {
7661
7661
  }
7662
7662
  };
7663
7663
 
7664
- /**
7665
- * 修改 Key 的 Pin 码
7666
- * @param {string} strCertSn - 证书序列号
7667
- * @param {number} lPinCodeType - Pin 码类型
7668
- * @param {string} strCurPinCode - 当前 Pin 码
7669
- * @param {string} strNewPinCode - 新 Pin 码
7670
- * @returns {number} 修改结果
7664
+ /**
7665
+ * 修改 Key 的 Pin 码
7666
+ * @param {string} strCertSn - 证书序列号
7667
+ * @param {number} lPinCodeType - Pin 码类型
7668
+ * @param {string} strCurPinCode - 当前 Pin 码
7669
+ * @param {string} strNewPinCode - 新 Pin 码
7670
+ * @returns {number} 修改结果
7671
7671
  */
7672
7672
 
7673
7673
 
@@ -7681,10 +7681,10 @@ var plugin_CA_ExtInterface = function () {
7681
7681
  }
7682
7682
  };
7683
7683
 
7684
- /**
7685
- * 等待策略设置完毕
7686
- * @param {string} strGatewayAddress - 网关地址
7687
- * @returns {number} 等待结果
7684
+ /**
7685
+ * 等待策略设置完毕
7686
+ * @param {string} strGatewayAddress - 网关地址
7687
+ * @returns {number} 等待结果
7688
7688
  */
7689
7689
 
7690
7690
 
@@ -7698,10 +7698,10 @@ var plugin_CA_ExtInterface = function () {
7698
7698
  }
7699
7699
  };
7700
7700
 
7701
- /**
7702
- * 获取会话 Token
7703
- * @param {string} strGatewayAddress - 网关地址
7704
- * @returns {string} 会话 Token
7701
+ /**
7702
+ * 获取会话 Token
7703
+ * @param {string} strGatewayAddress - 网关地址
7704
+ * @returns {string} 会话 Token
7705
7705
  */
7706
7706
 
7707
7707
 
@@ -7715,9 +7715,9 @@ var plugin_CA_ExtInterface = function () {
7715
7715
  }
7716
7716
  };
7717
7717
 
7718
- /**
7719
- * 获取控件版本
7720
- * @returns {string} 控件版本
7718
+ /**
7719
+ * 获取控件版本
7720
+ * @returns {string} 控件版本
7721
7721
  */
7722
7722
 
7723
7723
 
@@ -7731,10 +7731,10 @@ var plugin_CA_ExtInterface = function () {
7731
7731
  }
7732
7732
  };
7733
7733
 
7734
- /**
7735
- * 设置语言资源
7736
- * @param {string} strLanguage - 语言资源
7737
- * @returns {number} 设置结果
7734
+ /**
7735
+ * 设置语言资源
7736
+ * @param {string} strLanguage - 语言资源
7737
+ * @returns {number} 设置结果
7738
7738
  */
7739
7739
 
7740
7740
 
@@ -7748,12 +7748,12 @@ var plugin_CA_ExtInterface = function () {
7748
7748
  }
7749
7749
  };
7750
7750
 
7751
- /**
7752
- * 获取用户属性
7753
- * @param {string} strGatewayAddress - 网关地址
7754
- * @param {string} strAppFlag - 应用标识
7755
- * @param {string} strAttributeName - 属性名称
7756
- * @returns {string} 用户属性值
7751
+ /**
7752
+ * 获取用户属性
7753
+ * @param {string} strGatewayAddress - 网关地址
7754
+ * @param {string} strAppFlag - 应用标识
7755
+ * @param {string} strAttributeName - 属性名称
7756
+ * @returns {string} 用户属性值
7757
7757
  */
7758
7758
 
7759
7759
 
@@ -7767,9 +7767,9 @@ var plugin_CA_ExtInterface = function () {
7767
7767
  }
7768
7768
  };
7769
7769
 
7770
- /**
7771
- * 获取签名加密 PIN 码
7772
- * @returns {string} 签名加密 PIN 码
7770
+ /**
7771
+ * 获取签名加密 PIN 码
7772
+ * @returns {string} 签名加密 PIN 码
7773
7773
  */
7774
7774
 
7775
7775
 
@@ -7782,20 +7782,20 @@ var plugin_CA_ExtInterface = function () {
7782
7782
  return result.value;
7783
7783
  }
7784
7784
  };
7785
- /*
7786
- *曙光四川CA
7787
- *'SOF_GetUserList' 证书列表
7788
- *'SOF_ExportUserCert' 导出证书
7789
- *'SOF_GetCertInfo': 获取证书信息
7790
- *'SOF_GenRandom': 生成随机数
7791
- *'SOF_SignData': 获取证书签名
7792
- *'SOF_Login': 登录证书
7793
- *'SOF_GetPinRetryCount': 剩余次数
7785
+ /*
7786
+ *曙光四川CA
7787
+ *'SOF_GetUserList' 证书列表
7788
+ *'SOF_ExportUserCert' 导出证书
7789
+ *'SOF_GetCertInfo': 获取证书信息
7790
+ *'SOF_GenRandom': 生成随机数
7791
+ *'SOF_SignData': 获取证书签名
7792
+ *'SOF_Login': 登录证书
7793
+ *'SOF_GetPinRetryCount': 剩余次数
7794
7794
  */
7795
- /**
7796
- *
7797
- * 获取webSocket消息
7798
- * @returns {string}
7795
+ /**
7796
+ *
7797
+ * 获取webSocket消息
7798
+ * @returns {string}
7799
7799
  */
7800
7800
 
7801
7801
 
@@ -7831,10 +7831,10 @@ var plugin_CA_ExtInterface = function () {
7831
7831
  };
7832
7832
  });
7833
7833
  };
7834
- /**
7835
- *
7836
- * base64解码
7837
- * @returns {string} base64解码后的字符串
7834
+ /**
7835
+ *
7836
+ * base64解码
7837
+ * @returns {string} base64解码后的字符串
7838
7838
  */
7839
7839
 
7840
7840
 
@@ -7869,10 +7869,10 @@ var plugin_CA_ExtInterface = function () {
7869
7869
  val = this.utf8_decode(val);
7870
7870
  return val;
7871
7871
  };
7872
- /**
7873
- *
7874
- * base64编码
7875
- * @returns {string} base64编码后的字符串
7872
+ /**
7873
+ *
7874
+ * base64编码
7875
+ * @returns {string} base64编码后的字符串
7876
7876
  */
7877
7877
 
7878
7878
 
@@ -7905,10 +7905,10 @@ var plugin_CA_ExtInterface = function () {
7905
7905
  }
7906
7906
  return val;
7907
7907
  };
7908
- /**
7909
- *
7910
- * utf8解码
7911
- * @returns {string} utf8解码后的字符串
7908
+ /**
7909
+ *
7910
+ * utf8解码
7911
+ * @returns {string} utf8解码后的字符串
7912
7912
  */
7913
7913
 
7914
7914
 
@@ -7937,10 +7937,10 @@ var plugin_CA_ExtInterface = function () {
7937
7937
  }
7938
7938
  return string;
7939
7939
  };
7940
- /**
7941
- *
7942
- * utf8编码
7943
- * @returns {string} utf8编码后的字符串
7940
+ /**
7941
+ *
7942
+ * utf8编码
7943
+ * @returns {string} utf8编码后的字符串
7944
7944
  */
7945
7945
 
7946
7946
 
@@ -36368,11 +36368,11 @@ var processFormvue_type_script_lang_js_components;
36368
36368
  });
36369
36369
  },
36370
36370
 
36371
- /**
36372
- * isMultiple
36373
- * @desc:是否多选
36374
- * @author liufan
36375
- * @date 2022年9月13日
36371
+ /**
36372
+ * isMultiple
36373
+ * @desc:是否多选
36374
+ * @author liufan
36375
+ * @date 2022年9月13日
36376
36376
  **/
36377
36377
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
36378
36378
  var multiple = false;
@@ -40622,11 +40622,11 @@ var resetvue_type_script_lang_js_components;
40622
40622
  });
40623
40623
  },
40624
40624
 
40625
- /**
40626
- * isMultiple
40627
- * @desc:是否多选
40628
- * @author liufan
40629
- * @date 2022年9月13日
40625
+ /**
40626
+ * isMultiple
40627
+ * @desc:是否多选
40628
+ * @author liufan
40629
+ * @date 2022年9月13日
40630
40630
  **/
40631
40631
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
40632
40632
  var multiple = false;
@@ -45274,11 +45274,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45274
45274
  });
45275
45275
  },
45276
45276
 
45277
- /**
45278
- * saveInfo
45279
- * @desc:暂存
45280
- * @author liufan
45281
- * @date 2022年9月9日
45277
+ /**
45278
+ * saveInfo
45279
+ * @desc:暂存
45280
+ * @author liufan
45281
+ * @date 2022年9月9日
45282
45282
  **/
45283
45283
  saveInfo: function saveInfo(type, btn) {
45284
45284
  var _this6 = this;
@@ -45340,11 +45340,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45340
45340
  });
45341
45341
  },
45342
45342
 
45343
- /**
45344
- * rejectBtn
45345
- * @desc:点击驳回
45346
- * @author liufan
45347
- * @date 2022年5月25日
45343
+ /**
45344
+ * rejectBtn
45345
+ * @desc:点击驳回
45346
+ * @author liufan
45347
+ * @date 2022年5月25日
45348
45348
  **/
45349
45349
  rejectBtn: function rejectBtn() {
45350
45350
  var _this8 = this;
@@ -45362,11 +45362,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45362
45362
  }
45363
45363
  },
45364
45364
 
45365
- /**
45366
- * taskReadBtn
45367
- * @desc:点击分阅
45368
- * @author liufan
45369
- * @date 2022年5月25日
45365
+ /**
45366
+ * taskReadBtn
45367
+ * @desc:点击分阅
45368
+ * @author liufan
45369
+ * @date 2022年5月25日
45370
45370
  **/
45371
45371
  taskReadBtn: function taskReadBtn() {
45372
45372
  var _this9 = this;
@@ -45385,11 +45385,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45385
45385
  }
45386
45386
  },
45387
45387
 
45388
- /**
45389
- * getFind
45390
- * @desc:获取通知方式
45391
- * @author liufan
45392
- * @date 2022年5月25日
45388
+ /**
45389
+ * getFind
45390
+ * @desc:获取通知方式
45391
+ * @author liufan
45392
+ * @date 2022年5月25日
45393
45393
  **/
45394
45394
  getFind: function getFind() {
45395
45395
  var _this10 = this;
@@ -45445,12 +45445,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45445
45445
  });
45446
45446
  },
45447
45447
 
45448
- /**
45449
- * endFlows
45450
- * @desc:直接办结
45451
- * @author liufan
45452
- * @param {Object} res 直接办结数据
45453
- * @date 2022年5月25日
45448
+ /**
45449
+ * endFlows
45450
+ * @desc:直接办结
45451
+ * @author liufan
45452
+ * @param {Object} res 直接办结数据
45453
+ * @date 2022年5月25日
45454
45454
  **/
45455
45455
  endFlows: function endFlows(res) {
45456
45456
  var _this12 = this;
@@ -45504,12 +45504,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45504
45504
  }).catch(function (e) {});
45505
45505
  },
45506
45506
 
45507
- /**
45508
- * goView
45509
- * @desc:更多流程按钮操作
45510
- * @author liufan
45511
- * @param {Object} res 当前点击操作按钮数据
45512
- * @date 2022年5月25日
45507
+ /**
45508
+ * goView
45509
+ * @desc:更多流程按钮操作
45510
+ * @author liufan
45511
+ * @param {Object} res 当前点击操作按钮数据
45512
+ * @date 2022年5月25日
45513
45513
  **/
45514
45514
  goView: function goView(res) {
45515
45515
  // 驳回并办结:rejectAndEndHtml
@@ -45594,11 +45594,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45594
45594
  // isCanStartSubFlow
45595
45595
  },
45596
45596
 
45597
- /**
45598
- * toTakeAdvice
45599
- * @desc:征求意见
45600
- * @author liufan
45601
- * @date 2022年9月29日
45597
+ /**
45598
+ * toTakeAdvice
45599
+ * @desc:征求意见
45600
+ * @author liufan
45601
+ * @date 2022年9月29日
45602
45602
  **/
45603
45603
  toTakeAdvice: function toTakeAdvice(res) {
45604
45604
  var _this14 = this;
@@ -45642,11 +45642,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45642
45642
  });
45643
45643
  },
45644
45644
 
45645
- /**
45646
- * toStartDraf
45647
- * @desc: 稿件递送、联合审核、复核
45648
- * @author liufan
45649
- * @date 2022年9月29日
45645
+ /**
45646
+ * toStartDraf
45647
+ * @desc: 稿件递送、联合审核、复核
45648
+ * @author liufan
45649
+ * @date 2022年9月29日
45650
45650
  **/
45651
45651
  toStartDraf: function toStartDraf(res) {
45652
45652
  var _this16 = this;
@@ -45660,11 +45660,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45660
45660
  }
45661
45661
  },
45662
45662
 
45663
- /**
45664
- * toSendMsg
45665
- * @desc:核稿通知
45666
- * @author liufan
45667
- * @date 2022年9月29日
45663
+ /**
45664
+ * toSendMsg
45665
+ * @desc:核稿通知
45666
+ * @author liufan
45667
+ * @date 2022年9月29日
45668
45668
  **/
45669
45669
  toSendMsg: function toSendMsg(res) {
45670
45670
  var _this17 = this;
@@ -45678,11 +45678,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45678
45678
  }
45679
45679
  },
45680
45680
 
45681
- /**
45682
- * toTaskReadAndEnd
45683
- * @desc:分阅并办结
45684
- * @author liufan
45685
- * @date 2022年9月29日
45681
+ /**
45682
+ * toTaskReadAndEnd
45683
+ * @desc:分阅并办结
45684
+ * @author liufan
45685
+ * @date 2022年9月29日
45686
45686
  **/
45687
45687
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
45688
45688
  var _this18 = this;
@@ -45700,11 +45700,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45700
45700
  }
45701
45701
  },
45702
45702
 
45703
- /**
45704
- * rejectAndEnd
45705
- * @desc:驳回并办结
45706
- * @author liufan
45707
- * @date 2022年9月29日
45703
+ /**
45704
+ * rejectAndEnd
45705
+ * @desc:驳回并办结
45706
+ * @author liufan
45707
+ * @date 2022年9月29日
45708
45708
  **/
45709
45709
  rejectAndEnd: function rejectAndEnd(res) {
45710
45710
  var _this19 = this;
@@ -45759,11 +45759,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45759
45759
  });
45760
45760
  },
45761
45761
 
45762
- /**
45763
- * toTransfer
45764
- * @desc:转办
45765
- * @author liufan
45766
- * @date 2022年9月29日
45762
+ /**
45763
+ * toTransfer
45764
+ * @desc:转办
45765
+ * @author liufan
45766
+ * @date 2022年9月29日
45767
45767
  **/
45768
45768
  toTransfer: function toTransfer(res) {
45769
45769
  var _this21 = this;
@@ -45779,11 +45779,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45779
45779
  }
45780
45780
  },
45781
45781
 
45782
- /**
45783
- * getNodeInfo
45784
- * @desc:获取节点信息
45785
- * @author liufan
45786
- * @date 2022年5月25日
45782
+ /**
45783
+ * getNodeInfo
45784
+ * @desc:获取节点信息
45785
+ * @author liufan
45786
+ * @date 2022年5月25日
45787
45787
  **/
45788
45788
  getNodeInfo: function getNodeInfo() {
45789
45789
  var _this22 = this;
@@ -45882,12 +45882,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45882
45882
  });
45883
45883
  },
45884
45884
 
45885
- /**
45886
- * selecNext
45887
- * @desc:下步节点变化时更新数据
45888
- * @author liufan
45889
- * @param {String} val 当前选中值
45890
- * @date 2022年5月25日
45885
+ /**
45886
+ * selecNext
45887
+ * @desc:下步节点变化时更新数据
45888
+ * @author liufan
45889
+ * @param {String} val 当前选中值
45890
+ * @date 2022年5月25日
45891
45891
  **/
45892
45892
  selecNext: function selecNext(val, type, isDef) {
45893
45893
  var _this23 = this;
@@ -45996,11 +45996,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45996
45996
  if (isDef !== true) this.getNodeInfo();
45997
45997
  },
45998
45998
 
45999
- /**
46000
- * isMultiple
46001
- * @desc:是否多选
46002
- * @author liufan
46003
- * @date 2022年9月13日
45999
+ /**
46000
+ * isMultiple
46001
+ * @desc:是否多选
46002
+ * @author liufan
46003
+ * @date 2022年9月13日
46004
46004
  **/
46005
46005
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
46006
46006
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -46032,11 +46032,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
46032
46032
  }
46033
46033
  },
46034
46034
 
46035
- /**
46036
- * getHedInfo
46037
- * @desc:获取审核页面数据
46038
- * @author liufan
46039
- * @date 2022年5月25日
46035
+ /**
46036
+ * getHedInfo
46037
+ * @desc:获取审核页面数据
46038
+ * @author liufan
46039
+ * @date 2022年5月25日
46040
46040
  **/
46041
46041
  getHedInfo: function getHedInfo() {
46042
46042
  var _this24 = this;
@@ -46272,13 +46272,13 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
46272
46272
  });
46273
46273
  },
46274
46274
 
46275
- /**
46276
- * closeProcess
46277
- * @desc:关闭弹窗
46278
- * @author liufan
46279
- * @param {boolean} val 当前是否办理流程
46280
- * @param {String} type 当前点击的弹窗类型
46281
- * @date 2022年5月25日
46275
+ /**
46276
+ * closeProcess
46277
+ * @desc:关闭弹窗
46278
+ * @author liufan
46279
+ * @param {boolean} val 当前是否办理流程
46280
+ * @param {String} type 当前点击的弹窗类型
46281
+ * @date 2022年5月25日
46282
46282
  **/
46283
46283
  closeProcess: function closeProcess(val, type, closeParent) {
46284
46284
  if (closeParent) {
@@ -46295,23 +46295,23 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
46295
46295
  }
46296
46296
  },
46297
46297
 
46298
- /**
46299
- * selectChange
46300
- * @desc:常用语选择
46301
- * @author liufan
46302
- * @param {String} val 选中值
46303
- * @date 2022年5月25日
46298
+ /**
46299
+ * selectChange
46300
+ * @desc:常用语选择
46301
+ * @author liufan
46302
+ * @param {String} val 选中值
46303
+ * @date 2022年5月25日
46304
46304
  **/
46305
46305
  selectChange: function selectChange(val) {
46306
46306
  this.value = val;
46307
46307
  },
46308
46308
 
46309
- /**
46310
- * upDate
46311
- * @desc:修改常用语
46312
- * @author liufan
46313
- * @param {Object} val 修改值
46314
- * @date 2022年5月25日
46309
+ /**
46310
+ * upDate
46311
+ * @desc:修改常用语
46312
+ * @author liufan
46313
+ * @param {Object} val 修改值
46314
+ * @date 2022年5月25日
46315
46315
  **/
46316
46316
  upDate: function upDate(val) {
46317
46317
  this.FormData.id = val.id;
@@ -46319,11 +46319,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
46319
46319
  },
46320
46320
 
46321
46321
 
46322
- /**
46323
- * getProcess
46324
- * @desc:获取选择流程
46325
- * @author liufan
46326
- * @date 2022年5月25日
46322
+ /**
46323
+ * getProcess
46324
+ * @desc:获取选择流程
46325
+ * @author liufan
46326
+ * @date 2022年5月25日
46327
46327
  **/
46328
46328
  getProcess: function getProcess() {
46329
46329
  var _this25 = this;
@@ -46377,11 +46377,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
46377
46377
  });
46378
46378
  },
46379
46379
 
46380
- /**
46381
- * getPendedhistoryList
46382
- * @desc:获取流程列表
46383
- * @author liufan
46384
- * @date 2022年5月25日
46380
+ /**
46381
+ * getPendedhistoryList
46382
+ * @desc:获取流程列表
46383
+ * @author liufan
46384
+ * @date 2022年5月25日
46385
46385
  **/
46386
46386
  getPendedhistoryList: function getPendedhistoryList() {
46387
46387
  var _this26 = this;
@@ -46413,12 +46413,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
46413
46413
  },
46414
46414
 
46415
46415
  // 提交流程
46416
- /**
46417
- * subProcess
46418
- * @desc:提交流程
46419
- * @author liufan
46420
- * @param {String} formName 当前form表单ref值
46421
- * @date 2022年5月25日
46416
+ /**
46417
+ * subProcess
46418
+ * @desc:提交流程
46419
+ * @author liufan
46420
+ * @param {String} formName 当前form表单ref值
46421
+ * @date 2022年5月25日
46422
46422
  **/
46423
46423
  subProcess: function subProcess(val) {
46424
46424
  var _this27 = this;
@@ -50394,11 +50394,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50394
50394
  });
50395
50395
  },
50396
50396
 
50397
- /**
50398
- * saveInfo
50399
- * @desc:暂存
50400
- * @author liufan
50401
- * @date 2022年9月9日
50397
+ /**
50398
+ * saveInfo
50399
+ * @desc:暂存
50400
+ * @author liufan
50401
+ * @date 2022年9月9日
50402
50402
  **/
50403
50403
  saveInfo: function saveInfo(type, btn) {
50404
50404
  var _this14 = this;
@@ -50460,11 +50460,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50460
50460
  });
50461
50461
  },
50462
50462
 
50463
- /**
50464
- * rejectBtn
50465
- * @desc:点击驳回
50466
- * @author liufan
50467
- * @date 2022年5月25日
50463
+ /**
50464
+ * rejectBtn
50465
+ * @desc:点击驳回
50466
+ * @author liufan
50467
+ * @date 2022年5月25日
50468
50468
  **/
50469
50469
  rejectBtn: function rejectBtn() {
50470
50470
  var _this16 = this;
@@ -50482,11 +50482,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50482
50482
  }
50483
50483
  },
50484
50484
 
50485
- /**
50486
- * taskReadBtn
50487
- * @desc:点击分阅
50488
- * @author liufan
50489
- * @date 2022年5月25日
50485
+ /**
50486
+ * taskReadBtn
50487
+ * @desc:点击分阅
50488
+ * @author liufan
50489
+ * @date 2022年5月25日
50490
50490
  **/
50491
50491
  taskReadBtn: function taskReadBtn() {
50492
50492
  var _this17 = this;
@@ -50505,11 +50505,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50505
50505
  }
50506
50506
  },
50507
50507
 
50508
- /**
50509
- * getFind
50510
- * @desc:获取通知方式
50511
- * @author liufan
50512
- * @date 2022年5月25日
50508
+ /**
50509
+ * getFind
50510
+ * @desc:获取通知方式
50511
+ * @author liufan
50512
+ * @date 2022年5月25日
50513
50513
  **/
50514
50514
  getFind: function getFind() {
50515
50515
  var _this18 = this;
@@ -50576,12 +50576,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50576
50576
  });
50577
50577
  },
50578
50578
 
50579
- /**
50580
- * endFlows
50581
- * @desc:直接办结
50582
- * @author liufan
50583
- * @param {Object} res 直接办结数据
50584
- * @date 2022年5月25日
50579
+ /**
50580
+ * endFlows
50581
+ * @desc:直接办结
50582
+ * @author liufan
50583
+ * @param {Object} res 直接办结数据
50584
+ * @date 2022年5月25日
50585
50585
  **/
50586
50586
  endFlows: function endFlows(res) {
50587
50587
  var _this20 = this;
@@ -50636,12 +50636,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50636
50636
  }).catch(function (e) {});
50637
50637
  },
50638
50638
 
50639
- /**
50640
- * goView
50641
- * @desc:更多流程按钮操作
50642
- * @author liufan
50643
- * @param {Object} res 当前点击操作按钮数据
50644
- * @date 2022年5月25日
50639
+ /**
50640
+ * goView
50641
+ * @desc:更多流程按钮操作
50642
+ * @author liufan
50643
+ * @param {Object} res 当前点击操作按钮数据
50644
+ * @date 2022年5月25日
50645
50645
  **/
50646
50646
  goView: function goView(res) {
50647
50647
  // 驳回并办结:rejectAndEndHtml
@@ -50728,11 +50728,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50728
50728
  // isCanStartSubFlow
50729
50729
  },
50730
50730
 
50731
- /**
50732
- * toTakeAdvice
50733
- * @desc:征求意见
50734
- * @author liufan
50735
- * @date 2022年9月29日
50731
+ /**
50732
+ * toTakeAdvice
50733
+ * @desc:征求意见
50734
+ * @author liufan
50735
+ * @date 2022年9月29日
50736
50736
  **/
50737
50737
  toTakeAdvice: function toTakeAdvice(res) {
50738
50738
  var _this22 = this;
@@ -50776,11 +50776,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50776
50776
  });
50777
50777
  },
50778
50778
 
50779
- /**
50780
- * toStartDraf
50781
- * @desc: 稿件递送、联合审核、复核
50782
- * @author liufan
50783
- * @date 2022年9月29日
50779
+ /**
50780
+ * toStartDraf
50781
+ * @desc: 稿件递送、联合审核、复核
50782
+ * @author liufan
50783
+ * @date 2022年9月29日
50784
50784
  **/
50785
50785
  toStartDraf: function toStartDraf(res) {
50786
50786
  var _this24 = this;
@@ -50794,11 +50794,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50794
50794
  }
50795
50795
  },
50796
50796
 
50797
- /**
50798
- * toSendMsg
50799
- * @desc:核稿通知
50800
- * @author liufan
50801
- * @date 2022年9月29日
50797
+ /**
50798
+ * toSendMsg
50799
+ * @desc:核稿通知
50800
+ * @author liufan
50801
+ * @date 2022年9月29日
50802
50802
  **/
50803
50803
  toSendMsg: function toSendMsg(res) {
50804
50804
  var _this25 = this;
@@ -50812,11 +50812,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50812
50812
  }
50813
50813
  },
50814
50814
 
50815
- /**
50816
- * toTaskReadAndEnd
50817
- * @desc:分阅并办结
50818
- * @author liufan
50819
- * @date 2022年9月29日
50815
+ /**
50816
+ * toTaskReadAndEnd
50817
+ * @desc:分阅并办结
50818
+ * @author liufan
50819
+ * @date 2022年9月29日
50820
50820
  **/
50821
50821
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
50822
50822
  var _this26 = this;
@@ -50834,11 +50834,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50834
50834
  }
50835
50835
  },
50836
50836
 
50837
- /**
50838
- * rejectAndEnd
50839
- * @desc:驳回并办结
50840
- * @author liufan
50841
- * @date 2022年9月29日
50837
+ /**
50838
+ * rejectAndEnd
50839
+ * @desc:驳回并办结
50840
+ * @author liufan
50841
+ * @date 2022年9月29日
50842
50842
  **/
50843
50843
  rejectAndEnd: function rejectAndEnd(res) {
50844
50844
  var _this27 = this;
@@ -50894,11 +50894,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50894
50894
  });
50895
50895
  },
50896
50896
 
50897
- /**
50898
- * toTransfer
50899
- * @desc:转办
50900
- * @author liufan
50901
- * @date 2022年9月29日
50897
+ /**
50898
+ * toTransfer
50899
+ * @desc:转办
50900
+ * @author liufan
50901
+ * @date 2022年9月29日
50902
50902
  **/
50903
50903
  toTransfer: function toTransfer(res) {
50904
50904
  var _this29 = this;
@@ -50917,11 +50917,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50917
50917
  this.nextNode.customLimitTime = val;
50918
50918
  },
50919
50919
 
50920
- /**
50921
- * getNodeInfo
50922
- * @desc:获取节点信息
50923
- * @author liufan
50924
- * @date 2022年5月25日
50920
+ /**
50921
+ * getNodeInfo
50922
+ * @desc:获取节点信息
50923
+ * @author liufan
50924
+ * @date 2022年5月25日
50925
50925
  **/
50926
50926
  getNodeInfo: function getNodeInfo() {
50927
50927
  var _this30 = this;
@@ -51052,12 +51052,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51052
51052
  });
51053
51053
  },
51054
51054
 
51055
- /**
51056
- * selecNext
51057
- * @desc:下步节点变化时更新数据
51058
- * @author liufan
51059
- * @param {String} val 当前选中值
51060
- * @date 2022年5月25日
51055
+ /**
51056
+ * selecNext
51057
+ * @desc:下步节点变化时更新数据
51058
+ * @author liufan
51059
+ * @param {String} val 当前选中值
51060
+ * @date 2022年5月25日
51061
51061
  **/
51062
51062
  selecNext: function selecNext(val, type, isDef) {
51063
51063
  var _this31 = this;
@@ -51197,11 +51197,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51197
51197
  }
51198
51198
  },
51199
51199
 
51200
- /**
51201
- * isMultiple
51202
- * @desc:是否多选
51203
- * @author liufan
51204
- * @date 2022年9月13日
51200
+ /**
51201
+ * isMultiple
51202
+ * @desc:是否多选
51203
+ * @author liufan
51204
+ * @date 2022年9月13日
51205
51205
  **/
51206
51206
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
51207
51207
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -51233,11 +51233,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51233
51233
  }
51234
51234
  },
51235
51235
 
51236
- /**
51237
- * getHedInfo
51238
- * @desc:获取审核页面数据
51239
- * @author liufan
51240
- * @date 2022年5月25日
51236
+ /**
51237
+ * getHedInfo
51238
+ * @desc:获取审核页面数据
51239
+ * @author liufan
51240
+ * @date 2022年5月25日
51241
51241
  **/
51242
51242
  getHedInfo: function getHedInfo() {
51243
51243
  var _this32 = this;
@@ -51554,13 +51554,13 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51554
51554
  });
51555
51555
  },
51556
51556
 
51557
- /**
51558
- * closeProcess
51559
- * @desc:关闭弹窗
51560
- * @author liufan
51561
- * @param {boolean} val 当前是否办理流程
51562
- * @param {String} type 当前点击的弹窗类型
51563
- * @date 2022年5月25日
51557
+ /**
51558
+ * closeProcess
51559
+ * @desc:关闭弹窗
51560
+ * @author liufan
51561
+ * @param {boolean} val 当前是否办理流程
51562
+ * @param {String} type 当前点击的弹窗类型
51563
+ * @date 2022年5月25日
51564
51564
  **/
51565
51565
  closeProcess: function closeProcess(val, type, closeParent) {
51566
51566
  if (this.closeParent && !this.startFlowPageEmbeddedIntoStartFlowIndex) {
@@ -51580,23 +51580,23 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51580
51580
  }
51581
51581
  },
51582
51582
 
51583
- /**
51584
- * selectChange
51585
- * @desc:常用语选择
51586
- * @author liufan
51587
- * @param {String} val 选中值
51588
- * @date 2022年5月25日
51583
+ /**
51584
+ * selectChange
51585
+ * @desc:常用语选择
51586
+ * @author liufan
51587
+ * @param {String} val 选中值
51588
+ * @date 2022年5月25日
51589
51589
  **/
51590
51590
  selectChange: function selectChange(val) {
51591
51591
  this.value = val;
51592
51592
  },
51593
51593
 
51594
- /**
51595
- * upDate
51596
- * @desc:修改常用语
51597
- * @author liufan
51598
- * @param {Object} val 修改值
51599
- * @date 2022年5月25日
51594
+ /**
51595
+ * upDate
51596
+ * @desc:修改常用语
51597
+ * @author liufan
51598
+ * @param {Object} val 修改值
51599
+ * @date 2022年5月25日
51600
51600
  **/
51601
51601
  upDate: function upDate(val) {
51602
51602
  this.FormData.id = val.id;
@@ -51604,11 +51604,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51604
51604
  },
51605
51605
 
51606
51606
 
51607
- /**
51608
- * getProcess
51609
- * @desc:获取选择流程
51610
- * @author liufan
51611
- * @date 2022年5月25日
51607
+ /**
51608
+ * getProcess
51609
+ * @desc:获取选择流程
51610
+ * @author liufan
51611
+ * @date 2022年5月25日
51612
51612
  **/
51613
51613
  getProcess: function getProcess(val) {
51614
51614
  var _this33 = this;
@@ -51668,11 +51668,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51668
51668
  });
51669
51669
  },
51670
51670
 
51671
- /**
51672
- * getPendedhistoryList
51673
- * @desc:获取流程列表
51674
- * @author liufan
51675
- * @date 2022年5月25日
51671
+ /**
51672
+ * getPendedhistoryList
51673
+ * @desc:获取流程列表
51674
+ * @author liufan
51675
+ * @date 2022年5月25日
51676
51676
  **/
51677
51677
  getPendedhistoryList: function getPendedhistoryList() {
51678
51678
  var _this34 = this;
@@ -51743,12 +51743,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51743
51743
  beforeSubProcess: function beforeSubProcess() {},
51744
51744
 
51745
51745
  // 提交流程
51746
- /**
51747
- * subProcess
51748
- * @desc:提交流程
51749
- * @author liufan
51750
- * @param {String} formName 当前form表单ref值
51751
- * @date 2022年5月25日
51746
+ /**
51747
+ * subProcess
51748
+ * @desc:提交流程
51749
+ * @author liufan
51750
+ * @param {String} formName 当前form表单ref值
51751
+ * @date 2022年5月25日
51752
51752
  **/
51753
51753
  subProcess: function subProcess(val, type) {
51754
51754
  var _this36 = this;
@@ -63515,8 +63515,8 @@ mainvue_type_template_id_b3cc50dc_render._withStripped = true
63515
63515
 
63516
63516
  // CONCATENATED MODULE: ./packages/main/src/main.vue?vue&type=template&id=b3cc50dc&
63517
63517
 
63518
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/simplicity/index.vue?vue&type=template&id=8605940a&scoped=true&
63519
- var simplicityvue_type_template_id_8605940a_scoped_true_render = function () {
63518
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/simplicity/index.vue?vue&type=template&id=65535c71&scoped=true&
63519
+ var simplicityvue_type_template_id_65535c71_scoped_true_render = function () {
63520
63520
  var _vm = this
63521
63521
  var _h = _vm.$createElement
63522
63522
  var _c = _vm._self._c || _h
@@ -64282,11 +64282,11 @@ var simplicityvue_type_template_id_8605940a_scoped_true_render = function () {
64282
64282
  ),
64283
64283
  ])
64284
64284
  }
64285
- var simplicityvue_type_template_id_8605940a_scoped_true_staticRenderFns = []
64286
- simplicityvue_type_template_id_8605940a_scoped_true_render._withStripped = true
64285
+ var simplicityvue_type_template_id_65535c71_scoped_true_staticRenderFns = []
64286
+ simplicityvue_type_template_id_65535c71_scoped_true_render._withStripped = true
64287
64287
 
64288
64288
 
64289
- // CONCATENATED MODULE: ./packages/main/src/simplicity/index.vue?vue&type=template&id=8605940a&scoped=true&
64289
+ // CONCATENATED MODULE: ./packages/main/src/simplicity/index.vue?vue&type=template&id=65535c71&scoped=true&
64290
64290
 
64291
64291
  // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/simplicity/avatar.vue?vue&type=template&id=e722b45c&scoped=true&
64292
64292
  var avatarvue_type_template_id_e722b45c_scoped_true_render = function () {
@@ -69893,6 +69893,8 @@ var search_component = normalizeComponent(
69893
69893
 
69894
69894
  /* harmony default export */ var public_search = (search_component.exports);
69895
69895
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/simplicity/index.vue?vue&type=script&lang=js&
69896
+ var simplicityvue_type_script_lang_js_typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; };
69897
+
69896
69898
  var simplicityvue_type_script_lang_js_extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
69897
69899
 
69898
69900
  //
@@ -70752,10 +70754,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70752
70754
  this.$refs.user.handleSelect(res);
70753
70755
  },
70754
70756
 
70755
- /**
70756
- * @desc:匹配路由
70757
- * @author huangbo
70758
- * @date 2024年9月7日
70757
+ /**
70758
+ * @desc:匹配路由
70759
+ * @author huangbo
70760
+ * @date 2024年9月7日
70759
70761
  **/
70760
70762
  hasRouter: function hasRouter(res, url, code) {
70761
70763
  if (!url) {
@@ -70799,10 +70801,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70799
70801
  return false;
70800
70802
  },
70801
70803
 
70802
- /**
70803
- * @desc:获取初始数据
70804
- * @author huangbo
70805
- * @date 2024年9月7日
70804
+ /**
70805
+ * @desc:获取初始数据
70806
+ * @author huangbo
70807
+ * @date 2024年9月7日
70806
70808
  **/
70807
70809
  init: function init(results, first) {
70808
70810
  this.setConfig(results);
@@ -70811,10 +70813,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70811
70813
  }
70812
70814
  },
70813
70815
 
70814
- /**
70815
- * @desc:设置用户配置及信息
70816
- * @author huangbo
70817
- * @date 2024年9月7日
70816
+ /**
70817
+ * @desc:设置用户配置及信息
70818
+ * @author huangbo
70819
+ * @date 2024年9月7日
70818
70820
  **/
70819
70821
  setConfig: function setConfig(results) {
70820
70822
  localStorage.setItem('mainConfig', JSON.stringify(results));
@@ -70982,10 +70984,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70982
70984
  }
70983
70985
  },
70984
70986
 
70985
- /**
70986
- * @desc:获取所有应用
70987
- * @author huangbo
70988
- * @date 2024年9月7日
70987
+ /**
70988
+ * @desc:获取所有应用
70989
+ * @author huangbo
70990
+ * @date 2024年9月7日
70989
70991
  **/
70990
70992
  getApplications: function getApplications() {
70991
70993
  var _this2 = this;
@@ -71033,10 +71035,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71033
71035
  });
71034
71036
  },
71035
71037
 
71036
- /**
71037
- * @desc:获取菜单列表
71038
- * @author huangbo
71039
- * @date 2024年9月7日
71038
+ /**
71039
+ * @desc:获取菜单列表
71040
+ * @author huangbo
71041
+ * @date 2024年9月7日
71040
71042
  **/
71041
71043
  getMenus: function getMenus(loading) {
71042
71044
  var _this3 = this;
@@ -71069,10 +71071,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71069
71071
  });
71070
71072
  },
71071
71073
 
71072
- /**
71073
- * @desc:处理菜单列表
71074
- * @author huangbo
71075
- * @date 2024年9月7日
71074
+ /**
71075
+ * @desc:处理菜单列表
71076
+ * @author huangbo
71077
+ * @date 2024年9月7日
71076
71078
  **/
71077
71079
  renderMenus: function renderMenus(res) {
71078
71080
  this.menus = res;
@@ -71168,10 +71170,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71168
71170
  }
71169
71171
  },
71170
71172
 
71171
- /**
71172
- * @desc:设置页面加载类型
71173
- * @author huangbo
71174
- * @date 2024年9月7日
71173
+ /**
71174
+ * @desc:设置页面加载类型
71175
+ * @author huangbo
71176
+ * @date 2024年9月7日
71175
71177
  **/
71176
71178
  setIframeType: function setIframeType(res) {
71177
71179
  var url = res.url;
@@ -71227,10 +71229,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71227
71229
  return res;
71228
71230
  },
71229
71231
 
71230
- /**
71231
- * @desc:获取菜单
71232
- * @author huangbo
71233
- * @date 2024年9月7日
71232
+ /**
71233
+ * @desc:获取菜单
71234
+ * @author huangbo
71235
+ * @date 2024年9月7日
71234
71236
  **/
71235
71237
  getMenu: function getMenu(menus, res, key) {
71236
71238
  if (Array.isArray(menus)) {
@@ -71259,10 +71261,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71259
71261
  return false;
71260
71262
  },
71261
71263
 
71262
- /**
71263
- * @desc:获取菜单第一条数据
71264
- * @author huangbo
71265
- * @date 2024年9月7日
71264
+ /**
71265
+ * @desc:获取菜单第一条数据
71266
+ * @author huangbo
71267
+ * @date 2024年9月7日
71266
71268
  **/
71267
71269
  getFirst: function getFirst(obj) {
71268
71270
  if (!obj) {
@@ -71281,10 +71283,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71281
71283
  }
71282
71284
  },
71283
71285
 
71284
- /**
71285
- * @desc:遍历设置菜单气泡提醒
71286
- * @author huangbo
71287
- * @date 2024年9月7日
71286
+ /**
71287
+ * @desc:遍历设置菜单气泡提醒
71288
+ * @author huangbo
71289
+ * @date 2024年9月7日
71288
71290
  **/
71289
71291
  setTips: function setTips(obj) {
71290
71292
  var _this4 = this;
@@ -71355,10 +71357,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71355
71357
  }
71356
71358
  },
71357
71359
 
71358
- /**
71359
- * @desc:获取气泡提醒
71360
- * @author huangbo
71361
- * @date 2024年9月7日
71360
+ /**
71361
+ * @desc:获取气泡提醒
71362
+ * @author huangbo
71363
+ * @date 2024年9月7日
71362
71364
  **/
71363
71365
  getBadge: function getBadge(res) {
71364
71366
  var num = res.tips || 0;
@@ -71372,10 +71374,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71372
71374
  };
71373
71375
  },
71374
71376
 
71375
- /**
71376
- * @desc:开启weosocket
71377
- * @author huangbo
71378
- * @date 2024年9月7日
71377
+ /**
71378
+ * @desc:开启weosocket
71379
+ * @author huangbo
71380
+ * @date 2024年9月7日
71379
71381
  **/
71380
71382
  initWebSocket: function initWebSocket() {
71381
71383
  var _this6 = this;
@@ -71424,10 +71426,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71424
71426
  });
71425
71427
  },
71426
71428
 
71427
- /**
71428
- * @desc:显示用户信息
71429
- * @author huangbo
71430
- * @date 2024年9月7日
71429
+ /**
71430
+ * @desc:显示用户信息
71431
+ * @author huangbo
71432
+ * @date 2024年9月7日
71431
71433
  **/
71432
71434
  showUserInfo: function showUserInfo() {
71433
71435
  if (this.showUser === false) {
@@ -71435,19 +71437,19 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71435
71437
  }
71436
71438
  },
71437
71439
 
71438
- /**
71439
- * @desc:删除更多应用菜单点击
71440
- * @author huangbo
71441
- * @date 2024年9月7日
71440
+ /**
71441
+ * @desc:删除更多应用菜单点击
71442
+ * @author huangbo
71443
+ * @date 2024年9月7日
71442
71444
  **/
71443
71445
  handleDelete: function handleDelete(index) {
71444
71446
  this.newApps.splice(index, 1);
71445
71447
  },
71446
71448
 
71447
- /**
71448
- * @desc:储存更多应用菜单点击
71449
- * @author huangbo
71450
- * @date 2024年9月7日
71449
+ /**
71450
+ * @desc:储存更多应用菜单点击
71451
+ * @author huangbo
71452
+ * @date 2024年9月7日
71451
71453
  **/
71452
71454
  handlerClickApps: function handlerClickApps(res) {
71453
71455
  if (res.permission === false) {
@@ -71460,10 +71462,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71460
71462
  this.handlerClickApp(res);
71461
71463
  },
71462
71464
 
71463
- /**
71464
- * @desc:侧边应用菜单点击
71465
- * @author huangbo
71466
- * @date 2024年9月7日
71465
+ /**
71466
+ * @desc:侧边应用菜单点击
71467
+ * @author huangbo
71468
+ * @date 2024年9月7日
71467
71469
  **/
71468
71470
  handlerClickApp: function handlerClickApp(res) {
71469
71471
  this.showMsg = false;
@@ -71552,10 +71554,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71552
71554
  }
71553
71555
  },
71554
71556
 
71555
- /**
71556
- * @desc:显示Drawer界面
71557
- * @author huangbo
71558
- * @date 2024年9月7日
71557
+ /**
71558
+ * @desc:显示Drawer界面
71559
+ * @author huangbo
71560
+ * @date 2024年9月7日
71559
71561
  **/
71560
71562
  handlerSetDrawer: function handlerSetDrawer(res, type) {
71561
71563
  var direction = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : 'ltr';
@@ -71575,19 +71577,19 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71575
71577
  }
71576
71578
  },
71577
71579
 
71578
- /**
71579
- * @desc:关闭Drawer界面
71580
- * @author huangbo
71581
- * @date 2024年9月7日
71580
+ /**
71581
+ * @desc:关闭Drawer界面
71582
+ * @author huangbo
71583
+ * @date 2024年9月7日
71582
71584
  **/
71583
71585
  handleCloseDrawer: function handleCloseDrawer() {
71584
71586
  this.drawer = { visible: false };
71585
71587
  },
71586
71588
 
71587
- /**
71588
- * @desc:菜单点击
71589
- * @author huangbo
71590
- * @date 2024年9月7日
71589
+ /**
71590
+ * @desc:菜单点击
71591
+ * @author huangbo
71592
+ * @date 2024年9月7日
71591
71593
  **/
71592
71594
  handlerClickMenu: function handlerClickMenu(res) {
71593
71595
  utils_util.ajax({
@@ -71636,19 +71638,19 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71636
71638
  },
71637
71639
 
71638
71640
 
71639
- /**
71640
- * @desc:用户详情请求成功
71641
- * @author huangbo
71642
- * @date 2024年9月7日
71641
+ /**
71642
+ * @desc:用户详情请求成功
71643
+ * @author huangbo
71644
+ * @date 2024年9月7日
71643
71645
  **/
71644
71646
  handleSuccess: function handleSuccess(res) {
71645
71647
  this.simpleUserInfo = res.simpleUserInfo;
71646
71648
  },
71647
71649
 
71648
- /**
71649
- * @desc:修改用户配置
71650
- * @author huangbo
71651
- * @date 2024年9月7日
71650
+ /**
71651
+ * @desc:修改用户配置
71652
+ * @author huangbo
71653
+ * @date 2024年9月7日
71652
71654
  **/
71653
71655
  handleChangeConfig: function handleChangeConfig(name, res) {
71654
71656
  if (name == 'userHeadUrl') {
@@ -71664,10 +71666,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71664
71666
  }
71665
71667
  },
71666
71668
 
71667
- /**
71668
- * @desc:关闭webSocket
71669
- * @author huangbo
71670
- * @date 2024年9月7日
71669
+ /**
71670
+ * @desc:关闭webSocket
71671
+ * @author huangbo
71672
+ * @date 2024年9月7日
71671
71673
  **/
71672
71674
  handlerClose: function handlerClose() {
71673
71675
  if (this.webSocket) {
@@ -71675,13 +71677,13 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71675
71677
  }
71676
71678
  },
71677
71679
 
71678
- /**
71679
- * @desc:刷新选中iframe页签
71680
- * @author huangbo
71681
- * @date 2024年9月7日
71680
+ /**
71681
+ * @desc:刷新选中iframe页签
71682
+ * @author huangbo
71683
+ * @date 2024年9月7日
71682
71684
  **/
71683
71685
  handleRefresh: function handleRefresh(arg) {
71684
- var i = arg && arg != true && arg !== 'pageData' ? utils_util.indexOfObj(this.tabs, arg, 'appCode,code,id,url') : utils_util.indexOfObj(this.tabs, this.activeName, 'id');
71686
+ var i = arg && arg != true && arg !== 'pageData' && !((typeof arg === 'undefined' ? 'undefined' : simplicityvue_type_script_lang_js_typeof(arg)) === 'object' && arg.path) ? utils_util.indexOfObj(this.tabs, arg, 'appCode,code,id,url') : utils_util.indexOfObj(this.tabs, this.activeName, 'id');
71685
71687
  var tab = this.tabs[i];
71686
71688
  if (simplicityvue_type_script_lang_js_isIE || tab.method === 'iframe') {
71687
71689
  if (arg && arg === 'pageData') {
@@ -71701,7 +71703,19 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71701
71703
  if (arg && arg === 'pageData') {
71702
71704
  external_wujie_vue2_default.a.$emit('pageData', tab);
71703
71705
  } else {
71704
- window.document.querySelector('iframe[name=' + tab.appCode + ']').contentWindow.location.reload(true);
71706
+ // window.document
71707
+ // .querySelector(`iframe[name=${tab.appCode}]`)
71708
+ // .contentWindow.location.reload(true);
71709
+ var url = tab.url;
71710
+ // 如果传入了路由参数,需要更新 URL
71711
+ if (arg && (typeof arg === 'undefined' ? 'undefined' : simplicityvue_type_script_lang_js_typeof(arg)) === 'object' && arg.path) {
71712
+ url = this.buildWujieUrl(tab.url, arg);
71713
+ }
71714
+
71715
+ tab.url = '';
71716
+ this.$nextTick(function () {
71717
+ tab.url = utils_util.handlerUrl(url);
71718
+ });
71705
71719
  }
71706
71720
  return;
71707
71721
  }
@@ -71715,10 +71729,65 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71715
71729
  }
71716
71730
  },
71717
71731
 
71718
- /**
71719
- * @desc:删除iframe
71720
- * @author huangbo
71721
- * @date 2024年9月7日
71732
+ /**
71733
+ * @desc:构建 Wujie 子应用 URL(处理路由参数)
71734
+ * @param {String} baseUrl - 基础 URL
71735
+ * @param {Object} routeInfo - 路由信息 { path, params, query }
71736
+ * @returns {String} 拼接后的完整 URL
71737
+ **/
71738
+ buildWujieUrl: function buildWujieUrl(baseUrl, routeInfo) {
71739
+ var path = routeInfo.path,
71740
+ _routeInfo$params = routeInfo.params,
71741
+ params = _routeInfo$params === undefined ? {} : _routeInfo$params,
71742
+ _routeInfo$query = routeInfo.query,
71743
+ query = _routeInfo$query === undefined ? {} : _routeInfo$query;
71744
+
71745
+
71746
+ if (!path) {
71747
+ return baseUrl;
71748
+ }
71749
+
71750
+ // 1. 处理 path + params(Vue Router 风格:params 作为路径参数)
71751
+ var fullPath = path;
71752
+
71753
+ // 如果 params 中有值,将其拼接到 path 后面
71754
+ // 例如:path='/aa/bb', params={action:'action', id:'ddd', did:'33333'}
71755
+ // 结果:'/aa/bb/action/ddd/33333'
71756
+ var paramValues = Object.values(params).filter(function (val) {
71757
+ return val !== undefined && val !== null;
71758
+ });
71759
+ if (paramValues.length > 0) {
71760
+ // 确保 path 不以 / 结尾
71761
+ var cleanPath = path.endsWith('/') ? path.slice(0, -1) : path;
71762
+ fullPath = cleanPath + '/' + paramValues.join('/');
71763
+ }
71764
+
71765
+ // 2. 处理 query 参数
71766
+ var queryKeys = Object.keys(query);
71767
+ if (queryKeys.length > 0) {
71768
+ var queryString = queryKeys.map(function (key) {
71769
+ return encodeURIComponent(key) + '=' + encodeURIComponent(query[key]);
71770
+ }).join('&');
71771
+ fullPath += '?' + queryString;
71772
+ }
71773
+
71774
+ // 3. 从 baseUrl 中提取基础部分(去掉 hash 路由部分)
71775
+ // 例如:baseUrl = 'http://example.com/app#/old/path'
71776
+ // 提取:'http://example.com/app#'
71777
+ var baseUrlPrefix = baseUrl;
71778
+ var hashIndex = baseUrl.indexOf('#');
71779
+ if (hashIndex > -1) {
71780
+ baseUrlPrefix = baseUrl.substring(0, hashIndex + 1); // 保留 #
71781
+ }
71782
+
71783
+ // 4. 拼接最终 URL
71784
+ return baseUrlPrefix + fullPath;
71785
+ },
71786
+
71787
+ /**
71788
+ * @desc:删除iframe
71789
+ * @author huangbo
71790
+ * @date 2024年9月7日
71722
71791
  **/
71723
71792
  handleRemove: function handleRemove(name) {
71724
71793
  var len = this.tabs.length - 1;
@@ -71735,10 +71804,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71735
71804
  }
71736
71805
  },
71737
71806
 
71738
- /**
71739
- * @desc:tabs鼠标右键事件
71740
- * @author huangbo
71741
- * @date 2024年9月7日
71807
+ /**
71808
+ * @desc:tabs鼠标右键事件
71809
+ * @author huangbo
71810
+ * @date 2024年9月7日
71742
71811
  **/
71743
71812
  handleContextmenu: function handleContextmenu(tabs, e) {
71744
71813
  var disabled = {};
@@ -71763,10 +71832,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71763
71832
  window.addEventListener('click', this.closeTabsEvents);
71764
71833
  },
71765
71834
 
71766
- /**
71767
- * @desc:tabs页签事件
71768
- * @author huangbo
71769
- * @date 2024年9月7日
71835
+ /**
71836
+ * @desc:tabs页签事件
71837
+ * @author huangbo
71838
+ * @date 2024年9月7日
71770
71839
  **/
71771
71840
  handleTabsEvents: function handleTabsEvents(num) {
71772
71841
  if (this.pane !== null) {
@@ -71777,10 +71846,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71777
71846
  },
71778
71847
 
71779
71848
 
71780
- /**
71781
- * @desc:关闭页签事件面板
71782
- * @author huangbo
71783
- * @date 2024年9月7日
71849
+ /**
71850
+ * @desc:关闭页签事件面板
71851
+ * @author huangbo
71852
+ * @date 2024年9月7日
71784
71853
  **/
71785
71854
  closeTabsEvents: function closeTabsEvents(e) {
71786
71855
  if (e.target.parentNode != this.$refs.tabsHandler.$el && e.target.parentNode.parentNode != this.$refs.tabsHandler.$el) {
@@ -71790,10 +71859,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71790
71859
  },
71791
71860
 
71792
71861
 
71793
- /**
71794
- * @desc:tabs页签点击事件
71795
- * @author huangbo
71796
- * @date 2024年9月7日
71862
+ /**
71863
+ * @desc:tabs页签点击事件
71864
+ * @author huangbo
71865
+ * @date 2024年9月7日
71797
71866
  **/
71798
71867
  handleTabClick: function handleTabClick() {
71799
71868
  this.active = '';
@@ -71801,10 +71870,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71801
71870
  this.showMenu = false;
71802
71871
  },
71803
71872
 
71804
- /**
71805
- * @desc:handler工具栏点击事件
71806
- * @author huangbo
71807
- * @date 2024年9月7日
71873
+ /**
71874
+ * @desc:handler工具栏点击事件
71875
+ * @author huangbo
71876
+ * @date 2024年9月7日
71808
71877
  **/
71809
71878
  handleClick: function handleClick(res) {
71810
71879
  var type = res.type,
@@ -71885,10 +71954,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71885
71954
  this.$emit('handler-click', res);
71886
71955
  },
71887
71956
 
71888
- /**
71889
- * @desc:退出登录
71890
- * @author huangbo
71891
- * @date 2024年9月7日
71957
+ /**
71958
+ * @desc:退出登录
71959
+ * @author huangbo
71960
+ * @date 2024年9月7日
71892
71961
  **/
71893
71962
  handleQuit: function handleQuit() {
71894
71963
  var _this7 = this;
@@ -71969,10 +72038,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71969
72038
  }).catch(function (e) {});
71970
72039
  },
71971
72040
 
71972
- /**
71973
- * @desc:主题、消息回调
71974
- * @author huangbo
71975
- * @date 2024年9月7日
72041
+ /**
72042
+ * @desc:主题、消息回调
72043
+ * @author huangbo
72044
+ * @date 2024年9月7日
71976
72045
  **/
71977
72046
  handleChange: function handleChange(res) {
71978
72047
  var type = res.type,
@@ -71988,10 +72057,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71988
72057
  }
71989
72058
  },
71990
72059
 
71991
- /**
71992
- * @desc:菜单布局样式切换
71993
- * @author huangbo
71994
- * @date 2024年9月7日
72060
+ /**
72061
+ * @desc:菜单布局样式切换
72062
+ * @author huangbo
72063
+ * @date 2024年9月7日
71995
72064
  **/
71996
72065
  handleLayout: function handleLayout(res, active) {
71997
72066
  if (active) {
@@ -72001,10 +72070,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
72001
72070
  this.$emit('chang-layout', res, active);
72002
72071
  },
72003
72072
 
72004
- /**
72005
- * @desc:消息修改总数
72006
- * @author huangbo
72007
- * @date 2024年9月7日
72073
+ /**
72074
+ * @desc:消息修改总数
72075
+ * @author huangbo
72076
+ * @date 2024年9月7日
72008
72077
  **/
72009
72078
  handleMenuTips: function handleMenuTips(id, num) {
72010
72079
  if (num) {
@@ -72015,10 +72084,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
72015
72084
  }
72016
72085
  },
72017
72086
 
72018
- /**
72019
- * @desc:处理即时消息
72020
- * @author huangbo
72021
- * @date 2024年9月7日
72087
+ /**
72088
+ * @desc:处理即时消息
72089
+ * @author huangbo
72090
+ * @date 2024年9月7日
72022
72091
  **/
72023
72092
  handleOpened: function handleOpened(res) {
72024
72093
  var _this8 = this;
@@ -72146,18 +72215,18 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
72146
72215
 
72147
72216
  var simplicity_component = normalizeComponent(
72148
72217
  src_simplicityvue_type_script_lang_js_,
72149
- simplicityvue_type_template_id_8605940a_scoped_true_render,
72150
- simplicityvue_type_template_id_8605940a_scoped_true_staticRenderFns,
72218
+ simplicityvue_type_template_id_65535c71_scoped_true_render,
72219
+ simplicityvue_type_template_id_65535c71_scoped_true_staticRenderFns,
72151
72220
  false,
72152
72221
  null,
72153
- "8605940a",
72222
+ "65535c71",
72154
72223
  null
72155
72224
 
72156
72225
  )
72157
72226
 
72158
72227
  /* harmony default export */ var simplicity = (simplicity_component.exports);
72159
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/simplicityTop/index.vue?vue&type=template&id=bb63a666&scoped=true&
72160
- var simplicityTopvue_type_template_id_bb63a666_scoped_true_render = function () {
72228
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/simplicityTop/index.vue?vue&type=template&id=c03e4732&scoped=true&
72229
+ var simplicityTopvue_type_template_id_c03e4732_scoped_true_render = function () {
72161
72230
  var _vm = this
72162
72231
  var _h = _vm.$createElement
72163
72232
  var _c = _vm._self._c || _h
@@ -72724,11 +72793,11 @@ var simplicityTopvue_type_template_id_bb63a666_scoped_true_render = function ()
72724
72793
  1
72725
72794
  )
72726
72795
  }
72727
- var simplicityTopvue_type_template_id_bb63a666_scoped_true_staticRenderFns = []
72728
- simplicityTopvue_type_template_id_bb63a666_scoped_true_render._withStripped = true
72796
+ var simplicityTopvue_type_template_id_c03e4732_scoped_true_staticRenderFns = []
72797
+ simplicityTopvue_type_template_id_c03e4732_scoped_true_render._withStripped = true
72729
72798
 
72730
72799
 
72731
- // CONCATENATED MODULE: ./packages/main/src/simplicityTop/index.vue?vue&type=template&id=bb63a666&scoped=true&
72800
+ // CONCATENATED MODULE: ./packages/main/src/simplicityTop/index.vue?vue&type=template&id=c03e4732&scoped=true&
72732
72801
 
72733
72802
  // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/simplicityTop/avatar.vue?vue&type=template&id=30391b69&scoped=true&
72734
72803
  var avatarvue_type_template_id_30391b69_scoped_true_render = function () {
@@ -75014,6 +75083,8 @@ var simplicityTop_router_page_component = normalizeComponent(
75014
75083
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/simplicityTop/index.vue?vue&type=script&lang=js&
75015
75084
 
75016
75085
 
75086
+ var simplicityTopvue_type_script_lang_js_typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; };
75087
+
75017
75088
  var simplicityTopvue_type_script_lang_js_extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
75018
75089
 
75019
75090
  function simplicityTopvue_type_script_lang_js_asyncToGenerator(fn) { return function () { var gen = fn.apply(this, arguments); return new Promise(function (resolve, reject) { function step(key, arg) { try { var info = gen[key](arg); var value = info.value; } catch (error) { reject(error); return; } if (info.done) { resolve(value); } else { return Promise.resolve(value).then(function (value) { step("next", value); }, function (err) { step("throw", err); }); } } return step("next"); }); }; }
@@ -76044,8 +76115,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76044
76115
  this.currentPage = this.setIframeType(this.fourthTabs[0]);
76045
76116
  },
76046
76117
 
76047
- /**
76048
- * queryChildMenu: 查询左侧我的提醒和我的快捷菜单
76118
+ /**
76119
+ * queryChildMenu: 查询左侧我的提醒和我的快捷菜单
76049
76120
  */
76050
76121
  queryChildMenuData: function queryChildMenuData() {
76051
76122
  var _this2 = this;
@@ -76164,8 +76235,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76164
76235
  }))();
76165
76236
  },
76166
76237
 
76167
- /**
76168
- * getVoteMeetingNum: 查询会议数量
76238
+ /**
76239
+ * getVoteMeetingNum: 查询会议数量
76169
76240
  */
76170
76241
  getVoteMeetingNum: function getVoteMeetingNum() {
76171
76242
  var _this5 = this;
@@ -76190,8 +76261,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76190
76261
  });
76191
76262
  },
76192
76263
 
76193
- /**
76194
- * getShareFilesReceiveCountNew: 查询待接收文件数量
76264
+ /**
76265
+ * getShareFilesReceiveCountNew: 查询待接收文件数量
76195
76266
  */
76196
76267
  getShareFilesReceiveCountNew: function getShareFilesReceiveCountNew() {
76197
76268
  var _this6 = this;
@@ -76216,8 +76287,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76216
76287
  },
76217
76288
 
76218
76289
 
76219
- /**
76220
- * getUserTipsInstanceNum: 查询待签收/据签收任务数量 1是拒签收 0是待签收
76290
+ /**
76291
+ * getUserTipsInstanceNum: 查询待签收/据签收任务数量 1是拒签收 0是待签收
76221
76292
  */
76222
76293
  getUserTipsInstanceNum: function getUserTipsInstanceNum(type) {
76223
76294
  var _this7 = this;
@@ -76245,8 +76316,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76245
76316
  });
76246
76317
  },
76247
76318
 
76248
- /**
76249
- * getIndexCount: 查询待办任务数量
76319
+ /**
76320
+ * getIndexCount: 查询待办任务数量
76250
76321
  */
76251
76322
  getIndexCount: function getIndexCount() {
76252
76323
  var _this8 = this;
@@ -76277,10 +76348,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76277
76348
  this.$refs.user.handleSelect(res);
76278
76349
  },
76279
76350
 
76280
- /**
76281
- * @desc:匹配路由
76282
- * @author huangbo
76283
- * @date 2024年9月7日
76351
+ /**
76352
+ * @desc:匹配路由
76353
+ * @author huangbo
76354
+ * @date 2024年9月7日
76284
76355
  **/
76285
76356
  hasRouter: function hasRouter(res, url, code) {
76286
76357
  if (!url) {
@@ -76324,10 +76395,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76324
76395
  return false;
76325
76396
  },
76326
76397
 
76327
- /**
76328
- * @desc:获取初始数据
76329
- * @author huangbo
76330
- * @date 2024年9月7日
76398
+ /**
76399
+ * @desc:获取初始数据
76400
+ * @author huangbo
76401
+ * @date 2024年9月7日
76331
76402
  **/
76332
76403
  init: function init(results) {
76333
76404
  this.setConfig(results);
@@ -76338,10 +76409,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76338
76409
  // }
76339
76410
  },
76340
76411
 
76341
- /**
76342
- * @desc:设置用户配置及信息
76343
- * @author huangbo
76344
- * @date 2024年9月7日
76412
+ /**
76413
+ * @desc:设置用户配置及信息
76414
+ * @author huangbo
76415
+ * @date 2024年9月7日
76345
76416
  **/
76346
76417
  setConfig: function setConfig(results) {
76347
76418
  localStorage.setItem('mainConfig', JSON.stringify(results));
@@ -76505,8 +76576,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76505
76576
  }
76506
76577
  },
76507
76578
 
76508
- /**
76509
- * @desc:获取用户自定义菜单
76579
+ /**
76580
+ * @desc:获取用户自定义菜单
76510
76581
  **/
76511
76582
  getUseCommonMenu: function getUseCommonMenu() {
76512
76583
  var _this9 = this;
@@ -76536,10 +76607,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76536
76607
  });
76537
76608
  },
76538
76609
 
76539
- /**
76540
- * @desc:获取所有应用
76541
- * @author huangbo
76542
- * @date 2024年9月7日
76610
+ /**
76611
+ * @desc:获取所有应用
76612
+ * @author huangbo
76613
+ * @date 2024年9月7日
76543
76614
  **/
76544
76615
  getApplications: function getApplications() {
76545
76616
  var _this10 = this;
@@ -76587,10 +76658,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76587
76658
  });
76588
76659
  },
76589
76660
 
76590
- /**
76591
- * @desc:获取菜单列表
76592
- * @author huangbo
76593
- * @date 2024年9月7日
76661
+ /**
76662
+ * @desc:获取菜单列表
76663
+ * @author huangbo
76664
+ * @date 2024年9月7日
76594
76665
  **/
76595
76666
  getMenus: function getMenus(loading) {
76596
76667
  var _this11 = this;
@@ -76617,10 +76688,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76617
76688
  });
76618
76689
  },
76619
76690
 
76620
- /**
76621
- * @desc:处理菜单列表
76622
- * @author huangbo
76623
- * @date 2024年9月7日
76691
+ /**
76692
+ * @desc:处理菜单列表
76693
+ * @author huangbo
76694
+ * @date 2024年9月7日
76624
76695
  **/
76625
76696
  renderMenus: function renderMenus(res) {
76626
76697
  // // console.log(res, 'renderMenus');
@@ -76666,9 +76737,9 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76666
76737
  // console.log(this.currentPage, 'currentPage');
76667
76738
  },
76668
76739
 
76669
- /**
76670
- * 更新myRemind中各项的权限状态
76671
- * @param {Array} menus - 完整的菜单列表
76740
+ /**
76741
+ * 更新myRemind中各项的权限状态
76742
+ * @param {Array} menus - 完整的菜单列表
76672
76743
  */
76673
76744
  updateRemindPermission: function updateRemindPermission(menus) {
76674
76745
  // 创建一个Set存储所有菜单的id,方便快速查找
@@ -76696,10 +76767,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76696
76767
  });
76697
76768
  },
76698
76769
 
76699
- /**
76700
- * @desc:设置页面加载类型
76701
- * @author huangbo
76702
- * @date 2024年9月7日
76770
+ /**
76771
+ * @desc:设置页面加载类型
76772
+ * @author huangbo
76773
+ * @date 2024年9月7日
76703
76774
  **/
76704
76775
  setIframeType: function setIframeType(res) {
76705
76776
  var url = res.url;
@@ -76756,10 +76827,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76756
76827
  return res;
76757
76828
  },
76758
76829
 
76759
- /**
76760
- * @desc:获取菜单
76761
- * @author huangbo
76762
- * @date 2024年9月7日
76830
+ /**
76831
+ * @desc:获取菜单
76832
+ * @author huangbo
76833
+ * @date 2024年9月7日
76763
76834
  **/
76764
76835
  getMenu: function getMenu(menus, res, key) {
76765
76836
  if (Array.isArray(menus)) {
@@ -76788,10 +76859,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76788
76859
  return false;
76789
76860
  },
76790
76861
 
76791
- /**
76792
- * @desc:获取菜单第一条数据
76793
- * @author huangbo
76794
- * @date 2024年9月7日
76862
+ /**
76863
+ * @desc:获取菜单第一条数据
76864
+ * @author huangbo
76865
+ * @date 2024年9月7日
76795
76866
  **/
76796
76867
  getFirst: function getFirst(obj) {
76797
76868
  if (!obj) {
@@ -76810,10 +76881,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76810
76881
  }
76811
76882
  },
76812
76883
 
76813
- /**
76814
- * @desc:遍历设置菜单气泡提醒
76815
- * @author huangbo
76816
- * @date 2024年9月7日
76884
+ /**
76885
+ * @desc:遍历设置菜单气泡提醒
76886
+ * @author huangbo
76887
+ * @date 2024年9月7日
76817
76888
  **/
76818
76889
  setTips: function setTips(obj) {
76819
76890
  var _this12 = this;
@@ -76878,10 +76949,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76878
76949
  }
76879
76950
  },
76880
76951
 
76881
- /**
76882
- * @desc:获取气泡提醒
76883
- * @author huangbo
76884
- * @date 2024年9月7日
76952
+ /**
76953
+ * @desc:获取气泡提醒
76954
+ * @author huangbo
76955
+ * @date 2024年9月7日
76885
76956
  **/
76886
76957
  getBadge: function getBadge(res) {
76887
76958
  var num = res.tips || 0;
@@ -76895,10 +76966,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76895
76966
  };
76896
76967
  },
76897
76968
 
76898
- /**
76899
- * @desc:开启weosocket
76900
- * @author huangbo
76901
- * @date 2024年9月7日
76969
+ /**
76970
+ * @desc:开启weosocket
76971
+ * @author huangbo
76972
+ * @date 2024年9月7日
76902
76973
  **/
76903
76974
  initWebSocket: function initWebSocket() {
76904
76975
  var _this14 = this;
@@ -76966,10 +77037,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76966
77037
  });
76967
77038
  },
76968
77039
 
76969
- /**
76970
- * @desc:显示用户信息
76971
- * @author huangbo
76972
- * @date 2024年9月7日
77040
+ /**
77041
+ * @desc:显示用户信息
77042
+ * @author huangbo
77043
+ * @date 2024年9月7日
76973
77044
  **/
76974
77045
  showUserInfo: function showUserInfo() {
76975
77046
  if (this.showUser === false) {
@@ -76977,19 +77048,19 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76977
77048
  }
76978
77049
  },
76979
77050
 
76980
- /**
76981
- * @desc:删除更多应用菜单点击
76982
- * @author huangbo
76983
- * @date 2024年9月7日
77051
+ /**
77052
+ * @desc:删除更多应用菜单点击
77053
+ * @author huangbo
77054
+ * @date 2024年9月7日
76984
77055
  **/
76985
77056
  handleDelete: function handleDelete(index) {
76986
77057
  this.newApps.splice(index, 1);
76987
77058
  },
76988
77059
 
76989
- /**
76990
- * @desc:显示Drawer界面
76991
- * @author huangbo
76992
- * @date 2024年9月7日
77060
+ /**
77061
+ * @desc:显示Drawer界面
77062
+ * @author huangbo
77063
+ * @date 2024年9月7日
76993
77064
  **/
76994
77065
  handlerSetDrawer: function handlerSetDrawer(res, type) {
76995
77066
  var direction = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : 'ltr';
@@ -77009,28 +77080,28 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77009
77080
  }
77010
77081
  },
77011
77082
 
77012
- /**
77013
- * @desc:关闭Drawer界面
77014
- * @author huangbo
77015
- * @date 2024年9月7日
77083
+ /**
77084
+ * @desc:关闭Drawer界面
77085
+ * @author huangbo
77086
+ * @date 2024年9月7日
77016
77087
  **/
77017
77088
  handleCloseDrawer: function handleCloseDrawer() {
77018
77089
  this.drawer = { visible: false };
77019
77090
  },
77020
77091
 
77021
- /**
77022
- * @desc:用户详情请求成功
77023
- * @author huangbo
77024
- * @date 2024年9月7日
77092
+ /**
77093
+ * @desc:用户详情请求成功
77094
+ * @author huangbo
77095
+ * @date 2024年9月7日
77025
77096
  **/
77026
77097
  handleSuccess: function handleSuccess(res) {
77027
77098
  this.simpleUserInfo = res.simpleUserInfo;
77028
77099
  },
77029
77100
 
77030
- /**
77031
- * @desc:修改用户配置
77032
- * @author huangbo
77033
- * @date 2024年9月7日
77101
+ /**
77102
+ * @desc:修改用户配置
77103
+ * @author huangbo
77104
+ * @date 2024年9月7日
77034
77105
  **/
77035
77106
  handleChangeConfig: function handleChangeConfig(name, res) {
77036
77107
  if (name == 'userHeadUrl') {
@@ -77046,10 +77117,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77046
77117
  }
77047
77118
  },
77048
77119
 
77049
- /**
77050
- * @desc:关闭webSocket
77051
- * @author huangbo
77052
- * @date 2024年9月7日
77120
+ /**
77121
+ * @desc:关闭webSocket
77122
+ * @author huangbo
77123
+ * @date 2024年9月7日
77053
77124
  **/
77054
77125
  handlerClose: function handlerClose() {
77055
77126
  if (this.webSocket) {
@@ -77060,10 +77131,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77060
77131
  this.handleRefresh(1);
77061
77132
  },
77062
77133
 
77063
- /**
77064
- * @desc:刷新选中iframe页签
77065
- * @author huangbo
77066
- * @date 2024年9月7日
77134
+ /**
77135
+ * @desc:刷新选中iframe页签
77136
+ * @author huangbo
77137
+ * @date 2024年9月7日
77067
77138
  **/
77068
77139
  handleRefresh: function handleRefresh(arg) {
77069
77140
  if (arg !== 1) {
@@ -77094,7 +77165,19 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77094
77165
  if (arg && arg === 'pageData') {
77095
77166
  external_wujie_vue2_default.a.$emit('pageData', tab);
77096
77167
  } else {
77097
- window.document.querySelector('iframe[name=' + tab.appCode + ']').contentWindow.location.reload(true);
77168
+ // window.document
77169
+ // .querySelector(`iframe[name=${tab.appCode}]`)
77170
+ // .contentWindow.location.reload(true);
77171
+ var url = tab.url;
77172
+ // 如果传入了路由参数,需要更新 URL
77173
+ if (arg && (typeof arg === 'undefined' ? 'undefined' : simplicityTopvue_type_script_lang_js_typeof(arg)) === 'object' && arg.path) {
77174
+ url = this.buildWujieUrl(tab.url, arg);
77175
+ }
77176
+
77177
+ tab.url = '';
77178
+ this.$nextTick(function () {
77179
+ tab.url = utils_util.handlerUrl(url);
77180
+ });
77098
77181
  }
77099
77182
  return;
77100
77183
  }
@@ -77109,10 +77192,65 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77109
77192
  }
77110
77193
  },
77111
77194
 
77112
- /**
77113
- * @desc:删除iframe
77114
- * @author huangbo
77115
- * @date 2024年9月7日
77195
+ /**
77196
+ * @desc:构建 Wujie 子应用 URL(处理路由参数)
77197
+ * @param {String} baseUrl - 基础 URL
77198
+ * @param {Object} routeInfo - 路由信息 { path, params, query }
77199
+ * @returns {String} 拼接后的完整 URL
77200
+ **/
77201
+ buildWujieUrl: function buildWujieUrl(baseUrl, routeInfo) {
77202
+ var path = routeInfo.path,
77203
+ _routeInfo$params = routeInfo.params,
77204
+ params = _routeInfo$params === undefined ? {} : _routeInfo$params,
77205
+ _routeInfo$query = routeInfo.query,
77206
+ query = _routeInfo$query === undefined ? {} : _routeInfo$query;
77207
+
77208
+
77209
+ if (!path) {
77210
+ return baseUrl;
77211
+ }
77212
+
77213
+ // 1. 处理 path + params(Vue Router 风格:params 作为路径参数)
77214
+ var fullPath = path;
77215
+
77216
+ // 如果 params 中有值,将其拼接到 path 后面
77217
+ // 例如:path='/aa/bb', params={action:'action', id:'ddd', did:'33333'}
77218
+ // 结果:'/aa/bb/action/ddd/33333'
77219
+ var paramValues = Object.values(params).filter(function (val) {
77220
+ return val !== undefined && val !== null;
77221
+ });
77222
+ if (paramValues.length > 0) {
77223
+ // 确保 path 不以 / 结尾
77224
+ var cleanPath = path.endsWith('/') ? path.slice(0, -1) : path;
77225
+ fullPath = cleanPath + '/' + paramValues.join('/');
77226
+ }
77227
+
77228
+ // 2. 处理 query 参数
77229
+ var queryKeys = Object.keys(query);
77230
+ if (queryKeys.length > 0) {
77231
+ var queryString = queryKeys.map(function (key) {
77232
+ return encodeURIComponent(key) + '=' + encodeURIComponent(query[key]);
77233
+ }).join('&');
77234
+ fullPath += '?' + queryString;
77235
+ }
77236
+
77237
+ // 3. 从 baseUrl 中提取基础部分(去掉 hash 路由部分)
77238
+ // 例如:baseUrl = 'http://example.com/app#/old/path'
77239
+ // 提取:'http://example.com/app#'
77240
+ var baseUrlPrefix = baseUrl;
77241
+ var hashIndex = baseUrl.indexOf('#');
77242
+ if (hashIndex > -1) {
77243
+ baseUrlPrefix = baseUrl.substring(0, hashIndex + 1); // 保留 #
77244
+ }
77245
+
77246
+ // 4. 拼接最终 URL
77247
+ return baseUrlPrefix + fullPath;
77248
+ },
77249
+
77250
+ /**
77251
+ * @desc:删除iframe
77252
+ * @author huangbo
77253
+ * @date 2024年9月7日
77116
77254
  **/
77117
77255
  handleRemove: function handleRemove(name) {
77118
77256
  var len = this.tabs.length - 1;
@@ -77129,10 +77267,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77129
77267
  }
77130
77268
  },
77131
77269
 
77132
- /**
77133
- * @desc:tabs鼠标右键事件
77134
- * @author huangbo
77135
- * @date 2024年9月7日
77270
+ /**
77271
+ * @desc:tabs鼠标右键事件
77272
+ * @author huangbo
77273
+ * @date 2024年9月7日
77136
77274
  **/
77137
77275
  handleContextmenu: function handleContextmenu(tabs, e) {
77138
77276
  var disabled = {};
@@ -77157,10 +77295,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77157
77295
  window.addEventListener('click', this.closeTabsEvents);
77158
77296
  },
77159
77297
 
77160
- /**
77161
- * @desc:tabs页签事件
77162
- * @author huangbo
77163
- * @date 2024年9月7日
77298
+ /**
77299
+ * @desc:tabs页签事件
77300
+ * @author huangbo
77301
+ * @date 2024年9月7日
77164
77302
  **/
77165
77303
  handleTabsEvents: function handleTabsEvents(num) {
77166
77304
  if (this.pane !== null) {
@@ -77171,10 +77309,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77171
77309
  },
77172
77310
 
77173
77311
 
77174
- /**
77175
- * @desc:关闭页签事件面板
77176
- * @author huangbo
77177
- * @date 2024年9月7日
77312
+ /**
77313
+ * @desc:关闭页签事件面板
77314
+ * @author huangbo
77315
+ * @date 2024年9月7日
77178
77316
  **/
77179
77317
  closeTabsEvents: function closeTabsEvents(e) {
77180
77318
  if (e.target.parentNode != this.$refs.tabsHandler.$el && e.target.parentNode.parentNode != this.$refs.tabsHandler.$el) {
@@ -77184,10 +77322,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77184
77322
  },
77185
77323
 
77186
77324
 
77187
- /**
77188
- * @desc:tabs页签点击事件
77189
- * @author huangbo
77190
- * @date 2024年9月7日
77325
+ /**
77326
+ * @desc:tabs页签点击事件
77327
+ * @author huangbo
77328
+ * @date 2024年9月7日
77191
77329
  **/
77192
77330
  handleTabClick: function handleTabClick() {
77193
77331
  this.active = '';
@@ -77195,10 +77333,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77195
77333
  this.showMenu = false;
77196
77334
  },
77197
77335
 
77198
- /**
77199
- * @desc:handler工具栏点击事件
77200
- * @author huangbo
77201
- * @date 2024年9月7日
77336
+ /**
77337
+ * @desc:handler工具栏点击事件
77338
+ * @author huangbo
77339
+ * @date 2024年9月7日
77202
77340
  **/
77203
77341
  handleClick: function handleClick(res) {
77204
77342
  var type = res.type,
@@ -77288,10 +77426,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77288
77426
  this.$emit('handler-click', res);
77289
77427
  },
77290
77428
 
77291
- /**
77292
- * @desc:退出登录
77293
- * @author huangbo
77294
- * @date 2024年9月7日
77429
+ /**
77430
+ * @desc:退出登录
77431
+ * @author huangbo
77432
+ * @date 2024年9月7日
77295
77433
  **/
77296
77434
  handleQuit: function handleQuit() {
77297
77435
  var _this15 = this;
@@ -77366,10 +77504,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77366
77504
  }).catch(function (e) {});
77367
77505
  },
77368
77506
 
77369
- /**
77370
- * @desc:主题、消息回调
77371
- * @author huangbo
77372
- * @date 2024年9月7日
77507
+ /**
77508
+ * @desc:主题、消息回调
77509
+ * @author huangbo
77510
+ * @date 2024年9月7日
77373
77511
  **/
77374
77512
  handleChange: function handleChange(res) {
77375
77513
  var type = res.type,
@@ -77385,10 +77523,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77385
77523
  }
77386
77524
  },
77387
77525
 
77388
- /**
77389
- * @desc:菜单布局样式切换
77390
- * @author huangbo
77391
- * @date 2024年9月7日
77526
+ /**
77527
+ * @desc:菜单布局样式切换
77528
+ * @author huangbo
77529
+ * @date 2024年9月7日
77392
77530
  **/
77393
77531
  handleLayout: function handleLayout(res, active) {
77394
77532
  if (active) {
@@ -77398,10 +77536,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77398
77536
  this.$emit('chang-layout', res, active);
77399
77537
  },
77400
77538
 
77401
- /**
77402
- * @desc:消息修改总数
77403
- * @author huangbo
77404
- * @date 2024年9月7日
77539
+ /**
77540
+ * @desc:消息修改总数
77541
+ * @author huangbo
77542
+ * @date 2024年9月7日
77405
77543
  **/
77406
77544
  handleMenuTips: function handleMenuTips(id, num) {
77407
77545
  if (num) {
@@ -77412,10 +77550,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77412
77550
  }
77413
77551
  },
77414
77552
 
77415
- /**
77416
- * @desc:处理即时消息
77417
- * @author huangbo
77418
- * @date 2024年9月7日
77553
+ /**
77554
+ * @desc:处理即时消息
77555
+ * @author huangbo
77556
+ * @date 2024年9月7日
77419
77557
  **/
77420
77558
  handleOpened: function handleOpened(res) {
77421
77559
  var _this16 = this;
@@ -77431,14 +77569,14 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77431
77569
  }
77432
77570
  },
77433
77571
 
77434
- /**
77435
- * @desc:菜单点击事件
77436
- * @author huangbo
77437
- * @date 2024年9月7日
77438
- * @param {*} res 菜单点击事件参数
77439
- * @param {*} method 菜单点击事件方法
77440
- * 1.顶部菜单点击跳转已经实现
77441
- * 2.其他地方点击跳转,需要选中跳转的一二级菜单
77572
+ /**
77573
+ * @desc:菜单点击事件
77574
+ * @author huangbo
77575
+ * @date 2024年9月7日
77576
+ * @param {*} res 菜单点击事件参数
77577
+ * @param {*} method 菜单点击事件方法
77578
+ * 1.顶部菜单点击跳转已经实现
77579
+ * 2.其他地方点击跳转,需要选中跳转的一二级菜单
77442
77580
  **/
77443
77581
  handleSelect: function handleSelect(res) {
77444
77582
  var params = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
@@ -77600,11 +77738,11 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77600
77738
 
77601
77739
  var simplicityTop_component = normalizeComponent(
77602
77740
  src_simplicityTopvue_type_script_lang_js_,
77603
- simplicityTopvue_type_template_id_bb63a666_scoped_true_render,
77604
- simplicityTopvue_type_template_id_bb63a666_scoped_true_staticRenderFns,
77741
+ simplicityTopvue_type_template_id_c03e4732_scoped_true_render,
77742
+ simplicityTopvue_type_template_id_c03e4732_scoped_true_staticRenderFns,
77605
77743
  false,
77606
77744
  null,
77607
- "bb63a666",
77745
+ "c03e4732",
77608
77746
  null
77609
77747
 
77610
77748
  )
@@ -84853,19 +84991,19 @@ var QRCode = __webpack_require__(28);
84853
84991
  //设置logo大小
84854
84992
  var logoPosition = (_this3.mwidth - 46) / 2; //logo相对于canvas居中定位
84855
84993
  //设置获取的logo将其变为圆角以及添加白色背景
84856
- /* ctx.fillStyle = "#fff";
84857
- ctx.beginPath();
84858
- let h = 46; //圆角高 10为基数(logo四周白色背景为10/2)
84859
- let w = 46; //圆角宽
84860
- let x = logoPosition - 5;
84861
- let y = logoPosition - 5;
84862
- let r = 5; //圆角半径
84863
- ctx.moveTo(x + r, y);
84864
- ctx.arcTo(x + w, y, x + w, y + h, r);
84865
- ctx.arcTo(x + w, y + h, x, y + h, r);
84866
- ctx.arcTo(x, y + h, x, y, r);
84867
- ctx.arcTo(x, y, x + w, y, r);
84868
- ctx.closePath();
84994
+ /* ctx.fillStyle = "#fff";
84995
+ ctx.beginPath();
84996
+ let h = 46; //圆角高 10为基数(logo四周白色背景为10/2)
84997
+ let w = 46; //圆角宽
84998
+ let x = logoPosition - 5;
84999
+ let y = logoPosition - 5;
85000
+ let r = 5; //圆角半径
85001
+ ctx.moveTo(x + r, y);
85002
+ ctx.arcTo(x + w, y, x + w, y + h, r);
85003
+ ctx.arcTo(x + w, y + h, x, y + h, r);
85004
+ ctx.arcTo(x, y + h, x, y, r);
85005
+ ctx.arcTo(x, y, x + w, y, r);
85006
+ ctx.closePath();
84869
85007
  ctx.fill(); */
84870
85008
  logo.onload = function () {
84871
85009
  ctx.drawImage(logo, logoPosition, logoPosition, 46, 46);
@@ -101027,8 +101165,8 @@ form_src_table.install = function (Vue) {
101027
101165
  };
101028
101166
 
101029
101167
  /* harmony default export */ var table_form = (form_src_table);
101030
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/upload/src/main.vue?vue&type=template&id=8350224c&
101031
- var mainvue_type_template_id_8350224c_render = function () {
101168
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/upload/src/main.vue?vue&type=template&id=f3cb4f04&
101169
+ var mainvue_type_template_id_f3cb4f04_render = function () {
101032
101170
  var _vm = this
101033
101171
  var _h = _vm.$createElement
101034
101172
  var _c = _vm._self._c || _h
@@ -101409,11 +101547,11 @@ var mainvue_type_template_id_8350224c_render = function () {
101409
101547
  )
101410
101548
  : _vm._e()
101411
101549
  }
101412
- var mainvue_type_template_id_8350224c_staticRenderFns = []
101413
- mainvue_type_template_id_8350224c_render._withStripped = true
101550
+ var mainvue_type_template_id_f3cb4f04_staticRenderFns = []
101551
+ mainvue_type_template_id_f3cb4f04_render._withStripped = true
101414
101552
 
101415
101553
 
101416
- // CONCATENATED MODULE: ./packages/upload/src/main.vue?vue&type=template&id=8350224c&
101554
+ // CONCATENATED MODULE: ./packages/upload/src/main.vue?vue&type=template&id=f3cb4f04&
101417
101555
 
101418
101556
  // CONCATENATED MODULE: ./packages/upload/src/picture.js
101419
101557
  /* harmony default export */ var picture = ({
@@ -102455,6 +102593,7 @@ var mainvue_type_script_lang_js_props;
102455
102593
  if (this.onSort) {
102456
102594
  this.onSort(files);
102457
102595
  } else {
102596
+ if (!this.ownId || !this.code || this.fileList && this.fileList.length > 0) return;
102458
102597
  var ids = files.map(function (item) {
102459
102598
  if (item.status === 'success' || item.status == 0) {
102460
102599
  return item.adjunctId || item.response.adjunctId;
@@ -102572,8 +102711,8 @@ var mainvue_type_script_lang_js_props;
102572
102711
 
102573
102712
  var upload_src_main_component = normalizeComponent(
102574
102713
  packages_upload_src_mainvue_type_script_lang_js_,
102575
- mainvue_type_template_id_8350224c_render,
102576
- mainvue_type_template_id_8350224c_staticRenderFns,
102714
+ mainvue_type_template_id_f3cb4f04_render,
102715
+ mainvue_type_template_id_f3cb4f04_staticRenderFns,
102577
102716
  false,
102578
102717
  null,
102579
102718
  null,
@@ -103075,7 +103214,7 @@ if (typeof window !== 'undefined' && window.Vue) {
103075
103214
  }
103076
103215
 
103077
103216
  /* harmony default export */ var src_0 = __webpack_exports__["default"] = ({
103078
- version: '0.8.20',
103217
+ version: '0.8.22',
103079
103218
  install: install,
103080
103219
  Button: packages_button,
103081
103220
  ButtonGroup: button_group,