eoss-ui 0.7.94 → 0.7.95

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 (228) hide show
  1. package/lib/calogin.js +233 -233
  2. package/lib/eoss-ui.common.js +759 -771
  3. package/lib/flow.js +121 -120
  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/radio-group.js +98 -111
  8. package/lib/theme-chalk/index.css +1 -1
  9. package/lib/theme-chalk/login.css +1 -1
  10. package/package.json +2 -2
  11. package/packages/button/index.js +5 -5
  12. package/packages/button/src/main.vue +418 -418
  13. package/packages/button-group/index.js +5 -5
  14. package/packages/calendar/index.js +5 -5
  15. package/packages/calogin/index.js +5 -5
  16. package/packages/calogin/src/plugin.js +915 -915
  17. package/packages/card/index.js +5 -5
  18. package/packages/card/src/main.vue +156 -156
  19. package/packages/cascader/index.js +5 -5
  20. package/packages/cascader/src/main.vue +168 -168
  21. package/packages/checkbox-group/index.js +5 -5
  22. package/packages/checkbox-group/src/main.vue +333 -333
  23. package/packages/clients/index.js +5 -5
  24. package/packages/data-table/index.js +5 -5
  25. package/packages/data-table/src/children.vue +39 -39
  26. package/packages/data-table/src/main.vue +1845 -1845
  27. package/packages/data-table/src/sizer.vue +195 -195
  28. package/packages/data-table-form/index.js +5 -5
  29. package/packages/data-table-form/src/checkbox.vue +101 -101
  30. package/packages/data-table-form/src/colgroup.vue +17 -17
  31. package/packages/data-table-form/src/main.vue +181 -181
  32. package/packages/data-table-form/src/radio.vue +65 -65
  33. package/packages/data-table-form/src/table.vue +233 -233
  34. package/packages/data-table-form/src/tbody.vue +336 -336
  35. package/packages/data-table-form/src/thead.vue +68 -68
  36. package/packages/date-picker/index.js +5 -5
  37. package/packages/date-picker/src/main.vue +236 -236
  38. package/packages/dialog/index.js +5 -5
  39. package/packages/enable-drag/index.js +5 -5
  40. package/packages/enterprise/index.js +5 -5
  41. package/packages/enterprise/src/main.vue +66 -66
  42. package/packages/error-page/index.js +5 -5
  43. package/packages/error-page/src/main.vue +44 -44
  44. package/packages/flow/index.js +5 -5
  45. package/packages/flow/src/component/TimeLimit.vue +190 -190
  46. package/packages/flow/src/main.vue +4145 -4144
  47. package/packages/flow-group/index.js +5 -5
  48. package/packages/flow-group/src/main.vue +750 -750
  49. package/packages/flow-list/index.js +5 -5
  50. package/packages/form/index.js +5 -5
  51. package/packages/handle-user/index.js +5 -5
  52. package/packages/handle-user/src/main.vue +137 -137
  53. package/packages/handler/index.js +5 -5
  54. package/packages/handler/src/main.vue +499 -499
  55. package/packages/icon/index.js +5 -5
  56. package/packages/icons/index.js +5 -5
  57. package/packages/icons/src/main.vue +81 -81
  58. package/packages/input/index.js +5 -5
  59. package/packages/input/src/main.vue +356 -356
  60. package/packages/input-number/index.js +5 -5
  61. package/packages/input-number/src/main.vue +106 -106
  62. package/packages/label/index.js +5 -5
  63. package/packages/label/src/main.vue +457 -457
  64. package/packages/layout/index.js +5 -5
  65. package/packages/layout/src/item.vue +152 -152
  66. package/packages/layout/src/main.vue +31 -31
  67. package/packages/login/index.js +5 -5
  68. package/packages/login/src/main.vue +2088 -2088
  69. package/packages/main/index.js +5 -5
  70. package/packages/main/src/default/message.vue +249 -249
  71. package/packages/main/src/default/notice.vue +157 -157
  72. package/packages/main/src/default/userinfo.vue +513 -513
  73. package/packages/main/src/simplicity/index.vue +2335 -2335
  74. package/packages/main/src/simplicity/lists.vue +84 -84
  75. package/packages/main/src/simplicity/router-page.vue +45 -45
  76. package/packages/main/src/simplicity/userinfo.vue +408 -408
  77. package/packages/main/src/simplicityTop/index.vue +2620 -2620
  78. package/packages/main/src/simplicityTop/userinfo.vue +408 -408
  79. package/packages/menu/index.js +5 -5
  80. package/packages/nav/index.js +5 -5
  81. package/packages/notify/index.js +5 -5
  82. package/packages/notify/src/main.vue +538 -538
  83. package/packages/page/index.js +5 -5
  84. package/packages/page/src/main.vue +167 -167
  85. package/packages/pagination/index.js +5 -5
  86. package/packages/pagination/src/main.vue +96 -96
  87. package/packages/player/index.js +5 -5
  88. package/packages/player/src/main.vue +194 -194
  89. package/packages/qr-code/index.js +5 -5
  90. package/packages/qr-code/src/main.vue +170 -170
  91. package/packages/radio-group/index.js +6 -6
  92. package/packages/radio-group/src/main.vue +319 -319
  93. package/packages/retrial-auth/index.js +5 -5
  94. package/packages/retrial-auth/src/main.vue +299 -299
  95. package/packages/select/index.js +5 -5
  96. package/packages/select-ganged/index.js +5 -5
  97. package/packages/select-ganged/src/main.vue +724 -724
  98. package/packages/selector/index.js +5 -5
  99. package/packages/selector-panel/index.js +5 -5
  100. package/packages/selector-panel/src/tree.vue +129 -129
  101. package/packages/sizer/index.js +5 -5
  102. package/packages/sizer/src/main.vue +254 -254
  103. package/packages/steps/index.js +5 -5
  104. package/packages/steps/src/main.vue +181 -181
  105. package/packages/switch/index.js +5 -5
  106. package/packages/table-form/index.js +5 -5
  107. package/packages/tabs/index.js +5 -5
  108. package/packages/tabs/src/main.vue +788 -788
  109. package/packages/tabs-panel/index.js +5 -5
  110. package/packages/tabs-panel/src/main.vue +29 -29
  111. package/packages/theme-chalk/lib/base.css +1 -0
  112. package/packages/theme-chalk/lib/button-group.css +1 -0
  113. package/packages/theme-chalk/lib/button.css +1 -0
  114. package/packages/theme-chalk/lib/calendar.css +1 -0
  115. package/packages/theme-chalk/lib/calogin.css +0 -0
  116. package/packages/theme-chalk/lib/card.css +1 -0
  117. package/packages/theme-chalk/lib/cascader.css +0 -0
  118. package/packages/theme-chalk/lib/checkbox-group.css +1 -0
  119. package/packages/theme-chalk/lib/clients.css +1 -0
  120. package/packages/theme-chalk/lib/data-table-form.css +1 -0
  121. package/packages/theme-chalk/lib/data-table.css +1 -0
  122. package/packages/theme-chalk/lib/date-picker.css +1 -0
  123. package/packages/theme-chalk/lib/dialog.css +1 -0
  124. package/packages/theme-chalk/lib/enable-drag.css +1 -0
  125. package/packages/theme-chalk/lib/enterprise.css +1 -0
  126. package/packages/theme-chalk/lib/error-page.css +1 -0
  127. package/packages/theme-chalk/lib/flow-chart.css +0 -0
  128. package/packages/theme-chalk/lib/flow-group.css +1 -0
  129. package/packages/theme-chalk/lib/flow-list.css +1 -0
  130. package/packages/theme-chalk/lib/flow.css +1 -0
  131. package/packages/theme-chalk/lib/fonts/iconfont.ttf +0 -0
  132. package/packages/theme-chalk/lib/fonts/iconfont.woff +0 -0
  133. package/packages/theme-chalk/lib/form.css +1 -0
  134. package/packages/theme-chalk/lib/handle-user.css +1 -0
  135. package/packages/theme-chalk/lib/handler.css +1 -0
  136. package/packages/theme-chalk/lib/icon.css +1 -0
  137. package/packages/theme-chalk/lib/icons.css +1 -0
  138. package/packages/theme-chalk/lib/index.css +1 -0
  139. package/packages/theme-chalk/lib/input-number.css +0 -0
  140. package/packages/theme-chalk/lib/input.css +1 -0
  141. package/packages/theme-chalk/lib/label.css +1 -0
  142. package/packages/theme-chalk/lib/layout.css +1 -0
  143. package/packages/theme-chalk/lib/login.css +1 -0
  144. package/packages/theme-chalk/lib/main.css +1 -0
  145. package/packages/theme-chalk/lib/menu.css +1 -0
  146. package/packages/theme-chalk/lib/nav.css +1 -0
  147. package/packages/theme-chalk/lib/notify.css +0 -0
  148. package/packages/theme-chalk/lib/page.css +1 -0
  149. package/packages/theme-chalk/lib/pagination.css +1 -0
  150. package/packages/theme-chalk/lib/player.css +1 -0
  151. package/packages/theme-chalk/lib/qr-code.css +1 -0
  152. package/packages/theme-chalk/lib/radio-group.css +1 -0
  153. package/packages/theme-chalk/lib/retrial-auth.css +1 -0
  154. package/packages/theme-chalk/lib/select-ganged.css +1 -0
  155. package/packages/theme-chalk/lib/select.css +1 -0
  156. package/packages/theme-chalk/lib/selector-panel.css +1 -0
  157. package/packages/theme-chalk/lib/selector.css +1 -0
  158. package/packages/theme-chalk/lib/simplicity-top.css +1 -0
  159. package/packages/theme-chalk/lib/simplicity.css +1 -0
  160. package/packages/theme-chalk/lib/sizer.css +1 -0
  161. package/packages/theme-chalk/lib/steps.css +1 -0
  162. package/packages/theme-chalk/lib/switch.css +1 -0
  163. package/packages/theme-chalk/lib/table-form.css +0 -0
  164. package/packages/theme-chalk/lib/tabs-panel.css +0 -0
  165. package/packages/theme-chalk/lib/tabs.css +1 -0
  166. package/packages/theme-chalk/lib/tips.css +1 -0
  167. package/packages/theme-chalk/lib/toolbar.css +1 -0
  168. package/packages/theme-chalk/lib/tree-group.css +1 -0
  169. package/packages/theme-chalk/lib/tree.css +1 -0
  170. package/packages/theme-chalk/lib/upload.css +1 -0
  171. package/packages/theme-chalk/lib/wujie.css +0 -0
  172. package/packages/theme-chalk/lib/wxlogin.css +1 -0
  173. package/packages/theme-chalk/src/base.scss +261 -261
  174. package/packages/theme-chalk/src/button-group.scss +176 -176
  175. package/packages/theme-chalk/src/button.scss +24 -24
  176. package/packages/theme-chalk/src/calendar.scss +113 -113
  177. package/packages/theme-chalk/src/card.scss +99 -99
  178. package/packages/theme-chalk/src/checkbox-group.scss +8 -8
  179. package/packages/theme-chalk/src/clients.scss +87 -87
  180. package/packages/theme-chalk/src/data-table-form.scss +67 -67
  181. package/packages/theme-chalk/src/date-picker.scss +7 -7
  182. package/packages/theme-chalk/src/dialog.scss +77 -77
  183. package/packages/theme-chalk/src/enable-drag.scss +181 -181
  184. package/packages/theme-chalk/src/enterprise.scss +5 -5
  185. package/packages/theme-chalk/src/error-page.scss +18 -18
  186. package/packages/theme-chalk/src/flow-group.scss +110 -110
  187. package/packages/theme-chalk/src/handle-user.scss +40 -40
  188. package/packages/theme-chalk/src/icons.scss +99 -99
  189. package/packages/theme-chalk/src/input.scss +9 -9
  190. package/packages/theme-chalk/src/label.scss +24 -24
  191. package/packages/theme-chalk/src/layout.scss +46 -46
  192. package/packages/theme-chalk/src/mixins/color.scss +117 -117
  193. package/packages/theme-chalk/src/nav.scss +111 -111
  194. package/packages/theme-chalk/src/page.scss +3 -3
  195. package/packages/theme-chalk/src/pagination.scss +29 -29
  196. package/packages/theme-chalk/src/player.scss +9 -9
  197. package/packages/theme-chalk/src/qr-code.scss +17 -17
  198. package/packages/theme-chalk/src/radio-group.scss +9 -9
  199. package/packages/theme-chalk/src/retrial-auth.scss +38 -38
  200. package/packages/theme-chalk/src/select-ganged.scss +8 -8
  201. package/packages/theme-chalk/src/select.scss +8 -8
  202. package/packages/theme-chalk/src/selector-panel.scss +204 -204
  203. package/packages/theme-chalk/src/sizer.scss +36 -36
  204. package/packages/theme-chalk/src/steps.scss +88 -88
  205. package/packages/theme-chalk/src/switch.scss +3 -3
  206. package/packages/theme-chalk/src/table-form.scss +1 -1
  207. package/packages/theme-chalk/src/tabs.scss +87 -87
  208. package/packages/theme-chalk/src/tips.scss +7 -7
  209. package/packages/theme-chalk/src/toolbar.scss +179 -179
  210. package/packages/theme-chalk/src/tree-group.scss +72 -72
  211. package/packages/theme-chalk/src/wxlogin.scss +3 -3
  212. package/packages/tips/index.js +5 -5
  213. package/packages/toolbar/index.js +5 -5
  214. package/packages/tree/index.js +5 -5
  215. package/packages/tree-group/index.js +5 -5
  216. package/packages/upload/index.js +5 -5
  217. package/packages/upload/src/picture.js +15 -15
  218. package/packages/wujie/index.js +5 -5
  219. package/packages/wxlogin/index.js +5 -5
  220. package/packages/wxlogin/src/main.vue +128 -128
  221. package/src/config/image.js +2 -2
  222. package/src/index.js +1 -1
  223. package/src/utils/bus.js +3 -3
  224. package/src/utils/date-util.js +312 -312
  225. package/src/utils/http.js +50 -50
  226. package/src/utils/store.js +21 -21
  227. package/src/utils/webSocket.js +107 -107
  228. package/packages/theme-chalk/gulpfile.js +0 -25
