eoss-ui 0.8.10 → 0.8.11

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 (239) hide show
  1. package/lib/calogin.js +233 -233
  2. package/lib/eoss-ui.common.js +786 -785
  3. package/lib/flow.js +256 -255
  4. package/lib/index.js +1 -1
  5. package/lib/main.js +283 -283
  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/package.json +1 -1
  10. package/packages/button/index.js +5 -5
  11. package/packages/button/src/main.vue +418 -418
  12. package/packages/button-group/index.js +5 -5
  13. package/packages/calendar/index.js +5 -5
  14. package/packages/calogin/index.js +5 -5
  15. package/packages/calogin/src/plugin.js +915 -915
  16. package/packages/card/index.js +5 -5
  17. package/packages/card/src/main.vue +156 -156
  18. package/packages/cascader/index.js +5 -5
  19. package/packages/cascader/src/main.vue +168 -168
  20. package/packages/checkbox-group/index.js +5 -5
  21. package/packages/checkbox-group/src/main.vue +333 -333
  22. package/packages/clients/index.js +5 -5
  23. package/packages/data-table/index.js +5 -5
  24. package/packages/data-table/src/children.vue +46 -46
  25. package/packages/data-table/src/main.vue +1876 -1876
  26. package/packages/data-table/src/sizer.vue +195 -195
  27. package/packages/data-table-form/index.js +5 -5
  28. package/packages/data-table-form/src/checkbox.vue +101 -101
  29. package/packages/data-table-form/src/colgroup.vue +17 -17
  30. package/packages/data-table-form/src/main.vue +181 -181
  31. package/packages/data-table-form/src/radio.vue +65 -65
  32. package/packages/data-table-form/src/table.vue +233 -233
  33. package/packages/data-table-form/src/tbody.vue +336 -336
  34. package/packages/data-table-form/src/thead.vue +68 -68
  35. package/packages/date-picker/index.js +5 -5
  36. package/packages/date-picker/src/main.vue +236 -236
  37. package/packages/dialog/index.js +5 -5
  38. package/packages/enable-drag/index.js +5 -5
  39. package/packages/enterprise/index.js +5 -5
  40. package/packages/enterprise/src/main.vue +66 -66
  41. package/packages/error-page/index.js +5 -5
  42. package/packages/error-page/src/main.vue +44 -44
  43. package/packages/flow/index.js +5 -5
  44. package/packages/flow/src/component/Circulate.vue +419 -419
  45. package/packages/flow/src/component/FreeCirculation.vue +245 -245
  46. package/packages/flow/src/component/TimeLimit.vue +190 -190
  47. package/packages/flow/src/component/taskUnionExamine.vue +763 -763
  48. package/packages/flow/src/freeStartFlow.vue +2898 -2898
  49. package/packages/flow/src/main.vue +4201 -4201
  50. package/packages/flow/src/processForm.vue +1717 -1717
  51. package/packages/flow/src/processReject.vue +311 -311
  52. package/packages/flow/src/reset.vue +952 -952
  53. package/packages/flow/src/startTaskRead.vue +698 -698
  54. package/packages/flow/src/supervise.vue +162 -162
  55. package/packages/flow-group/index.js +5 -5
  56. package/packages/flow-group/src/main.vue +750 -750
  57. package/packages/flow-list/index.js +5 -5
  58. package/packages/form/index.js +5 -5
  59. package/packages/handle-user/index.js +5 -5
  60. package/packages/handle-user/src/main.vue +137 -137
  61. package/packages/handler/index.js +5 -5
  62. package/packages/handler/src/main.vue +499 -499
  63. package/packages/icon/index.js +5 -5
  64. package/packages/icons/index.js +5 -5
  65. package/packages/icons/src/main.vue +81 -81
  66. package/packages/input/index.js +5 -5
  67. package/packages/input/src/main.vue +356 -356
  68. package/packages/input-number/index.js +5 -5
  69. package/packages/input-number/src/main.vue +106 -106
  70. package/packages/label/index.js +5 -5
  71. package/packages/label/src/main.vue +457 -457
  72. package/packages/layout/index.js +5 -5
  73. package/packages/layout/src/item.vue +152 -152
  74. package/packages/layout/src/main.vue +31 -31
  75. package/packages/login/index.js +5 -5
  76. package/packages/login/src/main.vue +2088 -2088
  77. package/packages/main/index.js +5 -5
  78. package/packages/main/src/default/message.vue +249 -249
  79. package/packages/main/src/default/notice.vue +157 -157
  80. package/packages/main/src/default/userinfo.vue +513 -513
  81. package/packages/main/src/simplicity/index.vue +2335 -2335
  82. package/packages/main/src/simplicity/lists.vue +84 -84
  83. package/packages/main/src/simplicity/router-page.vue +45 -45
  84. package/packages/main/src/simplicity/userinfo.vue +408 -408
  85. package/packages/main/src/simplicityTop/index.vue +2626 -2626
  86. package/packages/main/src/simplicityTop/userinfo.vue +408 -408
  87. package/packages/menu/index.js +5 -5
  88. package/packages/nav/index.js +5 -5
  89. package/packages/notify/index.js +5 -5
  90. package/packages/notify/src/main.vue +538 -538
  91. package/packages/page/index.js +5 -5
  92. package/packages/page/src/main.vue +167 -167
  93. package/packages/pagination/index.js +5 -5
  94. package/packages/pagination/src/main.vue +96 -96
  95. package/packages/player/index.js +5 -5
  96. package/packages/player/src/main.vue +194 -194
  97. package/packages/qr-code/index.js +5 -5
  98. package/packages/qr-code/src/main.vue +170 -170
  99. package/packages/radio-group/index.js +6 -6
  100. package/packages/radio-group/src/main.vue +319 -319
  101. package/packages/retrial-auth/index.js +5 -5
  102. package/packages/retrial-auth/src/main.vue +299 -299
  103. package/packages/select/index.js +5 -5
  104. package/packages/select-ganged/index.js +5 -5
  105. package/packages/select-ganged/src/main.vue +724 -724
  106. package/packages/selector/index.js +5 -5
  107. package/packages/selector-panel/index.js +5 -5
  108. package/packages/selector-panel/src/tree.vue +129 -129
  109. package/packages/sizer/index.js +5 -5
  110. package/packages/sizer/src/main.vue +254 -254
  111. package/packages/steps/index.js +5 -5
  112. package/packages/steps/src/main.vue +181 -181
  113. package/packages/switch/index.js +5 -5
  114. package/packages/table-form/index.js +5 -5
  115. package/packages/tabs/index.js +5 -5
  116. package/packages/tabs/src/main.vue +788 -788
  117. package/packages/tabs-panel/index.js +5 -5
  118. package/packages/tabs-panel/src/main.vue +29 -29
  119. package/packages/theme-chalk/gulpfile.js +25 -0
  120. package/packages/theme-chalk/src/base.scss +261 -261
  121. package/packages/theme-chalk/src/button-group.scss +176 -176
  122. package/packages/theme-chalk/src/button.scss +24 -24
  123. package/packages/theme-chalk/src/calendar.scss +113 -113
  124. package/packages/theme-chalk/src/card.scss +99 -99
  125. package/packages/theme-chalk/src/checkbox-group.scss +8 -8
  126. package/packages/theme-chalk/src/clients.scss +87 -87
  127. package/packages/theme-chalk/src/data-table-form.scss +67 -67
  128. package/packages/theme-chalk/src/date-picker.scss +7 -7
  129. package/packages/theme-chalk/src/dialog.scss +77 -77
  130. package/packages/theme-chalk/src/enable-drag.scss +181 -181
  131. package/packages/theme-chalk/src/enterprise.scss +5 -5
  132. package/packages/theme-chalk/src/error-page.scss +18 -18
  133. package/packages/theme-chalk/src/flow-group.scss +110 -110
  134. package/packages/theme-chalk/src/flow.scss +373 -373
  135. package/packages/theme-chalk/src/handle-user.scss +40 -40
  136. package/packages/theme-chalk/src/icons.scss +99 -99
  137. package/packages/theme-chalk/src/input.scss +9 -9
  138. package/packages/theme-chalk/src/label.scss +24 -24
  139. package/packages/theme-chalk/src/layout.scss +46 -46
  140. package/packages/theme-chalk/src/mixins/color.scss +117 -117
  141. package/packages/theme-chalk/src/nav.scss +111 -111
  142. package/packages/theme-chalk/src/page.scss +3 -3
  143. package/packages/theme-chalk/src/pagination.scss +29 -29
  144. package/packages/theme-chalk/src/player.scss +9 -9
  145. package/packages/theme-chalk/src/qr-code.scss +17 -17
  146. package/packages/theme-chalk/src/radio-group.scss +9 -9
  147. package/packages/theme-chalk/src/retrial-auth.scss +38 -38
  148. package/packages/theme-chalk/src/select-ganged.scss +8 -8
  149. package/packages/theme-chalk/src/select.scss +8 -8
  150. package/packages/theme-chalk/src/selector-panel.scss +204 -204
  151. package/packages/theme-chalk/src/sizer.scss +36 -36
  152. package/packages/theme-chalk/src/steps.scss +88 -88
  153. package/packages/theme-chalk/src/switch.scss +3 -3
  154. package/packages/theme-chalk/src/table-form.scss +1 -1
  155. package/packages/theme-chalk/src/tabs.scss +87 -87
  156. package/packages/theme-chalk/src/tips.scss +7 -7
  157. package/packages/theme-chalk/src/toolbar.scss +179 -179
  158. package/packages/theme-chalk/src/tree-group.scss +72 -72
  159. package/packages/theme-chalk/src/wxlogin.scss +3 -3
  160. package/packages/tips/index.js +5 -5
  161. package/packages/toolbar/index.js +5 -5
  162. package/packages/toolbar/src/main.vue +430 -430
  163. package/packages/tree/index.js +5 -5
  164. package/packages/tree-group/index.js +5 -5
  165. package/packages/upload/index.js +5 -5
  166. package/packages/upload/src/main.vue +1344 -1344
  167. package/packages/upload/src/picture.js +15 -15
  168. package/packages/wujie/index.js +5 -5
  169. package/packages/wxlogin/index.js +5 -5
  170. package/packages/wxlogin/src/main.vue +128 -128
  171. package/src/config/image.js +2 -2
  172. package/src/index.js +1 -1
  173. package/src/utils/bus.js +3 -3
  174. package/src/utils/date-util.js +312 -312
  175. package/src/utils/http.js +50 -50
  176. package/src/utils/store.js +21 -21
  177. package/src/utils/webSocket.js +107 -107
  178. package/packages/theme-chalk/lib/base.css +0 -1
  179. package/packages/theme-chalk/lib/button-group.css +0 -1
  180. package/packages/theme-chalk/lib/button.css +0 -1
  181. package/packages/theme-chalk/lib/calendar.css +0 -1
  182. package/packages/theme-chalk/lib/calogin.css +0 -0
  183. package/packages/theme-chalk/lib/card.css +0 -1
  184. package/packages/theme-chalk/lib/cascader.css +0 -0
  185. package/packages/theme-chalk/lib/checkbox-group.css +0 -1
  186. package/packages/theme-chalk/lib/clients.css +0 -1
  187. package/packages/theme-chalk/lib/data-table-form.css +0 -1
  188. package/packages/theme-chalk/lib/data-table.css +0 -1
  189. package/packages/theme-chalk/lib/date-picker.css +0 -1
  190. package/packages/theme-chalk/lib/dialog.css +0 -1
  191. package/packages/theme-chalk/lib/enable-drag.css +0 -1
  192. package/packages/theme-chalk/lib/enterprise.css +0 -1
  193. package/packages/theme-chalk/lib/error-page.css +0 -1
  194. package/packages/theme-chalk/lib/flow-chart.css +0 -0
  195. package/packages/theme-chalk/lib/flow-group.css +0 -1
  196. package/packages/theme-chalk/lib/flow-list.css +0 -1
  197. package/packages/theme-chalk/lib/flow.css +0 -1
  198. package/packages/theme-chalk/lib/fonts/iconfont.ttf +0 -0
  199. package/packages/theme-chalk/lib/fonts/iconfont.woff +0 -0
  200. package/packages/theme-chalk/lib/form.css +0 -1
  201. package/packages/theme-chalk/lib/handle-user.css +0 -1
  202. package/packages/theme-chalk/lib/handler.css +0 -1
  203. package/packages/theme-chalk/lib/icon.css +0 -1
  204. package/packages/theme-chalk/lib/icons.css +0 -1
  205. package/packages/theme-chalk/lib/index.css +0 -1
  206. package/packages/theme-chalk/lib/input-number.css +0 -0
  207. package/packages/theme-chalk/lib/input.css +0 -1
  208. package/packages/theme-chalk/lib/label.css +0 -1
  209. package/packages/theme-chalk/lib/layout.css +0 -1
  210. package/packages/theme-chalk/lib/login.css +0 -1
  211. package/packages/theme-chalk/lib/main.css +0 -1
  212. package/packages/theme-chalk/lib/menu.css +0 -1
  213. package/packages/theme-chalk/lib/nav.css +0 -1
  214. package/packages/theme-chalk/lib/notify.css +0 -0
  215. package/packages/theme-chalk/lib/page.css +0 -1
  216. package/packages/theme-chalk/lib/pagination.css +0 -1
  217. package/packages/theme-chalk/lib/player.css +0 -1
  218. package/packages/theme-chalk/lib/qr-code.css +0 -1
  219. package/packages/theme-chalk/lib/radio-group.css +0 -1
  220. package/packages/theme-chalk/lib/retrial-auth.css +0 -1
  221. package/packages/theme-chalk/lib/select-ganged.css +0 -1
  222. package/packages/theme-chalk/lib/select.css +0 -1
  223. package/packages/theme-chalk/lib/selector-panel.css +0 -1
  224. package/packages/theme-chalk/lib/selector.css +0 -1
  225. package/packages/theme-chalk/lib/simplicity-top.css +0 -1
  226. package/packages/theme-chalk/lib/simplicity.css +0 -1
  227. package/packages/theme-chalk/lib/sizer.css +0 -1
  228. package/packages/theme-chalk/lib/steps.css +0 -1
  229. package/packages/theme-chalk/lib/switch.css +0 -1
  230. package/packages/theme-chalk/lib/table-form.css +0 -0
  231. package/packages/theme-chalk/lib/tabs-panel.css +0 -0
  232. package/packages/theme-chalk/lib/tabs.css +0 -1
  233. package/packages/theme-chalk/lib/tips.css +0 -1
  234. package/packages/theme-chalk/lib/toolbar.css +0 -1
  235. package/packages/theme-chalk/lib/tree-group.css +0 -1
  236. package/packages/theme-chalk/lib/tree.css +0 -1
  237. package/packages/theme-chalk/lib/upload.css +0 -1
  238. package/packages/theme-chalk/lib/wujie.css +0 -0
  239. package/packages/theme-chalk/lib/wxlogin.css +0 -1
