eoss-ui 0.7.99 → 0.8.0

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 (231) hide show
  1. package/lib/calogin.js +233 -233
  2. package/lib/eoss-ui.common.js +660 -655
  3. package/lib/flow.js +118 -118
  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/select.js +12 -7
  8. package/lib/theme-chalk/index.css +1 -1
  9. package/lib/theme-chalk/login.css +1 -1
  10. package/package.json +1 -1
  11. package/packages/button/index.js +5 -5
  12. package/packages/button/src/main.vue +418 -418
  13. package/packages/button-group/index.js +5 -5
  14. package/packages/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 +1847 -1847
  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/FreeCirculation.vue +245 -245
  46. package/packages/flow/src/component/TimeLimit.vue +190 -190
  47. package/packages/flow/src/main.vue +4145 -4145
  48. package/packages/flow-group/index.js +5 -5
  49. package/packages/flow-group/src/main.vue +750 -750
  50. package/packages/flow-list/index.js +5 -5
  51. package/packages/form/index.js +5 -5
  52. package/packages/handle-user/index.js +5 -5
  53. package/packages/handle-user/src/main.vue +137 -137
  54. package/packages/handler/index.js +5 -5
  55. package/packages/handler/src/main.vue +499 -499
  56. package/packages/icon/index.js +5 -5
  57. package/packages/icons/index.js +5 -5
  58. package/packages/icons/src/main.vue +81 -81
  59. package/packages/input/index.js +5 -5
  60. package/packages/input/src/main.vue +356 -356
  61. package/packages/input-number/index.js +5 -5
  62. package/packages/input-number/src/main.vue +106 -106
  63. package/packages/label/index.js +5 -5
  64. package/packages/label/src/main.vue +457 -457
  65. package/packages/layout/index.js +5 -5
  66. package/packages/layout/src/item.vue +152 -152
  67. package/packages/layout/src/main.vue +31 -31
  68. package/packages/login/index.js +5 -5
  69. package/packages/login/src/main.vue +2088 -2088
  70. package/packages/main/index.js +5 -5
  71. package/packages/main/src/default/message.vue +249 -249
  72. package/packages/main/src/default/notice.vue +157 -157
  73. package/packages/main/src/default/userinfo.vue +513 -513
  74. package/packages/main/src/simplicity/index.vue +2335 -2335
  75. package/packages/main/src/simplicity/lists.vue +84 -84
  76. package/packages/main/src/simplicity/router-page.vue +45 -45
  77. package/packages/main/src/simplicity/userinfo.vue +408 -408
  78. package/packages/main/src/simplicityTop/index.vue +2625 -2625
  79. package/packages/main/src/simplicityTop/userinfo.vue +408 -408
  80. package/packages/menu/index.js +5 -5
  81. package/packages/nav/index.js +5 -5
  82. package/packages/notify/index.js +5 -5
  83. package/packages/notify/src/main.vue +538 -538
  84. package/packages/page/index.js +5 -5
  85. package/packages/page/src/main.vue +167 -167
  86. package/packages/pagination/index.js +5 -5
  87. package/packages/pagination/src/main.vue +96 -96
  88. package/packages/player/index.js +5 -5
  89. package/packages/player/src/main.vue +194 -194
  90. package/packages/qr-code/index.js +5 -5
  91. package/packages/qr-code/src/main.vue +170 -170
  92. package/packages/radio-group/index.js +6 -6
  93. package/packages/radio-group/src/main.vue +319 -319
  94. package/packages/retrial-auth/index.js +5 -5
  95. package/packages/retrial-auth/src/main.vue +299 -299
  96. package/packages/select/index.js +5 -5
  97. package/packages/select/src/main.vue +14 -9
  98. package/packages/select-ganged/index.js +5 -5
  99. package/packages/select-ganged/src/main.vue +724 -724
  100. package/packages/selector/index.js +5 -5
  101. package/packages/selector-panel/index.js +5 -5
  102. package/packages/selector-panel/src/tree.vue +129 -129
  103. package/packages/sizer/index.js +5 -5
  104. package/packages/sizer/src/main.vue +254 -254
  105. package/packages/steps/index.js +5 -5
  106. package/packages/steps/src/main.vue +181 -181
  107. package/packages/switch/index.js +5 -5
  108. package/packages/table-form/index.js +5 -5
  109. package/packages/tabs/index.js +5 -5
  110. package/packages/tabs/src/main.vue +788 -788
  111. package/packages/tabs-panel/index.js +5 -5
  112. package/packages/tabs-panel/src/main.vue +29 -29
  113. package/packages/theme-chalk/gulpfile.js +25 -0
  114. package/packages/theme-chalk/src/base.scss +261 -261
  115. package/packages/theme-chalk/src/button-group.scss +176 -176
  116. package/packages/theme-chalk/src/button.scss +24 -24
  117. package/packages/theme-chalk/src/calendar.scss +113 -113
  118. package/packages/theme-chalk/src/card.scss +99 -99
  119. package/packages/theme-chalk/src/checkbox-group.scss +8 -8
  120. package/packages/theme-chalk/src/clients.scss +87 -87
  121. package/packages/theme-chalk/src/data-table-form.scss +67 -67
  122. package/packages/theme-chalk/src/date-picker.scss +7 -7
  123. package/packages/theme-chalk/src/dialog.scss +77 -77
  124. package/packages/theme-chalk/src/enable-drag.scss +181 -181
  125. package/packages/theme-chalk/src/enterprise.scss +5 -5
  126. package/packages/theme-chalk/src/error-page.scss +18 -18
  127. package/packages/theme-chalk/src/flow-group.scss +110 -110
  128. package/packages/theme-chalk/src/handle-user.scss +40 -40
  129. package/packages/theme-chalk/src/icons.scss +99 -99
  130. package/packages/theme-chalk/src/input.scss +9 -9
  131. package/packages/theme-chalk/src/label.scss +24 -24
  132. package/packages/theme-chalk/src/layout.scss +46 -46
  133. package/packages/theme-chalk/src/mixins/color.scss +117 -117
  134. package/packages/theme-chalk/src/nav.scss +111 -111
  135. package/packages/theme-chalk/src/page.scss +3 -3
  136. package/packages/theme-chalk/src/pagination.scss +29 -29
  137. package/packages/theme-chalk/src/player.scss +9 -9
  138. package/packages/theme-chalk/src/qr-code.scss +17 -17
  139. package/packages/theme-chalk/src/radio-group.scss +9 -9
  140. package/packages/theme-chalk/src/retrial-auth.scss +38 -38
  141. package/packages/theme-chalk/src/select-ganged.scss +8 -8
  142. package/packages/theme-chalk/src/select.scss +8 -8
  143. package/packages/theme-chalk/src/selector-panel.scss +204 -204
  144. package/packages/theme-chalk/src/sizer.scss +36 -36
  145. package/packages/theme-chalk/src/steps.scss +88 -88
  146. package/packages/theme-chalk/src/switch.scss +3 -3
  147. package/packages/theme-chalk/src/table-form.scss +1 -1
  148. package/packages/theme-chalk/src/tabs.scss +87 -87
  149. package/packages/theme-chalk/src/tips.scss +7 -7
  150. package/packages/theme-chalk/src/toolbar.scss +179 -179
  151. package/packages/theme-chalk/src/tree-group.scss +72 -72
  152. package/packages/theme-chalk/src/wxlogin.scss +3 -3
  153. package/packages/tips/index.js +5 -5
  154. package/packages/toolbar/index.js +5 -5
  155. package/packages/tree/index.js +5 -5
  156. package/packages/tree-group/index.js +5 -5
  157. package/packages/upload/index.js +5 -5
  158. package/packages/upload/src/main.vue +1344 -1344
  159. package/packages/upload/src/picture.js +15 -15
  160. package/packages/wujie/index.js +5 -5
  161. package/packages/wxlogin/index.js +5 -5
  162. package/packages/wxlogin/src/main.vue +128 -128
  163. package/src/config/image.js +2 -2
  164. package/src/index.js +1 -1
  165. package/src/utils/bus.js +3 -3
  166. package/src/utils/date-util.js +312 -312
  167. package/src/utils/http.js +50 -50
  168. package/src/utils/store.js +21 -21
  169. package/src/utils/webSocket.js +107 -107
  170. package/packages/theme-chalk/lib/base.css +0 -1
  171. package/packages/theme-chalk/lib/button-group.css +0 -1
  172. package/packages/theme-chalk/lib/button.css +0 -1
  173. package/packages/theme-chalk/lib/calendar.css +0 -1
  174. package/packages/theme-chalk/lib/calogin.css +0 -0
  175. package/packages/theme-chalk/lib/card.css +0 -1
  176. package/packages/theme-chalk/lib/cascader.css +0 -0
  177. package/packages/theme-chalk/lib/checkbox-group.css +0 -1
  178. package/packages/theme-chalk/lib/clients.css +0 -1
  179. package/packages/theme-chalk/lib/data-table-form.css +0 -1
  180. package/packages/theme-chalk/lib/data-table.css +0 -1
  181. package/packages/theme-chalk/lib/date-picker.css +0 -1
  182. package/packages/theme-chalk/lib/dialog.css +0 -1
  183. package/packages/theme-chalk/lib/enable-drag.css +0 -1
  184. package/packages/theme-chalk/lib/enterprise.css +0 -1
  185. package/packages/theme-chalk/lib/error-page.css +0 -1
  186. package/packages/theme-chalk/lib/flow-chart.css +0 -0
  187. package/packages/theme-chalk/lib/flow-group.css +0 -1
  188. package/packages/theme-chalk/lib/flow-list.css +0 -1
  189. package/packages/theme-chalk/lib/flow.css +0 -1
  190. package/packages/theme-chalk/lib/fonts/iconfont.ttf +0 -0
  191. package/packages/theme-chalk/lib/fonts/iconfont.woff +0 -0
  192. package/packages/theme-chalk/lib/form.css +0 -1
  193. package/packages/theme-chalk/lib/handle-user.css +0 -1
  194. package/packages/theme-chalk/lib/handler.css +0 -1
  195. package/packages/theme-chalk/lib/icon.css +0 -1
  196. package/packages/theme-chalk/lib/icons.css +0 -1
  197. package/packages/theme-chalk/lib/index.css +0 -1
  198. package/packages/theme-chalk/lib/input-number.css +0 -0
  199. package/packages/theme-chalk/lib/input.css +0 -1
  200. package/packages/theme-chalk/lib/label.css +0 -1
  201. package/packages/theme-chalk/lib/layout.css +0 -1
  202. package/packages/theme-chalk/lib/login.css +0 -1
  203. package/packages/theme-chalk/lib/main.css +0 -1
  204. package/packages/theme-chalk/lib/menu.css +0 -1
  205. package/packages/theme-chalk/lib/nav.css +0 -1
  206. package/packages/theme-chalk/lib/notify.css +0 -0
  207. package/packages/theme-chalk/lib/page.css +0 -1
  208. package/packages/theme-chalk/lib/pagination.css +0 -1
  209. package/packages/theme-chalk/lib/player.css +0 -1
  210. package/packages/theme-chalk/lib/qr-code.css +0 -1
  211. package/packages/theme-chalk/lib/radio-group.css +0 -1
  212. package/packages/theme-chalk/lib/retrial-auth.css +0 -1
  213. package/packages/theme-chalk/lib/select-ganged.css +0 -1
  214. package/packages/theme-chalk/lib/select.css +0 -1
  215. package/packages/theme-chalk/lib/selector-panel.css +0 -1
  216. package/packages/theme-chalk/lib/selector.css +0 -1
  217. package/packages/theme-chalk/lib/simplicity-top.css +0 -1
  218. package/packages/theme-chalk/lib/simplicity.css +0 -1
  219. package/packages/theme-chalk/lib/sizer.css +0 -1
  220. package/packages/theme-chalk/lib/steps.css +0 -1
  221. package/packages/theme-chalk/lib/switch.css +0 -1
  222. package/packages/theme-chalk/lib/table-form.css +0 -0
  223. package/packages/theme-chalk/lib/tabs-panel.css +0 -0
  224. package/packages/theme-chalk/lib/tabs.css +0 -1
  225. package/packages/theme-chalk/lib/tips.css +0 -1
  226. package/packages/theme-chalk/lib/toolbar.css +0 -1
  227. package/packages/theme-chalk/lib/tree-group.css +0 -1
  228. package/packages/theme-chalk/lib/tree.css +0 -1
  229. package/packages/theme-chalk/lib/upload.css +0 -1
  230. package/packages/theme-chalk/lib/wujie.css +0 -0
  231. package/packages/theme-chalk/lib/wxlogin.css +0 -1