@@ -6902,8 +6902,8 @@ var plugin_typeof = typeof Symbol === "function" && typeof Symbol.iterator === "
6902
6902
 
6903
6903
  function plugin_classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
6904
6904
 
6905
- /**
6906
- * JIT_GW_ExtInterface 模块,提供与客户端交互的功能
6905
+ /**
6906
+ * JIT_GW_ExtInterface 模块,提供与客户端交互的功能
6907
6907
  */
6908
6908
  var CA_ExtInterface = function () {
6909
6909
  function CA_ExtInterface() {
@@ -6916,11 +6916,11 @@ var CA_ExtInterface = function () {
6916
6916
  this.init();
6917
6917
  }
6918
6918
 
6919
- /**
6920
- * 简单的 Object.assign 兼容 IE <= 11 的 polyfill
6921
- * @see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/assign
6922
- * @param {Object} target - 目标对象
6923
- * @param {Object} options - 新的选项对象
6919
+ /**
6920
+ * 简单的 Object.assign 兼容 IE <= 11 的 polyfill
6921
+ * @see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/assign
6922
+ * @param {Object} target - 目标对象
6923
+ * @param {Object} options - 新的选项对象
6924
6924
  */
6925
6925
 
6926
6926
 
@@ -6935,8 +6935,8 @@ var CA_ExtInterface = function () {
6935
6935
  }
6936
6936
  };
6937
6937
 
6938
- /**
6939
- * 检查当前会话的 WebSocket URL
6938
+ /**
6939
+ * 检查当前会话的 WebSocket URL
6940
6940
  */
6941
6941
 
6942
6942
 
@@ -6950,8 +6950,8 @@ var CA_ExtInterface = function () {
6950
6950
  }
6951
6951
  };
6952
6952
 
6953
- /**
6954
- * 检查是否使用 ActiveX
6953
+ /**
6954
+ * 检查是否使用 ActiveX
6955
6955
  */
6956
6956
 
6957
6957
 
@@ -6963,11 +6963,11 @@ var CA_ExtInterface = function () {
6963
6963
  }
6964
6964
  };
6965
6965
 
6966
- /**
6967
- * 扩展发送消息并等待响应
6968
- * @param {string} operatorCmd - 操作命令
6969
- * @param {string} sendMsg - 发送的消息
6970
- * @returns {string} 响应消息
6966
+ /**
6967
+ * 扩展发送消息并等待响应
6968
+ * @param {string} operatorCmd - 操作命令
6969
+ * @param {string} sendMsg - 发送的消息
6970
+ * @returns {string} 响应消息
6971
6971
  */
6972
6972
 
6973
6973
 
@@ -6977,11 +6977,11 @@ var CA_ExtInterface = function () {
6977
6977
  return this.sendAndWaitMessage(this.currentSessionWSURL, strSendMsg);
6978
6978
  };
6979
6979
 
6980
- /**
6981
- * 发送消息并等待响应
6982
- * @param {string} wsurl - WebSocket URL
6983
- * @param {string} sendMsg - 发送的消息
6984
- * @returns {string} 响应消息
6980
+ /**
6981
+ * 发送消息并等待响应
6982
+ * @param {string} wsurl - WebSocket URL
6983
+ * @param {string} sendMsg - 发送的消息
6984
+ * @returns {string} 响应消息
6985
6985
  */
6986
6986
 
6987
6987
 
@@ -7005,9 +7005,9 @@ var CA_ExtInterface = function () {
7005
7005
  return ResultMsg;
7006
7006
  };
7007
7007
 
7008
- /**
7009
- * 配置选项
7010
- * @param {Object} extendOption - 扩展选项
7008
+ /**
7009
+ * 配置选项
7010
+ * @param {Object} extendOption - 扩展选项
7011
7011
  */
7012
7012
 
7013
7013
 
@@ -7017,8 +7017,8 @@ var CA_ExtInterface = function () {
7017
7017
  }
7018
7018
  };
7019
7019
 
7020
- /**
7021
- * 初始化
7020
+ /**
7021
+ * 初始化
7022
7022
  */
7023
7023
 
7024
7024
 
@@ -7026,9 +7026,9 @@ var CA_ExtInterface = function () {
7026
7026
  this.isUseActioveX();
7027
7027
  };
7028
7028
 
7029
- /**
7030
- * 返回客户端的版本
7031
- * @returns {string} 客户端版本
7029
+ /**
7030
+ * 返回客户端的版本
7031
+ * @returns {string} 客户端版本
7032
7032
  */
7033
7033
 
7034
7034
 
@@ -7041,13 +7041,13 @@ var CA_ExtInterface = function () {
7041
7041
  }
7042
7042
  };
7043
7043
 
7044
- /**
7045
- * 下载客户端程序并安装
7046
- * @param {string} bstrURL - 下载地址
7047
- * @param {string} bstrHashValue - 哈希值
7048
- * @param {boolean} bSync - 是否同步安装
7049
- * @param {boolean} bOnlySSO - 是否仅安装 SSO
7050
- * @returns {number} 安装结果
7044
+ /**
7045
+ * 下载客户端程序并安装
7046
+ * @param {string} bstrURL - 下载地址
7047
+ * @param {string} bstrHashValue - 哈希值
7048
+ * @param {boolean} bSync - 是否同步安装
7049
+ * @param {boolean} bOnlySSO - 是否仅安装 SSO
7050
+ * @returns {number} 安装结果
7051
7051
  */
7052
7052
 
7053
7053
 
@@ -7061,11 +7061,11 @@ var CA_ExtInterface = function () {
7061
7061
  }
7062
7062
  };
7063
7063
 
7064
- /**
7065
- * 获取硬件指纹信息
7066
- * @param {number} dwSign - 签名
7067
- * @param {string} strGateWayIP - 网关 IP
7068
- * @returns {string} 硬件指纹信息
7064
+ /**
7065
+ * 获取硬件指纹信息
7066
+ * @param {number} dwSign - 签名
7067
+ * @param {string} strGateWayIP - 网关 IP
7068
+ * @returns {string} 硬件指纹信息
7069
7069
  */
7070
7070
 
7071
7071
 
@@ -7079,12 +7079,12 @@ var CA_ExtInterface = function () {
7079
7079
  }
7080
7080
  };
7081
7081
 
7082
- /**
7083
- * 设置转发策略和代填策略
7084
- * @param {string} strProxyPolicy - 转发策略
7085
- * @param {string} strSSOPolicy - 代填策略
7086
- * @param {string} strGatewayAddress - 网关地址
7087
- * @returns {number} 设置结果
7082
+ /**
7083
+ * 设置转发策略和代填策略
7084
+ * @param {string} strProxyPolicy - 转发策略
7085
+ * @param {string} strSSOPolicy - 代填策略
7086
+ * @param {string} strGatewayAddress - 网关地址
7087
+ * @returns {number} 设置结果
7088
7088
  */
7089
7089
 
7090
7090
 
@@ -7098,11 +7098,11 @@ var CA_ExtInterface = function () {
7098
7098
  }
7099
7099
  };
7100
7100
 
7101
- /**
7102
- * 启动认证信息模块
7103
- * @param {string} strFileName - 文件名
7104
- * @param {string} strXmlData - XML 数据
7105
- * @returns {string} 认证信息
7101
+ /**
7102
+ * 启动认证信息模块
7103
+ * @param {string} strFileName - 文件名
7104
+ * @param {string} strXmlData - XML 数据
7105
+ * @returns {string} 认证信息
7106
7106
  */
7107
7107
 
7108
7108
 
@@ -7116,10 +7116,10 @@ var CA_ExtInterface = function () {
7116
7116
  }
7117
7117
  };
7118
7118
 
7119
- /**
7120
- * 打开 BS 应用
7121
- * @param {string} strUrl - 应用 URL
7122
- * @returns {number} 打开结果
7119
+ /**
7120
+ * 打开 BS 应用
7121
+ * @param {string} strUrl - 应用 URL
7122
+ * @returns {number} 打开结果
7123
7123
  */
7124
7124
 
7125
7125
 
@@ -7133,12 +7133,12 @@ var CA_ExtInterface = function () {
7133
7133
  }
7134
7134
  };
7135
7135
 
7136
- /**
7137
- * 打开 CS 应用
7138
- * @param {string} strGatewayAddress - 网关地址
7139
- * @param {string} strAppFlag - 应用标识
7140
- * @param {string} strAppPath - 应用路径
7141
- * @returns {number} 打开结果
7136
+ /**
7137
+ * 打开 CS 应用
7138
+ * @param {string} strGatewayAddress - 网关地址
7139
+ * @param {string} strAppFlag - 应用标识
7140
+ * @param {string} strAppPath - 应用路径
7141
+ * @returns {number} 打开结果
7142
7142
  */
7143
7143
 
7144
7144
 
@@ -7152,13 +7152,13 @@ var CA_ExtInterface = function () {
7152
7152
  }
7153
7153
  };
7154
7154
 
7155
- /**
7156
- * 设置自动更新策略
7157
- * @param {string} strGatewayAddress - 网关地址
7158
- * @param {number} nGatewayPort - 网关端口
7159
- * @param {string} strUserToken - 用户令牌
7160
- * @param {number} updatedelay - 更新延迟
7161
- * @returns {number} 设置结果
7155
+ /**
7156
+ * 设置自动更新策略
7157
+ * @param {string} strGatewayAddress - 网关地址
7158
+ * @param {number} nGatewayPort - 网关端口
7159
+ * @param {string} strUserToken - 用户令牌
7160
+ * @param {number} updatedelay - 更新延迟
7161
+ * @returns {number} 设置结果
7162
7162
  */
7163
7163
 
7164
7164
 
@@ -7172,10 +7172,10 @@ var CA_ExtInterface = function () {
7172
7172
  }
7173
7173
  };
7174
7174
 
7175
- /**
7176
- * 获取客户端 IP
7177
- * @param {string} strGatewayIP - 网关 IP
7178
- * @returns {string} 客户端 IP
7175
+ /**
7176
+ * 获取客户端 IP
7177
+ * @param {string} strGatewayIP - 网关 IP
7178
+ * @returns {string} 客户端 IP
7179
7179
  */
7180
7180
 
7181
7181
 
@@ -7189,10 +7189,10 @@ var CA_ExtInterface = function () {
7189
7189
  }
7190
7190
  };
7191
7191
 
7192
- /**
7193
- * 登出网关
7194
- * @param {string} strServerIP - 服务器 IP
7195
- * @returns {number} 登出结果
7192
+ /**
7193
+ * 登出网关
7194
+ * @param {string} strServerIP - 服务器 IP
7195
+ * @returns {number} 登出结果
7196
7196
  */
7197
7197
 
7198
7198
 
@@ -7206,11 +7206,11 @@ var CA_ExtInterface = function () {
7206
7206
  }
7207
7207
  };
7208
7208
 
7209
- /**
7210
- * 运行安装包
7211
- * @param {number} lRunType - 运行类型
7212
- * @param {boolean} bIsOnlySSO - 是否仅安装 SSO
7213
- * @returns {number} 运行结果
7209
+ /**
7210
+ * 运行安装包
7211
+ * @param {number} lRunType - 运行类型
7212
+ * @param {boolean} bIsOnlySSO - 是否仅安装 SSO
7213
+ * @returns {number} 运行结果
7214
7214
  */
7215
7215
 
7216
7216
 
@@ -7224,9 +7224,9 @@ var CA_ExtInterface = function () {
7224
7224
  }
7225
7225
  };
7226
7226
 
7227
- /**
7228
- * 获取下载进度
7229
- * @returns {number} 下载进度
7227
+ /**
7228
+ * 获取下载进度
7229
+ * @returns {number} 下载进度
7230
7230
  */
7231
7231
 
7232
7232
 
@@ -7240,9 +7240,9 @@ var CA_ExtInterface = function () {
7240
7240
  }
7241
7241
  };
7242
7242
 
7243
- /**
7244
- * 是否安装完成
7245
- * @returns {boolean} 安装完成状态
7243
+ /**
7244
+ * 是否安装完成
7245
+ * @returns {boolean} 安装完成状态
7246
7246
  */
7247
7247
 
7248
7248
 
@@ -7256,11 +7256,11 @@ var CA_ExtInterface = function () {
7256
7256
  }
7257
7257
  };
7258
7258
 
7259
- /**
7260
- * 初始化签包对象
7261
- * @param {string} strAlgType - 算法类型
7262
- * @param {string} strAuxParam - 辅助参数
7263
- * @returns {number} 初始化结果
7259
+ /**
7260
+ * 初始化签包对象
7261
+ * @param {string} strAlgType - 算法类型
7262
+ * @param {string} strAuxParam - 辅助参数
7263
+ * @returns {number} 初始化结果
7264
7264
  */