@@ -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
 
@@ -36304,11 +36304,11 @@ var processFormvue_type_script_lang_js_components;
36304
36304
  });
36305
36305
  },
36306
36306
 
36307
- /**
36308
- * isMultiple
36309
- * @desc:是否多选
36310
- * @author liufan
36311
- * @date 2022年9月13日
36307
+ /**
36308
+ * isMultiple
36309
+ * @desc:是否多选
36310
+ * @author liufan
36311
+ * @date 2022年9月13日
36312
36312
  **/
36313
36313
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
36314
36314
  var multiple = false;
@@ -37532,8 +37532,8 @@ var TimeLimit_component = normalizeComponent(
37532
37532
  )
37533
37533
 
37534
37534
  /* harmony default export */ var TimeLimit = (TimeLimit_component.exports);
37535
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/processReject.vue?vue&type=template&id=364df082&
37536
- var processRejectvue_type_template_id_364df082_render = function () {
37535
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/processReject.vue?vue&type=template&id=d881d334&
37536
+ var processRejectvue_type_template_id_d881d334_render = function () {
37537
37537
  var _vm = this
37538
37538
  var _h = _vm.$createElement
37539
37539
  var _c = _vm._self._c || _h
@@ -37651,9 +37651,10 @@ var processRejectvue_type_template_id_364df082_render = function () {
37651
37651
  rawName: "v-show",
37652
37652
  value:
37653
37653
  _vm.nextNode.noticeList.length != 0 &&
37654
- _vm.rejectObj.length != 0,
37654
+ _vm.rejectObj.length != 0 &&
37655
+ !_vm.hideMessage,
37655
37656
  expression:
37656
- "nextNode.noticeList.length != 0 && rejectObj.length != 0",
37657
+ "nextNode.noticeList.length != 0 && rejectObj.length != 0 && !hideMessage",
37657
37658
  },
37658
37659
  ],
37659
37660
  attrs: { prop: "noticeType", label: "通知方式" },
@@ -37767,11 +37768,11 @@ var processRejectvue_type_template_id_364df082_render = function () {
37767
37768
  1
37768
37769
  )
37769
37770
  }
37770
- var processRejectvue_type_template_id_364df082_staticRenderFns = []
37771
- processRejectvue_type_template_id_364df082_render._withStripped = true
37771
+ var processRejectvue_type_template_id_d881d334_staticRenderFns = []
37772
+ processRejectvue_type_template_id_d881d334_render._withStripped = true
37772
37773
 
37773
37774
 
37774
- // CONCATENATED MODULE: ./packages/flow/src/processReject.vue?vue&type=template&id=364df082&
37775
+ // CONCATENATED MODULE: ./packages/flow/src/processReject.vue?vue&type=template&id=d881d334&
37775
37776
 
37776
37777
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/processReject.vue?vue&type=script&lang=js&
37777
37778
  //
@@ -38092,8 +38093,8 @@ processRejectvue_type_template_id_364df082_render._withStripped = true
38092
38093
 
38093
38094
  var processReject_component = normalizeComponent(
38094
38095
  src_processRejectvue_type_script_lang_js_,
38095
- processRejectvue_type_template_id_364df082_render,
38096
- processRejectvue_type_template_id_364df082_staticRenderFns,
38096
+ processRejectvue_type_template_id_d881d334_render,
38097
+ processRejectvue_type_template_id_d881d334_staticRenderFns,
38097
38098
  false,
38098
38099
  null,
38099
38100
  null,
@@ -40545,11 +40546,11 @@ var resetvue_type_script_lang_js_components;
40545
40546
  });
40546
40547
  },
40547
40548
 
40548
- /**
40549
- * isMultiple
40550
- * @desc:是否多选
40551
- * @author liufan
40552
- * @date 2022年9月13日
40549
+ /**
40550
+ * isMultiple
40551
+ * @desc:是否多选
40552
+ * @author liufan
40553
+ * @date 2022年9月13日
40553
40554
  **/
40554
40555
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
40555
40556
  var multiple = false;
@@ -45197,11 +45198,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45197
45198
  });
45198
45199
  },
45199
45200
 
45200
- /**
45201
- * saveInfo
45202
- * @desc:暂存
45203
- * @author liufan
45204
- * @date 2022年9月9日
45201
+ /**
45202
+ * saveInfo
45203
+ * @desc:暂存
45204
+ * @author liufan
45205
+ * @date 2022年9月9日
45205
45206
  **/
45206
45207
  saveInfo: function saveInfo(type, btn) {
45207
45208
  var _this6 = this;
@@ -45263,11 +45264,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45263
45264
  });
45264
45265
  },
45265
45266
 
45266
- /**
45267
- * rejectBtn
45268
- * @desc:点击驳回
45269
- * @author liufan
45270
- * @date 2022年5月25日
45267
+ /**
45268
+ * rejectBtn
45269
+ * @desc:点击驳回
45270
+ * @author liufan
45271
+ * @date 2022年5月25日
45271
45272
  **/
45272
45273
  rejectBtn: function rejectBtn() {
45273
45274
  var _this8 = this;
@@ -45285,11 +45286,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45285
45286
  }
45286
45287
  },
45287
45288
 
45288
- /**
45289
- * taskReadBtn
45290
- * @desc:点击分阅
45291
- * @author liufan
45292
- * @date 2022年5月25日
45289
+ /**
45290
+ * taskReadBtn
45291
+ * @desc:点击分阅
45292
+ * @author liufan
45293
+ * @date 2022年5月25日
45293
45294
  **/
45294
45295
  taskReadBtn: function taskReadBtn() {
45295
45296
  var _this9 = this;
@@ -45308,11 +45309,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45308
45309
  }
45309
45310
  },
45310
45311
 
45311
- /**
45312
- * getFind
45313
- * @desc:获取通知方式
45314
- * @author liufan
45315
- * @date 2022年5月25日
45312
+ /**
45313
+ * getFind
45314
+ * @desc:获取通知方式
45315
+ * @author liufan
45316
+ * @date 2022年5月25日
45316
45317
  **/