@@ -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
 
@@ -50027,11 +50027,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50027
50027
  });
50028
50028
  },
50029
50029
 
50030
- /**
50031
- * saveInfo
50032
- * @desc:暂存
50033
- * @author liufan
50034
- * @date 2022年9月9日
50030
+ /**
50031
+ * saveInfo
50032
+ * @desc:暂存
50033
+ * @author liufan
50034
+ * @date 2022年9月9日
50035
50035
  **/
50036
50036
  saveInfo: function saveInfo(type, btn) {
50037
50037
  var _this13 = this;
@@ -50093,11 +50093,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50093
50093
  });
50094
50094
  },
50095
50095
 
50096
- /**
50097
- * rejectBtn
50098
- * @desc:点击驳回
50099
- * @author liufan
50100
- * @date 2022年5月25日
50096
+ /**
50097
+ * rejectBtn
50098
+ * @desc:点击驳回
50099
+ * @author liufan
50100
+ * @date 2022年5月25日
50101
50101
  **/
50102
50102
  rejectBtn: function rejectBtn() {
50103
50103
  var _this15 = this;
@@ -50115,11 +50115,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50115
50115
  }
50116
50116
  },
50117
50117
 
50118
- /**
50119
- * taskReadBtn
50120
- * @desc:点击分阅
50121
- * @author liufan
50122
- * @date 2022年5月25日
50118
+ /**
50119
+ * taskReadBtn
50120
+ * @desc:点击分阅
50121
+ * @author liufan
50122
+ * @date 2022年5月25日
50123
50123
  **/
50124
50124
  taskReadBtn: function taskReadBtn() {
50125
50125
  var _this16 = this;
@@ -50138,11 +50138,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50138
50138
  }
50139
50139
  },
50140
50140
 
50141
- /**
50142
- * getFind
50143
- * @desc:获取通知方式
50144
- * @author liufan
50145
- * @date 2022年5月25日
50141
+ /**
50142
+ * getFind
50143
+ * @desc:获取通知方式
50144
+ * @author liufan
50145
+ * @date 2022年5月25日
50146
50146
  **/
50147
50147
  getFind: function getFind() {
50148
50148
  var _this17 = this;
@@ -50208,12 +50208,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50208
50208
  });
50209
50209
  },
50210
50210
 
50211
- /**
50212
- * endFlows
50213
- * @desc:直接办结
50214
- * @author liufan
50215
- * @param {Object} res 直接办结数据
50216
- * @date 2022年5月25日
50211
+ /**
50212
+ * endFlows
50213
+ * @desc:直接办结
50214
+ * @author liufan
50215
+ * @param {Object} res 直接办结数据
50216
+ * @date 2022年5月25日
50217
50217
  **/
50218
50218
  endFlows: function endFlows(res) {
50219
50219
  var _this19 = this;
@@ -50268,12 +50268,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50268
50268
  }).catch(function (e) {});
50269
50269
  },
50270
50270
 
50271
- /**
50272
- * goView
50273
- * @desc:更多流程按钮操作
50274
- * @author liufan
50275
- * @param {Object} res 当前点击操作按钮数据
50276
- * @date 2022年5月25日
50271
+ /**
50272
+ * goView
50273
+ * @desc:更多流程按钮操作
50274
+ * @author liufan
50275
+ * @param {Object} res 当前点击操作按钮数据
50276
+ * @date 2022年5月25日
50277
50277
  **/
50278
50278
  goView: function goView(res) {
50279
50279
  // 驳回并办结:rejectAndEndHtml
@@ -50360,11 +50360,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50360
50360
  // isCanStartSubFlow
50361
50361
  },
50362
50362
 
50363
- /**
50364
- * toTakeAdvice
50365
- * @desc:征求意见
50366
- * @author liufan
50367
- * @date 2022年9月29日
50363
+ /**
50364
+ * toTakeAdvice
50365
+ * @desc:征求意见
50366
+ * @author liufan
50367
+ * @date 2022年9月29日
50368
50368
  **/
50369
50369
  toTakeAdvice: function toTakeAdvice(res) {
50370
50370
  var _this21 = this;
@@ -50408,11 +50408,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50408
50408
  });
50409
50409
  },
50410
50410
 