7265
7265
 
7266
7266
 
@@ -7274,10 +7274,10 @@ var CA_ExtInterface = function () {
7274
7274
  }
7275
7275
  };
7276
7276
 
7277
- /**
7278
- * 设置摘要算法
7279
- * @param {string} strDigestAlg - 摘要算法
7280
- * @returns {number} 设置结果
7277
+ /**
7278
+ * 设置摘要算法
7279
+ * @param {string} strDigestAlg - 摘要算法
7280
+ * @returns {number} 设置结果
7281
7281
  */
7282
7282
 
7283
7283
 
@@ -7291,10 +7291,10 @@ var CA_ExtInterface = function () {
7291
7291
  }
7292
7292
  };
7293
7293
 
7294
- /**
7295
- * 设置单证书是否弹出对话框
7296
- * @param {number} isChoose - 是否弹出对话框
7297
- * @returns {number} 设置结果
7294
+ /**
7295
+ * 设置单证书是否弹出对话框
7296
+ * @param {number} isChoose - 是否弹出对话框
7297
+ * @returns {number} 设置结果
7298
7298
  */
7299
7299
 
7300
7300
 
@@ -7308,11 +7308,11 @@ var CA_ExtInterface = function () {
7308
7308
  }
7309
7309
  };
7310
7310
 
7311
- /**
7312
- * 添加证书过滤条件
7313
- * @param {number} ulType - 过滤类型
7314
- * @param {string} strValue - 过滤值
7315
- * @returns {number} 添加结果
7311
+ /**
7312
+ * 添加证书过滤条件
7313
+ * @param {number} ulType - 过滤类型
7314
+ * @param {string} strValue - 过滤值
7315
+ * @returns {number} 添加结果
7316
7316
  */
7317
7317
 
7318
7318
 
@@ -7326,9 +7326,9 @@ var CA_ExtInterface = function () {
7326
7326
  }
7327
7327
  };
7328
7328
 
7329
- /**
7330
- * 清除所有过滤条件
7331
- * @returns {number} 清除结果
7329
+ /**
7330
+ * 清除所有过滤条件
7331
+ * @returns {number} 清除结果
7332
7332
  */
7333
7333
 
7334
7334
 
@@ -7342,10 +7342,10 @@ var CA_ExtInterface = function () {
7342
7342
  }
7343
7343
  };
7344
7344
 
7345
- /**
7346
- * P1 签名
7347
- * @param {string} strValueBase64 - 待签名的 Base64 字符串
7348
- * @returns {string} 签名结果
7345
+ /**
7346
+ * P1 签名
7347
+ * @param {string} strValueBase64 - 待签名的 Base64 字符串
7348
+ * @returns {string} 签名结果
7349
7349
  */
7350
7350
 
7351
7351
 
@@ -7359,10 +7359,10 @@ var CA_ExtInterface = function () {
7359
7359
  }
7360
7360
  };
7361
7361
 
7362
- /**
7363
- * P1 签名字符串
7364
- * @param {string} strValue - 待签名的字符串
7365
- * @returns {string} 签名结果
7362
+ /**
7363
+ * P1 签名字符串
7364
+ * @param {string} strValue - 待签名的字符串
7365
+ * @returns {string} 签名结果
7366
7366
  */
7367
7367
 
7368
7368
 
@@ -7376,12 +7376,12 @@ var CA_ExtInterface = function () {
7376
7376
  }
7377
7377
  };
7378
7378
 
7379
- /**
7380
- * P7 签名
7381
- * @param {string} strValueBase64 - 待签名的 Base64 字符串
7382
- * @param {boolean} isDetach - 是否分离签名
7383
- * @param {boolean} isIncludeCert - 是否包含证书
7384
- * @returns {string} 签名结果
7379
+ /**
7380
+ * P7 签名
7381
+ * @param {string} strValueBase64 - 待签名的 Base64 字符串
7382
+ * @param {boolean} isDetach - 是否分离签名
7383
+ * @param {boolean} isIncludeCert - 是否包含证书
7384
+ * @returns {string} 签名结果
7385
7385
  */
7386
7386
 
7387
7387
 
@@ -7395,12 +7395,12 @@ var CA_ExtInterface = function () {
7395
7395
  }
7396
7396
  };
7397
7397
 
7398
- /**
7399
- * P7 签名字符串
7400
- * @param {string} strValue - 待签名的字符串
7401
- * @param {boolean} isDetach - 是否分离签名
7402
- * @param {boolean} isIncludeCert - 是否包含证书
7403
- * @returns {string} 签名结果
7398
+ /**
7399
+ * P7 签名字符串
7400
+ * @param {string} strValue - 待签名的字符串
7401
+ * @param {boolean} isDetach - 是否分离签名
7402
+ * @param {boolean} isIncludeCert - 是否包含证书
7403
+ * @returns {string} 签名结果
7404
7404
  */
7405
7405
 
7406
7406
 
@@ -7414,9 +7414,9 @@ var CA_ExtInterface = function () {
7414
7414
  }
7415
7415
  };
7416
7416
 
7417
- /**
7418
- * 释放签名对象
7419
- * @returns {number} 释放结果
7417
+ /**
7418
+ * 释放签名对象
7419
+ * @returns {number} 释放结果
7420
7420
  */
7421
7421
 
7422
7422
 
@@ -7430,9 +7430,9 @@ var CA_ExtInterface = function () {
7430
7430
  }
7431
7431
  };
7432
7432
 
7433
- /**
7434
- * 获取签名版本
7435
- * @returns {string} 签名版本
7433
+ /**
7434
+ * 获取签名版本
7435
+ * @returns {string} 签名版本
7436
7436
  */
7437
7437
 
7438
7438
 
@@ -7446,9 +7446,9 @@ var CA_ExtInterface = function () {
7446
7446
  }
7447
7447
  };
7448
7448
 
7449
- /**
7450
- * 获取签名证书
7451
- * @returns {string} 签名证书
7449
+ /**
7450
+ * 获取签名证书
7451
+ * @returns {string} 签名证书
7452
7452
  */
7453
7453
 
7454
7454
 
@@ -7462,9 +7462,9 @@ var CA_ExtInterface = function () {
7462
7462
  }
7463
7463
  };
7464
7464
 
7465
- /**
7466
- * 获取错误码
7467
- * @returns {number} 错误码
7465
+ /**
7466
+ * 获取错误码
7467
+ * @returns {number} 错误码
7468
7468
  */
7469
7469
 
7470
7470
 
@@ -7478,9 +7478,9 @@ var CA_ExtInterface = function () {
7478
7478
  }
7479
7479
  };
7480
7480
 
7481
- /**
7482
- * 获取错误信息
7483
- * @returns {string} 错误信息
7481
+ /**
7482
+ * 获取错误信息
7483
+ * @returns {string} 错误信息
7484
7484
  */
7485
7485
 
7486
7486
 
@@ -7494,9 +7494,9 @@ var CA_ExtInterface = function () {
7494
7494
  }
7495
7495
  };
7496
7496
 
7497
- /**
7498
- * 销毁认证对象
7499
- * @returns {number} 销毁结果
7497
+ /**
7498
+ * 销毁认证对象
7499
+ * @returns {number} 销毁结果
7500
7500
  */
7501
7501
 
7502
7502
 
@@ -7510,9 +7510,9 @@ var CA_ExtInterface = function () {
7510
7510
  }
7511
7511
  };
7512
7512
 
7513
- /**
7514
- * 获取证书类型
7515
- * @returns {string} 证书类型
7513
+ /**
7514
+ * 获取证书类型
7515
+ * @returns {string} 证书类型
7516
7516
  */
7517
7517
 
7518
7518
 
@@ -7526,9 +7526,9 @@ var CA_ExtInterface = function () {
7526
7526
  }
7527
7527
  };
7528
7528
 
7529
- /**
7530
- * 获取签名摘要算法
7531
- * @returns {string} 签名摘要算法
7529
+ /**
7530
+ * 获取签名摘要算法
7531
+ * @returns {string} 签名摘要算法
7532
7532
  */
7533
7533
 
7534
7534
 
@@ -7542,11 +7542,11 @@ var CA_ExtInterface = function () {
7542
7542
  }
7543
7543
  };
7544
7544
 
7545
- /**
7546
- * 使能调用序列
7547
- * @param {boolean} bCallQueueEnable - 是否使能调用序列
7548
- * @param {boolean} bHeadInfoEnable - 是否使能头部信息
7549
- * @returns {number} 使能结果
7545
+ /**
7546
+ * 使能调用序列
7547
+ * @param {boolean} bCallQueueEnable - 是否使能调用序列
7548
+ * @param {boolean} bHeadInfoEnable - 是否使能头部信息
7549
+ * @returns {number} 使能结果
7550
7550
  */
7551
7551
 
7552
7552
 
@@ -7560,9 +7560,9 @@ var CA_ExtInterface = function () {
7560
7560
  }
7561
7561
  };
7562
7562
 
7563
- /**
7564
- * 清空调用序列结果
7565
- * @returns {number} 清空调用序列结果
7563
+ /**
7564
+ * 清空调用序列结果
7565
+ * @returns {number} 清空调用序列结果
7566
7566
  */
7567
7567
 
7568
7568
 
@@ -7576,9 +7576,9 @@ var CA_ExtInterface = function () {
7576
7576
  }
7577
7577
  };
7578
7578
 
7579
- /**
7580
- * 获取调用序列结果
7581
- * @returns {string} 调用序列结果
7579
+ /**
7580
+ * 获取调用序列结果
7581
+ * @returns {string} 调用序列结果
7582
7582
  */
7583
7583
 
7584
7584
 
@@ -7592,12 +7592,12 @@ var CA_ExtInterface = function () {
7592
7592
  }
7593
7593
  };
7594
7594
 
7595
- /**
7596
- * 客户端安全策略检查
7597
- * @param {string} strGatewayAddress - 网关地址
7598
- * @param {number} usGatewayPort - 网关端口
7599
- * @param {string} strSecurityPolicys - 安全策略
7600
- * @returns {boolean} 检查结果
7595
+ /**
7596
+ * 客户端安全策略检查
7597
+ * @param {string} strGatewayAddress - 网关地址
7598
+ * @param {number} usGatewayPort - 网关端口
7599
+ * @param {string} strSecurityPolicys - 安全策略
7600
+ * @returns {boolean} 检查结果
7601
7601
  */
7602
7602
 
7603
7603
 
@@ -7611,9 +7611,9 @@ var CA_ExtInterface = function () {
7611
7611
  }
7612
7612
  };
7613
7613
 
7614
- /**
7615
- * 获取通讯协议版本
7616
- * @returns {string} 通讯协议版本
7614
+ /**
7615
+ * 获取通讯协议版本
7616
+ * @returns {string} 通讯协议版本
7617
7617
  */
7618
7618
 
7619
7619
 
@@ -7627,13 +7627,13 @@ var CA_ExtInterface = function () {
7627
7627
  }
7628
7628
  };
7629
7629
 
7630
- /**
7631
- * 修改 Key 的 Pin 码
7632
- * @param {string} strCertSn - 证书序列号
7633
- * @param {number} lPinCodeType - Pin 码类型
7634
- * @param {string} strCurPinCode - 当前 Pin 码
7635
- * @param {string} strNewPinCode - 新 Pin 码
7636
- * @returns {number} 修改结果
7630
+ /**
7631
+ * 修改 Key 的 Pin 码
7632
+ * @param {string} strCertSn - 证书序列号
7633
+ * @param {number} lPinCodeType - Pin 码类型
7634
+ * @param {string} strCurPinCode - 当前 Pin 码
7635
+ * @param {string} strNewPinCode - 新 Pin 码
7636
+ * @returns {number} 修改结果
7637
7637
  */
7638
7638
 
7639
7639
 
@@ -7647,10 +7647,10 @@ var CA_ExtInterface = function () {
7647
7647
  }
7648
7648
  };
7649
7649
 
7650
- /**
7651
- * 等待策略设置完毕
7652
- * @param {string} strGatewayAddress - 网关地址
7653
- * @returns {number} 等待结果
7650
+ /**
7651
+ * 等待策略设置完毕
7652
+ * @param {string} strGatewayAddress - 网关地址
7653
+ * @returns {number} 等待结果
7654
7654
  */
7655
7655
 
7656
7656
 
@@ -7664,10 +7664,10 @@ var CA_ExtInterface = function () {
7664
7664
  }
7665
7665
  };
7666
7666
 
7667
- /**
7668
- * 获取会话 Token
7669
- * @param {string} strGatewayAddress - 网关地址
7670
- * @returns {string} 会话 Token
7667
+ /**
7668
+ * 获取会话 Token
7669
+ * @param {string} strGatewayAddress - 网关地址
7670
+ * @returns {string} 会话 Token
7671
7671
  */
7672
7672
 
7673
7673
 
@@ -7681,9 +7681,9 @@ var CA_ExtInterface = function () {
7681
7681
  }
7682
7682
  };
7683
7683
 
7684
- /**
7685
- * 获取控件版本
7686
- * @returns {string} 控件版本
7684
+ /**
7685
+ * 获取控件版本
7686
+ * @returns {string} 控件版本
7687
7687
  */
7688
7688
 
7689
7689
 
@@ -7697,10 +7697,10 @@ var CA_ExtInterface = function () {
7697
7697
  }