45317
45318
  getFind: function getFind() {
45318
45319
  var _this10 = this;
@@ -45368,12 +45369,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45368
45369
  });
45369
45370
  },
45370
45371
 
45371
- /**
45372
- * endFlows
45373
- * @desc:直接办结
45374
- * @author liufan
45375
- * @param {Object} res 直接办结数据
45376
- * @date 2022年5月25日
45372
+ /**
45373
+ * endFlows
45374
+ * @desc:直接办结
45375
+ * @author liufan
45376
+ * @param {Object} res 直接办结数据
45377
+ * @date 2022年5月25日
45377
45378
  **/
45378
45379
  endFlows: function endFlows(res) {
45379
45380
  var _this12 = this;
@@ -45427,12 +45428,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45427
45428
  }).catch(function (e) {});
45428
45429
  },
45429
45430
 
45430
- /**
45431
- * goView
45432
- * @desc:更多流程按钮操作
45433
- * @author liufan
45434
- * @param {Object} res 当前点击操作按钮数据
45435
- * @date 2022年5月25日
45431
+ /**
45432
+ * goView
45433
+ * @desc:更多流程按钮操作
45434
+ * @author liufan
45435
+ * @param {Object} res 当前点击操作按钮数据
45436
+ * @date 2022年5月25日
45436
45437
  **/
45437
45438
  goView: function goView(res) {
45438
45439
  // 驳回并办结:rejectAndEndHtml
@@ -45517,11 +45518,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45517
45518
  // isCanStartSubFlow
45518
45519
  },
45519
45520
 
45520
- /**
45521
- * toTakeAdvice
45522
- * @desc:征求意见
45523
- * @author liufan
45524
- * @date 2022年9月29日
45521
+ /**
45522
+ * toTakeAdvice
45523
+ * @desc:征求意见
45524
+ * @author liufan
45525
+ * @date 2022年9月29日
45525
45526
  **/
45526
45527
  toTakeAdvice: function toTakeAdvice(res) {
45527
45528
  var _this14 = this;
@@ -45565,11 +45566,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45565
45566
  });
45566
45567
  },
45567
45568
 
45568
- /**
45569
- * toStartDraf
45570
- * @desc: 稿件递送、联合审核、复核
45571
- * @author liufan
45572
- * @date 2022年9月29日
45569
+ /**
45570
+ * toStartDraf
45571
+ * @desc: 稿件递送、联合审核、复核
45572
+ * @author liufan
45573
+ * @date 2022年9月29日
45573
45574
  **/
45574
45575
  toStartDraf: function toStartDraf(res) {
45575
45576
  var _this16 = this;
@@ -45583,11 +45584,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45583
45584
  }
45584
45585
  },
45585
45586
 
45586
- /**
45587
- * toSendMsg
45588
- * @desc:核稿通知
45589
- * @author liufan
45590
- * @date 2022年9月29日
45587
+ /**
45588
+ * toSendMsg
45589
+ * @desc:核稿通知
45590
+ * @author liufan
45591
+ * @date 2022年9月29日
45591
45592
  **/
45592
45593
  toSendMsg: function toSendMsg(res) {
45593
45594
  var _this17 = this;
@@ -45601,11 +45602,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45601
45602
  }
45602
45603
  },
45603
45604
 
45604
- /**
45605
- * toTaskReadAndEnd
45606
- * @desc:分阅并办结
45607
- * @author liufan
45608
- * @date 2022年9月29日
45605
+ /**
45606
+ * toTaskReadAndEnd
45607
+ * @desc:分阅并办结
45608
+ * @author liufan
45609
+ * @date 2022年9月29日
45609
45610
  **/
45610
45611
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
45611
45612
  var _this18 = this;
@@ -45623,11 +45624,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45623
45624
  }
45624
45625
  },
45625
45626
 
45626
- /**
45627
- * rejectAndEnd
45628
- * @desc:驳回并办结
45629
- * @author liufan
45630
- * @date 2022年9月29日
45627
+ /**
45628
+ * rejectAndEnd
45629
+ * @desc:驳回并办结
45630
+ * @author liufan
45631
+ * @date 2022年9月29日
45631
45632
  **/
45632
45633
  rejectAndEnd: function rejectAndEnd(res) {
45633
45634
  var _this19 = this;
@@ -45682,11 +45683,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45682
45683
  });
45683
45684
  },
45684
45685
 
45685
- /**
45686
- * toTransfer
45687
- * @desc:转办
45688
- * @author liufan
45689
- * @date 2022年9月29日
45686
+ /**
45687
+ * toTransfer
45688
+ * @desc:转办
45689
+ * @author liufan
45690
+ * @date 2022年9月29日
45690
45691
  **/
45691
45692
  toTransfer: function toTransfer(res) {
45692
45693
  var _this21 = this;
@@ -45702,11 +45703,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45702
45703
  }
45703
45704
  },
45704
45705
 
45705
- /**
45706
- * getNodeInfo
45707
- * @desc:获取节点信息
45708
- * @author liufan
45709
- * @date 2022年5月25日
45706
+ /**
45707
+ * getNodeInfo
45708
+ * @desc:获取节点信息
45709
+ * @author liufan
45710
+ * @date 2022年5月25日
45710
45711
  **/
45711
45712
  getNodeInfo: function getNodeInfo() {
45712
45713
  var _this22 = this;
@@ -45805,12 +45806,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45805
45806
  });
45806
45807
  },
45807
45808
 
45808
- /**
45809
- * selecNext
45810
- * @desc:下步节点变化时更新数据
45811
- * @author liufan
45812
- * @param {String} val 当前选中值
45813
- * @date 2022年5月25日
45809
+ /**
45810
+ * selecNext
45811
+ * @desc:下步节点变化时更新数据
45812
+ * @author liufan
45813
+ * @param {String} val 当前选中值
45814
+ * @date 2022年5月25日
45814
45815
  **/
45815
45816
  selecNext: function selecNext(val, type, isDef) {
45816
45817
  var _this23 = this;
@@ -45919,11 +45920,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45919
45920
  if (isDef !== true) this.getNodeInfo();
45920
45921
  },
45921
45922
 
45922
- /**
45923
- * isMultiple
45924
- * @desc:是否多选
45925
- * @author liufan
45926
- * @date 2022年9月13日
45923
+ /**
45924
+ * isMultiple
45925
+ * @desc:是否多选
45926
+ * @author liufan
45927
+ * @date 2022年9月13日
45927
45928
  **/
45928
45929
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
45929
45930
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -45955,11 +45956,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45955
45956
  }
45956
45957
  },
45957
45958
 
45958
- /**
45959
- * getHedInfo
45960
- * @desc:获取审核页面数据
45961
- * @author liufan
45962
- * @date 2022年5月25日
45959
+ /**
45960
+ * getHedInfo
45961
+ * @desc:获取审核页面数据
45962
+ * @author liufan
45963
+ * @date 2022年5月25日
45963
45964
  **/
45964
45965
  getHedInfo: function getHedInfo() {
45965
45966
  var _this24 = this;
@@ -46195,13 +46196,13 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
46195
46196
  });
46196
46197
  },
46197
46198
 
46198
- /**
46199
- * closeProcess
46200
- * @desc:关闭弹窗
46201
- * @author liufan
46202
- * @param {boolean} val 当前是否办理流程
46203
- * @param {String} type 当前点击的弹窗类型
46204
- * @date 2022年5月25日
46199
+ /**
46200
+ * closeProcess
46201
+ * @desc:关闭弹窗
46202
+ * @author liufan
46203
+ * @param {boolean} val 当前是否办理流程
46204
+ * @param {String} type 当前点击的弹窗类型
46205
+ * @date 2022年5月25日
46205
46206
  **/
46206
46207
  closeProcess: function closeProcess(val, type, closeParent) {
46207
46208
  if (closeParent) {
@@ -46218,23 +46219,23 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
46218
46219
  }
46219
46220
  },
46220
46221
 
46221
- /**
46222
- * selectChange
46223
- * @desc:常用语选择
46224
- * @author liufan
46225
- * @param {String} val 选中值
46226
- * @date 2022年5月25日
46222
+ /**
46223
+ * selectChange
46224
+ * @desc:常用语选择
46225
+ * @author liufan
46226
+ * @param {String} val 选中值
46227
+ * @date 2022年5月25日
46227
46228
  **/
46228
46229
  selectChange: function selectChange(val) {
46229
46230
  this.value = val;
46230
46231
  },
46231
46232
 
46232
- /**
46233
- * upDate
46234
- * @desc:修改常用语
46235
- * @author liufan
46236
- * @param {Object} val 修改值
46237
- * @date 2022年5月25日
46233
+ /**
46234
+ * upDate
46235
+ * @desc:修改常用语
46236
+ * @author liufan
46237
+ * @param {Object} val 修改值
46238
+ * @date 2022年5月25日
46238
46239
  **/
46239
46240
  upDate: function upDate(val) {
46240
46241
  this.FormData.id = val.id;
@@ -46242,11 +46243,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
46242
46243
  },
46243
46244
 
46244
46245
 
46245
- /**
46246
- * getProcess
46247
- * @desc:获取选择流程
46248
- * @author liufan
46249
- * @date 2022年5月25日
46246
+ /**
46247
+ * getProcess
46248
+ * @desc:获取选择流程
46249
+ * @author liufan
46250
+ * @date 2022年5月25日
46250
46251
  **/
46251
46252
  getProcess: function getProcess() {
46252
46253
  var _this25 = this;
@@ -46300,11 +46301,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
46300
46301
  });
46301
46302
  },
46302
46303
 
46303
- /**
46304
- * getPendedhistoryList
46305
- * @desc:获取流程列表
46306
- * @author liufan
46307
- * @date 2022年5月25日
46304
+ /**
46305
+ * getPendedhistoryList
46306
+ * @desc:获取流程列表
46307
+ * @author liufan
46308
+ * @date 2022年5月25日
46308
46309
  **/
46309
46310
  getPendedhistoryList: function getPendedhistoryList() {
46310
46311
  var _this26 = this;
@@ -46336,12 +46337,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
46336
46337
  },
46337
46338
 
46338
46339
  // 提交流程
46339
- /**
46340
- * subProcess
46341
- * @desc:提交流程
46342
- * @author liufan
46343
- * @param {String} formName 当前form表单ref值
46344
- * @date 2022年5月25日
46340
+ /**
46341
+ * subProcess
46342
+ * @desc:提交流程
46343
+ * @author liufan
46344
+ * @param {String} formName 当前form表单ref值
46345
+ * @date 2022年5月25日
46345
46346
  **/