50411
- /**
50412
- * toStartDraf
50413
- * @desc: 稿件递送、联合审核、复核
50414
- * @author liufan
50415
- * @date 2022年9月29日
50411
+ /**
50412
+ * toStartDraf
50413
+ * @desc: 稿件递送、联合审核、复核
50414
+ * @author liufan
50415
+ * @date 2022年9月29日
50416
50416
  **/
50417
50417
  toStartDraf: function toStartDraf(res) {
50418
50418
  var _this23 = this;
@@ -50426,11 +50426,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50426
50426
  }
50427
50427
  },
50428
50428
 
50429
- /**
50430
- * toSendMsg
50431
- * @desc:核稿通知
50432
- * @author liufan
50433
- * @date 2022年9月29日
50429
+ /**
50430
+ * toSendMsg
50431
+ * @desc:核稿通知
50432
+ * @author liufan
50433
+ * @date 2022年9月29日
50434
50434
  **/
50435
50435
  toSendMsg: function toSendMsg(res) {
50436
50436
  var _this24 = this;
@@ -50444,11 +50444,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50444
50444
  }
50445
50445
  },
50446
50446
 
50447
- /**
50448
- * toTaskReadAndEnd
50449
- * @desc:分阅并办结
50450
- * @author liufan
50451
- * @date 2022年9月29日
50447
+ /**
50448
+ * toTaskReadAndEnd
50449
+ * @desc:分阅并办结
50450
+ * @author liufan
50451
+ * @date 2022年9月29日
50452
50452
  **/
50453
50453
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
50454
50454
  var _this25 = this;
@@ -50466,11 +50466,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50466
50466
  }
50467
50467
  },
50468
50468
 
50469
- /**
50470
- * rejectAndEnd
50471
- * @desc:驳回并办结
50472
- * @author liufan
50473
- * @date 2022年9月29日
50469
+ /**
50470
+ * rejectAndEnd
50471
+ * @desc:驳回并办结
50472
+ * @author liufan
50473
+ * @date 2022年9月29日
50474
50474
  **/
50475
50475
  rejectAndEnd: function rejectAndEnd(res) {
50476
50476
  var _this26 = this;
@@ -50526,11 +50526,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50526
50526
  });
50527
50527
  },
50528
50528
 
50529
- /**
50530
- * toTransfer
50531
- * @desc:转办
50532
- * @author liufan
50533
- * @date 2022年9月29日
50529
+ /**
50530
+ * toTransfer
50531
+ * @desc:转办
50532
+ * @author liufan
50533
+ * @date 2022年9月29日
50534
50534
  **/
50535
50535
  toTransfer: function toTransfer(res) {
50536
50536
  var _this28 = this;
@@ -50549,11 +50549,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50549
50549
  this.nextNode.customLimitTime = val;
50550
50550
  },
50551
50551
 
50552
- /**
50553
- * getNodeInfo
50554
- * @desc:获取节点信息
50555
- * @author liufan
50556
- * @date 2022年5月25日
50552
+ /**
50553
+ * getNodeInfo
50554
+ * @desc:获取节点信息
50555
+ * @author liufan
50556
+ * @date 2022年5月25日
50557
50557
  **/
50558
50558
  getNodeInfo: function getNodeInfo() {
50559
50559
  var _this29 = this;
@@ -50664,12 +50664,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50664
50664
  });
50665
50665
  },
50666
50666
 
50667
- /**
50668
- * selecNext
50669
- * @desc:下步节点变化时更新数据
50670
- * @author liufan
50671
- * @param {String} val 当前选中值
50672
- * @date 2022年5月25日
50667
+ /**
50668
+ * selecNext
50669
+ * @desc:下步节点变化时更新数据
50670
+ * @author liufan
50671
+ * @param {String} val 当前选中值
50672
+ * @date 2022年5月25日
50673
50673
  **/
50674
50674
  selecNext: function selecNext(val, type, isDef) {
50675
50675
  var _this30 = this;
@@ -50802,11 +50802,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50802
50802
  this.getNodeInfo();
50803
50803
  },
50804
50804
 
50805
- /**
50806
- * isMultiple
50807
- * @desc:是否多选
50808
- * @author liufan
50809
- * @date 2022年9月13日
50805
+ /**
50806
+ * isMultiple
50807
+ * @desc:是否多选
50808
+ * @author liufan
50809
+ * @date 2022年9月13日
50810
50810
  **/
50811
50811
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
50812
50812
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -50838,11 +50838,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50838
50838
  }
50839
50839
  },
50840
50840
 
50841
- /**
50842
- * getHedInfo
50843
- * @desc:获取审核页面数据
50844
- * @author liufan
50845
- * @date 2022年5月25日
50841
+ /**
50842
+ * getHedInfo
50843
+ * @desc:获取审核页面数据
50844
+ * @author liufan
50845
+ * @date 2022年5月25日
50846
50846
  **/
50847
50847
  getHedInfo: function getHedInfo() {
50848
50848
  var _this31 = this;
@@ -51153,13 +51153,13 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51153
51153
  });
51154
51154
  },
51155
51155
 
51156
- /**
51157
- * closeProcess
51158
- * @desc:关闭弹窗
51159
- * @author liufan
51160
- * @param {boolean} val 当前是否办理流程
51161
- * @param {String} type 当前点击的弹窗类型
51162
- * @date 2022年5月25日
51156
+ /**
51157
+ * closeProcess
51158
+ * @desc:关闭弹窗
51159
+ * @author liufan
51160
+ * @param {boolean} val 当前是否办理流程
51161
+ * @param {String} type 当前点击的弹窗类型
51162
+ * @date 2022年5月25日
51163
51163
  **/
51164
51164
  closeProcess: function closeProcess(val, type, closeParent) {
51165
51165
  if (this.closeParent && !this.startFlowPageEmbeddedIntoStartFlowIndex) {
@@ -51179,23 +51179,23 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51179
51179
  }
51180
51180
  },
51181
51181
 
51182
- /**
51183
- * selectChange
51184
- * @desc:常用语选择
51185
- * @author liufan
51186
- * @param {String} val 选中值
51187
- * @date 2022年5月25日
51182
+ /**
51183
+ * selectChange
51184
+ * @desc:常用语选择
51185
+ * @author liufan
51186
+ * @param {String} val 选中值
51187
+ * @date 2022年5月25日
51188
51188
  **/
51189
51189
  selectChange: function selectChange(val) {
51190
51190
  this.value = val;
51191
51191
  },
51192
51192
 
51193
- /**
51194
- * upDate
51195
- * @desc:修改常用语
51196
- * @author liufan
51197
- * @param {Object} val 修改值
51198
- * @date 2022年5月25日
51193
+ /**
51194
+ * upDate
51195
+ * @desc:修改常用语
51196
+ * @author liufan
51197
+ * @param {Object} val 修改值
51198
+ * @date 2022年5月25日
51199
51199
  **/
51200
51200
  upDate: function upDate(val) {
51201
51201
  this.FormData.id = val.id;
@@ -51203,11 +51203,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51203
51203
  },
51204
51204
 
51205
51205
 
51206
- /**
51207
- * getProcess
51208
- * @desc:获取选择流程
51209
- * @author liufan
51210
- * @date 2022年5月25日
51206
+ /**
51207
+ * getProcess
51208
+ * @desc:获取选择流程
51209
+ * @author liufan
51210
+ * @date 2022年5月25日
51211
51211
  **/
51212
51212
  getProcess: function getProcess(val) {
51213
51213
  var _this32 = this;
@@ -51267,11 +51267,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51267
51267
  });
51268
51268
  },
51269
51269
 
51270
- /**
51271
- * getPendedhistoryList
51272
- * @desc:获取流程列表
51273
- * @author liufan
51274
- * @date 2022年5月25日
51270
+ /**
51271
+ * getPendedhistoryList
51272
+ * @desc:获取流程列表
51273
+ * @author liufan
51274
+ * @date 2022年5月25日
51275
51275
  **/