7698
7698
  };
7699
7699
 
7700
- /**
7701
- * 设置语言资源
7702
- * @param {string} strLanguage - 语言资源
7703
- * @returns {number} 设置结果
7700
+ /**
7701
+ * 设置语言资源
7702
+ * @param {string} strLanguage - 语言资源
7703
+ * @returns {number} 设置结果
7704
7704
  */
7705
7705
 
7706
7706
 
@@ -7714,12 +7714,12 @@ var CA_ExtInterface = function () {
7714
7714
  }
7715
7715
  };
7716
7716
 
7717
- /**
7718
- * 获取用户属性
7719
- * @param {string} strGatewayAddress - 网关地址
7720
- * @param {string} strAppFlag - 应用标识
7721
- * @param {string} strAttributeName - 属性名称
7722
- * @returns {string} 用户属性值
7717
+ /**
7718
+ * 获取用户属性
7719
+ * @param {string} strGatewayAddress - 网关地址
7720
+ * @param {string} strAppFlag - 应用标识
7721
+ * @param {string} strAttributeName - 属性名称
7722
+ * @returns {string} 用户属性值
7723
7723
  */
7724
7724
 
7725
7725
 
@@ -7733,9 +7733,9 @@ var CA_ExtInterface = function () {
7733
7733
  }
7734
7734
  };
7735
7735
 
7736
- /**
7737
- * 获取签名加密 PIN 码
7738
- * @returns {string} 签名加密 PIN 码
7736
+ /**
7737
+ * 获取签名加密 PIN 码
7738
+ * @returns {string} 签名加密 PIN 码
7739
7739
  */
7740
7740
 
7741
7741
 
@@ -7748,20 +7748,20 @@ var CA_ExtInterface = function () {
7748
7748
  return result.value;
7749
7749
  }
7750
7750
  };
7751
- /*
7752
- *曙光四川CA
7753
- *'SOF_GetUserList' 证书列表
7754
- *'SOF_ExportUserCert' 导出证书
7755
- *'SOF_GetCertInfo': 获取证书信息
7756
- *'SOF_GenRandom': 生成随机数
7757
- *'SOF_SignData': 获取证书签名
7758
- *'SOF_Login': 登录证书
7759
- *'SOF_GetPinRetryCount': 剩余次数
7751
+ /*
7752
+ *曙光四川CA
7753
+ *'SOF_GetUserList' 证书列表
7754
+ *'SOF_ExportUserCert' 导出证书
7755
+ *'SOF_GetCertInfo': 获取证书信息
7756
+ *'SOF_GenRandom': 生成随机数
7757
+ *'SOF_SignData': 获取证书签名
7758
+ *'SOF_Login': 登录证书
7759
+ *'SOF_GetPinRetryCount': 剩余次数
7760
7760
  */
7761
- /**
7762
- *
7763
- * 获取webSocket消息
7764
- * @returns {string}
7761
+ /**
7762
+ *
7763
+ * 获取webSocket消息
7764
+ * @returns {string}
7765
7765
  */
7766
7766
 
7767
7767
 
@@ -7797,10 +7797,10 @@ var CA_ExtInterface = function () {
7797
7797
  };
7798
7798
  });
7799
7799
  };
7800
- /**
7801
- *
7802
- * base64解码
7803
- * @returns {string} base64解码后的字符串
7800
+ /**
7801
+ *
7802
+ * base64解码
7803
+ * @returns {string} base64解码后的字符串
7804
7804
  */
7805
7805
 
7806
7806
 
@@ -7835,10 +7835,10 @@ var CA_ExtInterface = function () {
7835
7835
  val = this.utf8_decode(val);
7836
7836
  return val;
7837
7837
  };
7838
- /**
7839
- *
7840
- * base64编码
7841
- * @returns {string} base64编码后的字符串
7838
+ /**
7839
+ *
7840
+ * base64编码
7841
+ * @returns {string} base64编码后的字符串
7842
7842
  */
7843
7843
 
7844
7844
 
@@ -7871,10 +7871,10 @@ var CA_ExtInterface = function () {
7871
7871
  }
7872
7872
  return val;
7873
7873
  };
7874
- /**
7875
- *
7876
- * utf8解码
7877
- * @returns {string} utf8解码后的字符串
7874
+ /**
7875
+ *
7876
+ * utf8解码
7877
+ * @returns {string} utf8解码后的字符串
7878
7878
  */
7879
7879
 
7880
7880
 
@@ -7903,10 +7903,10 @@ var CA_ExtInterface = function () {
7903
7903
  }
7904
7904
  return string;
7905
7905
  };
7906
- /**
7907
- *
7908
- * utf8编码
7909
- * @returns {string} utf8编码后的字符串
7906
+ /**
7907
+ *
7908
+ * utf8编码
7909
+ * @returns {string} utf8编码后的字符串
7910
7910
  */
7911
7911
 
7912
7912
 
@@ -28341,8 +28341,8 @@ form_src_main.install = function (Vue) {
28341
28341
  };
28342
28342
 
28343
28343
  /* harmony default export */ var packages_form = (form_src_main);
28344
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/main.vue?vue&type=template&id=88226248&
28345
- var mainvue_type_template_id_88226248_render = function () {
28344
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/main.vue?vue&type=template&id=99cb7a94&
28345
+ var mainvue_type_template_id_99cb7a94_render = function () {
28346
28346
  var _vm = this
28347
28347
  var _h = _vm.$createElement
28348
28348
  var _c = _vm._self._c || _h
@@ -31359,11 +31359,11 @@ var mainvue_type_template_id_88226248_render = function () {
31359
31359
  )
31360
31360
  : _vm._e()
31361
31361
  }
31362
- var mainvue_type_template_id_88226248_staticRenderFns = []
31363
- mainvue_type_template_id_88226248_render._withStripped = true
31362
+ var mainvue_type_template_id_99cb7a94_staticRenderFns = []
31363
+ mainvue_type_template_id_99cb7a94_render._withStripped = true
31364
31364
 
31365
31365
 
31366
- // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=88226248&
31366
+ // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=99cb7a94&
31367
31367
 
31368
31368
  // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/CommonOpinions.vue?vue&type=template&id=7b4f1542&
31369
31369
  var CommonOpinionsvue_type_template_id_7b4f1542_render = function () {
@@ -50022,11 +50022,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50022
50022
  });
50023
50023
  },
50024
50024
 
50025
- /**
50026
- * saveInfo
50027
- * @desc:暂存
50028
- * @author liufan
50029
- * @date 2022年9月9日
50025
+ /**
50026
+ * saveInfo
50027
+ * @desc:暂存
50028
+ * @author liufan
50029
+ * @date 2022年9月9日
50030
50030
  **/
50031
50031
  saveInfo: function saveInfo(type, btn) {
50032
50032
  var _this13 = this;
@@ -50088,11 +50088,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50088
50088
  });
50089
50089
  },
50090
50090
 
50091
- /**
50092
- * rejectBtn
50093
- * @desc:点击驳回
50094
- * @author liufan
50095
- * @date 2022年5月25日
50091
+ /**
50092
+ * rejectBtn
50093
+ * @desc:点击驳回
50094
+ * @author liufan
50095
+ * @date 2022年5月25日
50096
50096
  **/
50097
50097
  rejectBtn: function rejectBtn() {
50098
50098
  var _this15 = this;
@@ -50110,11 +50110,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50110
50110
  }
50111
50111
  },
50112
50112
 
50113
- /**
50114
- * taskReadBtn
50115
- * @desc:点击分阅
50116
- * @author liufan
50117
- * @date 2022年5月25日
50113
+ /**
50114
+ * taskReadBtn
50115
+ * @desc:点击分阅
50116
+ * @author liufan
50117
+ * @date 2022年5月25日
50118
50118
  **/
50119
50119
  taskReadBtn: function taskReadBtn() {
50120
50120
  var _this16 = this;
@@ -50133,11 +50133,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50133
50133
  }
50134
50134
  },
50135
50135
 
50136
- /**
50137
- * getFind
50138
- * @desc:获取通知方式
50139
- * @author liufan
50140
- * @date 2022年5月25日
50136
+ /**
50137
+ * getFind
50138
+ * @desc:获取通知方式
50139
+ * @author liufan
50140
+ * @date 2022年5月25日
50141
50141
  **/
50142
50142
  getFind: function getFind() {
50143
50143
  var _this17 = this;
@@ -50203,12 +50203,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50203
50203
  });
50204
50204
  },
50205
50205
 
50206
- /**
50207
- * endFlows
50208
- * @desc:直接办结
50209
- * @author liufan
50210
- * @param {Object} res 直接办结数据
50211
- * @date 2022年5月25日
50206
+ /**
50207
+ * endFlows
50208
+ * @desc:直接办结
50209
+ * @author liufan
50210
+ * @param {Object} res 直接办结数据
50211
+ * @date 2022年5月25日
50212
50212
  **/
50213
50213
  endFlows: function endFlows(res) {
50214
50214
  var _this19 = this;
@@ -50263,12 +50263,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50263
50263
  }).catch(function (e) {});
50264
50264
  },
50265
50265
 
50266
- /**
50267
- * goView
50268
- * @desc:更多流程按钮操作
50269
- * @author liufan
50270
- * @param {Object} res 当前点击操作按钮数据
50271
- * @date 2022年5月25日
50266
+ /**
50267
+ * goView
50268
+ * @desc:更多流程按钮操作
50269
+ * @author liufan
50270
+ * @param {Object} res 当前点击操作按钮数据
50271
+ * @date 2022年5月25日
50272
50272
  **/
50273
50273
  goView: function goView(res) {
50274
50274
  // 驳回并办结:rejectAndEndHtml
@@ -50355,11 +50355,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50355
50355
  // isCanStartSubFlow
50356
50356
  },
50357
50357
 
50358
- /**
50359
- * toTakeAdvice
50360
- * @desc:征求意见
50361
- * @author liufan
50362
- * @date 2022年9月29日
50358
+ /**
50359
+ * toTakeAdvice
50360
+ * @desc:征求意见
50361
+ * @author liufan
50362
+ * @date 2022年9月29日
50363
50363
  **/
50364
50364
  toTakeAdvice: function toTakeAdvice(res) {
50365
50365
  var _this21 = this;
@@ -50403,11 +50403,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50403
50403
  });
50404
50404
  },
50405
50405
 
50406
- /**
50407
- * toStartDraf
50408
- * @desc: 稿件递送、联合审核、复核
50409
- * @author liufan
50410
- * @date 2022年9月29日
50406
+ /**
50407
+ * toStartDraf
50408
+ * @desc: 稿件递送、联合审核、复核
50409
+ * @author liufan
50410
+ * @date 2022年9月29日
50411
50411
  **/
50412
50412
  toStartDraf: function toStartDraf(res) {
50413
50413
  var _this23 = this;
@@ -50421,11 +50421,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50421
50421
  }
50422
50422
  },
50423
50423
 
50424
- /**
50425
- * toSendMsg
50426
- * @desc:核稿通知
50427
- * @author liufan
50428
- * @date 2022年9月29日
50424
+ /**
50425
+ * toSendMsg
50426
+ * @desc:核稿通知
50427
+ * @author liufan
50428
+ * @date 2022年9月29日
50429
50429
  **/
50430
50430
  toSendMsg: function toSendMsg(res) {
50431
50431
  var _this24 = this;
@@ -50439,11 +50439,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50439
50439
  }
50440
50440
  },
50441
50441
 
50442
- /**
50443
- * toTaskReadAndEnd
50444
- * @desc:分阅并办结
50445
- * @author liufan
50446
- * @date 2022年9月29日
50442
+ /**
50443
+ * toTaskReadAndEnd
50444
+ * @desc:分阅并办结
50445
+ * @author liufan
50446
+ * @date 2022年9月29日
50447
50447
  **/
50448
50448
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
50449
50449
  var _this25 = this;
@@ -50461,11 +50461,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50461
50461
  }
50462
50462
  },
50463
50463
 
50464
- /**
50465
- * rejectAndEnd
50466
- * @desc:驳回并办结
50467
- * @author liufan
50468
- * @date 2022年9月29日
50464
+ /**
50465
+ * rejectAndEnd
50466
+ * @desc:驳回并办结
50467
+ * @author liufan
50468
+ * @date 2022年9月29日
50469
50469
  **/
50470
50470
  rejectAndEnd: function rejectAndEnd(res) {
50471
50471
  var _this26 = this;
@@ -50521,11 +50521,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50521
50521
  });
50522
50522
  },
50523
50523
 
50524
- /**
50525
- * toTransfer
50526
- * @desc:转办
50527
- * @author liufan
50528
- * @date 2022年9月29日
50524
+ /**
50525
+ * toTransfer
50526
+ * @desc:转办
50527
+ * @author liufan
50528
+ * @date 2022年9月29日
50529
50529
  **/
50530
50530
  toTransfer: function toTransfer(res) {
50531
50531
  var _this28 = this;
@@ -50544,11 +50544,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50544
50544
  this.nextNode.customLimitTime = val;
50545
50545
  },
50546
50546
 
50547
- /**
50548
- * getNodeInfo
50549
- * @desc:获取节点信息
50550
- * @author liufan
50551
- * @date 2022年5月25日
50547
+ /**
50548
+ * getNodeInfo
50549
+ * @desc:获取节点信息
50550
+ * @author liufan
50551
+ * @date 2022年5月25日
50552
50552
  **/