46346
46347
  subProcess: function subProcess(val) {
46347
46348
  var _this27 = this;
@@ -50294,11 +50295,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50294
50295
  });
50295
50296
  },
50296
50297
 
50297
- /**
50298
- * saveInfo
50299
- * @desc:暂存
50300
- * @author liufan
50301
- * @date 2022年9月9日
50298
+ /**
50299
+ * saveInfo
50300
+ * @desc:暂存
50301
+ * @author liufan
50302
+ * @date 2022年9月9日
50302
50303
  **/
50303
50304
  saveInfo: function saveInfo(type, btn) {
50304
50305
  var _this13 = this;
@@ -50360,11 +50361,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50360
50361
  });
50361
50362
  },
50362
50363
 
50363
- /**
50364
- * rejectBtn
50365
- * @desc:点击驳回
50366
- * @author liufan
50367
- * @date 2022年5月25日
50364
+ /**
50365
+ * rejectBtn
50366
+ * @desc:点击驳回
50367
+ * @author liufan
50368
+ * @date 2022年5月25日
50368
50369
  **/
50369
50370
  rejectBtn: function rejectBtn() {
50370
50371
  var _this15 = this;
@@ -50382,11 +50383,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50382
50383
  }
50383
50384
  },
50384
50385
 
50385
- /**
50386
- * taskReadBtn
50387
- * @desc:点击分阅
50388
- * @author liufan
50389
- * @date 2022年5月25日
50386
+ /**
50387
+ * taskReadBtn
50388
+ * @desc:点击分阅
50389
+ * @author liufan
50390
+ * @date 2022年5月25日
50390
50391
  **/
50391
50392
  taskReadBtn: function taskReadBtn() {
50392
50393
  var _this16 = this;
@@ -50405,11 +50406,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50405
50406
  }
50406
50407
  },
50407
50408
 
50408
- /**
50409
- * getFind
50410
- * @desc:获取通知方式
50411
- * @author liufan
50412
- * @date 2022年5月25日
50409
+ /**
50410
+ * getFind
50411
+ * @desc:获取通知方式
50412
+ * @author liufan
50413
+ * @date 2022年5月25日
50413
50414
  **/
50414
50415
  getFind: function getFind() {
50415
50416
  var _this17 = this;
@@ -50476,12 +50477,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50476
50477
  });
50477
50478
  },
50478
50479
 
50479
- /**
50480
- * endFlows
50481
- * @desc:直接办结
50482
- * @author liufan
50483
- * @param {Object} res 直接办结数据
50484
- * @date 2022年5月25日
50480
+ /**
50481
+ * endFlows
50482
+ * @desc:直接办结
50483
+ * @author liufan
50484
+ * @param {Object} res 直接办结数据
50485
+ * @date 2022年5月25日
50485
50486
  **/
50486
50487
  endFlows: function endFlows(res) {
50487
50488
  var _this19 = this;
@@ -50536,12 +50537,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50536
50537
  }).catch(function (e) {});
50537
50538
  },
50538
50539
 
50539
- /**
50540
- * goView
50541
- * @desc:更多流程按钮操作
50542
- * @author liufan
50543
- * @param {Object} res 当前点击操作按钮数据
50544
- * @date 2022年5月25日
50540
+ /**
50541
+ * goView
50542
+ * @desc:更多流程按钮操作
50543
+ * @author liufan
50544
+ * @param {Object} res 当前点击操作按钮数据
50545
+ * @date 2022年5月25日
50545
50546
  **/
50546
50547
  goView: function goView(res) {
50547
50548
  // 驳回并办结:rejectAndEndHtml
@@ -50628,11 +50629,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50628
50629
  // isCanStartSubFlow
50629
50630
  },
50630
50631
 
50631
- /**
50632
- * toTakeAdvice
50633
- * @desc:征求意见
50634
- * @author liufan
50635
- * @date 2022年9月29日
50632
+ /**
50633
+ * toTakeAdvice
50634
+ * @desc:征求意见
50635
+ * @author liufan
50636
+ * @date 2022年9月29日
50636
50637
  **/
50637
50638
  toTakeAdvice: function toTakeAdvice(res) {
50638
50639
  var _this21 = this;
@@ -50676,11 +50677,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50676
50677
  });
50677
50678
  },
50678
50679
 
50679
- /**
50680
- * toStartDraf
50681
- * @desc: 稿件递送、联合审核、复核
50682
- * @author liufan
50683
- * @date 2022年9月29日
50680
+ /**
50681
+ * toStartDraf
50682
+ * @desc: 稿件递送、联合审核、复核
50683
+ * @author liufan
50684
+ * @date 2022年9月29日
50684
50685
  **/
50685
50686
  toStartDraf: function toStartDraf(res) {
50686
50687
  var _this23 = this;
@@ -50694,11 +50695,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50694
50695
  }
50695
50696
  },
50696
50697
 
50697
- /**
50698
- * toSendMsg
50699
- * @desc:核稿通知
50700
- * @author liufan
50701
- * @date 2022年9月29日
50698
+ /**
50699
+ * toSendMsg
50700
+ * @desc:核稿通知
50701
+ * @author liufan
50702
+ * @date 2022年9月29日
50702
50703
  **/
50703
50704
  toSendMsg: function toSendMsg(res) {
50704
50705
  var _this24 = this;
@@ -50712,11 +50713,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50712
50713
  }
50713
50714
  },
50714
50715
 
50715
- /**
50716
- * toTaskReadAndEnd
50717
- * @desc:分阅并办结
50718
- * @author liufan
50719
- * @date 2022年9月29日
50716
+ /**
50717
+ * toTaskReadAndEnd
50718
+ * @desc:分阅并办结
50719
+ * @author liufan
50720
+ * @date 2022年9月29日
50720
50721
  **/
50721
50722
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
50722
50723
  var _this25 = this;
@@ -50734,11 +50735,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50734
50735
  }
50735
50736
  },
50736
50737
 
50737
- /**
50738
- * rejectAndEnd
50739
- * @desc:驳回并办结
50740
- * @author liufan
50741
- * @date 2022年9月29日
50738
+ /**
50739
+ * rejectAndEnd
50740
+ * @desc:驳回并办结
50741
+ * @author liufan
50742
+ * @date 2022年9月29日
50742
50743
  **/
50743
50744
  rejectAndEnd: function rejectAndEnd(res) {
50744
50745
  var _this26 = this;
@@ -50794,11 +50795,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50794
50795
  });
50795
50796
  },
50796
50797
 
50797
- /**
50798
- * toTransfer
50799
- * @desc:转办
50800
- * @author liufan
50801
- * @date 2022年9月29日
50798
+ /**
50799
+ * toTransfer
50800
+ * @desc:转办
50801
+ * @author liufan
50802
+ * @date 2022年9月29日
50802
50803
  **/
50803
50804
  toTransfer: function toTransfer(res) {
50804
50805
  var _this28 = this;
@@ -50817,11 +50818,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50817
50818
  this.nextNode.customLimitTime = val;
50818
50819
  },
50819
50820
 
50820
- /**
50821
- * getNodeInfo
50822
- * @desc:获取节点信息
50823
- * @author liufan
50824
- * @date 2022年5月25日
50821
+ /**
50822
+ * getNodeInfo
50823
+ * @desc:获取节点信息
50824
+ * @author liufan
50825
+ * @date 2022年5月25日
50825
50826
  **/
50826
50827
  getNodeInfo: function getNodeInfo() {
50827
50828
  var _this29 = this;
@@ -50932,12 +50933,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50932
50933
  });
50933
50934
  },
50934
50935
 
50935
- /**
50936
- * selecNext
50937
- * @desc:下步节点变化时更新数据
50938
- * @author liufan
50939
- * @param {String} val 当前选中值
50940
- * @date 2022年5月25日
50936
+ /**
50937
+ * selecNext
50938
+ * @desc:下步节点变化时更新数据
50939
+ * @author liufan
50940
+ * @param {String} val 当前选中值
50941
+ * @date 2022年5月25日
50941
50942
  **/
50942
50943
  selecNext: function selecNext(val, type, isDef) {
50943
50944
  var _this30 = this;
@@ -51077,11 +51078,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51077
51078
  }
51078
51079
  },
51079
51080
 
51080
- /**
51081
- * isMultiple
51082
- * @desc:是否多选
51083
- * @author liufan
51084
- * @date 2022年9月13日
51081
+ /**
51082
+ * isMultiple
51083
+ * @desc:是否多选
51084
+ * @author liufan
51085
+ * @date 2022年9月13日
51085
51086
  **/
51086
51087
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
51087
51088
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -51113,11 +51114,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51113
51114
  }
51114
51115
  },
51115
51116
 
51116
- /**
51117
- * getHedInfo
51118
- * @desc:获取审核页面数据
51119
- * @author liufan
51120
- * @date 2022年5月25日
51117
+ /**
51118
+ * getHedInfo
51119
+ * @desc:获取审核页面数据
51120
+ * @author liufan
51121
+ * @date 2022年5月25日
51121
51122
  **/
51122
51123
  getHedInfo: function getHedInfo() {
51123
51124
  var _this31 = this;
@@ -51433,13 +51434,13 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51433
51434
  });
51434
51435
  },
51435
51436
 
51436
- /**
51437
- * closeProcess
51438
- * @desc:关闭弹窗
51439
- * @author liufan
51440
- * @param {boolean} val 当前是否办理流程
51441
- * @param {String} type 当前点击的弹窗类型
51442
- * @date 2022年5月25日
51437
+ /**
51438
+ * closeProcess
51439
+ * @desc:关闭弹窗
51440
+ * @author liufan
51441
+ * @param {boolean} val 当前是否办理流程
51442
+ * @param {String} type 当前点击的弹窗类型
51443
+ * @date 2022年5月25日
51443
51444
  **/
51444
51445
  closeProcess: function closeProcess(val, type, closeParent) {
51445
51446
  if (this.closeParent && !this.startFlowPageEmbeddedIntoStartFlowIndex) {
@@ -51459,23 +51460,23 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51459
51460
  }
51460
51461
  },
51461
51462
 
51462
- /**
51463
- * selectChange
51464
- * @desc:常用语选择
51465
- * @author liufan
51466
- * @param {String} val 选中值
51467
- * @date 2022年5月25日
51463
+ /**
51464
+ * selectChange
51465
+ * @desc:常用语选择
51466
+ * @author liufan
51467
+ * @param {String} val 选中值
51468
+ * @date 2022年5月25日
51468
51469
  **/