51276
51276
  getPendedhistoryList: function getPendedhistoryList() {
51277
51277
  var _this33 = this;
@@ -51342,12 +51342,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51342
51342
  beforeSubProcess: function beforeSubProcess() {},
51343
51343
 
51344
51344
  // 提交流程
51345
- /**
51346
- * subProcess
51347
- * @desc:提交流程
51348
- * @author liufan
51349
- * @param {String} formName 当前form表单ref值
51350
- * @date 2022年5月25日
51345
+ /**
51346
+ * subProcess
51347
+ * @desc:提交流程
51348
+ * @author liufan
51349
+ * @param {String} formName 当前form表单ref值
51350
+ * @date 2022年5月25日
51351
51351
  **/
51352
51352
  subProcess: function subProcess(val, type) {
51353
51353
  var _this35 = this;
@@ -70347,10 +70347,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70347
70347
  this.$refs.user.handleSelect(res);
70348
70348
  },
70349
70349
 
70350
- /**
70351
- * @desc:匹配路由
70352
- * @author huangbo
70353
- * @date 2024年9月7日
70350
+ /**
70351
+ * @desc:匹配路由
70352
+ * @author huangbo
70353
+ * @date 2024年9月7日
70354
70354
  **/
70355
70355
  hasRouter: function hasRouter(res, url, code) {
70356
70356
  if (!url) {
@@ -70394,10 +70394,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70394
70394
  return false;
70395
70395
  },
70396
70396
 
70397
- /**
70398
- * @desc:获取初始数据
70399
- * @author huangbo
70400
- * @date 2024年9月7日
70397
+ /**
70398
+ * @desc:获取初始数据
70399
+ * @author huangbo
70400
+ * @date 2024年9月7日
70401
70401
  **/
70402
70402
  init: function init(results, first) {
70403
70403
  this.setConfig(results);
@@ -70406,10 +70406,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70406
70406
  }
70407
70407
  },
70408
70408
 
70409
- /**
70410
- * @desc:设置用户配置及信息
70411
- * @author huangbo
70412
- * @date 2024年9月7日
70409
+ /**
70410
+ * @desc:设置用户配置及信息
70411
+ * @author huangbo
70412
+ * @date 2024年9月7日
70413
70413
  **/
70414
70414
  setConfig: function setConfig(results) {
70415
70415
  localStorage.setItem('mainConfig', JSON.stringify(results));
@@ -70577,10 +70577,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70577
70577
  }
70578
70578
  },
70579
70579
 
70580
- /**
70581
- * @desc:获取所有应用
70582
- * @author huangbo
70583
- * @date 2024年9月7日
70580
+ /**
70581
+ * @desc:获取所有应用
70582
+ * @author huangbo
70583
+ * @date 2024年9月7日
70584
70584
  **/
70585
70585
  getApplications: function getApplications() {
70586
70586
  var _this2 = this;
@@ -70628,10 +70628,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70628
70628
  });
70629
70629
  },
70630
70630
 
70631
- /**
70632
- * @desc:获取菜单列表
70633
- * @author huangbo
70634
- * @date 2024年9月7日
70631
+ /**
70632
+ * @desc:获取菜单列表
70633
+ * @author huangbo
70634
+ * @date 2024年9月7日
70635
70635
  **/
70636
70636
  getMenus: function getMenus(loading) {
70637
70637
  var _this3 = this;
@@ -70664,10 +70664,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70664
70664
  });
70665
70665
  },
70666
70666
 
70667
- /**
70668
- * @desc:处理菜单列表
70669
- * @author huangbo
70670
- * @date 2024年9月7日
70667
+ /**
70668
+ * @desc:处理菜单列表
70669
+ * @author huangbo
70670
+ * @date 2024年9月7日
70671
70671
  **/
70672
70672
  renderMenus: function renderMenus(res) {
70673
70673
  this.menus = res;
@@ -70763,10 +70763,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70763
70763
  }
70764
70764
  },
70765
70765
 
70766
- /**
70767
- * @desc:设置页面加载类型
70768
- * @author huangbo
70769
- * @date 2024年9月7日
70766
+ /**
70767
+ * @desc:设置页面加载类型
70768
+ * @author huangbo
70769
+ * @date 2024年9月7日
70770
70770
  **/
70771
70771
  setIframeType: function setIframeType(res) {
70772
70772
  var url = res.url;
@@ -70822,10 +70822,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70822
70822
  return res;
70823
70823
  },
70824
70824
 
70825
- /**
70826
- * @desc:获取菜单
70827
- * @author huangbo
70828
- * @date 2024年9月7日
70825
+ /**
70826
+ * @desc:获取菜单
70827
+ * @author huangbo
70828
+ * @date 2024年9月7日
70829
70829
  **/
70830
70830
  getMenu: function getMenu(menus, res, key) {
70831
70831
  if (Array.isArray(menus)) {
@@ -70854,10 +70854,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70854
70854
  return false;
70855
70855
  },
70856
70856
 
70857
- /**
70858
- * @desc:获取菜单第一条数据
70859
- * @author huangbo
70860
- * @date 2024年9月7日
70857
+ /**
70858
+ * @desc:获取菜单第一条数据
70859
+ * @author huangbo
70860
+ * @date 2024年9月7日
70861
70861
  **/
70862
70862
  getFirst: function getFirst(obj) {
70863
70863
  if (!obj) {
@@ -70876,10 +70876,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70876
70876
  }
70877
70877
  },
70878
70878
 
70879
- /**
70880
- * @desc:遍历设置菜单气泡提醒
70881
- * @author huangbo
70882
- * @date 2024年9月7日
70879
+ /**
70880
+ * @desc:遍历设置菜单气泡提醒
70881
+ * @author huangbo
70882
+ * @date 2024年9月7日
70883
70883
  **/
70884
70884
  setTips: function setTips(obj) {
70885
70885
  var _this4 = this;
@@ -70950,10 +70950,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70950
70950
  }
70951
70951
  },
70952
70952
 
70953
- /**
70954
- * @desc:获取气泡提醒
70955
- * @author huangbo
70956
- * @date 2024年9月7日
70953
+ /**
70954
+ * @desc:获取气泡提醒
70955
+ * @author huangbo
70956
+ * @date 2024年9月7日
70957
70957
  **/
70958
70958
  getBadge: function getBadge(res) {
70959
70959
  var num = res.tips || 0;
@@ -70967,10 +70967,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70967
70967
  };
70968
70968
  },
70969
70969
 
70970
- /**
70971
- * @desc:开启weosocket
70972
- * @author huangbo
70973
- * @date 2024年9月7日
70970
+ /**
70971
+ * @desc:开启weosocket
70972
+ * @author huangbo
70973
+ * @date 2024年9月7日
70974
70974
  **/
70975
70975
  initWebSocket: function initWebSocket() {
70976
70976
  var _this6 = this;
@@ -71019,10 +71019,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71019
71019
  });
71020
71020
  },
71021
71021
 
71022
- /**
71023
- * @desc:显示用户信息
71024
- * @author huangbo
71025
- * @date 2024年9月7日
71022
+ /**
71023
+ * @desc:显示用户信息
71024
+ * @author huangbo
71025
+ * @date 2024年9月7日
71026
71026
  **/
71027
71027
  showUserInfo: function showUserInfo() {
71028
71028
  if (this.showUser === false) {
@@ -71030,19 +71030,19 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71030
71030
  }
71031
71031
  },
71032
71032
 
71033
- /**
71034
- * @desc:删除更多应用菜单点击
71035
- * @author huangbo
71036
- * @date 2024年9月7日
71033
+ /**
71034
+ * @desc:删除更多应用菜单点击
71035
+ * @author huangbo
71036
+ * @date 2024年9月7日
71037
71037
  **/
71038
71038
  handleDelete: function handleDelete(index) {
71039
71039
  this.newApps.splice(index, 1);
71040
71040
  },
71041
71041
 
71042
- /**
71043
- * @desc:储存更多应用菜单点击
71044
- * @author huangbo
71045
- * @date 2024年9月7日
71042
+ /**
71043
+ * @desc:储存更多应用菜单点击
71044
+ * @author huangbo
71045
+ * @date 2024年9月7日
71046
71046
  **/
71047
71047
  handlerClickApps: function handlerClickApps(res) {
71048
71048
  if (res.permission === false) {
@@ -71055,10 +71055,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71055
71055
  this.handlerClickApp(res);
71056
71056
  },
71057
71057
 
71058
- /**
71059
- * @desc:侧边应用菜单点击
71060
- * @author huangbo
71061
- * @date 2024年9月7日
71058
+ /**
71059
+ * @desc:侧边应用菜单点击
71060
+ * @author huangbo
71061
+ * @date 2024年9月7日
71062
71062
  **/
71063
71063
  handlerClickApp: function handlerClickApp(res) {
71064
71064
  this.showMsg = false;
@@ -71147,10 +71147,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71147
71147
  }
71148
71148
  },
71149
71149
 
71150
- /**
71151
- * @desc:显示Drawer界面
71152
- * @author huangbo
71153
- * @date 2024年9月7日
71150
+ /**
71151
+ * @desc:显示Drawer界面
71152
+ * @author huangbo
71153
+ * @date 2024年9月7日
71154
71154
  **/