50553
50553
  getNodeInfo: function getNodeInfo() {
50554
50554
  var _this29 = this;
@@ -50659,16 +50659,17 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50659
50659
  });
50660
50660
  },
50661
50661
 
50662
- /**
50663
- * selecNext
50664
- * @desc:下步节点变化时更新数据
50665
- * @author liufan
50666
- * @param {String} val 当前选中值
50667
- * @date 2022年5月25日
50662
+ /**
50663
+ * selecNext
50664
+ * @desc:下步节点变化时更新数据
50665
+ * @author liufan
50666
+ * @param {String} val 当前选中值
50667
+ * @date 2022年5月25日
50668
50668
  **/
50669
50669
  selecNext: function selecNext(val, type, isDef) {
50670
50670
  var _this30 = this;
50671
50671
 
50672
+ console.log(val, 'selecNext');
50672
50673
  var isNextNode = false;
50673
50674
  if (type) {
50674
50675
  isNextNode = this.operationList.filter(function (x) {
@@ -50796,11 +50797,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50796
50797
  this.getNodeInfo();
50797
50798
  },
50798
50799
 
50799
- /**
50800
- * isMultiple
50801
- * @desc:是否多选
50802
- * @author liufan
50803
- * @date 2022年9月13日
50800
+ /**
50801
+ * isMultiple
50802
+ * @desc:是否多选
50803
+ * @author liufan
50804
+ * @date 2022年9月13日
50804
50805
  **/
50805
50806
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
50806
50807
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -50832,11 +50833,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50832
50833
  }
50833
50834
  },
50834
50835
 
50835
- /**
50836
- * getHedInfo
50837
- * @desc:获取审核页面数据
50838
- * @author liufan
50839
- * @date 2022年5月25日
50836
+ /**
50837
+ * getHedInfo
50838
+ * @desc:获取审核页面数据
50839
+ * @author liufan
50840
+ * @date 2022年5月25日
50840
50841
  **/
50841
50842
  getHedInfo: function getHedInfo() {
50842
50843
  var _this31 = this;
@@ -51147,13 +51148,13 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51147
51148
  });
51148
51149
  },
51149
51150
 
51150
- /**
51151
- * closeProcess
51152
- * @desc:关闭弹窗
51153
- * @author liufan
51154
- * @param {boolean} val 当前是否办理流程
51155
- * @param {String} type 当前点击的弹窗类型
51156
- * @date 2022年5月25日
51151
+ /**
51152
+ * closeProcess
51153
+ * @desc:关闭弹窗
51154
+ * @author liufan
51155
+ * @param {boolean} val 当前是否办理流程
51156
+ * @param {String} type 当前点击的弹窗类型
51157
+ * @date 2022年5月25日
51157
51158
  **/
51158
51159
  closeProcess: function closeProcess(val, type, closeParent) {
51159
51160
  if (this.closeParent && !this.startFlowPageEmbeddedIntoStartFlowIndex) {
@@ -51173,23 +51174,23 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51173
51174
  }
51174
51175
  },
51175
51176
 
51176
- /**
51177
- * selectChange
51178
- * @desc:常用语选择
51179
- * @author liufan
51180
- * @param {String} val 选中值
51181
- * @date 2022年5月25日
51177
+ /**
51178
+ * selectChange
51179
+ * @desc:常用语选择
51180
+ * @author liufan
51181
+ * @param {String} val 选中值
51182
+ * @date 2022年5月25日
51182
51183
  **/
51183
51184
  selectChange: function selectChange(val) {
51184
51185
  this.value = val;
51185
51186
  },
51186
51187
 
51187
- /**
51188
- * upDate
51189
- * @desc:修改常用语
51190
- * @author liufan
51191
- * @param {Object} val 修改值
51192
- * @date 2022年5月25日
51188
+ /**
51189
+ * upDate
51190
+ * @desc:修改常用语
51191
+ * @author liufan
51192
+ * @param {Object} val 修改值
51193
+ * @date 2022年5月25日
51193
51194
  **/
51194
51195
  upDate: function upDate(val) {
51195
51196
  this.FormData.id = val.id;
@@ -51197,11 +51198,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51197
51198
  },
51198
51199
 
51199
51200
 
51200
- /**
51201
- * getProcess
51202
- * @desc:获取选择流程
51203
- * @author liufan
51204
- * @date 2022年5月25日
51201
+ /**
51202
+ * getProcess
51203
+ * @desc:获取选择流程
51204
+ * @author liufan
51205
+ * @date 2022年5月25日
51205
51206
  **/
51206
51207
  getProcess: function getProcess(val) {
51207
51208
  var _this32 = this;
@@ -51261,11 +51262,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51261
51262
  });
51262
51263
  },
51263
51264
 
51264
- /**
51265
- * getPendedhistoryList
51266
- * @desc:获取流程列表
51267
- * @author liufan
51268
- * @date 2022年5月25日
51265
+ /**
51266
+ * getPendedhistoryList
51267
+ * @desc:获取流程列表
51268
+ * @author liufan
51269
+ * @date 2022年5月25日
51269
51270
  **/
51270
51271
  getPendedhistoryList: function getPendedhistoryList() {
51271
51272
  var _this33 = this;
@@ -51336,12 +51337,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51336
51337
  beforeSubProcess: function beforeSubProcess() {},
51337
51338
 
51338
51339
  // 提交流程
51339
- /**
51340
- * subProcess
51341
- * @desc:提交流程
51342
- * @author liufan
51343
- * @param {String} formName 当前form表单ref值
51344
- * @date 2022年5月25日
51340
+ /**
51341
+ * subProcess
51342
+ * @desc:提交流程
51343
+ * @author liufan
51344
+ * @param {String} formName 当前form表单ref值
51345
+ * @date 2022年5月25日
51345
51346
  **/
51346
51347
  subProcess: function subProcess(val, type) {
51347
51348
  var _this35 = this;
@@ -51820,8 +51821,8 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51820
51821
 
51821
51822
  var flow_src_main_component = normalizeComponent(
51822
51823
  packages_flow_src_mainvue_type_script_lang_js_,
51823
- mainvue_type_template_id_88226248_render,
51824
- mainvue_type_template_id_88226248_staticRenderFns,
51824
+ mainvue_type_template_id_99cb7a94_render,
51825
+ mainvue_type_template_id_99cb7a94_staticRenderFns,
51825
51826
  false,
51826
51827
  null,
51827
51828
  null,
@@ -70341,10 +70342,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70341
70342
  this.$refs.user.handleSelect(res);
70342
70343
  },
70343
70344
 
70344
- /**
70345
- * @desc:匹配路由
70346
- * @author huangbo
70347
- * @date 2024年9月7日
70345
+ /**
70346
+ * @desc:匹配路由
70347
+ * @author huangbo
70348
+ * @date 2024年9月7日
70348
70349
  **/
70349
70350
  hasRouter: function hasRouter(res, url, code) {
70350
70351
  if (!url) {
@@ -70388,10 +70389,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70388
70389
  return false;
70389
70390
  },
70390
70391
 
70391
- /**
70392
- * @desc:获取初始数据
70393
- * @author huangbo
70394
- * @date 2024年9月7日
70392
+ /**
70393
+ * @desc:获取初始数据
70394
+ * @author huangbo
70395
+ * @date 2024年9月7日
70395
70396
  **/
70396
70397
  init: function init(results, first) {
70397
70398
  this.setConfig(results);
@@ -70400,10 +70401,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70400
70401
  }
70401
70402
  },
70402
70403
 
70403
- /**
70404
- * @desc:设置用户配置及信息
70405
- * @author huangbo
70406
- * @date 2024年9月7日
70404
+ /**
70405
+ * @desc:设置用户配置及信息
70406
+ * @author huangbo
70407
+ * @date 2024年9月7日
70407
70408
  **/
70408
70409
  setConfig: function setConfig(results) {
70409
70410
  localStorage.setItem('mainConfig', JSON.stringify(results));
@@ -70571,10 +70572,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70571
70572
  }
70572
70573
  },
70573
70574
 
70574
- /**
70575
- * @desc:获取所有应用
70576
- * @author huangbo
70577
- * @date 2024年9月7日
70575
+ /**
70576
+ * @desc:获取所有应用
70577
+ * @author huangbo
70578
+ * @date 2024年9月7日
70578
70579
  **/
70579
70580
  getApplications: function getApplications() {
70580
70581
  var _this2 = this;
@@ -70622,10 +70623,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70622
70623
  });
70623
70624
  },
70624
70625
 
70625
- /**
70626
- * @desc:获取菜单列表
70627
- * @author huangbo
70628
- * @date 2024年9月7日
70626
+ /**
70627
+ * @desc:获取菜单列表
70628
+ * @author huangbo
70629
+ * @date 2024年9月7日
70629
70630
  **/
70630
70631
  getMenus: function getMenus(loading) {
70631
70632
  var _this3 = this;
@@ -70658,10 +70659,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70658
70659
  });
70659
70660
  },
70660
70661
 
70661
- /**
70662
- * @desc:处理菜单列表
70663
- * @author huangbo
70664
- * @date 2024年9月7日
70662
+ /**
70663
+ * @desc:处理菜单列表
70664
+ * @author huangbo
70665
+ * @date 2024年9月7日
70665
70666
  **/
70666
70667
  renderMenus: function renderMenus(res) {
70667
70668
  this.menus = res;
@@ -70757,10 +70758,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70757
70758
  }
70758
70759
  },
70759
70760
 
70760
- /**
70761
- * @desc:设置页面加载类型
70762
- * @author huangbo
70763
- * @date 2024年9月7日
70761
+ /**
70762
+ * @desc:设置页面加载类型
70763
+ * @author huangbo
70764
+ * @date 2024年9月7日
70764
70765
  **/
70765
70766
  setIframeType: function setIframeType(res) {
70766
70767
  var url = res.url;
@@ -70816,10 +70817,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70816
70817
  return res;
70817
70818
  },
70818
70819
 
70819
- /**
70820
- * @desc:获取菜单
70821
- * @author huangbo
70822
- * @date 2024年9月7日
70820
+ /**
70821
+ * @desc:获取菜单
70822
+ * @author huangbo
70823
+ * @date 2024年9月7日
70823
70824
  **/
70824
70825
  getMenu: function getMenu(menus, res, key) {
70825
70826
  if (Array.isArray(menus)) {
@@ -70848,10 +70849,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70848
70849
  return false;
70849
70850
  },
70850
70851
 
70851
- /**
70852
- * @desc:获取菜单第一条数据
70853
- * @author huangbo
70854
- * @date 2024年9月7日
70852
+ /**
70853
+ * @desc:获取菜单第一条数据
70854
+ * @author huangbo
70855
+ * @date 2024年9月7日
70855
70856
  **/
70856
70857
  getFirst: function getFirst(obj) {
70857
70858
  if (!obj) {
@@ -70870,10 +70871,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70870
70871
  }
70871
70872
  },
70872
70873
 
70873
- /**
70874
- * @desc:遍历设置菜单气泡提醒
70875
- * @author huangbo
70876
- * @date 2024年9月7日
70874
+ /**
70875
+ * @desc:遍历设置菜单气泡提醒
70876
+ * @author huangbo
70877
+ * @date 2024年9月7日
70877
70878
  **/
70878
70879
  setTips: function setTips(obj) {
70879
70880
  var _this4 = 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
  getBadge: function getBadge(res) {
70953
70954
  var num = res.tips || 0;
@@ -70961,10 +70962,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70961
70962
  };
70962
70963
  },
70963
70964
 
70964
- /**
70965
- * @desc:开启weosocket
70966
- * @author huangbo
70967
- * @date 2024年9月7日
70965
+ /**
70966
+ * @desc:开启weosocket
70967
+ * @author huangbo
70968
+ * @date 2024年9月7日
70968
70969
  **/
70969
70970
  initWebSocket: function initWebSocket() {
70970
70971
  var _this6 = this;
@@ -71013,10 +71014,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71013
71014
  });
71014
71015
  },
71015
71016
 
71016
- /**
71017
- * @desc:显示用户信息
71018
- * @author huangbo
71019
- * @date 2024年9月7日
71017
+ /**
71018
+ * @desc:显示用户信息
71019
+ * @author huangbo
71020
+ * @date 2024年9月7日
71020
71021
  **/
71021
71022
  showUserInfo: function showUserInfo() {
71022
71023
  if (this.showUser === false) {
@@ -71024,19 +71025,19 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71024
71025
  }
71025
71026
  },
71026
71027
 
71027
- /**
71028
- * @desc:删除更多应用菜单点击
71029
- * @author huangbo
71030
- * @date 2024年9月7日
71028
+ /**
71029
+ * @desc:删除更多应用菜单点击
71030
+ * @author huangbo
71031
+ * @date 2024年9月7日
71031
71032
  **/
71032
71033
  handleDelete: function handleDelete(index) {
71033
71034
  this.newApps.splice(index, 1);
71034
71035
  },
71035
71036
 
71036
- /**
71037
- * @desc:储存更多应用菜单点击
71038
- * @author huangbo
71039
- * @date 2024年9月7日
71037
+ /**
71038
+ * @desc:储存更多应用菜单点击
71039
+ * @author huangbo
71040
+ * @date 2024年9月7日
71040
71041
  **/