51469
51470
  selectChange: function selectChange(val) {
51470
51471
  this.value = val;
51471
51472
  },
51472
51473
 
51473
- /**
51474
- * upDate
51475
- * @desc:修改常用语
51476
- * @author liufan
51477
- * @param {Object} val 修改值
51478
- * @date 2022年5月25日
51474
+ /**
51475
+ * upDate
51476
+ * @desc:修改常用语
51477
+ * @author liufan
51478
+ * @param {Object} val 修改值
51479
+ * @date 2022年5月25日
51479
51480
  **/
51480
51481
  upDate: function upDate(val) {
51481
51482
  this.FormData.id = val.id;
@@ -51483,11 +51484,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51483
51484
  },
51484
51485
 
51485
51486
 
51486
- /**
51487
- * getProcess
51488
- * @desc:获取选择流程
51489
- * @author liufan
51490
- * @date 2022年5月25日
51487
+ /**
51488
+ * getProcess
51489
+ * @desc:获取选择流程
51490
+ * @author liufan
51491
+ * @date 2022年5月25日
51491
51492
  **/
51492
51493
  getProcess: function getProcess(val) {
51493
51494
  var _this32 = this;
@@ -51547,11 +51548,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51547
51548
  });
51548
51549
  },
51549
51550
 
51550
- /**
51551
- * getPendedhistoryList
51552
- * @desc:获取流程列表
51553
- * @author liufan
51554
- * @date 2022年5月25日
51551
+ /**
51552
+ * getPendedhistoryList
51553
+ * @desc:获取流程列表
51554
+ * @author liufan
51555
+ * @date 2022年5月25日
51555
51556
  **/
51556
51557
  getPendedhistoryList: function getPendedhistoryList() {
51557
51558
  var _this33 = this;
@@ -51622,12 +51623,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51622
51623
  beforeSubProcess: function beforeSubProcess() {},
51623
51624
 
51624
51625
  // 提交流程
51625
- /**
51626
- * subProcess
51627
- * @desc:提交流程
51628
- * @author liufan
51629
- * @param {String} formName 当前form表单ref值
51630
- * @date 2022年5月25日
51626
+ /**
51627
+ * subProcess
51628
+ * @desc:提交流程
51629
+ * @author liufan
51630
+ * @param {String} formName 当前form表单ref值
51631
+ * @date 2022年5月25日
51631
51632
  **/
51632
51633
  subProcess: function subProcess(val, type) {
51633
51634
  var _this35 = this;
@@ -70627,10 +70628,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70627
70628
  this.$refs.user.handleSelect(res);
70628
70629
  },
70629
70630
 
70630
- /**
70631
- * @desc:匹配路由
70632
- * @author huangbo
70633
- * @date 2024年9月7日
70631
+ /**
70632
+ * @desc:匹配路由
70633
+ * @author huangbo
70634
+ * @date 2024年9月7日
70634
70635
  **/
70635
70636
  hasRouter: function hasRouter(res, url, code) {
70636
70637
  if (!url) {
@@ -70674,10 +70675,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70674
70675
  return false;
70675
70676
  },
70676
70677
 
70677
- /**
70678
- * @desc:获取初始数据
70679
- * @author huangbo
70680
- * @date 2024年9月7日
70678
+ /**
70679
+ * @desc:获取初始数据
70680
+ * @author huangbo
70681
+ * @date 2024年9月7日
70681
70682
  **/
70682
70683
  init: function init(results, first) {
70683
70684
  this.setConfig(results);
@@ -70686,10 +70687,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70686
70687
  }
70687
70688
  },
70688
70689
 
70689
- /**
70690
- * @desc:设置用户配置及信息
70691
- * @author huangbo
70692
- * @date 2024年9月7日
70690
+ /**
70691
+ * @desc:设置用户配置及信息
70692
+ * @author huangbo
70693
+ * @date 2024年9月7日
70693
70694
  **/
70694
70695
  setConfig: function setConfig(results) {
70695
70696
  localStorage.setItem('mainConfig', JSON.stringify(results));
@@ -70857,10 +70858,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70857
70858
  }
70858
70859
  },
70859
70860
 
70860
- /**
70861
- * @desc:获取所有应用
70862
- * @author huangbo
70863
- * @date 2024年9月7日
70861
+ /**
70862
+ * @desc:获取所有应用
70863
+ * @author huangbo
70864
+ * @date 2024年9月7日
70864
70865
  **/
70865
70866
  getApplications: function getApplications() {
70866
70867
  var _this2 = this;
@@ -70908,10 +70909,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70908
70909
  });
70909
70910
  },
70910
70911
 
70911
- /**
70912
- * @desc:获取菜单列表
70913
- * @author huangbo
70914
- * @date 2024年9月7日
70912
+ /**
70913
+ * @desc:获取菜单列表
70914
+ * @author huangbo
70915
+ * @date 2024年9月7日
70915
70916
  **/
70916
70917
  getMenus: function getMenus(loading) {
70917
70918
  var _this3 = this;
@@ -70944,10 +70945,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70944
70945
  });
70945
70946
  },
70946
70947
 
70947
- /**
70948
- * @desc:处理菜单列表
70949
- * @author huangbo
70950
- * @date 2024年9月7日
70948
+ /**
70949
+ * @desc:处理菜单列表
70950
+ * @author huangbo
70951
+ * @date 2024年9月7日
70951
70952
  **/
70952
70953
  renderMenus: function renderMenus(res) {
70953
70954
  this.menus = res;
@@ -71043,10 +71044,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71043
71044
  }
71044
71045
  },
71045
71046
 
71046
- /**
71047
- * @desc:设置页面加载类型
71048
- * @author huangbo
71049
- * @date 2024年9月7日
71047
+ /**
71048
+ * @desc:设置页面加载类型
71049
+ * @author huangbo
71050
+ * @date 2024年9月7日
71050
71051
  **/
71051
71052
  setIframeType: function setIframeType(res) {
71052
71053
  var url = res.url;
@@ -71102,10 +71103,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71102
71103
  return res;
71103
71104
  },
71104
71105
 
71105
- /**
71106
- * @desc:获取菜单
71107
- * @author huangbo
71108
- * @date 2024年9月7日
71106
+ /**
71107
+ * @desc:获取菜单
71108
+ * @author huangbo
71109
+ * @date 2024年9月7日
71109
71110
  **/
71110
71111
  getMenu: function getMenu(menus, res, key) {
71111
71112
  if (Array.isArray(menus)) {
@@ -71134,10 +71135,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71134
71135
  return false;
71135
71136
  },
71136
71137
 
71137
- /**
71138
- * @desc:获取菜单第一条数据
71139
- * @author huangbo
71140
- * @date 2024年9月7日
71138
+ /**
71139
+ * @desc:获取菜单第一条数据
71140
+ * @author huangbo
71141
+ * @date 2024年9月7日
71141
71142
  **/
71142
71143
  getFirst: function getFirst(obj) {
71143
71144
  if (!obj) {
@@ -71156,10 +71157,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71156
71157
  }
71157
71158
  },
71158
71159
 
71159
- /**
71160
- * @desc:遍历设置菜单气泡提醒
71161
- * @author huangbo
71162
- * @date 2024年9月7日
71160
+ /**
71161
+ * @desc:遍历设置菜单气泡提醒
71162
+ * @author huangbo
71163
+ * @date 2024年9月7日
71163
71164
  **/
71164
71165
  setTips: function setTips(obj) {
71165
71166
  var _this4 = this;
@@ -71230,10 +71231,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71230
71231
  }
71231
71232
  },
71232
71233
 
71233
- /**
71234
- * @desc:获取气泡提醒
71235
- * @author huangbo
71236
- * @date 2024年9月7日
71234
+ /**
71235
+ * @desc:获取气泡提醒
71236
+ * @author huangbo
71237
+ * @date 2024年9月7日
71237
71238
  **/
71238
71239
  getBadge: function getBadge(res) {
71239
71240
  var num = res.tips || 0;
@@ -71247,10 +71248,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71247
71248
  };
71248
71249
  },
71249
71250
 
71250
- /**
71251
- * @desc:开启weosocket
71252
- * @author huangbo
71253
- * @date 2024年9月7日
71251
+ /**
71252
+ * @desc:开启weosocket
71253
+ * @author huangbo
71254
+ * @date 2024年9月7日
71254
71255
  **/
71255
71256
  initWebSocket: function initWebSocket() {
71256
71257
  var _this6 = this;
@@ -71299,10 +71300,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71299
71300
  });
71300
71301
  },
71301
71302
 
71302
- /**
71303
- * @desc:显示用户信息
71304
- * @author huangbo
71305
- * @date 2024年9月7日
71303
+ /**
71304
+ * @desc:显示用户信息
71305
+ * @author huangbo
71306
+ * @date 2024年9月7日
71306
71307
  **/
71307
71308
  showUserInfo: function showUserInfo() {
71308
71309
  if (this.showUser === false) {
@@ -71310,19 +71311,19 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71310
71311
  }
71311
71312
  },
71312
71313
 
71313
- /**
71314
- * @desc:删除更多应用菜单点击
71315
- * @author huangbo
71316
- * @date 2024年9月7日
71314
+ /**
71315
+ * @desc:删除更多应用菜单点击
71316
+ * @author huangbo
71317
+ * @date 2024年9月7日
71317
71318
  **/
71318
71319
  handleDelete: function handleDelete(index) {
71319
71320
  this.newApps.splice(index, 1);
71320
71321
  },
71321
71322
 
71322
- /**
71323
- * @desc:储存更多应用菜单点击
71324
- * @author huangbo
71325
- * @date 2024年9月7日
71323
+ /**
71324
+ * @desc:储存更多应用菜单点击
71325
+ * @author huangbo
71326
+ * @date 2024年9月7日
71326
71327
  **/
71327
71328
  handlerClickApps: function handlerClickApps(res) {
71328
71329
  if (res.permission === false) {
@@ -71335,10 +71336,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71335
71336
  this.handlerClickApp(res);
71336
71337
  },
71337
71338
 
71338
- /**
71339
- * @desc:侧边应用菜单点击
71340
- * @author huangbo
71341
- * @date 2024年9月7日
71339
+ /**
71340
+ * @desc:侧边应用菜单点击
71341
+ * @author huangbo
71342
+ * @date 2024年9月7日
71342
71343
  **/
71343
71344
  handlerClickApp: function handlerClickApp(res) {
71344
71345
  this.showMsg = false;
@@ -71427,10 +71428,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71427
71428
  }
71428
71429
  },