71155
71155
  handlerSetDrawer: function handlerSetDrawer(res, type) {
71156
71156
  var direction = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : 'ltr';
@@ -71170,19 +71170,19 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71170
71170
  }
71171
71171
  },
71172
71172
 
71173
- /**
71174
- * @desc:关闭Drawer界面
71175
- * @author huangbo
71176
- * @date 2024年9月7日
71173
+ /**
71174
+ * @desc:关闭Drawer界面
71175
+ * @author huangbo
71176
+ * @date 2024年9月7日
71177
71177
  **/
71178
71178
  handleCloseDrawer: function handleCloseDrawer() {
71179
71179
  this.drawer = { visible: false };
71180
71180
  },
71181
71181
 
71182
- /**
71183
- * @desc:菜单点击
71184
- * @author huangbo
71185
- * @date 2024年9月7日
71182
+ /**
71183
+ * @desc:菜单点击
71184
+ * @author huangbo
71185
+ * @date 2024年9月7日
71186
71186
  **/
71187
71187
  handlerClickMenu: function handlerClickMenu(res) {
71188
71188
  utils_util.ajax({
@@ -71231,19 +71231,19 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71231
71231
  },
71232
71232
 
71233
71233
 
71234
- /**
71235
- * @desc:用户详情请求成功
71236
- * @author huangbo
71237
- * @date 2024年9月7日
71234
+ /**
71235
+ * @desc:用户详情请求成功
71236
+ * @author huangbo
71237
+ * @date 2024年9月7日
71238
71238
  **/
71239
71239
  handleSuccess: function handleSuccess(res) {
71240
71240
  this.simpleUserInfo = res.simpleUserInfo;
71241
71241
  },
71242
71242
 
71243
- /**
71244
- * @desc:修改用户配置
71245
- * @author huangbo
71246
- * @date 2024年9月7日
71243
+ /**
71244
+ * @desc:修改用户配置
71245
+ * @author huangbo
71246
+ * @date 2024年9月7日
71247
71247
  **/
71248
71248
  handleChangeConfig: function handleChangeConfig(name, res) {
71249
71249
  if (name == 'userHeadUrl') {
@@ -71259,10 +71259,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71259
71259
  }
71260
71260
  },
71261
71261
 
71262
- /**
71263
- * @desc:关闭webSocket
71264
- * @author huangbo
71265
- * @date 2024年9月7日
71262
+ /**
71263
+ * @desc:关闭webSocket
71264
+ * @author huangbo
71265
+ * @date 2024年9月7日
71266
71266
  **/
71267
71267
  handlerClose: function handlerClose() {
71268
71268
  if (this.webSocket) {
@@ -71270,10 +71270,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71270
71270
  }
71271
71271
  },
71272
71272
 
71273
- /**
71274
- * @desc:刷新选中iframe页签
71275
- * @author huangbo
71276
- * @date 2024年9月7日
71273
+ /**
71274
+ * @desc:刷新选中iframe页签
71275
+ * @author huangbo
71276
+ * @date 2024年9月7日
71277
71277
  **/
71278
71278
  handleRefresh: function handleRefresh(arg) {
71279
71279
  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');
@@ -71310,10 +71310,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71310
71310
  }
71311
71311
  },
71312
71312
 
71313
- /**
71314
- * @desc:删除iframe
71315
- * @author huangbo
71316
- * @date 2024年9月7日
71313
+ /**
71314
+ * @desc:删除iframe
71315
+ * @author huangbo
71316
+ * @date 2024年9月7日
71317
71317
  **/
71318
71318
  handleRemove: function handleRemove(name) {
71319
71319
  var len = this.tabs.length - 1;
@@ -71330,10 +71330,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71330
71330
  }
71331
71331
  },
71332
71332
 
71333
- /**
71334
- * @desc:tabs鼠标右键事件
71335
- * @author huangbo
71336
- * @date 2024年9月7日
71333
+ /**
71334
+ * @desc:tabs鼠标右键事件
71335
+ * @author huangbo
71336
+ * @date 2024年9月7日
71337
71337
  **/
71338
71338
  handleContextmenu: function handleContextmenu(tabs, e) {
71339
71339
  var disabled = {};
@@ -71358,10 +71358,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71358
71358
  window.addEventListener('click', this.closeTabsEvents);
71359
71359
  },
71360
71360
 
71361
- /**
71362
- * @desc:tabs页签事件
71363
- * @author huangbo
71364
- * @date 2024年9月7日
71361
+ /**
71362
+ * @desc:tabs页签事件
71363
+ * @author huangbo
71364
+ * @date 2024年9月7日
71365
71365
  **/
71366
71366
  handleTabsEvents: function handleTabsEvents(num) {
71367
71367
  if (this.pane !== null) {
@@ -71372,10 +71372,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71372
71372
  },
71373
71373
 
71374
71374
 
71375
- /**
71376
- * @desc:关闭页签事件面板
71377
- * @author huangbo
71378
- * @date 2024年9月7日
71375
+ /**
71376
+ * @desc:关闭页签事件面板
71377
+ * @author huangbo
71378
+ * @date 2024年9月7日
71379
71379
  **/
71380
71380
  closeTabsEvents: function closeTabsEvents(e) {
71381
71381
  if (e.target.parentNode != this.$refs.tabsHandler.$el && e.target.parentNode.parentNode != this.$refs.tabsHandler.$el) {
@@ -71385,10 +71385,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71385
71385
  },
71386
71386
 
71387
71387
 
71388
- /**
71389
- * @desc:tabs页签点击事件
71390
- * @author huangbo
71391
- * @date 2024年9月7日
71388
+ /**
71389
+ * @desc:tabs页签点击事件
71390
+ * @author huangbo
71391
+ * @date 2024年9月7日
71392
71392
  **/
71393
71393
  handleTabClick: function handleTabClick() {
71394
71394
  this.active = '';
@@ -71396,10 +71396,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71396
71396
  this.showMenu = false;
71397
71397
  },
71398
71398
 
71399
- /**
71400
- * @desc:handler工具栏点击事件
71401
- * @author huangbo
71402
- * @date 2024年9月7日
71399
+ /**
71400
+ * @desc:handler工具栏点击事件
71401
+ * @author huangbo
71402
+ * @date 2024年9月7日
71403
71403
  **/
71404
71404
  handleClick: function handleClick(res) {
71405
71405
  var type = res.type,
@@ -71480,10 +71480,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71480
71480
  this.$emit('handler-click', res);
71481
71481
  },
71482
71482
 
71483
- /**
71484
- * @desc:退出登录
71485
- * @author huangbo
71486
- * @date 2024年9月7日
71483
+ /**
71484
+ * @desc:退出登录
71485
+ * @author huangbo
71486
+ * @date 2024年9月7日
71487
71487
  **/
71488
71488
  handleQuit: function handleQuit() {
71489
71489
  var _this7 = this;
@@ -71564,10 +71564,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71564
71564
  }).catch(function (e) {});
71565
71565
  },
71566
71566
 
71567
- /**
71568
- * @desc:主题、消息回调
71569
- * @author huangbo
71570
- * @date 2024年9月7日
71567
+ /**
71568
+ * @desc:主题、消息回调
71569
+ * @author huangbo
71570
+ * @date 2024年9月7日
71571
71571
  **/
71572
71572
  handleChange: function handleChange(res) {
71573
71573
  var type = res.type,
@@ -71583,10 +71583,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71583
71583
  }
71584
71584
  },
71585
71585
 
71586
- /**
71587
- * @desc:菜单布局样式切换
71588
- * @author huangbo
71589
- * @date 2024年9月7日
71586
+ /**
71587
+ * @desc:菜单布局样式切换
71588
+ * @author huangbo
71589
+ * @date 2024年9月7日
71590
71590
  **/