71041
71042
  handlerClickApps: function handlerClickApps(res) {
71042
71043
  if (res.permission === false) {
@@ -71049,10 +71050,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71049
71050
  this.handlerClickApp(res);
71050
71051
  },
71051
71052
 
71052
- /**
71053
- * @desc:侧边应用菜单点击
71054
- * @author huangbo
71055
- * @date 2024年9月7日
71053
+ /**
71054
+ * @desc:侧边应用菜单点击
71055
+ * @author huangbo
71056
+ * @date 2024年9月7日
71056
71057
  **/
71057
71058
  handlerClickApp: function handlerClickApp(res) {
71058
71059
  this.showMsg = false;
@@ -71141,10 +71142,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71141
71142
  }
71142
71143
  },
71143
71144
 
71144
- /**
71145
- * @desc:显示Drawer界面
71146
- * @author huangbo
71147
- * @date 2024年9月7日
71145
+ /**
71146
+ * @desc:显示Drawer界面
71147
+ * @author huangbo
71148
+ * @date 2024年9月7日
71148
71149
  **/
71149
71150
  handlerSetDrawer: function handlerSetDrawer(res, type) {
71150
71151
  var direction = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : 'ltr';
@@ -71164,19 +71165,19 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71164
71165
  }
71165
71166
  },
71166
71167
 
71167
- /**
71168
- * @desc:关闭Drawer界面
71169
- * @author huangbo
71170
- * @date 2024年9月7日
71168
+ /**
71169
+ * @desc:关闭Drawer界面
71170
+ * @author huangbo
71171
+ * @date 2024年9月7日
71171
71172
  **/
71172
71173
  handleCloseDrawer: function handleCloseDrawer() {
71173
71174
  this.drawer = { visible: false };
71174
71175
  },
71175
71176
 
71176
- /**
71177
- * @desc:菜单点击
71178
- * @author huangbo
71179
- * @date 2024年9月7日
71177
+ /**
71178
+ * @desc:菜单点击
71179
+ * @author huangbo
71180
+ * @date 2024年9月7日
71180
71181
  **/
71181
71182
  handlerClickMenu: function handlerClickMenu(res) {
71182
71183
  utils_util.ajax({
@@ -71225,19 +71226,19 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71225
71226
  },
71226
71227
 
71227
71228
 
71228
- /**
71229
- * @desc:用户详情请求成功
71230
- * @author huangbo
71231
- * @date 2024年9月7日
71229
+ /**
71230
+ * @desc:用户详情请求成功
71231
+ * @author huangbo
71232
+ * @date 2024年9月7日
71232
71233
  **/
71233
71234
  handleSuccess: function handleSuccess(res) {
71234
71235
  this.simpleUserInfo = res.simpleUserInfo;
71235
71236
  },
71236
71237
 
71237
- /**
71238
- * @desc:修改用户配置
71239
- * @author huangbo
71240
- * @date 2024年9月7日
71238
+ /**
71239
+ * @desc:修改用户配置
71240
+ * @author huangbo
71241
+ * @date 2024年9月7日
71241
71242
  **/
71242
71243
  handleChangeConfig: function handleChangeConfig(name, res) {
71243
71244
  if (name == 'userHeadUrl') {
@@ -71253,10 +71254,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71253
71254
  }
71254
71255
  },
71255
71256
 
71256
- /**
71257
- * @desc:关闭webSocket
71258
- * @author huangbo
71259
- * @date 2024年9月7日
71257
+ /**
71258
+ * @desc:关闭webSocket
71259
+ * @author huangbo
71260
+ * @date 2024年9月7日
71260
71261
  **/
71261
71262
  handlerClose: function handlerClose() {
71262
71263
  if (this.webSocket) {
@@ -71264,10 +71265,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71264
71265
  }
71265
71266
  },
71266
71267
 
71267
- /**
71268
- * @desc:刷新选中iframe页签
71269
- * @author huangbo
71270
- * @date 2024年9月7日
71268
+ /**
71269
+ * @desc:刷新选中iframe页签
71270
+ * @author huangbo
71271
+ * @date 2024年9月7日
71271
71272
  **/
71272
71273
  handleRefresh: function handleRefresh(arg) {
71273
71274
  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');
@@ -71304,10 +71305,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71304
71305
  }
71305
71306
  },
71306
71307
 
71307
- /**
71308
- * @desc:删除iframe
71309
- * @author huangbo
71310
- * @date 2024年9月7日
71308
+ /**
71309
+ * @desc:删除iframe
71310
+ * @author huangbo
71311
+ * @date 2024年9月7日
71311
71312
  **/
71312
71313
  handleRemove: function handleRemove(name) {
71313
71314
  var len = this.tabs.length - 1;
@@ -71324,10 +71325,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71324
71325
  }
71325
71326
  },
71326
71327
 
71327
- /**
71328
- * @desc:tabs鼠标右键事件
71329
- * @author huangbo
71330
- * @date 2024年9月7日
71328
+ /**
71329
+ * @desc:tabs鼠标右键事件
71330
+ * @author huangbo
71331
+ * @date 2024年9月7日
71331
71332
  **/
71332
71333
  handleContextmenu: function handleContextmenu(tabs, e) {
71333
71334
  var disabled = {};
@@ -71352,10 +71353,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71352
71353
  window.addEventListener('click', this.closeTabsEvents);
71353
71354
  },
71354
71355
 
71355
- /**
71356
- * @desc:tabs页签事件
71357
- * @author huangbo
71358
- * @date 2024年9月7日
71356
+ /**
71357
+ * @desc:tabs页签事件
71358
+ * @author huangbo
71359
+ * @date 2024年9月7日
71359
71360
  **/
71360
71361
  handleTabsEvents: function handleTabsEvents(num) {
71361
71362
  if (this.pane !== null) {
@@ -71366,10 +71367,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71366
71367
  },
71367
71368
 
71368
71369
 
71369
- /**
71370
- * @desc:关闭页签事件面板
71371
- * @author huangbo
71372
- * @date 2024年9月7日
71370
+ /**
71371
+ * @desc:关闭页签事件面板
71372
+ * @author huangbo
71373
+ * @date 2024年9月7日
71373
71374
  **/
71374
71375
  closeTabsEvents: function closeTabsEvents(e) {
71375
71376
  if (e.target.parentNode != this.$refs.tabsHandler.$el && e.target.parentNode.parentNode != this.$refs.tabsHandler.$el) {
@@ -71379,10 +71380,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71379
71380
  },
71380
71381
 
71381
71382
 
71382
- /**
71383
- * @desc:tabs页签点击事件
71384
- * @author huangbo
71385
- * @date 2024年9月7日
71383
+ /**
71384
+ * @desc:tabs页签点击事件
71385
+ * @author huangbo
71386
+ * @date 2024年9月7日
71386
71387
  **/
71387
71388
  handleTabClick: function handleTabClick() {
71388
71389
  this.active = '';
@@ -71390,10 +71391,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71390
71391
  this.showMenu = false;
71391
71392
  },
71392
71393
 
71393
- /**
71394
- * @desc:handler工具栏点击事件
71395
- * @author huangbo
71396
- * @date 2024年9月7日
71394
+ /**
71395
+ * @desc:handler工具栏点击事件
71396
+ * @author huangbo
71397
+ * @date 2024年9月7日
71397
71398
  **/
71398
71399
  handleClick: function handleClick(res) {
71399
71400
  var type = res.type,
@@ -71474,10 +71475,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71474
71475
  this.$emit('handler-click', res);
71475
71476
  },
71476
71477
 
71477
- /**
71478
- * @desc:退出登录
71479
- * @author huangbo
71480
- * @date 2024年9月7日
71478
+ /**
71479
+ * @desc:退出登录
71480
+ * @author huangbo
71481
+ * @date 2024年9月7日
71481
71482
  **/
71482
71483
  handleQuit: function handleQuit() {
71483
71484
  var _this7 = this;
@@ -71558,10 +71559,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71558
71559
  }).catch(function (e) {});
71559
71560
  },
71560
71561
 
71561
- /**
71562
- * @desc:主题、消息回调
71563
- * @author huangbo
71564
- * @date 2024年9月7日
71562
+ /**
71563
+ * @desc:主题、消息回调
71564
+ * @author huangbo
71565
+ * @date 2024年9月7日
71565
71566
  **/
71566
71567
  handleChange: function handleChange(res) {
71567
71568
  var type = res.type,
@@ -71577,10 +71578,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71577
71578
  }
71578
71579
  },
71579
71580
 
71580
- /**
71581
- * @desc:菜单布局样式切换
71582
- * @author huangbo
71583
- * @date 2024年9月7日
71581
+ /**
71582
+ * @desc:菜单布局样式切换
71583
+ * @author huangbo
71584
+ * @date 2024年9月7日
71584
71585
  **/
71585
71586
  handleLayout: function handleLayout(res, active) {
71586
71587
  if (active) {
@@ -71590,10 +71591,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71590
71591
  this.$emit('chang-layout', res, active);
71591
71592
  },
71592
71593
 
71593
- /**
71594
- * @desc:消息修改总数
71595
- * @author huangbo
71596
- * @date 2024年9月7日
71594
+ /**
71595
+ * @desc:消息修改总数
71596
+ * @author huangbo
71597
+ * @date 2024年9月7日
71597
71598
  **/
71598
71599
  handleMenuTips: function handleMenuTips(id, num) {
71599
71600
  if (num) {
@@ -71604,10 +71605,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71604
71605
  }
71605
71606
  },
71606
71607
 
71607
- /**
71608
- * @desc:处理即时消息
71609
- * @author huangbo
71610
- * @date 2024年9月7日
71608
+ /**
71609
+ * @desc:处理即时消息
71610
+ * @author huangbo
71611
+ * @date 2024年9月7日
71611
71612
  **/
71612
71613
  handleOpened: function handleOpened(res) {
71613
71614
  var _this8 = this;
@@ -75631,8 +75632,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
75631
75632
  this.currentPage = this.setIframeType(this.fourthTabs[0]);
75632
75633
  },
75633
75634
 
75634
- /**
75635
- * queryChildMenu: 查询左侧我的提醒和我的快捷菜单
75635
+ /**
75636
+ * queryChildMenu: 查询左侧我的提醒和我的快捷菜单
75636
75637
  */
75637
75638
  queryChildMenuData: function queryChildMenuData() {
75638
75639
  var _this2 = this;
@@ -75751,8 +75752,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
75751
75752
  }))();
75752
75753
  },
75753
75754
 
75754
- /**
75755
- * getVoteMeetingNum: 查询会议数量
75755
+ /**
75756
+ * getVoteMeetingNum: 查询会议数量
75756
75757
  */
75757
75758
  getVoteMeetingNum: function getVoteMeetingNum() {
75758
75759
  var _this5 = this;
@@ -75777,8 +75778,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
75777
75778
  });
75778
75779
  },
75779
75780
 
75780
- /**
75781
- * getShareFilesReceiveCountNew: 查询待接收文件数量
75781
+ /**
75782
+ * getShareFilesReceiveCountNew: 查询待接收文件数量
75782
75783
  */
75783
75784
  getShareFilesReceiveCountNew: function getShareFilesReceiveCountNew() {
75784
75785
  var _this6 = this;
@@ -75803,8 +75804,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
75803
75804
  },
75804
75805
 
75805
75806
 
75806
- /**
75807
- * getUserTipsInstanceNum: 查询待签收/据签收任务数量 1是拒签收 0是待签收
75807
+ /**
75808
+ * getUserTipsInstanceNum: 查询待签收/据签收任务数量 1是拒签收 0是待签收
75808
75809
  */
75809
75810
  getUserTipsInstanceNum: function getUserTipsInstanceNum(type) {
75810
75811
  var _this7 = this;
@@ -75832,8 +75833,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
75832
75833
  });
75833
75834
  },
75834
75835
 
75835
- /**
75836
- * getIndexCount: 查询待办任务数量
75836
+ /**
75837
+ * getIndexCount: 查询待办任务数量
75837
75838
  */
75838
75839
  getIndexCount: function getIndexCount() {
75839
75840
  var _this8 = this;
@@ -75864,10 +75865,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
75864
75865
  this.$refs.user.handleSelect(res);
75865
75866
  },
75866
75867
 
75867
- /**
75868
- * @desc:匹配路由
75869
- * @author huangbo
75870
- * @date 2024年9月7日
75868
+ /**
75869
+ * @desc:匹配路由
75870
+ * @author huangbo
75871
+ * @date 2024年9月7日
75871
75872
  **/
75872
75873
  hasRouter: function hasRouter(res, url, code) {
75873
75874
  if (!url) {
@@ -75911,10 +75912,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
75911
75912
  return false;
75912
75913
  },
75913
75914
 
75914
- /**
75915
- * @desc:获取初始数据
75916
- * @author huangbo
75917
- * @date 2024年9月7日
75915
+ /**
75916
+ * @desc:获取初始数据
75917
+ * @author huangbo
75918
+ * @date 2024年9月7日
75918
75919
  **/
75919
75920
  init: function init(results) {
75920
75921
  this.setConfig(results);
@@ -75925,10 +75926,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
75925
75926
  // }
75926
75927
  },
75927
75928
 
75928
- /**
75929
- * @desc:设置用户配置及信息
75930
- * @author huangbo
75931
- * @date 2024年9月7日
75929
+ /**
75930
+ * @desc:设置用户配置及信息
75931
+ * @author huangbo
75932
+ * @date 2024年9月7日
75932
75933
  **/
75933
75934
  setConfig: function setConfig(results) {
75934
75935
  localStorage.setItem('mainConfig', JSON.stringify(results));
@@ -76092,8 +76093,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76092
76093
  }
76093
76094
  },