71429
71430
 
71430
- /**
71431
- * @desc:显示Drawer界面
71432
- * @author huangbo
71433
- * @date 2024年9月7日
71431
+ /**
71432
+ * @desc:显示Drawer界面
71433
+ * @author huangbo
71434
+ * @date 2024年9月7日
71434
71435
  **/
71435
71436
  handlerSetDrawer: function handlerSetDrawer(res, type) {
71436
71437
  var direction = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : 'ltr';
@@ -71450,19 +71451,19 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71450
71451
  }
71451
71452
  },
71452
71453
 
71453
- /**
71454
- * @desc:关闭Drawer界面
71455
- * @author huangbo
71456
- * @date 2024年9月7日
71454
+ /**
71455
+ * @desc:关闭Drawer界面
71456
+ * @author huangbo
71457
+ * @date 2024年9月7日
71457
71458
  **/
71458
71459
  handleCloseDrawer: function handleCloseDrawer() {
71459
71460
  this.drawer = { visible: false };
71460
71461
  },
71461
71462
 
71462
- /**
71463
- * @desc:菜单点击
71464
- * @author huangbo
71465
- * @date 2024年9月7日
71463
+ /**
71464
+ * @desc:菜单点击
71465
+ * @author huangbo
71466
+ * @date 2024年9月7日
71466
71467
  **/
71467
71468
  handlerClickMenu: function handlerClickMenu(res) {
71468
71469
  utils_util.ajax({
@@ -71511,19 +71512,19 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71511
71512
  },
71512
71513
 
71513
71514
 
71514
- /**
71515
- * @desc:用户详情请求成功
71516
- * @author huangbo
71517
- * @date 2024年9月7日
71515
+ /**
71516
+ * @desc:用户详情请求成功
71517
+ * @author huangbo
71518
+ * @date 2024年9月7日
71518
71519
  **/
71519
71520
  handleSuccess: function handleSuccess(res) {
71520
71521
  this.simpleUserInfo = res.simpleUserInfo;
71521
71522
  },
71522
71523
 
71523
- /**
71524
- * @desc:修改用户配置
71525
- * @author huangbo
71526
- * @date 2024年9月7日
71524
+ /**
71525
+ * @desc:修改用户配置
71526
+ * @author huangbo
71527
+ * @date 2024年9月7日
71527
71528
  **/
71528
71529
  handleChangeConfig: function handleChangeConfig(name, res) {
71529
71530
  if (name == 'userHeadUrl') {
@@ -71539,10 +71540,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71539
71540
  }
71540
71541
  },
71541
71542
 
71542
- /**
71543
- * @desc:关闭webSocket
71544
- * @author huangbo
71545
- * @date 2024年9月7日
71543
+ /**
71544
+ * @desc:关闭webSocket
71545
+ * @author huangbo
71546
+ * @date 2024年9月7日
71546
71547
  **/
71547
71548
  handlerClose: function handlerClose() {
71548
71549
  if (this.webSocket) {
@@ -71550,10 +71551,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71550
71551
  }
71551
71552
  },
71552
71553
 
71553
- /**
71554
- * @desc:刷新选中iframe页签
71555
- * @author huangbo
71556
- * @date 2024年9月7日
71554
+ /**
71555
+ * @desc:刷新选中iframe页签
71556
+ * @author huangbo
71557
+ * @date 2024年9月7日
71557
71558
  **/
71558
71559
  handleRefresh: function handleRefresh(arg) {
71559
71560
  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');
@@ -71590,10 +71591,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71590
71591
  }
71591
71592
  },
71592
71593
 
71593
- /**
71594
- * @desc:删除iframe
71595
- * @author huangbo
71596
- * @date 2024年9月7日
71594
+ /**
71595
+ * @desc:删除iframe
71596
+ * @author huangbo
71597
+ * @date 2024年9月7日
71597
71598
  **/
71598
71599
  handleRemove: function handleRemove(name) {
71599
71600
  var len = this.tabs.length - 1;
@@ -71610,10 +71611,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71610
71611
  }
71611
71612
  },
71612
71613
 
71613
- /**
71614
- * @desc:tabs鼠标右键事件
71615
- * @author huangbo
71616
- * @date 2024年9月7日
71614
+ /**
71615
+ * @desc:tabs鼠标右键事件
71616
+ * @author huangbo
71617
+ * @date 2024年9月7日
71617
71618
  **/
71618
71619
  handleContextmenu: function handleContextmenu(tabs, e) {
71619
71620
  var disabled = {};
@@ -71638,10 +71639,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71638
71639
  window.addEventListener('click', this.closeTabsEvents);
71639
71640
  },
71640
71641
 
71641
- /**
71642
- * @desc:tabs页签事件
71643
- * @author huangbo
71644
- * @date 2024年9月7日
71642
+ /**
71643
+ * @desc:tabs页签事件
71644
+ * @author huangbo
71645
+ * @date 2024年9月7日
71645
71646
  **/
71646
71647
  handleTabsEvents: function handleTabsEvents(num) {
71647
71648
  if (this.pane !== null) {
@@ -71652,10 +71653,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71652
71653
  },
71653
71654
 
71654
71655
 
71655
- /**
71656
- * @desc:关闭页签事件面板
71657
- * @author huangbo
71658
- * @date 2024年9月7日
71656
+ /**
71657
+ * @desc:关闭页签事件面板
71658
+ * @author huangbo
71659
+ * @date 2024年9月7日
71659
71660
  **/
71660
71661
  closeTabsEvents: function closeTabsEvents(e) {
71661
71662
  if (e.target.parentNode != this.$refs.tabsHandler.$el && e.target.parentNode.parentNode != this.$refs.tabsHandler.$el) {
@@ -71665,10 +71666,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71665
71666
  },
71666
71667
 
71667
71668
 
71668
- /**
71669
- * @desc:tabs页签点击事件
71670
- * @author huangbo
71671
- * @date 2024年9月7日
71669
+ /**
71670
+ * @desc:tabs页签点击事件
71671
+ * @author huangbo
71672
+ * @date 2024年9月7日
71672
71673
  **/
71673
71674
  handleTabClick: function handleTabClick() {
71674
71675
  this.active = '';
@@ -71676,10 +71677,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71676
71677
  this.showMenu = false;
71677
71678
  },
71678
71679
 
71679
- /**
71680
- * @desc:handler工具栏点击事件
71681
- * @author huangbo
71682
- * @date 2024年9月7日
71680
+ /**
71681
+ * @desc:handler工具栏点击事件
71682
+ * @author huangbo
71683
+ * @date 2024年9月7日
71683
71684
  **/
71684
71685
  handleClick: function handleClick(res) {
71685
71686
  var type = res.type,
@@ -71760,10 +71761,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71760
71761
  this.$emit('handler-click', res);
71761
71762
  },
71762
71763
 
71763
- /**
71764
- * @desc:退出登录
71765
- * @author huangbo
71766
- * @date 2024年9月7日
71764
+ /**
71765
+ * @desc:退出登录
71766
+ * @author huangbo
71767
+ * @date 2024年9月7日
71767
71768
  **/
71768
71769
  handleQuit: function handleQuit() {
71769
71770
  var _this7 = this;
@@ -71844,10 +71845,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71844
71845
  }).catch(function (e) {});
71845
71846
  },
71846
71847
 
71847
- /**
71848
- * @desc:主题、消息回调
71849
- * @author huangbo
71850
- * @date 2024年9月7日
71848
+ /**
71849
+ * @desc:主题、消息回调
71850
+ * @author huangbo
71851
+ * @date 2024年9月7日
71851
71852
  **/
71852
71853
  handleChange: function handleChange(res) {
71853
71854
  var type = res.type,
@@ -71863,10 +71864,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71863
71864
  }
71864
71865
  },
71865
71866
 
71866
- /**
71867
- * @desc:菜单布局样式切换
71868
- * @author huangbo
71869
- * @date 2024年9月7日
71867
+ /**
71868
+ * @desc:菜单布局样式切换
71869
+ * @author huangbo
71870
+ * @date 2024年9月7日
71870
71871
  **/
71871
71872
  handleLayout: function handleLayout(res, active) {
71872
71873
  if (active) {
@@ -71876,10 +71877,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71876
71877
  this.$emit('chang-layout', res, active);
71877
71878
  },
71878
71879
 
71879
- /**
71880
- * @desc:消息修改总数
71881
- * @author huangbo
71882
- * @date 2024年9月7日
71880
+ /**
71881
+ * @desc:消息修改总数
71882
+ * @author huangbo
71883
+ * @date 2024年9月7日
71883
71884
  **/
71884
71885
  handleMenuTips: function handleMenuTips(id, num) {
71885
71886
  if (num) {
@@ -71890,10 +71891,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71890
71891
  }
71891
71892
  },
71892
71893
 
71893
- /**
71894
- * @desc:处理即时消息
71895
- * @author huangbo
71896
- * @date 2024年9月7日
71894
+ /**
71895
+ * @desc:处理即时消息
71896
+ * @author huangbo
71897
+ * @date 2024年9月7日
71897
71898
  **/
71898
71899
  handleOpened: function handleOpened(res) {
71899
71900
  var _this8 = this;
@@ -75919,8 +75920,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
75919
75920
  this.currentPage = this.setIframeType(this.fourthTabs[0]);
75920
75921
  },
75921
75922
 
75922
- /**
75923
- * queryChildMenu: 查询左侧我的提醒和我的快捷菜单
75923
+ /**
75924
+ * queryChildMenu: 查询左侧我的提醒和我的快捷菜单
75924
75925
  */
75925
75926
  queryChildMenuData: function queryChildMenuData() {
75926
75927
  var _this2 = this;
@@ -76039,8 +76040,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76039
76040
  }))();
76040
76041
  },
76041
76042
 
76042
- /**
76043
- * getVoteMeetingNum: 查询会议数量
76043
+ /**
76044
+ * getVoteMeetingNum: 查询会议数量
76044
76045
  */
76045
76046
  getVoteMeetingNum: function getVoteMeetingNum() {
76046
76047
  var _this5 = this;
@@ -76065,8 +76066,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76065
76066
  });
76066
76067
  },
76067
76068
 
76068
- /**
76069
- * getShareFilesReceiveCountNew: 查询待接收文件数量
76069
+ /**
76070
+ * getShareFilesReceiveCountNew: 查询待接收文件数量
76070
76071
  */