71591
71591
  handleLayout: function handleLayout(res, active) {
71592
71592
  if (active) {
@@ -71596,10 +71596,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71596
71596
  this.$emit('chang-layout', res, active);
71597
71597
  },
71598
71598
 
71599
- /**
71600
- * @desc:消息修改总数
71601
- * @author huangbo
71602
- * @date 2024年9月7日
71599
+ /**
71600
+ * @desc:消息修改总数
71601
+ * @author huangbo
71602
+ * @date 2024年9月7日
71603
71603
  **/
71604
71604
  handleMenuTips: function handleMenuTips(id, num) {
71605
71605
  if (num) {
@@ -71610,10 +71610,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71610
71610
  }
71611
71611
  },
71612
71612
 
71613
- /**
71614
- * @desc:处理即时消息
71615
- * @author huangbo
71616
- * @date 2024年9月7日
71613
+ /**
71614
+ * @desc:处理即时消息
71615
+ * @author huangbo
71616
+ * @date 2024年9月7日
71617
71617
  **/
71618
71618
  handleOpened: function handleOpened(res) {
71619
71619
  var _this8 = this;
@@ -75638,8 +75638,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
75638
75638
  this.currentPage = this.setIframeType(this.fourthTabs[0]);
75639
75639
  },
75640
75640
 
75641
- /**
75642
- * queryChildMenu: 查询左侧我的提醒和我的快捷菜单
75641
+ /**
75642
+ * queryChildMenu: 查询左侧我的提醒和我的快捷菜单
75643
75643
  */
75644
75644
  queryChildMenuData: function queryChildMenuData() {
75645
75645
  var _this2 = this;
@@ -75758,8 +75758,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
75758
75758
  }))();
75759
75759
  },
75760
75760
 
75761
- /**
75762
- * getVoteMeetingNum: 查询会议数量
75761
+ /**
75762
+ * getVoteMeetingNum: 查询会议数量
75763
75763
  */
75764
75764
  getVoteMeetingNum: function getVoteMeetingNum() {
75765
75765
  var _this5 = this;
@@ -75784,8 +75784,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
75784
75784
  });
75785
75785
  },
75786
75786
 
75787
- /**
75788
- * getShareFilesReceiveCountNew: 查询待接收文件数量
75787
+ /**
75788
+ * getShareFilesReceiveCountNew: 查询待接收文件数量
75789
75789
  */
75790
75790
  getShareFilesReceiveCountNew: function getShareFilesReceiveCountNew() {
75791
75791
  var _this6 = this;
@@ -75810,8 +75810,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
75810
75810
  },
75811
75811
 
75812
75812
 
75813
- /**
75814
- * getUserTipsInstanceNum: 查询待签收/据签收任务数量 1是拒签收 0是待签收
75813
+ /**
75814
+ * getUserTipsInstanceNum: 查询待签收/据签收任务数量 1是拒签收 0是待签收
75815
75815
  */
75816
75816
  getUserTipsInstanceNum: function getUserTipsInstanceNum(type) {
75817
75817
  var _this7 = this;
@@ -75839,8 +75839,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
75839
75839
  });
75840
75840
  },
75841
75841
 
75842
- /**
75843
- * getIndexCount: 查询待办任务数量
75842
+ /**
75843
+ * getIndexCount: 查询待办任务数量
75844
75844
  */
75845
75845
  getIndexCount: function getIndexCount() {
75846
75846
  var _this8 = this;
@@ -75871,10 +75871,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
75871
75871
  this.$refs.user.handleSelect(res);
75872
75872
  },
75873
75873
 
75874
- /**
75875
- * @desc:匹配路由
75876
- * @author huangbo
75877
- * @date 2024年9月7日
75874
+ /**
75875
+ * @desc:匹配路由
75876
+ * @author huangbo
75877
+ * @date 2024年9月7日
75878
75878
  **/
75879
75879
  hasRouter: function hasRouter(res, url, code) {
75880
75880
  if (!url) {
@@ -75918,10 +75918,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
75918
75918
  return false;
75919
75919
  },
75920
75920
 
75921
- /**
75922
- * @desc:获取初始数据
75923
- * @author huangbo
75924
- * @date 2024年9月7日
75921
+ /**
75922
+ * @desc:获取初始数据
75923
+ * @author huangbo
75924
+ * @date 2024年9月7日
75925
75925
  **/
75926
75926
  init: function init(results) {
75927
75927
  this.setConfig(results);
@@ -75932,10 +75932,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
75932
75932
  // }
75933
75933
  },
75934
75934
 
75935
- /**
75936
- * @desc:设置用户配置及信息
75937
- * @author huangbo
75938
- * @date 2024年9月7日
75935
+ /**
75936
+ * @desc:设置用户配置及信息
75937
+ * @author huangbo
75938
+ * @date 2024年9月7日
75939
75939
  **/
75940
75940
  setConfig: function setConfig(results) {
75941
75941
  localStorage.setItem('mainConfig', JSON.stringify(results));
@@ -76099,8 +76099,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76099
76099
  }
76100
76100
  },
76101
76101
 
76102
- /**
76103
- * @desc:获取用户自定义菜单
76102
+ /**
76103
+ * @desc:获取用户自定义菜单
76104
76104
  **/
76105
76105
  getUseCommonMenu: function getUseCommonMenu() {
76106
76106
  var _this9 = this;
@@ -76130,10 +76130,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76130
76130
  });
76131
76131
  },
76132
76132
 
76133
- /**
76134
- * @desc:获取所有应用
76135
- * @author huangbo
76136
- * @date 2024年9月7日
76133
+ /**
76134
+ * @desc:获取所有应用
76135
+ * @author huangbo
76136
+ * @date 2024年9月7日
76137
76137
  **/
76138
76138
  getApplications: function getApplications() {
76139
76139
  var _this10 = this;
@@ -76181,10 +76181,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76181
76181
  });
76182
76182
  },
76183
76183
 
76184
- /**
76185
- * @desc:获取菜单列表
76186
- * @author huangbo
76187
- * @date 2024年9月7日
76184
+ /**
76185
+ * @desc:获取菜单列表
76186
+ * @author huangbo
76187
+ * @date 2024年9月7日
76188
76188
  **/
76189
76189
  getMenus: function getMenus(loading) {
76190
76190
  var _this11 = this;
@@ -76211,10 +76211,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76211
76211
  });
76212
76212
  },
76213
76213
 
76214
- /**
76215
- * @desc:处理菜单列表
76216
- * @author huangbo
76217
- * @date 2024年9月7日
76214
+ /**
76215
+ * @desc:处理菜单列表
76216
+ * @author huangbo
76217
+ * @date 2024年9月7日
76218
76218
  **/
76219
76219
  renderMenus: function renderMenus(res) {
76220
76220
  // // console.log(res, 'renderMenus');
@@ -76260,9 +76260,9 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76260
76260
  // console.log(this.currentPage, 'currentPage');
76261
76261
  },
76262
76262
 
76263
- /**
76264
- * 更新myRemind中各项的权限状态
76265
- * @param {Array} menus - 完整的菜单列表
76263
+ /**
76264
+ * 更新myRemind中各项的权限状态
76265
+ * @param {Array} menus - 完整的菜单列表
76266
76266
  */
76267
76267
  updateRemindPermission: function updateRemindPermission(menus) {
76268
76268
  // 创建一个Set存储所有菜单的id,方便快速查找
@@ -76290,10 +76290,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76290
76290
  });
76291
76291
  },
76292
76292
 
76293
- /**
76294
- * @desc:设置页面加载类型
76295
- * @author huangbo
76296
- * @date 2024年9月7日
76293
+ /**
76294
+ * @desc:设置页面加载类型
76295
+ * @author huangbo
76296
+ * @date 2024年9月7日
76297
76297
  **/
76298
76298
  setIframeType: function setIframeType(res) {
76299
76299
  var url = res.url;
@@ -76350,10 +76350,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76350
76350
  return res;
76351
76351
  },
76352
76352
 
76353
- /**
76354
- * @desc:获取菜单
76355
- * @author huangbo
76356
- * @date 2024年9月7日
76353
+ /**
76354
+ * @desc:获取菜单
76355
+ * @author huangbo
76356
+ * @date 2024年9月7日
76357
76357
  **/
76358
76358
  getMenu: function getMenu(menus, res, key) {
76359
76359
  if (Array.isArray(menus)) {
@@ -76382,10 +76382,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76382
76382
  return false;
76383
76383
  },
76384
76384
 
76385
- /**
76386
- * @desc:获取菜单第一条数据
76387
- * @author huangbo
76388
- * @date 2024年9月7日
76385
+ /**
76386
+ * @desc:获取菜单第一条数据
76387
+ * @author huangbo
76388
+ * @date 2024年9月7日
76389
76389
  **/
76390
76390
  getFirst: function getFirst(obj) {
76391
76391
  if (!obj) {
@@ -76404,10 +76404,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76404
76404
  }
76405
76405
  },
76406
76406
 
76407
- /**
76408
- * @desc:遍历设置菜单气泡提醒
76409
- * @author huangbo
76410
- * @date 2024年9月7日
76407
+ /**
76408
+ * @desc:遍历设置菜单气泡提醒
76409
+ * @author huangbo
76410
+ * @date 2024年9月7日
76411
76411
  **/
76412
76412
  setTips: function setTips(obj) {
76413
76413
  var _this12 = this;
@@ -76472,10 +76472,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76472
76472
  }
76473
76473
  },