76094
76095
 
76095
- /**
76096
- * @desc:获取用户自定义菜单
76096
+ /**
76097
+ * @desc:获取用户自定义菜单
76097
76098
  **/
76098
76099
  getUseCommonMenu: function getUseCommonMenu() {
76099
76100
  var _this9 = this;
@@ -76123,10 +76124,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76123
76124
  });
76124
76125
  },
76125
76126
 
76126
- /**
76127
- * @desc:获取所有应用
76128
- * @author huangbo
76129
- * @date 2024年9月7日
76127
+ /**
76128
+ * @desc:获取所有应用
76129
+ * @author huangbo
76130
+ * @date 2024年9月7日
76130
76131
  **/
76131
76132
  getApplications: function getApplications() {
76132
76133
  var _this10 = this;
@@ -76174,10 +76175,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76174
76175
  });
76175
76176
  },
76176
76177
 
76177
- /**
76178
- * @desc:获取菜单列表
76179
- * @author huangbo
76180
- * @date 2024年9月7日
76178
+ /**
76179
+ * @desc:获取菜单列表
76180
+ * @author huangbo
76181
+ * @date 2024年9月7日
76181
76182
  **/
76182
76183
  getMenus: function getMenus(loading) {
76183
76184
  var _this11 = this;
@@ -76204,10 +76205,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76204
76205
  });
76205
76206
  },
76206
76207
 
76207
- /**
76208
- * @desc:处理菜单列表
76209
- * @author huangbo
76210
- * @date 2024年9月7日
76208
+ /**
76209
+ * @desc:处理菜单列表
76210
+ * @author huangbo
76211
+ * @date 2024年9月7日
76211
76212
  **/
76212
76213
  renderMenus: function renderMenus(res) {
76213
76214
  // // console.log(res, 'renderMenus');
@@ -76253,9 +76254,9 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76253
76254
  // console.log(this.currentPage, 'currentPage');
76254
76255
  },
76255
76256
 
76256
- /**
76257
- * 更新myRemind中各项的权限状态
76258
- * @param {Array} menus - 完整的菜单列表
76257
+ /**
76258
+ * 更新myRemind中各项的权限状态
76259
+ * @param {Array} menus - 完整的菜单列表
76259
76260
  */
76260
76261
  updateRemindPermission: function updateRemindPermission(menus) {
76261
76262
  // 创建一个Set存储所有菜单的id,方便快速查找
@@ -76283,10 +76284,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76283
76284
  });
76284
76285
  },
76285
76286
 
76286
- /**
76287
- * @desc:设置页面加载类型
76288
- * @author huangbo
76289
- * @date 2024年9月7日
76287
+ /**
76288
+ * @desc:设置页面加载类型
76289
+ * @author huangbo
76290
+ * @date 2024年9月7日
76290
76291
  **/
76291
76292
  setIframeType: function setIframeType(res) {
76292
76293
  var url = res.url;
@@ -76343,10 +76344,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76343
76344
  return res;
76344
76345
  },
76345
76346
 
76346
- /**
76347
- * @desc:获取菜单
76348
- * @author huangbo
76349
- * @date 2024年9月7日
76347
+ /**
76348
+ * @desc:获取菜单
76349
+ * @author huangbo
76350
+ * @date 2024年9月7日
76350
76351
  **/
76351
76352
  getMenu: function getMenu(menus, res, key) {
76352
76353
  if (Array.isArray(menus)) {
@@ -76375,10 +76376,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76375
76376
  return false;
76376
76377
  },
76377
76378
 
76378
- /**
76379
- * @desc:获取菜单第一条数据
76380
- * @author huangbo
76381
- * @date 2024年9月7日
76379
+ /**
76380
+ * @desc:获取菜单第一条数据
76381
+ * @author huangbo
76382
+ * @date 2024年9月7日
76382
76383
  **/
76383
76384
  getFirst: function getFirst(obj) {
76384
76385
  if (!obj) {
@@ -76397,10 +76398,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76397
76398
  }
76398
76399
  },
76399
76400
 
76400
- /**
76401
- * @desc:遍历设置菜单气泡提醒
76402
- * @author huangbo
76403
- * @date 2024年9月7日
76401
+ /**
76402
+ * @desc:遍历设置菜单气泡提醒
76403
+ * @author huangbo
76404
+ * @date 2024年9月7日
76404
76405
  **/
76405
76406
  setTips: function setTips(obj) {
76406
76407
  var _this12 = this;
@@ -76465,10 +76466,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76465
76466
  }
76466
76467
  },
76467
76468
 
76468
- /**
76469
- * @desc:获取气泡提醒
76470
- * @author huangbo
76471
- * @date 2024年9月7日
76469
+ /**
76470
+ * @desc:获取气泡提醒
76471
+ * @author huangbo
76472
+ * @date 2024年9月7日
76472
76473
  **/
76473
76474
  getBadge: function getBadge(res) {
76474
76475
  var num = res.tips || 0;
@@ -76482,10 +76483,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76482
76483
  };
76483
76484
  },
76484
76485
 
76485
- /**
76486
- * @desc:开启weosocket
76487
- * @author huangbo
76488
- * @date 2024年9月7日
76486
+ /**
76487
+ * @desc:开启weosocket
76488
+ * @author huangbo
76489
+ * @date 2024年9月7日
76489
76490
  **/
76490
76491
  initWebSocket: function initWebSocket() {
76491
76492
  var _this14 = this;
@@ -76553,10 +76554,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76553
76554
  });
76554
76555
  },
76555
76556
 
76556
- /**
76557
- * @desc:显示用户信息
76558
- * @author huangbo
76559
- * @date 2024年9月7日
76557
+ /**
76558
+ * @desc:显示用户信息
76559
+ * @author huangbo
76560
+ * @date 2024年9月7日
76560
76561
  **/
76561
76562
  showUserInfo: function showUserInfo() {
76562
76563
  if (this.showUser === false) {
@@ -76564,19 +76565,19 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76564
76565
  }
76565
76566
  },
76566
76567
 
76567
- /**
76568
- * @desc:删除更多应用菜单点击
76569
- * @author huangbo
76570
- * @date 2024年9月7日
76568
+ /**
76569
+ * @desc:删除更多应用菜单点击
76570
+ * @author huangbo
76571
+ * @date 2024年9月7日
76571
76572
  **/
76572
76573
  handleDelete: function handleDelete(index) {
76573
76574
  this.newApps.splice(index, 1);
76574
76575
  },
76575
76576
 
76576
- /**
76577
- * @desc:显示Drawer界面
76578
- * @author huangbo
76579
- * @date 2024年9月7日
76577
+ /**
76578
+ * @desc:显示Drawer界面
76579
+ * @author huangbo
76580
+ * @date 2024年9月7日
76580
76581
  **/
76581
76582
  handlerSetDrawer: function handlerSetDrawer(res, type) {
76582
76583
  var direction = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : 'ltr';
@@ -76596,28 +76597,28 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76596
76597
  }
76597
76598
  },
76598
76599
 
76599
- /**
76600
- * @desc:关闭Drawer界面
76601
- * @author huangbo
76602
- * @date 2024年9月7日
76600
+ /**
76601
+ * @desc:关闭Drawer界面
76602
+ * @author huangbo
76603
+ * @date 2024年9月7日
76603
76604
  **/
76604
76605
  handleCloseDrawer: function handleCloseDrawer() {
76605
76606
  this.drawer = { visible: false };
76606
76607
  },
76607
76608
 
76608
- /**
76609
- * @desc:用户详情请求成功
76610
- * @author huangbo
76611
- * @date 2024年9月7日
76609
+ /**
76610
+ * @desc:用户详情请求成功
76611
+ * @author huangbo
76612
+ * @date 2024年9月7日
76612
76613
  **/
76613
76614
  handleSuccess: function handleSuccess(res) {
76614
76615
  this.simpleUserInfo = res.simpleUserInfo;
76615
76616
  },
76616
76617
 
76617
- /**
76618
- * @desc:修改用户配置
76619
- * @author huangbo
76620
- * @date 2024年9月7日
76618
+ /**
76619
+ * @desc:修改用户配置
76620
+ * @author huangbo
76621
+ * @date 2024年9月7日
76621
76622
  **/
76622
76623
  handleChangeConfig: function handleChangeConfig(name, res) {
76623
76624
  if (name == 'userHeadUrl') {
@@ -76633,10 +76634,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76633
76634
  }
76634
76635
  },
76635
76636
 
76636
- /**
76637
- * @desc:关闭webSocket
76638
- * @author huangbo
76639
- * @date 2024年9月7日
76637
+ /**
76638
+ * @desc:关闭webSocket
76639
+ * @author huangbo
76640
+ * @date 2024年9月7日
76640
76641
  **/
76641
76642
  handlerClose: function handlerClose() {
76642
76643
  if (this.webSocket) {
@@ -76647,10 +76648,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76647
76648
  this.handleRefresh(1);
76648
76649
  },
76649
76650
 
76650
- /**
76651
- * @desc:刷新选中iframe页签
76652
- * @author huangbo
76653
- * @date 2024年9月7日
76651
+ /**
76652
+ * @desc:刷新选中iframe页签
76653
+ * @author huangbo
76654
+ * @date 2024年9月7日
76654
76655
  **/
76655
76656
  handleRefresh: function handleRefresh(arg) {
76656
76657
  if (arg !== 1) {
@@ -76696,10 +76697,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76696
76697
  }
76697
76698
  },
76698
76699
 
76699
- /**
76700
- * @desc:删除iframe
76701
- * @author huangbo
76702
- * @date 2024年9月7日
76700
+ /**
76701
+ * @desc:删除iframe
76702
+ * @author huangbo
76703
+ * @date 2024年9月7日
76703
76704
  **/
76704
76705
  handleRemove: function handleRemove(name) {
76705
76706
  var len = this.tabs.length - 1;
@@ -76716,10 +76717,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76716
76717
  }
76717
76718
  },
76718
76719
 
76719
- /**
76720
- * @desc:tabs鼠标右键事件
76721
- * @author huangbo
76722
- * @date 2024年9月7日
76720
+ /**
76721
+ * @desc:tabs鼠标右键事件
76722
+ * @author huangbo
76723
+ * @date 2024年9月7日
76723
76724
  **/
76724
76725
  handleContextmenu: function handleContextmenu(tabs, e) {
76725
76726
  var disabled = {};
@@ -76744,10 +76745,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76744
76745
  window.addEventListener('click', this.closeTabsEvents);
76745
76746
  },
76746
76747
 
76747
- /**
76748
- * @desc:tabs页签事件
76749
- * @author huangbo
76750
- * @date 2024年9月7日
76748
+ /**
76749
+ * @desc:tabs页签事件
76750
+ * @author huangbo
76751
+ * @date 2024年9月7日
76751
76752
  **/
76752
76753
  handleTabsEvents: function handleTabsEvents(num) {
76753
76754
  if (this.pane !== null) {
@@ -76758,10 +76759,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76758
76759
  },
76759
76760
 
76760
76761
 
76761
- /**
76762
- * @desc:关闭页签事件面板
76763
- * @author huangbo
76764
- * @date 2024年9月7日
76762
+ /**
76763
+ * @desc:关闭页签事件面板
76764
+ * @author huangbo
76765
+ * @date 2024年9月7日
76765
76766
  **/
76766
76767
  closeTabsEvents: function closeTabsEvents(e) {
76767
76768
  if (e.target.parentNode != this.$refs.tabsHandler.$el && e.target.parentNode.parentNode != this.$refs.tabsHandler.$el) {
@@ -76771,10 +76772,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76771
76772
  },
76772
76773
 
76773
76774
 
76774
- /**
76775
- * @desc:tabs页签点击事件
76776
- * @author huangbo
76777
- * @date 2024年9月7日
76775
+ /**
76776
+ * @desc:tabs页签点击事件
76777
+ * @author huangbo
76778
+ * @date 2024年9月7日
76778
76779
  **/
76779
76780
  handleTabClick: function handleTabClick() {
76780
76781
  this.active = '';
@@ -76782,10 +76783,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76782
76783
  this.showMenu = false;
76783
76784
  },
76784
76785
 
76785
- /**
76786
- * @desc:handler工具栏点击事件
76787
- * @author huangbo
76788
- * @date 2024年9月7日
76786
+ /**
76787
+ * @desc:handler工具栏点击事件
76788
+ * @author huangbo
76789
+ * @date 2024年9月7日
76789
76790
  **/
76790
76791
  handleClick: function handleClick(res) {
76791
76792
  var type = res.type,
@@ -76871,10 +76872,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76871
76872
  this.$emit('handler-click', res);
76872
76873
  },
76873
76874
 
76874
- /**
76875
- * @desc:退出登录
76876
- * @author huangbo
76877
- * @date 2024年9月7日
76875
+ /**
76876
+ * @desc:退出登录
76877
+ * @author huangbo
76878
+ * @date 2024年9月7日
76878
76879
  **/
76879
76880
  handleQuit: function handleQuit() {
76880
76881
  var _this15 = this;
@@ -76949,10 +76950,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76949
76950
  }).catch(function (e) {});
76950
76951
  },
76951
76952
 
76952
- /**
76953
- * @desc:主题、消息回调
76954
- * @author huangbo
76955
- * @date 2024年9月7日
76953
+ /**
76954
+ * @desc:主题、消息回调
76955
+ * @author huangbo
76956
+ * @date 2024年9月7日
76956
76957
  **/