76071
76072
  getShareFilesReceiveCountNew: function getShareFilesReceiveCountNew() {
76072
76073
  var _this6 = this;
@@ -76091,8 +76092,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76091
76092
  },
76092
76093
 
76093
76094
 
76094
- /**
76095
- * getUserTipsInstanceNum: 查询待签收/据签收任务数量 1是拒签收 0是待签收
76095
+ /**
76096
+ * getUserTipsInstanceNum: 查询待签收/据签收任务数量 1是拒签收 0是待签收
76096
76097
  */
76097
76098
  getUserTipsInstanceNum: function getUserTipsInstanceNum(type) {
76098
76099
  var _this7 = this;
@@ -76120,8 +76121,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76120
76121
  });
76121
76122
  },
76122
76123
 
76123
- /**
76124
- * getIndexCount: 查询待办任务数量
76124
+ /**
76125
+ * getIndexCount: 查询待办任务数量
76125
76126
  */
76126
76127
  getIndexCount: function getIndexCount() {
76127
76128
  var _this8 = this;
@@ -76152,10 +76153,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76152
76153
  this.$refs.user.handleSelect(res);
76153
76154
  },
76154
76155
 
76155
- /**
76156
- * @desc:匹配路由
76157
- * @author huangbo
76158
- * @date 2024年9月7日
76156
+ /**
76157
+ * @desc:匹配路由
76158
+ * @author huangbo
76159
+ * @date 2024年9月7日
76159
76160
  **/
76160
76161
  hasRouter: function hasRouter(res, url, code) {
76161
76162
  if (!url) {
@@ -76199,10 +76200,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76199
76200
  return false;
76200
76201
  },
76201
76202
 
76202
- /**
76203
- * @desc:获取初始数据
76204
- * @author huangbo
76205
- * @date 2024年9月7日
76203
+ /**
76204
+ * @desc:获取初始数据
76205
+ * @author huangbo
76206
+ * @date 2024年9月7日
76206
76207
  **/
76207
76208
  init: function init(results) {
76208
76209
  this.setConfig(results);
@@ -76213,10 +76214,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76213
76214
  // }
76214
76215
  },
76215
76216
 
76216
- /**
76217
- * @desc:设置用户配置及信息
76218
- * @author huangbo
76219
- * @date 2024年9月7日
76217
+ /**
76218
+ * @desc:设置用户配置及信息
76219
+ * @author huangbo
76220
+ * @date 2024年9月7日
76220
76221
  **/
76221
76222
  setConfig: function setConfig(results) {
76222
76223
  localStorage.setItem('mainConfig', JSON.stringify(results));
@@ -76380,8 +76381,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76380
76381
  }
76381
76382
  },
76382
76383
 
76383
- /**
76384
- * @desc:获取用户自定义菜单
76384
+ /**
76385
+ * @desc:获取用户自定义菜单
76385
76386
  **/
76386
76387
  getUseCommonMenu: function getUseCommonMenu() {
76387
76388
  var _this9 = this;
@@ -76411,10 +76412,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76411
76412
  });
76412
76413
  },
76413
76414
 
76414
- /**
76415
- * @desc:获取所有应用
76416
- * @author huangbo
76417
- * @date 2024年9月7日
76415
+ /**
76416
+ * @desc:获取所有应用
76417
+ * @author huangbo
76418
+ * @date 2024年9月7日
76418
76419
  **/
76419
76420
  getApplications: function getApplications() {
76420
76421
  var _this10 = this;
@@ -76462,10 +76463,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76462
76463
  });
76463
76464
  },
76464
76465
 
76465
- /**
76466
- * @desc:获取菜单列表
76467
- * @author huangbo
76468
- * @date 2024年9月7日
76466
+ /**
76467
+ * @desc:获取菜单列表
76468
+ * @author huangbo
76469
+ * @date 2024年9月7日
76469
76470
  **/
76470
76471
  getMenus: function getMenus(loading) {
76471
76472
  var _this11 = this;
@@ -76492,10 +76493,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76492
76493
  });
76493
76494
  },
76494
76495
 
76495
- /**
76496
- * @desc:处理菜单列表
76497
- * @author huangbo
76498
- * @date 2024年9月7日
76496
+ /**
76497
+ * @desc:处理菜单列表
76498
+ * @author huangbo
76499
+ * @date 2024年9月7日
76499
76500
  **/
76500
76501
  renderMenus: function renderMenus(res) {
76501
76502
  // // console.log(res, 'renderMenus');
@@ -76541,9 +76542,9 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76541
76542
  // console.log(this.currentPage, 'currentPage');
76542
76543
  },
76543
76544
 
76544
- /**
76545
- * 更新myRemind中各项的权限状态
76546
- * @param {Array} menus - 完整的菜单列表
76545
+ /**
76546
+ * 更新myRemind中各项的权限状态
76547
+ * @param {Array} menus - 完整的菜单列表
76547
76548
  */
76548
76549
  updateRemindPermission: function updateRemindPermission(menus) {
76549
76550
  // 创建一个Set存储所有菜单的id,方便快速查找
@@ -76571,10 +76572,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76571
76572
  });
76572
76573
  },
76573
76574
 
76574
- /**
76575
- * @desc:设置页面加载类型
76576
- * @author huangbo
76577
- * @date 2024年9月7日
76575
+ /**
76576
+ * @desc:设置页面加载类型
76577
+ * @author huangbo
76578
+ * @date 2024年9月7日
76578
76579
  **/
76579
76580
  setIframeType: function setIframeType(res) {
76580
76581
  var url = res.url;
@@ -76631,10 +76632,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76631
76632
  return res;
76632
76633
  },
76633
76634
 
76634
- /**
76635
- * @desc:获取菜单
76636
- * @author huangbo
76637
- * @date 2024年9月7日
76635
+ /**
76636
+ * @desc:获取菜单
76637
+ * @author huangbo
76638
+ * @date 2024年9月7日
76638
76639
  **/
76639
76640
  getMenu: function getMenu(menus, res, key) {
76640
76641
  if (Array.isArray(menus)) {
@@ -76663,10 +76664,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76663
76664
  return false;
76664
76665
  },
76665
76666
 
76666
- /**
76667
- * @desc:获取菜单第一条数据
76668
- * @author huangbo
76669
- * @date 2024年9月7日
76667
+ /**
76668
+ * @desc:获取菜单第一条数据
76669
+ * @author huangbo
76670
+ * @date 2024年9月7日
76670
76671
  **/
76671
76672
  getFirst: function getFirst(obj) {
76672
76673
  if (!obj) {
@@ -76685,10 +76686,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76685
76686
  }
76686
76687
  },
76687
76688
 
76688
- /**
76689
- * @desc:遍历设置菜单气泡提醒
76690
- * @author huangbo
76691
- * @date 2024年9月7日
76689
+ /**
76690
+ * @desc:遍历设置菜单气泡提醒
76691
+ * @author huangbo
76692
+ * @date 2024年9月7日
76692
76693
  **/
76693
76694
  setTips: function setTips(obj) {
76694
76695
  var _this12 = this;
@@ -76753,10 +76754,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76753
76754
  }
76754
76755
  },
76755
76756
 
76756
- /**
76757
- * @desc:获取气泡提醒
76758
- * @author huangbo
76759
- * @date 2024年9月7日
76757
+ /**
76758
+ * @desc:获取气泡提醒
76759
+ * @author huangbo
76760
+ * @date 2024年9月7日
76760
76761
  **/
76761
76762
  getBadge: function getBadge(res) {
76762
76763
  var num = res.tips || 0;
@@ -76770,10 +76771,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76770
76771
  };
76771
76772
  },
76772
76773
 
76773
- /**
76774
- * @desc:开启weosocket
76775
- * @author huangbo
76776
- * @date 2024年9月7日
76774
+ /**
76775
+ * @desc:开启weosocket
76776
+ * @author huangbo
76777
+ * @date 2024年9月7日
76777
76778
  **/
76778
76779
  initWebSocket: function initWebSocket() {
76779
76780
  var _this14 = this;
@@ -76841,10 +76842,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76841
76842
  });
76842
76843
  },
76843
76844
 
76844
- /**
76845
- * @desc:显示用户信息
76846
- * @author huangbo
76847
- * @date 2024年9月7日
76845
+ /**
76846
+ * @desc:显示用户信息
76847
+ * @author huangbo
76848
+ * @date 2024年9月7日
76848
76849
  **/
76849
76850
  showUserInfo: function showUserInfo() {
76850
76851
  if (this.showUser === false) {
@@ -76852,19 +76853,19 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76852
76853
  }
76853
76854
  },
76854
76855
 
76855
- /**
76856
- * @desc:删除更多应用菜单点击
76857
- * @author huangbo
76858
- * @date 2024年9月7日
76856
+ /**
76857
+ * @desc:删除更多应用菜单点击
76858
+ * @author huangbo
76859
+ * @date 2024年9月7日
76859
76860
  **/
76860
76861
  handleDelete: function handleDelete(index) {
76861
76862
  this.newApps.splice(index, 1);
76862
76863
  },
76863
76864
 
76864
- /**
76865
- * @desc:显示Drawer界面
76866
- * @author huangbo
76867
- * @date 2024年9月7日
76865
+ /**
76866
+ * @desc:显示Drawer界面
76867
+ * @author huangbo
76868
+ * @date 2024年9月7日
76868
76869
  **/
76869
76870
  handlerSetDrawer: function handlerSetDrawer(res, type) {
76870
76871
  var direction = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : 'ltr';
@@ -76884,28 +76885,28 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76884
76885
  }
76885
76886
  },
76886
76887
 
76887
- /**
76888
- * @desc:关闭Drawer界面
76889
- * @author huangbo
76890
- * @date 2024年9月7日
76888
+ /**
76889
+ * @desc:关闭Drawer界面
76890
+ * @author huangbo
76891
+ * @date 2024年9月7日
76891
76892
  **/
76892
76893
  handleCloseDrawer: function handleCloseDrawer() {
76893
76894
  this.drawer = { visible: false };
76894
76895
  },
76895
76896
 
76896
- /**
76897
- * @desc:用户详情请求成功
76898
- * @author huangbo
76899
- * @date 2024年9月7日
76897
+ /**
76898
+ * @desc:用户详情请求成功
76899
+ * @author huangbo
76900
+ * @date 2024年9月7日
76900
76901
  **/
76901
76902
  handleSuccess: function handleSuccess(res) {
76902
76903
  this.simpleUserInfo = res.simpleUserInfo;
76903
76904
  },
76904
76905
 