76474
76474
 
76475
- /**
76476
- * @desc:获取气泡提醒
76477
- * @author huangbo
76478
- * @date 2024年9月7日
76475
+ /**
76476
+ * @desc:获取气泡提醒
76477
+ * @author huangbo
76478
+ * @date 2024年9月7日
76479
76479
  **/
76480
76480
  getBadge: function getBadge(res) {
76481
76481
  var num = res.tips || 0;
@@ -76489,10 +76489,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76489
76489
  };
76490
76490
  },
76491
76491
 
76492
- /**
76493
- * @desc:开启weosocket
76494
- * @author huangbo
76495
- * @date 2024年9月7日
76492
+ /**
76493
+ * @desc:开启weosocket
76494
+ * @author huangbo
76495
+ * @date 2024年9月7日
76496
76496
  **/
76497
76497
  initWebSocket: function initWebSocket() {
76498
76498
  var _this14 = this;
@@ -76560,10 +76560,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76560
76560
  });
76561
76561
  },
76562
76562
 
76563
- /**
76564
- * @desc:显示用户信息
76565
- * @author huangbo
76566
- * @date 2024年9月7日
76563
+ /**
76564
+ * @desc:显示用户信息
76565
+ * @author huangbo
76566
+ * @date 2024年9月7日
76567
76567
  **/
76568
76568
  showUserInfo: function showUserInfo() {
76569
76569
  if (this.showUser === false) {
@@ -76571,19 +76571,19 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76571
76571
  }
76572
76572
  },
76573
76573
 
76574
- /**
76575
- * @desc:删除更多应用菜单点击
76576
- * @author huangbo
76577
- * @date 2024年9月7日
76574
+ /**
76575
+ * @desc:删除更多应用菜单点击
76576
+ * @author huangbo
76577
+ * @date 2024年9月7日
76578
76578
  **/
76579
76579
  handleDelete: function handleDelete(index) {
76580
76580
  this.newApps.splice(index, 1);
76581
76581
  },
76582
76582
 
76583
- /**
76584
- * @desc:显示Drawer界面
76585
- * @author huangbo
76586
- * @date 2024年9月7日
76583
+ /**
76584
+ * @desc:显示Drawer界面
76585
+ * @author huangbo
76586
+ * @date 2024年9月7日
76587
76587
  **/
76588
76588
  handlerSetDrawer: function handlerSetDrawer(res, type) {
76589
76589
  var direction = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : 'ltr';
@@ -76603,28 +76603,28 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76603
76603
  }
76604
76604
  },
76605
76605
 
76606
- /**
76607
- * @desc:关闭Drawer界面
76608
- * @author huangbo
76609
- * @date 2024年9月7日
76606
+ /**
76607
+ * @desc:关闭Drawer界面
76608
+ * @author huangbo
76609
+ * @date 2024年9月7日
76610
76610
  **/
76611
76611
  handleCloseDrawer: function handleCloseDrawer() {
76612
76612
  this.drawer = { visible: false };
76613
76613
  },
76614
76614
 
76615
- /**
76616
- * @desc:用户详情请求成功
76617
- * @author huangbo
76618
- * @date 2024年9月7日
76615
+ /**
76616
+ * @desc:用户详情请求成功
76617
+ * @author huangbo
76618
+ * @date 2024年9月7日
76619
76619
  **/
76620
76620
  handleSuccess: function handleSuccess(res) {
76621
76621
  this.simpleUserInfo = res.simpleUserInfo;
76622
76622
  },
76623
76623
 
76624
- /**
76625
- * @desc:修改用户配置
76626
- * @author huangbo
76627
- * @date 2024年9月7日
76624
+ /**
76625
+ * @desc:修改用户配置
76626
+ * @author huangbo
76627
+ * @date 2024年9月7日
76628
76628
  **/
76629
76629
  handleChangeConfig: function handleChangeConfig(name, res) {
76630
76630
  if (name == 'userHeadUrl') {
@@ -76640,10 +76640,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76640
76640
  }
76641
76641
  },
76642
76642
 
76643
- /**
76644
- * @desc:关闭webSocket
76645
- * @author huangbo
76646
- * @date 2024年9月7日
76643
+ /**
76644
+ * @desc:关闭webSocket
76645
+ * @author huangbo
76646
+ * @date 2024年9月7日
76647
76647
  **/
76648
76648
  handlerClose: function handlerClose() {
76649
76649
  if (this.webSocket) {
@@ -76654,10 +76654,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76654
76654
  this.handleRefresh(1);
76655
76655
  },
76656
76656
 
76657
- /**
76658
- * @desc:刷新选中iframe页签
76659
- * @author huangbo
76660
- * @date 2024年9月7日
76657
+ /**
76658
+ * @desc:刷新选中iframe页签
76659
+ * @author huangbo
76660
+ * @date 2024年9月7日
76661
76661
  **/
76662
76662
  handleRefresh: function handleRefresh(arg) {
76663
76663
  if (arg !== 1) {
@@ -76703,10 +76703,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76703
76703
  }
76704
76704
  },
76705
76705
 
76706
- /**
76707
- * @desc:删除iframe
76708
- * @author huangbo
76709
- * @date 2024年9月7日
76706
+ /**
76707
+ * @desc:删除iframe
76708
+ * @author huangbo
76709
+ * @date 2024年9月7日
76710
76710
  **/
76711
76711
  handleRemove: function handleRemove(name) {
76712
76712
  var len = this.tabs.length - 1;
@@ -76723,10 +76723,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76723
76723
  }
76724
76724
  },
76725
76725
 
76726
- /**
76727
- * @desc:tabs鼠标右键事件
76728
- * @author huangbo
76729
- * @date 2024年9月7日
76726
+ /**
76727
+ * @desc:tabs鼠标右键事件
76728
+ * @author huangbo
76729
+ * @date 2024年9月7日
76730
76730
  **/
76731
76731
  handleContextmenu: function handleContextmenu(tabs, e) {
76732
76732
  var disabled = {};
@@ -76751,10 +76751,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76751
76751
  window.addEventListener('click', this.closeTabsEvents);
76752
76752
  },
76753
76753
 
76754
- /**
76755
- * @desc:tabs页签事件
76756
- * @author huangbo
76757
- * @date 2024年9月7日
76754
+ /**
76755
+ * @desc:tabs页签事件
76756
+ * @author huangbo
76757
+ * @date 2024年9月7日
76758
76758
  **/
76759
76759
  handleTabsEvents: function handleTabsEvents(num) {
76760
76760
  if (this.pane !== null) {
@@ -76765,10 +76765,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76765
76765
  },
76766
76766
 
76767
76767
 
76768
- /**
76769
- * @desc:关闭页签事件面板
76770
- * @author huangbo
76771
- * @date 2024年9月7日
76768
+ /**
76769
+ * @desc:关闭页签事件面板
76770
+ * @author huangbo
76771
+ * @date 2024年9月7日
76772
76772
  **/
76773
76773
  closeTabsEvents: function closeTabsEvents(e) {
76774
76774
  if (e.target.parentNode != this.$refs.tabsHandler.$el && e.target.parentNode.parentNode != this.$refs.tabsHandler.$el) {
@@ -76778,10 +76778,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76778
76778
  },
76779
76779
 
76780
76780
 
76781
- /**
76782
- * @desc:tabs页签点击事件
76783
- * @author huangbo
76784
- * @date 2024年9月7日
76781
+ /**
76782
+ * @desc:tabs页签点击事件
76783
+ * @author huangbo
76784
+ * @date 2024年9月7日
76785
76785
  **/
76786
76786
  handleTabClick: function handleTabClick() {
76787
76787
  this.active = '';
@@ -76789,10 +76789,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76789
76789
  this.showMenu = false;
76790
76790
  },
76791
76791
 
76792
- /**
76793
- * @desc:handler工具栏点击事件
76794
- * @author huangbo
76795
- * @date 2024年9月7日
76792
+ /**
76793
+ * @desc:handler工具栏点击事件
76794
+ * @author huangbo
76795
+ * @date 2024年9月7日
76796
76796
  **/
76797
76797
  handleClick: function handleClick(res) {
76798
76798
  var type = res.type,
@@ -76882,10 +76882,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76882
76882
  this.$emit('handler-click', res);
76883
76883
  },
76884
76884
 
76885
- /**
76886
- * @desc:退出登录
76887
- * @author huangbo
76888
- * @date 2024年9月7日
76885
+ /**
76886
+ * @desc:退出登录
76887
+ * @author huangbo
76888
+ * @date 2024年9月7日
76889
76889
  **/
76890
76890
  handleQuit: function handleQuit() {
76891
76891
  var _this15 = this;
@@ -76960,10 +76960,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76960
76960
  }).catch(function (e) {});
76961
76961
  },