76957
76958
  handleChange: function handleChange(res) {
76958
76959
  var type = res.type,
@@ -76968,10 +76969,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76968
76969
  }
76969
76970
  },
76970
76971
 
76971
- /**
76972
- * @desc:菜单布局样式切换
76973
- * @author huangbo
76974
- * @date 2024年9月7日
76972
+ /**
76973
+ * @desc:菜单布局样式切换
76974
+ * @author huangbo
76975
+ * @date 2024年9月7日
76975
76976
  **/
76976
76977
  handleLayout: function handleLayout(res, active) {
76977
76978
  if (active) {
@@ -76981,10 +76982,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76981
76982
  this.$emit('chang-layout', res, active);
76982
76983
  },
76983
76984
 
76984
- /**
76985
- * @desc:消息修改总数
76986
- * @author huangbo
76987
- * @date 2024年9月7日
76985
+ /**
76986
+ * @desc:消息修改总数
76987
+ * @author huangbo
76988
+ * @date 2024年9月7日
76988
76989
  **/
76989
76990
  handleMenuTips: function handleMenuTips(id, num) {
76990
76991
  if (num) {
@@ -76995,10 +76996,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76995
76996
  }
76996
76997
  },
76997
76998
 
76998
- /**
76999
- * @desc:处理即时消息
77000
- * @author huangbo
77001
- * @date 2024年9月7日
76999
+ /**
77000
+ * @desc:处理即时消息
77001
+ * @author huangbo
77002
+ * @date 2024年9月7日
77002
77003
  **/
77003
77004
  handleOpened: function handleOpened(res) {
77004
77005
  var _this16 = this;
@@ -77014,14 +77015,14 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77014
77015
  }
77015
77016
  },
77016
77017
 
77017
- /**
77018
- * @desc:菜单点击事件
77019
- * @author huangbo
77020
- * @date 2024年9月7日
77021
- * @param {*} res 菜单点击事件参数
77022
- * @param {*} method 菜单点击事件方法
77023
- * 1.顶部菜单点击跳转已经实现
77024
- * 2.其他地方点击跳转,需要选中跳转的一二级菜单
77018
+ /**
77019
+ * @desc:菜单点击事件
77020
+ * @author huangbo
77021
+ * @date 2024年9月7日
77022
+ * @param {*} res 菜单点击事件参数
77023
+ * @param {*} method 菜单点击事件方法
77024
+ * 1.顶部菜单点击跳转已经实现
77025
+ * 2.其他地方点击跳转,需要选中跳转的一二级菜单
77025
77026
  **/
77026
77027
  handleSelect: function handleSelect(res) {
77027
77028
  var params = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
@@ -84426,19 +84427,19 @@ var QRCode = __webpack_require__(28);
84426
84427
  //设置logo大小
84427
84428
  var logoPosition = (_this3.mwidth - 46) / 2; //logo相对于canvas居中定位
84428
84429
  //设置获取的logo将其变为圆角以及添加白色背景
84429
- /* ctx.fillStyle = "#fff";
84430
- ctx.beginPath();
84431
- let h = 46; //圆角高 10为基数(logo四周白色背景为10/2)
84432
- let w = 46; //圆角宽
84433
- let x = logoPosition - 5;
84434
- let y = logoPosition - 5;
84435
- let r = 5; //圆角半径
84436
- ctx.moveTo(x + r, y);
84437
- ctx.arcTo(x + w, y, x + w, y + h, r);
84438
- ctx.arcTo(x + w, y + h, x, y + h, r);
84439
- ctx.arcTo(x, y + h, x, y, r);
84440
- ctx.arcTo(x, y, x + w, y, r);
84441
- ctx.closePath();
84430
+ /* ctx.fillStyle = "#fff";
84431
+ ctx.beginPath();
84432
+ let h = 46; //圆角高 10为基数(logo四周白色背景为10/2)
84433
+ let w = 46; //圆角宽
84434
+ let x = logoPosition - 5;
84435
+ let y = logoPosition - 5;
84436
+ let r = 5; //圆角半径
84437
+ ctx.moveTo(x + r, y);
84438
+ ctx.arcTo(x + w, y, x + w, y + h, r);
84439
+ ctx.arcTo(x + w, y + h, x, y + h, r);
84440
+ ctx.arcTo(x, y + h, x, y, r);
84441
+ ctx.arcTo(x, y, x + w, y, r);
84442
+ ctx.closePath();
84442
84443
  ctx.fill(); */
84443
84444
  logo.onload = function () {
84444
84445
  ctx.drawImage(logo, logoPosition, logoPosition, 46, 46);
@@ -84497,8 +84498,8 @@ qr_code_src_main.install = function (Vue) {
84497
84498
  };
84498
84499
 
84499
84500
  /* harmony default export */ var qr_code = (qr_code_src_main);
84500
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/radio-group/src/main.vue?vue&type=template&id=0fe3af8b&
84501
- var mainvue_type_template_id_0fe3af8b_render = function () {
84501
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/radio-group/src/main.vue?vue&type=template&id=08e9e499&
84502
+ var mainvue_type_template_id_08e9e499_render = function () {
84502
84503
  var _vm = this
84503
84504
  var _h = _vm.$createElement
84504
84505
  var _c = _vm._self._c || _h
@@ -84507,131 +84508,118 @@ var mainvue_type_template_id_0fe3af8b_render = function () {
84507
84508
  "div",
84508
84509
  { staticClass: "es-radio-group" },
84509
84510
  [
84510
- _vm.readonly
84511
- ? _c(
84512
- "div",
84511
+ _c(
84512
+ "el-radio-group",
84513
+ _vm._g(
84514
+ _vm._b(
84513
84515
  {
84514
- staticClass: "es-input__inner",
84515
- class: { "es-plain": this.plain },
84516
+ directives: [
84517
+ {
84518
+ name: "show",
84519
+ rawName: "v-show",
84520
+ value: _vm.display,
84521
+ expression: "display",
84522
+ },
84523
+ ],
84524
+ attrs: { "value-key": _vm.valueKey, readonly: _vm.readonly },
84525
+ model: {
84526
+ value: _vm.model,
84527
+ callback: function ($$v) {
84528
+ _vm.model = $$v
84529
+ },
84530
+ expression: "model",
84531
+ },
84516
84532
  },
84517
- [_vm._v("\n " + _vm._s(_vm.labelVal) + "\n ")]
84518
- )
84519
- : _c(
84520
84533
  "el-radio-group",
84521
- _vm._g(
84522
- _vm._b(
84523
- {
84524
- directives: [
84534
+ _vm.$attrs,
84535
+ false
84536
+ ),
84537
+ _vm.$listeners
84538
+ ),
84539
+ [
84540
+ _vm.genre === "button"
84541
+ ? _vm._l(_vm.results, function (item, index) {
84542
+ return _c(
84543
+ "el-radio-button",
84544
+ _vm._b(
84525
84545
  {
84526
- name: "show",
84527
- rawName: "v-show",
84528
- value: _vm.display,
84529
- expression: "display",
84546
+ key: index,
84547
+ attrs: {
84548
+ label:
84549
+ _vm.isObject || typeof item == "string"
84550
+ ? item
84551
+ : item[_vm.valKey],
84552
+ disabled:
84553
+ typeof item == "string" ? false : item.disabled,
84554
+ },
84530
84555
  },
84531
- ],
84532
- attrs: { "value-key": _vm.valueKey },
84533
- model: {
84534
- value: _vm.model,
84535
- callback: function ($$v) {
84536
- _vm.model = $$v
84556
+ "el-radio-button",
84557
+ _vm.getprops(_vm.$attrs, item),
84558
+ false
84559
+ ),
84560
+ [
84561
+ _vm._v(
84562
+ "\n " +
84563
+ _vm._s(
84564
+ typeof item == "string"
84565
+ ? item
84566
+ : item[_vm.label]
84567
+ ? item[_vm.label]
84568
+ : item.label || item[_vm.valKey]
84569
+ ) +
84570
+ "\n "
84571
+ ),
84572
+ ]
84573
+ )
84574
+ })
84575
+ : _vm._l(_vm.results, function (item, index) {
84576
+ return _c(
84577
+ "el-radio",
84578
+ _vm._b(
84579
+ {
84580
+ key: index,
84581
+ attrs: {
84582
+ label:
84583
+ _vm.isObject || typeof item == "string"
84584
+ ? item
84585
+ : item[_vm.valKey],
84586
+ disabled:
84587
+ typeof item == "string" ? false : item.disabled,
84588
+ border: _vm.genre === "border",
84589
+ },
84537
84590
  },
84538
- expression: "model",
84539
- },
84540
- },
84541
- "el-radio-group",
84542
- _vm.$attrs,
84543
- false
84544
- ),
84545
- _vm.$listeners
84546
- ),
84547
- [
84548
- _vm.genre === "button"
84549
- ? _vm._l(_vm.results, function (item, index) {
84550
- return _c(
84551
- "el-radio-button",
84552
- _vm._b(
84553
- {
84554
- key: index,
84555
- attrs: {
84556
- label:
84557
- _vm.isObject || typeof item == "string"
84558
- ? item
84559
- : item[_vm.valKey],
84560
- disabled:
84561
- typeof item == "string"
84562
- ? false
84563
- : item.disabled,
84564
- },
84565
- },
84566
- "el-radio-button",
84567
- _vm.getprops(_vm.$attrs, item),
84568
- false
84569
- ),
84570
- [
84571
- _vm._v(
84572
- "\n " +
84573
- _vm._s(
84574
- typeof item == "string"
84575
- ? item
84576
- : item[_vm.label]
84577
- ? item[_vm.label]
84578
- : item.label || item[_vm.valKey]
84579
- ) +
84580
- "\n "
84581
- ),
84582
- ]
84583
- )
84584
- })
84585
- : _vm._l(_vm.results, function (item, index) {
84586
- return _c(
84587
- "el-radio",
84588
- _vm._b(
84589
- {
84590
- key: index,
84591
- attrs: {
84592
- label:
84593
- _vm.isObject || typeof item == "string"
84594
- ? item
84595
- : item[_vm.valKey],
84596
- disabled:
84597
- typeof item == "string"
84598
- ? false
84599
- : item.disabled,
84600
- border: _vm.genre === "border",
84601
- },
84602
- },
84603
- "el-radio",
84604
- _vm.getprops(_vm.$attrs, item),
84605
- false
84606
- ),
84607
- [
84608
- _vm._v(
84609
- "\n " +
84610
- _vm._s(
84611
- typeof item == "string"
84612
- ? item
84613
- : item[_vm.label]
84614
- ? item[_vm.label]
84615
- : item.label || item[_vm.valKey]
84616
- ) +
84617
- "\n "
84618
- ),
84619
- ]
84620
- )
84621
- }),
84622
- ],
84623
- 2
84624
- ),
84591
+ "el-radio",
84592
+ _vm.getprops(_vm.$attrs, item),
84593
+ false
84594
+ ),
84595
+ [
84596
+ _vm._v(
84597
+ "\n " +
84598
+ _vm._s(
84599
+ typeof item == "string"
84600
+ ? item
84601
+ : item[_vm.label]
84602
+ ? item[_vm.label]
84603
+ : item.label || item[_vm.valKey]
84604
+ ) +
84605
+ "\n "
84606
+ ),
84607
+ ]
84608
+ )
84609
+ }),
84610
+ ],
84611
+ 2
84612
+ ),
84625
84613
  ],
84626
84614
  1
84627
84615
  )
84628
84616
  : _vm._e()
84629
84617
  }
84630
- var mainvue_type_template_id_0fe3af8b_staticRenderFns = []
84631
- mainvue_type_template_id_0fe3af8b_render._withStripped = true
84618
+ var mainvue_type_template_id_08e9e499_staticRenderFns = []
84619
+ mainvue_type_template_id_08e9e499_render._withStripped = true
84632
84620
 
84633
84621
 
84634
- // CONCATENATED MODULE: ./packages/radio-group/src/main.vue?vue&type=template&id=0fe3af8b&
84622
+ // CONCATENATED MODULE: ./packages/radio-group/src/main.vue?vue&type=template&id=08e9e499&
84635
84623
 
84636
84624
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/radio-group/src/main.vue?vue&type=script&lang=js&
84637
84625
  var radio_group_src_mainvue_type_script_lang_js_extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
@@ -84960,8 +84948,8 @@ var radio_group_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "func
84960
84948
 
84961
84949
  var radio_group_src_main_component = normalizeComponent(
84962
84950
  packages_radio_group_src_mainvue_type_script_lang_js_,
84963
- mainvue_type_template_id_0fe3af8b_render,
84964
- mainvue_type_template_id_0fe3af8b_staticRenderFns,
84951
+ mainvue_type_template_id_08e9e499_render,
84952
+ mainvue_type_template_id_08e9e499_staticRenderFns,
84965
84953
  false,
84966
84954
  null,
84967
84955
  null,
@@ -102593,7 +102581,7 @@ if (typeof window !== 'undefined' && window.Vue) {
102593
102581
  }
102594
102582
 
102595
102583
  /* harmony default export */ var src_0 = __webpack_exports__["default"] = ({
102596
- version: '0.7.94',
102584
+ version: '0.7.95',
102597
102585
  install: install,
102598
102586
  Button: packages_button,
102599
102587
  ButtonGroup: button_group,