76905
- /**
76906
- * @desc:修改用户配置
76907
- * @author huangbo
76908
- * @date 2024年9月7日
76906
+ /**
76907
+ * @desc:修改用户配置
76908
+ * @author huangbo
76909
+ * @date 2024年9月7日
76909
76910
  **/
76910
76911
  handleChangeConfig: function handleChangeConfig(name, res) {
76911
76912
  if (name == 'userHeadUrl') {
@@ -76921,10 +76922,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76921
76922
  }
76922
76923
  },
76923
76924
 
76924
- /**
76925
- * @desc:关闭webSocket
76926
- * @author huangbo
76927
- * @date 2024年9月7日
76925
+ /**
76926
+ * @desc:关闭webSocket
76927
+ * @author huangbo
76928
+ * @date 2024年9月7日
76928
76929
  **/
76929
76930
  handlerClose: function handlerClose() {
76930
76931
  if (this.webSocket) {
@@ -76935,10 +76936,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76935
76936
  this.handleRefresh(1);
76936
76937
  },
76937
76938
 
76938
- /**
76939
- * @desc:刷新选中iframe页签
76940
- * @author huangbo
76941
- * @date 2024年9月7日
76939
+ /**
76940
+ * @desc:刷新选中iframe页签
76941
+ * @author huangbo
76942
+ * @date 2024年9月7日
76942
76943
  **/
76943
76944
  handleRefresh: function handleRefresh(arg) {
76944
76945
  if (arg !== 1) {
@@ -76984,10 +76985,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76984
76985
  }
76985
76986
  },
76986
76987
 
76987
- /**
76988
- * @desc:删除iframe
76989
- * @author huangbo
76990
- * @date 2024年9月7日
76988
+ /**
76989
+ * @desc:删除iframe
76990
+ * @author huangbo
76991
+ * @date 2024年9月7日
76991
76992
  **/
76992
76993
  handleRemove: function handleRemove(name) {
76993
76994
  var len = this.tabs.length - 1;
@@ -77004,10 +77005,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77004
77005
  }
77005
77006
  },
77006
77007
 
77007
- /**
77008
- * @desc:tabs鼠标右键事件
77009
- * @author huangbo
77010
- * @date 2024年9月7日
77008
+ /**
77009
+ * @desc:tabs鼠标右键事件
77010
+ * @author huangbo
77011
+ * @date 2024年9月7日
77011
77012
  **/
77012
77013
  handleContextmenu: function handleContextmenu(tabs, e) {
77013
77014
  var disabled = {};
@@ -77032,10 +77033,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77032
77033
  window.addEventListener('click', this.closeTabsEvents);
77033
77034
  },
77034
77035
 
77035
- /**
77036
- * @desc:tabs页签事件
77037
- * @author huangbo
77038
- * @date 2024年9月7日
77036
+ /**
77037
+ * @desc:tabs页签事件
77038
+ * @author huangbo
77039
+ * @date 2024年9月7日
77039
77040
  **/
77040
77041
  handleTabsEvents: function handleTabsEvents(num) {
77041
77042
  if (this.pane !== null) {
@@ -77046,10 +77047,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77046
77047
  },
77047
77048
 
77048
77049
 
77049
- /**
77050
- * @desc:关闭页签事件面板
77051
- * @author huangbo
77052
- * @date 2024年9月7日
77050
+ /**
77051
+ * @desc:关闭页签事件面板
77052
+ * @author huangbo
77053
+ * @date 2024年9月7日
77053
77054
  **/
77054
77055
  closeTabsEvents: function closeTabsEvents(e) {
77055
77056
  if (e.target.parentNode != this.$refs.tabsHandler.$el && e.target.parentNode.parentNode != this.$refs.tabsHandler.$el) {
@@ -77059,10 +77060,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77059
77060
  },
77060
77061
 
77061
77062
 
77062
- /**
77063
- * @desc:tabs页签点击事件
77064
- * @author huangbo
77065
- * @date 2024年9月7日
77063
+ /**
77064
+ * @desc:tabs页签点击事件
77065
+ * @author huangbo
77066
+ * @date 2024年9月7日
77066
77067
  **/
77067
77068
  handleTabClick: function handleTabClick() {
77068
77069
  this.active = '';
@@ -77070,10 +77071,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77070
77071
  this.showMenu = false;
77071
77072
  },
77072
77073
 
77073
- /**
77074
- * @desc:handler工具栏点击事件
77075
- * @author huangbo
77076
- * @date 2024年9月7日
77074
+ /**
77075
+ * @desc:handler工具栏点击事件
77076
+ * @author huangbo
77077
+ * @date 2024年9月7日
77077
77078
  **/
77078
77079
  handleClick: function handleClick(res) {
77079
77080
  var type = res.type,
@@ -77163,10 +77164,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77163
77164
  this.$emit('handler-click', res);
77164
77165
  },
77165
77166
 
77166
- /**
77167
- * @desc:退出登录
77168
- * @author huangbo
77169
- * @date 2024年9月7日
77167
+ /**
77168
+ * @desc:退出登录
77169
+ * @author huangbo
77170
+ * @date 2024年9月7日
77170
77171
  **/
77171
77172
  handleQuit: function handleQuit() {
77172
77173
  var _this15 = this;
@@ -77241,10 +77242,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77241
77242
  }).catch(function (e) {});
77242
77243
  },
77243
77244
 
77244
- /**
77245
- * @desc:主题、消息回调
77246
- * @author huangbo
77247
- * @date 2024年9月7日
77245
+ /**
77246
+ * @desc:主题、消息回调
77247
+ * @author huangbo
77248
+ * @date 2024年9月7日
77248
77249
  **/
77249
77250
  handleChange: function handleChange(res) {
77250
77251
  var type = res.type,
@@ -77260,10 +77261,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77260
77261
  }
77261
77262
  },
77262
77263
 
77263
- /**
77264
- * @desc:菜单布局样式切换
77265
- * @author huangbo
77266
- * @date 2024年9月7日
77264
+ /**
77265
+ * @desc:菜单布局样式切换
77266
+ * @author huangbo
77267
+ * @date 2024年9月7日
77267
77268
  **/
77268
77269
  handleLayout: function handleLayout(res, active) {
77269
77270
  if (active) {
@@ -77273,10 +77274,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77273
77274
  this.$emit('chang-layout', res, active);
77274
77275
  },
77275
77276
 
77276
- /**
77277
- * @desc:消息修改总数
77278
- * @author huangbo
77279
- * @date 2024年9月7日
77277
+ /**
77278
+ * @desc:消息修改总数
77279
+ * @author huangbo
77280
+ * @date 2024年9月7日
77280
77281
  **/
77281
77282
  handleMenuTips: function handleMenuTips(id, num) {
77282
77283
  if (num) {
@@ -77287,10 +77288,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77287
77288
  }
77288
77289
  },
77289
77290
 
77290
- /**
77291
- * @desc:处理即时消息
77292
- * @author huangbo
77293
- * @date 2024年9月7日
77291
+ /**
77292
+ * @desc:处理即时消息
77293
+ * @author huangbo
77294
+ * @date 2024年9月7日
77294
77295
  **/
77295
77296
  handleOpened: function handleOpened(res) {
77296
77297
  var _this16 = this;
@@ -77306,14 +77307,14 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77306
77307
  }
77307
77308
  },
77308
77309
 
77309
- /**
77310
- * @desc:菜单点击事件
77311
- * @author huangbo
77312
- * @date 2024年9月7日
77313
- * @param {*} res 菜单点击事件参数
77314
- * @param {*} method 菜单点击事件方法
77315
- * 1.顶部菜单点击跳转已经实现
77316
- * 2.其他地方点击跳转,需要选中跳转的一二级菜单
77310
+ /**
77311
+ * @desc:菜单点击事件
77312
+ * @author huangbo
77313
+ * @date 2024年9月7日
77314
+ * @param {*} res 菜单点击事件参数
77315
+ * @param {*} method 菜单点击事件方法
77316
+ * 1.顶部菜单点击跳转已经实现
77317
+ * 2.其他地方点击跳转,需要选中跳转的一二级菜单
77317
77318
  **/
77318
77319
  handleSelect: function handleSelect(res) {
77319
77320
  var params = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
@@ -84721,19 +84722,19 @@ var QRCode = __webpack_require__(28);
84721
84722
  //设置logo大小
84722
84723
  var logoPosition = (_this3.mwidth - 46) / 2; //logo相对于canvas居中定位
84723
84724
  //设置获取的logo将其变为圆角以及添加白色背景
84724
- /* ctx.fillStyle = "#fff";
84725
- ctx.beginPath();
84726
- let h = 46; //圆角高 10为基数(logo四周白色背景为10/2)
84727
- let w = 46; //圆角宽
84728
- let x = logoPosition - 5;
84729
- let y = logoPosition - 5;
84730
- let r = 5; //圆角半径
84731
- ctx.moveTo(x + r, y);
84732
- ctx.arcTo(x + w, y, x + w, y + h, r);
84733
- ctx.arcTo(x + w, y + h, x, y + h, r);
84734
- ctx.arcTo(x, y + h, x, y, r);
84735
- ctx.arcTo(x, y, x + w, y, r);
84736
- ctx.closePath();
84725
+ /* ctx.fillStyle = "#fff";
84726
+ ctx.beginPath();
84727
+ let h = 46; //圆角高 10为基数(logo四周白色背景为10/2)
84728
+ let w = 46; //圆角宽
84729
+ let x = logoPosition - 5;
84730
+ let y = logoPosition - 5;
84731
+ let r = 5; //圆角半径
84732
+ ctx.moveTo(x + r, y);
84733
+ ctx.arcTo(x + w, y, x + w, y + h, r);
84734
+ ctx.arcTo(x + w, y + h, x, y + h, r);
84735
+ ctx.arcTo(x, y + h, x, y, r);
84736
+ ctx.arcTo(x, y, x + w, y, r);
84737
+ ctx.closePath();
84737
84738
  ctx.fill(); */
84738
84739
  logo.onload = function () {
84739
84740
  ctx.drawImage(logo, logoPosition, logoPosition, 46, 46);
@@ -102943,7 +102944,7 @@ if (typeof window !== 'undefined' && window.Vue) {
102943
102944
  }
102944
102945
 
102945
102946
  /* harmony default export */ var src_0 = __webpack_exports__["default"] = ({
102946
- version: '0.8.10',
102947
+ version: '0.8.11',
102947
102948
  install: install,
102948
102949
  Button: packages_button,
102949
102950
  ButtonGroup: button_group,