76962
76962
 
76963
- /**
76964
- * @desc:主题、消息回调
76965
- * @author huangbo
76966
- * @date 2024年9月7日
76963
+ /**
76964
+ * @desc:主题、消息回调
76965
+ * @author huangbo
76966
+ * @date 2024年9月7日
76967
76967
  **/
76968
76968
  handleChange: function handleChange(res) {
76969
76969
  var type = res.type,
@@ -76979,10 +76979,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76979
76979
  }
76980
76980
  },
76981
76981
 
76982
- /**
76983
- * @desc:菜单布局样式切换
76984
- * @author huangbo
76985
- * @date 2024年9月7日
76982
+ /**
76983
+ * @desc:菜单布局样式切换
76984
+ * @author huangbo
76985
+ * @date 2024年9月7日
76986
76986
  **/
76987
76987
  handleLayout: function handleLayout(res, active) {
76988
76988
  if (active) {
@@ -76992,10 +76992,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76992
76992
  this.$emit('chang-layout', res, active);
76993
76993
  },
76994
76994
 
76995
- /**
76996
- * @desc:消息修改总数
76997
- * @author huangbo
76998
- * @date 2024年9月7日
76995
+ /**
76996
+ * @desc:消息修改总数
76997
+ * @author huangbo
76998
+ * @date 2024年9月7日
76999
76999
  **/
77000
77000
  handleMenuTips: function handleMenuTips(id, num) {
77001
77001
  if (num) {
@@ -77006,10 +77006,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77006
77006
  }
77007
77007
  },
77008
77008
 
77009
- /**
77010
- * @desc:处理即时消息
77011
- * @author huangbo
77012
- * @date 2024年9月7日
77009
+ /**
77010
+ * @desc:处理即时消息
77011
+ * @author huangbo
77012
+ * @date 2024年9月7日
77013
77013
  **/
77014
77014
  handleOpened: function handleOpened(res) {
77015
77015
  var _this16 = this;
@@ -77025,14 +77025,14 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77025
77025
  }
77026
77026
  },
77027
77027
 
77028
- /**
77029
- * @desc:菜单点击事件
77030
- * @author huangbo
77031
- * @date 2024年9月7日
77032
- * @param {*} res 菜单点击事件参数
77033
- * @param {*} method 菜单点击事件方法
77034
- * 1.顶部菜单点击跳转已经实现
77035
- * 2.其他地方点击跳转,需要选中跳转的一二级菜单
77028
+ /**
77029
+ * @desc:菜单点击事件
77030
+ * @author huangbo
77031
+ * @date 2024年9月7日
77032
+ * @param {*} res 菜单点击事件参数
77033
+ * @param {*} method 菜单点击事件方法
77034
+ * 1.顶部菜单点击跳转已经实现
77035
+ * 2.其他地方点击跳转,需要选中跳转的一二级菜单
77036
77036
  **/
77037
77037
  handleSelect: function handleSelect(res) {
77038
77038
  var params = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
@@ -84437,19 +84437,19 @@ var QRCode = __webpack_require__(28);
84437
84437
  //设置logo大小
84438
84438
  var logoPosition = (_this3.mwidth - 46) / 2; //logo相对于canvas居中定位
84439
84439
  //设置获取的logo将其变为圆角以及添加白色背景
84440
- /* ctx.fillStyle = "#fff";
84441
- ctx.beginPath();
84442
- let h = 46; //圆角高 10为基数(logo四周白色背景为10/2)
84443
- let w = 46; //圆角宽
84444
- let x = logoPosition - 5;
84445
- let y = logoPosition - 5;
84446
- let r = 5; //圆角半径
84447
- ctx.moveTo(x + r, y);
84448
- ctx.arcTo(x + w, y, x + w, y + h, r);
84449
- ctx.arcTo(x + w, y + h, x, y + h, r);
84450
- ctx.arcTo(x, y + h, x, y, r);
84451
- ctx.arcTo(x, y, x + w, y, r);
84452
- ctx.closePath();
84440
+ /* ctx.fillStyle = "#fff";
84441
+ ctx.beginPath();
84442
+ let h = 46; //圆角高 10为基数(logo四周白色背景为10/2)
84443
+ let w = 46; //圆角宽
84444
+ let x = logoPosition - 5;
84445
+ let y = logoPosition - 5;
84446
+ let r = 5; //圆角半径
84447
+ ctx.moveTo(x + r, y);
84448
+ ctx.arcTo(x + w, y, x + w, y + h, r);
84449
+ ctx.arcTo(x + w, y + h, x, y + h, r);
84450
+ ctx.arcTo(x, y + h, x, y, r);
84451
+ ctx.arcTo(x, y, x + w, y, r);
84452
+ ctx.closePath();
84453
84453
  ctx.fill(); */
84454
84454
  logo.onload = function () {
84455
84455
  ctx.drawImage(logo, logoPosition, logoPosition, 46, 46);
@@ -85906,7 +85906,7 @@ function select_src_mainvue_type_script_lang_js_objectWithoutProperties(obj, key
85906
85906
  return value;
85907
85907
  } else if (Object.prototype.hasOwnProperty.call(data, 'children') && data.children && data.children.length) {
85908
85908
  var val = this.getLabel(value, data.children);
85909
- if (val) {
85909
+ if (val !== null) {
85910
85910
  return val;
85911
85911
  }
85912
85912
  }
@@ -85917,14 +85917,14 @@ function select_src_mainvue_type_script_lang_js_objectWithoutProperties(obj, key
85917
85917
  if (Array.isArray(data) && data.length) {
85918
85918
  for (var i = 0; i < data.length; i++) {
85919
85919
  var _val = this.getLabel(value, data[i]);
85920
- if (_val) {
85920
+ if (_val !== null) {
85921
85921
  return _val;
85922
85922
  }
85923
85923
  }
85924
85924
  }
85925
85925
  }
85926
85926
  }
85927
- return value;
85927
+ return null;
85928
85928
  },
85929
85929
  reload: function reload() {
85930
85930
  this.getData.apply(this, arguments);
@@ -86033,22 +86033,27 @@ function select_src_mainvue_type_script_lang_js_objectWithoutProperties(obj, key
86033
86033
  dom = models.map(function (item) {
86034
86034
  if (utils_util.isObject(item)) {
86035
86035
  if (!item[_this8.label] && !item.label) {
86036
- return _this8.getLabel(value[_this8.valKey], data);
86036
+ var _label = _this8.getLabel(value[_this8.valKey], data);
86037
+ return _label !== null ? _label : value[_this8.valKey];
86037
86038
  }
86038
86039
  return item[_this8.label] || item.label;
86039
86040
  }
86040
- return _this8.getLabel(item, _this8.results);
86041
+ var label = _this8.getLabel(item, _this8.results);
86042
+ return label !== null ? label : item;
86041
86043
  });
86042
86044
  } else if (utils_util.isObject(models)) {
86043
86045
  if (!models[this.label] && !models.label) {
86044
- dom = [this.getLabel(models[this.valKey], this.results)];
86046
+ var label = this.getLabel(models[this.valKey], this.results);
86047
+ dom = [label !== null ? label : models[this.valKey]];
86045
86048
  } else {
86046
86049
  dom = [models[this.label] || models.label];
86047
86050
  }
86048
86051
  } else {
86049
- dom = [this.getLabel(models, this.results)];
86052
+ var _label2 = this.getLabel(models, this.results);
86053
+ dom = [_label2 !== null ? _label2 : models];
86050
86054
  }
86051
86055
  console.log('dom', dom);
86056
+ console.log('dom.join(this.symbol)', dom.join(this.symbol));
86052
86057
  return h('div', {
86053
86058
  class: [{
86054
86059
  'es-plain': this.plain,
@@ -102593,7 +102598,7 @@ if (typeof window !== 'undefined' && window.Vue) {
102593
102598
  }
102594
102599
 
102595
102600
  /* harmony default export */ var src_0 = __webpack_exports__["default"] = ({
102596
- version: '0.7.99',
102601
+ version: '0.8.0',
102597
102602
  install: install,
102598
102603
  Button: packages_button,
102599
102604
  ButtonGroup: button_group,