eoss-ui 0.8.0 → 0.8.2

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 (235) hide show
  1. package/lib/calogin.js +233 -233
  2. package/lib/data-table.js +15 -7
  3. package/lib/eoss-ui.common.js +719 -701
  4. package/lib/flow.js +121 -120
  5. package/lib/index.js +1 -1
  6. package/lib/main.js +294 -291
  7. package/lib/qr-code.js +13 -13
  8. package/lib/select.js +10 -9
  9. package/lib/theme-chalk/index.css +1 -1
  10. package/lib/theme-chalk/login.css +1 -1
  11. package/lib/tree-group.js +22 -17
  12. package/package.json +1 -1
  13. package/packages/button/index.js +5 -5
  14. package/packages/button/src/main.vue +418 -418
  15. package/packages/button-group/index.js +5 -5
  16. package/packages/calendar/index.js +5 -5
  17. package/packages/calogin/index.js +5 -5
  18. package/packages/calogin/src/plugin.js +915 -915
  19. package/packages/card/index.js +5 -5
  20. package/packages/card/src/main.vue +156 -156
  21. package/packages/cascader/index.js +5 -5
  22. package/packages/cascader/src/main.vue +168 -168
  23. package/packages/checkbox-group/index.js +5 -5
  24. package/packages/checkbox-group/src/main.vue +333 -333
  25. package/packages/clients/index.js +5 -5
  26. package/packages/data-table/index.js +5 -5
  27. package/packages/data-table/src/children.vue +46 -39
  28. package/packages/data-table/src/main.vue +1847 -1847
  29. package/packages/data-table/src/sizer.vue +195 -195
  30. package/packages/data-table-form/index.js +5 -5
  31. package/packages/data-table-form/src/checkbox.vue +101 -101
  32. package/packages/data-table-form/src/colgroup.vue +17 -17
  33. package/packages/data-table-form/src/main.vue +181 -181
  34. package/packages/data-table-form/src/radio.vue +65 -65
  35. package/packages/data-table-form/src/table.vue +233 -233
  36. package/packages/data-table-form/src/tbody.vue +336 -336
  37. package/packages/data-table-form/src/thead.vue +68 -68
  38. package/packages/date-picker/index.js +5 -5
  39. package/packages/date-picker/src/main.vue +236 -236
  40. package/packages/dialog/index.js +5 -5
  41. package/packages/enable-drag/index.js +5 -5
  42. package/packages/enterprise/index.js +5 -5
  43. package/packages/enterprise/src/main.vue +66 -66
  44. package/packages/error-page/index.js +5 -5
  45. package/packages/error-page/src/main.vue +44 -44
  46. package/packages/flow/index.js +5 -5
  47. package/packages/flow/src/component/FreeCirculation.vue +245 -245
  48. package/packages/flow/src/component/TimeLimit.vue +190 -190
  49. package/packages/flow/src/main.vue +4146 -4145
  50. package/packages/flow-group/index.js +5 -5
  51. package/packages/flow-group/src/main.vue +750 -750
  52. package/packages/flow-list/index.js +5 -5
  53. package/packages/form/index.js +5 -5
  54. package/packages/handle-user/index.js +5 -5
  55. package/packages/handle-user/src/main.vue +137 -137
  56. package/packages/handler/index.js +5 -5
  57. package/packages/handler/src/main.vue +499 -499
  58. package/packages/icon/index.js +5 -5
  59. package/packages/icons/index.js +5 -5
  60. package/packages/icons/src/main.vue +81 -81
  61. package/packages/input/index.js +5 -5
  62. package/packages/input/src/main.vue +356 -356
  63. package/packages/input-number/index.js +5 -5
  64. package/packages/input-number/src/main.vue +106 -106
  65. package/packages/label/index.js +5 -5
  66. package/packages/label/src/main.vue +457 -457
  67. package/packages/layout/index.js +5 -5
  68. package/packages/layout/src/item.vue +152 -152
  69. package/packages/layout/src/main.vue +31 -31
  70. package/packages/login/index.js +5 -5
  71. package/packages/login/src/main.vue +2088 -2088
  72. package/packages/main/index.js +5 -5
  73. package/packages/main/src/default/index.vue +5 -2
  74. package/packages/main/src/default/message.vue +249 -249
  75. package/packages/main/src/default/notice.vue +157 -157
  76. package/packages/main/src/default/userinfo.vue +513 -513
  77. package/packages/main/src/simplicity/index.vue +2335 -2335
  78. package/packages/main/src/simplicity/lists.vue +84 -84
  79. package/packages/main/src/simplicity/router-page.vue +45 -45
  80. package/packages/main/src/simplicity/userinfo.vue +408 -408
  81. package/packages/main/src/simplicityTop/index.vue +2625 -2625
  82. package/packages/main/src/simplicityTop/userinfo.vue +408 -408
  83. package/packages/menu/index.js +5 -5
  84. package/packages/nav/index.js +5 -5
  85. package/packages/notify/index.js +5 -5
  86. package/packages/notify/src/main.vue +538 -538
  87. package/packages/page/index.js +5 -5
  88. package/packages/page/src/main.vue +167 -167
  89. package/packages/pagination/index.js +5 -5
  90. package/packages/pagination/src/main.vue +96 -96
  91. package/packages/player/index.js +5 -5
  92. package/packages/player/src/main.vue +194 -194
  93. package/packages/qr-code/index.js +5 -5
  94. package/packages/qr-code/src/main.vue +170 -170
  95. package/packages/radio-group/index.js +6 -6
  96. package/packages/radio-group/src/main.vue +319 -319
  97. package/packages/retrial-auth/index.js +5 -5
  98. package/packages/retrial-auth/src/main.vue +299 -299
  99. package/packages/select/index.js +5 -5
  100. package/packages/select/src/main.vue +16 -12
  101. package/packages/select-ganged/index.js +5 -5
  102. package/packages/select-ganged/src/main.vue +724 -724
  103. package/packages/selector/index.js +5 -5
  104. package/packages/selector-panel/index.js +5 -5
  105. package/packages/selector-panel/src/tree.vue +129 -129
  106. package/packages/sizer/index.js +5 -5
  107. package/packages/sizer/src/main.vue +254 -254
  108. package/packages/steps/index.js +5 -5
  109. package/packages/steps/src/main.vue +181 -181
  110. package/packages/switch/index.js +5 -5
  111. package/packages/table-form/index.js +5 -5
  112. package/packages/tabs/index.js +5 -5
  113. package/packages/tabs/src/main.vue +788 -788
  114. package/packages/tabs-panel/index.js +5 -5
  115. package/packages/tabs-panel/src/main.vue +29 -29
  116. package/packages/theme-chalk/lib/base.css +1 -0
  117. package/packages/theme-chalk/lib/button-group.css +1 -0
  118. package/packages/theme-chalk/lib/button.css +1 -0
  119. package/packages/theme-chalk/lib/calendar.css +1 -0
  120. package/packages/theme-chalk/lib/calogin.css +0 -0
  121. package/packages/theme-chalk/lib/card.css +1 -0
  122. package/packages/theme-chalk/lib/cascader.css +0 -0
  123. package/packages/theme-chalk/lib/checkbox-group.css +1 -0
  124. package/packages/theme-chalk/lib/clients.css +1 -0
  125. package/packages/theme-chalk/lib/data-table-form.css +1 -0
  126. package/packages/theme-chalk/lib/data-table.css +1 -0
  127. package/packages/theme-chalk/lib/date-picker.css +1 -0
  128. package/packages/theme-chalk/lib/dialog.css +1 -0
  129. package/packages/theme-chalk/lib/enable-drag.css +1 -0
  130. package/packages/theme-chalk/lib/enterprise.css +1 -0
  131. package/packages/theme-chalk/lib/error-page.css +1 -0
  132. package/packages/theme-chalk/lib/flow-chart.css +0 -0
  133. package/packages/theme-chalk/lib/flow-group.css +1 -0
  134. package/packages/theme-chalk/lib/flow-list.css +1 -0
  135. package/packages/theme-chalk/lib/flow.css +1 -0
  136. package/packages/theme-chalk/lib/fonts/iconfont.ttf +0 -0
  137. package/packages/theme-chalk/lib/fonts/iconfont.woff +0 -0
  138. package/packages/theme-chalk/lib/form.css +1 -0
  139. package/packages/theme-chalk/lib/handle-user.css +1 -0
  140. package/packages/theme-chalk/lib/handler.css +1 -0
  141. package/packages/theme-chalk/lib/icon.css +1 -0
  142. package/packages/theme-chalk/lib/icons.css +1 -0
  143. package/packages/theme-chalk/lib/index.css +1 -0
  144. package/packages/theme-chalk/lib/input-number.css +0 -0
  145. package/packages/theme-chalk/lib/input.css +1 -0
  146. package/packages/theme-chalk/lib/label.css +1 -0
  147. package/packages/theme-chalk/lib/layout.css +1 -0
  148. package/packages/theme-chalk/lib/login.css +1 -0
  149. package/packages/theme-chalk/lib/main.css +1 -0
  150. package/packages/theme-chalk/lib/menu.css +1 -0
  151. package/packages/theme-chalk/lib/nav.css +1 -0
  152. package/packages/theme-chalk/lib/notify.css +0 -0
  153. package/packages/theme-chalk/lib/page.css +1 -0
  154. package/packages/theme-chalk/lib/pagination.css +1 -0
  155. package/packages/theme-chalk/lib/player.css +1 -0
  156. package/packages/theme-chalk/lib/qr-code.css +1 -0
  157. package/packages/theme-chalk/lib/radio-group.css +1 -0
  158. package/packages/theme-chalk/lib/retrial-auth.css +1 -0
  159. package/packages/theme-chalk/lib/select-ganged.css +1 -0
  160. package/packages/theme-chalk/lib/select.css +1 -0
  161. package/packages/theme-chalk/lib/selector-panel.css +1 -0
  162. package/packages/theme-chalk/lib/selector.css +1 -0
  163. package/packages/theme-chalk/lib/simplicity-top.css +1 -0
  164. package/packages/theme-chalk/lib/simplicity.css +1 -0
  165. package/packages/theme-chalk/lib/sizer.css +1 -0
  166. package/packages/theme-chalk/lib/steps.css +1 -0
  167. package/packages/theme-chalk/lib/switch.css +1 -0
  168. package/packages/theme-chalk/lib/table-form.css +0 -0
  169. package/packages/theme-chalk/lib/tabs-panel.css +0 -0
  170. package/packages/theme-chalk/lib/tabs.css +1 -0
  171. package/packages/theme-chalk/lib/tips.css +1 -0
  172. package/packages/theme-chalk/lib/toolbar.css +1 -0
  173. package/packages/theme-chalk/lib/tree-group.css +1 -0
  174. package/packages/theme-chalk/lib/tree.css +1 -0
  175. package/packages/theme-chalk/lib/upload.css +1 -0
  176. package/packages/theme-chalk/lib/wujie.css +0 -0
  177. package/packages/theme-chalk/lib/wxlogin.css +1 -0
  178. package/packages/theme-chalk/src/base.scss +261 -261
  179. package/packages/theme-chalk/src/button-group.scss +176 -176
  180. package/packages/theme-chalk/src/button.scss +24 -24
  181. package/packages/theme-chalk/src/calendar.scss +113 -113
  182. package/packages/theme-chalk/src/card.scss +99 -99
  183. package/packages/theme-chalk/src/checkbox-group.scss +8 -8
  184. package/packages/theme-chalk/src/clients.scss +87 -87
  185. package/packages/theme-chalk/src/data-table-form.scss +67 -67
  186. package/packages/theme-chalk/src/date-picker.scss +7 -7
  187. package/packages/theme-chalk/src/dialog.scss +77 -77
  188. package/packages/theme-chalk/src/enable-drag.scss +181 -181
  189. package/packages/theme-chalk/src/enterprise.scss +5 -5
  190. package/packages/theme-chalk/src/error-page.scss +18 -18
  191. package/packages/theme-chalk/src/flow-group.scss +110 -110
  192. package/packages/theme-chalk/src/handle-user.scss +40 -40
  193. package/packages/theme-chalk/src/icons.scss +99 -99
  194. package/packages/theme-chalk/src/input.scss +9 -9
  195. package/packages/theme-chalk/src/label.scss +24 -24
  196. package/packages/theme-chalk/src/layout.scss +46 -46
  197. package/packages/theme-chalk/src/mixins/color.scss +117 -117
  198. package/packages/theme-chalk/src/nav.scss +111 -111
  199. package/packages/theme-chalk/src/page.scss +3 -3
  200. package/packages/theme-chalk/src/pagination.scss +29 -29
  201. package/packages/theme-chalk/src/player.scss +9 -9
  202. package/packages/theme-chalk/src/qr-code.scss +17 -17
  203. package/packages/theme-chalk/src/radio-group.scss +9 -9
  204. package/packages/theme-chalk/src/retrial-auth.scss +38 -38
  205. package/packages/theme-chalk/src/select-ganged.scss +8 -8
  206. package/packages/theme-chalk/src/select.scss +8 -8
  207. package/packages/theme-chalk/src/selector-panel.scss +204 -204
  208. package/packages/theme-chalk/src/sizer.scss +36 -36
  209. package/packages/theme-chalk/src/steps.scss +88 -88
  210. package/packages/theme-chalk/src/switch.scss +3 -3
  211. package/packages/theme-chalk/src/table-form.scss +1 -1
  212. package/packages/theme-chalk/src/tabs.scss +87 -87
  213. package/packages/theme-chalk/src/tips.scss +7 -7
  214. package/packages/theme-chalk/src/toolbar.scss +179 -179
  215. package/packages/theme-chalk/src/tree-group.scss +72 -72
  216. package/packages/theme-chalk/src/wxlogin.scss +3 -3
  217. package/packages/tips/index.js +5 -5
  218. package/packages/toolbar/index.js +5 -5
  219. package/packages/tree/index.js +5 -5
  220. package/packages/tree-group/index.js +5 -5
  221. package/packages/tree-group/src/main.vue +14 -9
  222. package/packages/upload/index.js +5 -5
  223. package/packages/upload/src/main.vue +1344 -1344
  224. package/packages/upload/src/picture.js +15 -15
  225. package/packages/wujie/index.js +5 -5
  226. package/packages/wxlogin/index.js +5 -5
  227. package/packages/wxlogin/src/main.vue +128 -128
  228. package/src/config/image.js +2 -2
  229. package/src/index.js +1 -1
  230. package/src/utils/bus.js +3 -3
  231. package/src/utils/date-util.js +312 -312
  232. package/src/utils/http.js +50 -50
  233. package/src/utils/store.js +21 -21
  234. package/src/utils/webSocket.js +107 -107
  235. 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
 
@@ -10207,8 +10207,8 @@ mainvue_type_template_id_d5922368_render._withStripped = true
10207
10207
 
10208
10208
  // CONCATENATED MODULE: ./packages/data-table/src/main.vue?vue&type=template&id=d5922368&
10209
10209
 
10210
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/data-table/src/children.vue?vue&type=template&id=271bb842&
10211
- var childrenvue_type_template_id_271bb842_render = function () {
10210
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/data-table/src/children.vue?vue&type=template&id=d07af914&
10211
+ var childrenvue_type_template_id_d07af914_render = function () {
10212
10212
  var _vm = this
10213
10213
  var _h = _vm.$createElement
10214
10214
  var _c = _vm._self._c || _h
@@ -10229,6 +10229,7 @@ var childrenvue_type_template_id_271bb842_render = function () {
10229
10229
  key:
10230
10230
  item.key ||
10231
10231
  item.id ||
10232
+ item.field ||
10232
10233
  item.label ||
10233
10234
  item.title ||
10234
10235
  index,
@@ -10257,11 +10258,11 @@ var childrenvue_type_template_id_271bb842_render = function () {
10257
10258
  2
10258
10259
  )
10259
10260
  }
10260
- var childrenvue_type_template_id_271bb842_staticRenderFns = []
10261
- childrenvue_type_template_id_271bb842_render._withStripped = true
10261
+ var childrenvue_type_template_id_d07af914_staticRenderFns = []
10262
+ childrenvue_type_template_id_d07af914_render._withStripped = true
10262
10263
 
10263
10264
 
10264
- // CONCATENATED MODULE: ./packages/data-table/src/children.vue?vue&type=template&id=271bb842&
10265
+ // CONCATENATED MODULE: ./packages/data-table/src/children.vue?vue&type=template&id=d07af914&
10265
10266
 
10266
10267
  // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/data-table/src/column.vue?vue&type=template&id=79d6d05e&
10267
10268
  var columnvue_type_template_id_79d6d05e_render = function () {
@@ -12054,6 +12055,13 @@ var column_component = normalizeComponent(
12054
12055
  //
12055
12056
  //
12056
12057
  //
12058
+ //
12059
+ //
12060
+ //
12061
+ //
12062
+ //
12063
+ //
12064
+ //
12057
12065
 
12058
12066
 
12059
12067
  /* harmony default export */ var childrenvue_type_script_lang_js_ = ({
@@ -12086,8 +12094,8 @@ var column_component = normalizeComponent(
12086
12094
 
12087
12095
  var children_component = normalizeComponent(
12088
12096
  src_childrenvue_type_script_lang_js_,
12089
- childrenvue_type_template_id_271bb842_render,
12090
- childrenvue_type_template_id_271bb842_staticRenderFns,
12097
+ childrenvue_type_template_id_d07af914_render,
12098
+ childrenvue_type_template_id_d07af914_staticRenderFns,
12091
12099
  false,
12092
12100
  null,
12093
12101
  null,
@@ -28345,8 +28353,8 @@ form_src_main.install = function (Vue) {
28345
28353
  };
28346
28354
 
28347
28355
  /* harmony default export */ var packages_form = (form_src_main);
28348
- // 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=910bb440&
28349
- var mainvue_type_template_id_910bb440_render = function () {
28356
+ // 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=5f7f1248&
28357
+ var mainvue_type_template_id_5f7f1248_render = function () {
28350
28358
  var _vm = this
28351
28359
  var _h = _vm.$createElement
28352
28360
  var _c = _vm._self._c || _h
@@ -31363,11 +31371,11 @@ var mainvue_type_template_id_910bb440_render = function () {
31363
31371
  )
31364
31372
  : _vm._e()
31365
31373
  }
31366
- var mainvue_type_template_id_910bb440_staticRenderFns = []
31367
- mainvue_type_template_id_910bb440_render._withStripped = true
31374
+ var mainvue_type_template_id_5f7f1248_staticRenderFns = []
31375
+ mainvue_type_template_id_5f7f1248_render._withStripped = true
31368
31376
 
31369
31377
 
31370
- // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=910bb440&
31378
+ // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=5f7f1248&
31371
31379
 
31372
31380
  // 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&
31373
31381
  var CommonOpinionsvue_type_template_id_7b4f1542_render = function () {
@@ -49132,6 +49140,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
49132
49140
  //
49133
49141
  //
49134
49142
  //
49143
+ //
49135
49144
 
49136
49145
 
49137
49146
 
@@ -50027,11 +50036,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50027
50036
  });
50028
50037
  },
50029
50038
 
50030
- /**
50031
- * saveInfo
50032
- * @desc:暂存
50033
- * @author liufan
50034
- * @date 2022年9月9日
50039
+ /**
50040
+ * saveInfo
50041
+ * @desc:暂存
50042
+ * @author liufan
50043
+ * @date 2022年9月9日
50035
50044
  **/
50036
50045
  saveInfo: function saveInfo(type, btn) {
50037
50046
  var _this13 = this;
@@ -50093,11 +50102,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50093
50102
  });
50094
50103
  },
50095
50104
 
50096
- /**
50097
- * rejectBtn
50098
- * @desc:点击驳回
50099
- * @author liufan
50100
- * @date 2022年5月25日
50105
+ /**
50106
+ * rejectBtn
50107
+ * @desc:点击驳回
50108
+ * @author liufan
50109
+ * @date 2022年5月25日
50101
50110
  **/
50102
50111
  rejectBtn: function rejectBtn() {
50103
50112
  var _this15 = this;
@@ -50115,11 +50124,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50115
50124
  }
50116
50125
  },
50117
50126
 
50118
- /**
50119
- * taskReadBtn
50120
- * @desc:点击分阅
50121
- * @author liufan
50122
- * @date 2022年5月25日
50127
+ /**
50128
+ * taskReadBtn
50129
+ * @desc:点击分阅
50130
+ * @author liufan
50131
+ * @date 2022年5月25日
50123
50132
  **/
50124
50133
  taskReadBtn: function taskReadBtn() {
50125
50134
  var _this16 = this;
@@ -50138,11 +50147,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50138
50147
  }
50139
50148
  },
50140
50149
 
50141
- /**
50142
- * getFind
50143
- * @desc:获取通知方式
50144
- * @author liufan
50145
- * @date 2022年5月25日
50150
+ /**
50151
+ * getFind
50152
+ * @desc:获取通知方式
50153
+ * @author liufan
50154
+ * @date 2022年5月25日
50146
50155
  **/
50147
50156
  getFind: function getFind() {
50148
50157
  var _this17 = this;
@@ -50208,12 +50217,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50208
50217
  });
50209
50218
  },
50210
50219
 
50211
- /**
50212
- * endFlows
50213
- * @desc:直接办结
50214
- * @author liufan
50215
- * @param {Object} res 直接办结数据
50216
- * @date 2022年5月25日
50220
+ /**
50221
+ * endFlows
50222
+ * @desc:直接办结
50223
+ * @author liufan
50224
+ * @param {Object} res 直接办结数据
50225
+ * @date 2022年5月25日
50217
50226
  **/
50218
50227
  endFlows: function endFlows(res) {
50219
50228
  var _this19 = this;
@@ -50268,12 +50277,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50268
50277
  }).catch(function (e) {});
50269
50278
  },
50270
50279
 
50271
- /**
50272
- * goView
50273
- * @desc:更多流程按钮操作
50274
- * @author liufan
50275
- * @param {Object} res 当前点击操作按钮数据
50276
- * @date 2022年5月25日
50280
+ /**
50281
+ * goView
50282
+ * @desc:更多流程按钮操作
50283
+ * @author liufan
50284
+ * @param {Object} res 当前点击操作按钮数据
50285
+ * @date 2022年5月25日
50277
50286
  **/
50278
50287
  goView: function goView(res) {
50279
50288
  // 驳回并办结:rejectAndEndHtml
@@ -50360,11 +50369,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50360
50369
  // isCanStartSubFlow
50361
50370
  },
50362
50371
 
50363
- /**
50364
- * toTakeAdvice
50365
- * @desc:征求意见
50366
- * @author liufan
50367
- * @date 2022年9月29日
50372
+ /**
50373
+ * toTakeAdvice
50374
+ * @desc:征求意见
50375
+ * @author liufan
50376
+ * @date 2022年9月29日
50368
50377
  **/
50369
50378
  toTakeAdvice: function toTakeAdvice(res) {
50370
50379
  var _this21 = this;
@@ -50408,11 +50417,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50408
50417
  });
50409
50418
  },
50410
50419
 
50411
- /**
50412
- * toStartDraf
50413
- * @desc: 稿件递送、联合审核、复核
50414
- * @author liufan
50415
- * @date 2022年9月29日
50420
+ /**
50421
+ * toStartDraf
50422
+ * @desc: 稿件递送、联合审核、复核
50423
+ * @author liufan
50424
+ * @date 2022年9月29日
50416
50425
  **/
50417
50426
  toStartDraf: function toStartDraf(res) {
50418
50427
  var _this23 = this;
@@ -50426,11 +50435,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50426
50435
  }
50427
50436
  },
50428
50437
 
50429
- /**
50430
- * toSendMsg
50431
- * @desc:核稿通知
50432
- * @author liufan
50433
- * @date 2022年9月29日
50438
+ /**
50439
+ * toSendMsg
50440
+ * @desc:核稿通知
50441
+ * @author liufan
50442
+ * @date 2022年9月29日
50434
50443
  **/
50435
50444
  toSendMsg: function toSendMsg(res) {
50436
50445
  var _this24 = this;
@@ -50444,11 +50453,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50444
50453
  }
50445
50454
  },
50446
50455
 
50447
- /**
50448
- * toTaskReadAndEnd
50449
- * @desc:分阅并办结
50450
- * @author liufan
50451
- * @date 2022年9月29日
50456
+ /**
50457
+ * toTaskReadAndEnd
50458
+ * @desc:分阅并办结
50459
+ * @author liufan
50460
+ * @date 2022年9月29日
50452
50461
  **/
50453
50462
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
50454
50463
  var _this25 = this;
@@ -50466,11 +50475,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50466
50475
  }
50467
50476
  },
50468
50477
 
50469
- /**
50470
- * rejectAndEnd
50471
- * @desc:驳回并办结
50472
- * @author liufan
50473
- * @date 2022年9月29日
50478
+ /**
50479
+ * rejectAndEnd
50480
+ * @desc:驳回并办结
50481
+ * @author liufan
50482
+ * @date 2022年9月29日
50474
50483
  **/
50475
50484
  rejectAndEnd: function rejectAndEnd(res) {
50476
50485
  var _this26 = this;
@@ -50526,11 +50535,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50526
50535
  });
50527
50536
  },
50528
50537
 
50529
- /**
50530
- * toTransfer
50531
- * @desc:转办
50532
- * @author liufan
50533
- * @date 2022年9月29日
50538
+ /**
50539
+ * toTransfer
50540
+ * @desc:转办
50541
+ * @author liufan
50542
+ * @date 2022年9月29日
50534
50543
  **/
50535
50544
  toTransfer: function toTransfer(res) {
50536
50545
  var _this28 = this;
@@ -50549,11 +50558,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50549
50558
  this.nextNode.customLimitTime = val;
50550
50559
  },
50551
50560
 
50552
- /**
50553
- * getNodeInfo
50554
- * @desc:获取节点信息
50555
- * @author liufan
50556
- * @date 2022年5月25日
50561
+ /**
50562
+ * getNodeInfo
50563
+ * @desc:获取节点信息
50564
+ * @author liufan
50565
+ * @date 2022年5月25日
50557
50566
  **/
50558
50567
  getNodeInfo: function getNodeInfo() {
50559
50568
  var _this29 = this;
@@ -50664,12 +50673,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50664
50673
  });
50665
50674
  },
50666
50675
 
50667
- /**
50668
- * selecNext
50669
- * @desc:下步节点变化时更新数据
50670
- * @author liufan
50671
- * @param {String} val 当前选中值
50672
- * @date 2022年5月25日
50676
+ /**
50677
+ * selecNext
50678
+ * @desc:下步节点变化时更新数据
50679
+ * @author liufan
50680
+ * @param {String} val 当前选中值
50681
+ * @date 2022年5月25日
50673
50682
  **/
50674
50683
  selecNext: function selecNext(val, type, isDef) {
50675
50684
  var _this30 = this;
@@ -50802,11 +50811,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50802
50811
  this.getNodeInfo();
50803
50812
  },
50804
50813
 
50805
- /**
50806
- * isMultiple
50807
- * @desc:是否多选
50808
- * @author liufan
50809
- * @date 2022年9月13日
50814
+ /**
50815
+ * isMultiple
50816
+ * @desc:是否多选
50817
+ * @author liufan
50818
+ * @date 2022年9月13日
50810
50819
  **/
50811
50820
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
50812
50821
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -50838,11 +50847,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50838
50847
  }
50839
50848
  },
50840
50849
 
50841
- /**
50842
- * getHedInfo
50843
- * @desc:获取审核页面数据
50844
- * @author liufan
50845
- * @date 2022年5月25日
50850
+ /**
50851
+ * getHedInfo
50852
+ * @desc:获取审核页面数据
50853
+ * @author liufan
50854
+ * @date 2022年5月25日
50846
50855
  **/
50847
50856
  getHedInfo: function getHedInfo() {
50848
50857
  var _this31 = this;
@@ -51153,13 +51162,13 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51153
51162
  });
51154
51163
  },
51155
51164
 
51156
- /**
51157
- * closeProcess
51158
- * @desc:关闭弹窗
51159
- * @author liufan
51160
- * @param {boolean} val 当前是否办理流程
51161
- * @param {String} type 当前点击的弹窗类型
51162
- * @date 2022年5月25日
51165
+ /**
51166
+ * closeProcess
51167
+ * @desc:关闭弹窗
51168
+ * @author liufan
51169
+ * @param {boolean} val 当前是否办理流程
51170
+ * @param {String} type 当前点击的弹窗类型
51171
+ * @date 2022年5月25日
51163
51172
  **/
51164
51173
  closeProcess: function closeProcess(val, type, closeParent) {
51165
51174
  if (this.closeParent && !this.startFlowPageEmbeddedIntoStartFlowIndex) {
@@ -51179,23 +51188,23 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51179
51188
  }
51180
51189
  },
51181
51190
 
51182
- /**
51183
- * selectChange
51184
- * @desc:常用语选择
51185
- * @author liufan
51186
- * @param {String} val 选中值
51187
- * @date 2022年5月25日
51191
+ /**
51192
+ * selectChange
51193
+ * @desc:常用语选择
51194
+ * @author liufan
51195
+ * @param {String} val 选中值
51196
+ * @date 2022年5月25日
51188
51197
  **/
51189
51198
  selectChange: function selectChange(val) {
51190
51199
  this.value = val;
51191
51200
  },
51192
51201
 
51193
- /**
51194
- * upDate
51195
- * @desc:修改常用语
51196
- * @author liufan
51197
- * @param {Object} val 修改值
51198
- * @date 2022年5月25日
51202
+ /**
51203
+ * upDate
51204
+ * @desc:修改常用语
51205
+ * @author liufan
51206
+ * @param {Object} val 修改值
51207
+ * @date 2022年5月25日
51199
51208
  **/
51200
51209
  upDate: function upDate(val) {
51201
51210
  this.FormData.id = val.id;
@@ -51203,11 +51212,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51203
51212
  },
51204
51213
 
51205
51214
 
51206
- /**
51207
- * getProcess
51208
- * @desc:获取选择流程
51209
- * @author liufan
51210
- * @date 2022年5月25日
51215
+ /**
51216
+ * getProcess
51217
+ * @desc:获取选择流程
51218
+ * @author liufan
51219
+ * @date 2022年5月25日
51211
51220
  **/
51212
51221
  getProcess: function getProcess(val) {
51213
51222
  var _this32 = this;
@@ -51267,11 +51276,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51267
51276
  });
51268
51277
  },
51269
51278
 
51270
- /**
51271
- * getPendedhistoryList
51272
- * @desc:获取流程列表
51273
- * @author liufan
51274
- * @date 2022年5月25日
51279
+ /**
51280
+ * getPendedhistoryList
51281
+ * @desc:获取流程列表
51282
+ * @author liufan
51283
+ * @date 2022年5月25日
51275
51284
  **/
51276
51285
  getPendedhistoryList: function getPendedhistoryList() {
51277
51286
  var _this33 = this;
@@ -51342,12 +51351,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51342
51351
  beforeSubProcess: function beforeSubProcess() {},
51343
51352
 
51344
51353
  // 提交流程
51345
- /**
51346
- * subProcess
51347
- * @desc:提交流程
51348
- * @author liufan
51349
- * @param {String} formName 当前form表单ref值
51350
- * @date 2022年5月25日
51354
+ /**
51355
+ * subProcess
51356
+ * @desc:提交流程
51357
+ * @author liufan
51358
+ * @param {String} formName 当前form表单ref值
51359
+ * @date 2022年5月25日
51351
51360
  **/
51352
51361
  subProcess: function subProcess(val, type) {
51353
51362
  var _this35 = this;
@@ -51826,8 +51835,8 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51826
51835
 
51827
51836
  var flow_src_main_component = normalizeComponent(
51828
51837
  packages_flow_src_mainvue_type_script_lang_js_,
51829
- mainvue_type_template_id_910bb440_render,
51830
- mainvue_type_template_id_910bb440_staticRenderFns,
51838
+ mainvue_type_template_id_5f7f1248_render,
51839
+ mainvue_type_template_id_5f7f1248_staticRenderFns,
51831
51840
  false,
51832
51841
  null,
51833
51842
  null,
@@ -70347,10 +70356,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70347
70356
  this.$refs.user.handleSelect(res);
70348
70357
  },
70349
70358
 
70350
- /**
70351
- * @desc:匹配路由
70352
- * @author huangbo
70353
- * @date 2024年9月7日
70359
+ /**
70360
+ * @desc:匹配路由
70361
+ * @author huangbo
70362
+ * @date 2024年9月7日
70354
70363
  **/
70355
70364
  hasRouter: function hasRouter(res, url, code) {
70356
70365
  if (!url) {
@@ -70394,10 +70403,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70394
70403
  return false;
70395
70404
  },
70396
70405
 
70397
- /**
70398
- * @desc:获取初始数据
70399
- * @author huangbo
70400
- * @date 2024年9月7日
70406
+ /**
70407
+ * @desc:获取初始数据
70408
+ * @author huangbo
70409
+ * @date 2024年9月7日
70401
70410
  **/
70402
70411
  init: function init(results, first) {
70403
70412
  this.setConfig(results);
@@ -70406,10 +70415,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70406
70415
  }
70407
70416
  },
70408
70417
 
70409
- /**
70410
- * @desc:设置用户配置及信息
70411
- * @author huangbo
70412
- * @date 2024年9月7日
70418
+ /**
70419
+ * @desc:设置用户配置及信息
70420
+ * @author huangbo
70421
+ * @date 2024年9月7日
70413
70422
  **/
70414
70423
  setConfig: function setConfig(results) {
70415
70424
  localStorage.setItem('mainConfig', JSON.stringify(results));
@@ -70577,10 +70586,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70577
70586
  }
70578
70587
  },
70579
70588
 
70580
- /**
70581
- * @desc:获取所有应用
70582
- * @author huangbo
70583
- * @date 2024年9月7日
70589
+ /**
70590
+ * @desc:获取所有应用
70591
+ * @author huangbo
70592
+ * @date 2024年9月7日
70584
70593
  **/
70585
70594
  getApplications: function getApplications() {
70586
70595
  var _this2 = this;
@@ -70628,10 +70637,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70628
70637
  });
70629
70638
  },
70630
70639
 
70631
- /**
70632
- * @desc:获取菜单列表
70633
- * @author huangbo
70634
- * @date 2024年9月7日
70640
+ /**
70641
+ * @desc:获取菜单列表
70642
+ * @author huangbo
70643
+ * @date 2024年9月7日
70635
70644
  **/
70636
70645
  getMenus: function getMenus(loading) {
70637
70646
  var _this3 = this;
@@ -70664,10 +70673,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70664
70673
  });
70665
70674
  },
70666
70675
 
70667
- /**
70668
- * @desc:处理菜单列表
70669
- * @author huangbo
70670
- * @date 2024年9月7日
70676
+ /**
70677
+ * @desc:处理菜单列表
70678
+ * @author huangbo
70679
+ * @date 2024年9月7日
70671
70680
  **/
70672
70681
  renderMenus: function renderMenus(res) {
70673
70682
  this.menus = res;
@@ -70763,10 +70772,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70763
70772
  }
70764
70773
  },
70765
70774
 
70766
- /**
70767
- * @desc:设置页面加载类型
70768
- * @author huangbo
70769
- * @date 2024年9月7日
70775
+ /**
70776
+ * @desc:设置页面加载类型
70777
+ * @author huangbo
70778
+ * @date 2024年9月7日
70770
70779
  **/
70771
70780
  setIframeType: function setIframeType(res) {
70772
70781
  var url = res.url;
@@ -70822,10 +70831,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70822
70831
  return res;
70823
70832
  },
70824
70833
 
70825
- /**
70826
- * @desc:获取菜单
70827
- * @author huangbo
70828
- * @date 2024年9月7日
70834
+ /**
70835
+ * @desc:获取菜单
70836
+ * @author huangbo
70837
+ * @date 2024年9月7日
70829
70838
  **/
70830
70839
  getMenu: function getMenu(menus, res, key) {
70831
70840
  if (Array.isArray(menus)) {
@@ -70854,10 +70863,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70854
70863
  return false;
70855
70864
  },
70856
70865
 
70857
- /**
70858
- * @desc:获取菜单第一条数据
70859
- * @author huangbo
70860
- * @date 2024年9月7日
70866
+ /**
70867
+ * @desc:获取菜单第一条数据
70868
+ * @author huangbo
70869
+ * @date 2024年9月7日
70861
70870
  **/
70862
70871
  getFirst: function getFirst(obj) {
70863
70872
  if (!obj) {
@@ -70876,10 +70885,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70876
70885
  }
70877
70886
  },
70878
70887
 
70879
- /**
70880
- * @desc:遍历设置菜单气泡提醒
70881
- * @author huangbo
70882
- * @date 2024年9月7日
70888
+ /**
70889
+ * @desc:遍历设置菜单气泡提醒
70890
+ * @author huangbo
70891
+ * @date 2024年9月7日
70883
70892
  **/
70884
70893
  setTips: function setTips(obj) {
70885
70894
  var _this4 = this;
@@ -70950,10 +70959,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70950
70959
  }
70951
70960
  },
70952
70961
 
70953
- /**
70954
- * @desc:获取气泡提醒
70955
- * @author huangbo
70956
- * @date 2024年9月7日
70962
+ /**
70963
+ * @desc:获取气泡提醒
70964
+ * @author huangbo
70965
+ * @date 2024年9月7日
70957
70966
  **/
70958
70967
  getBadge: function getBadge(res) {
70959
70968
  var num = res.tips || 0;
@@ -70967,10 +70976,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70967
70976
  };
70968
70977
  },
70969
70978
 
70970
- /**
70971
- * @desc:开启weosocket
70972
- * @author huangbo
70973
- * @date 2024年9月7日
70979
+ /**
70980
+ * @desc:开启weosocket
70981
+ * @author huangbo
70982
+ * @date 2024年9月7日
70974
70983
  **/
70975
70984
  initWebSocket: function initWebSocket() {
70976
70985
  var _this6 = this;
@@ -71019,10 +71028,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71019
71028
  });
71020
71029
  },
71021
71030
 
71022
- /**
71023
- * @desc:显示用户信息
71024
- * @author huangbo
71025
- * @date 2024年9月7日
71031
+ /**
71032
+ * @desc:显示用户信息
71033
+ * @author huangbo
71034
+ * @date 2024年9月7日
71026
71035
  **/
71027
71036
  showUserInfo: function showUserInfo() {
71028
71037
  if (this.showUser === false) {
@@ -71030,19 +71039,19 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71030
71039
  }
71031
71040
  },
71032
71041
 
71033
- /**
71034
- * @desc:删除更多应用菜单点击
71035
- * @author huangbo
71036
- * @date 2024年9月7日
71042
+ /**
71043
+ * @desc:删除更多应用菜单点击
71044
+ * @author huangbo
71045
+ * @date 2024年9月7日
71037
71046
  **/
71038
71047
  handleDelete: function handleDelete(index) {
71039
71048
  this.newApps.splice(index, 1);
71040
71049
  },
71041
71050
 
71042
- /**
71043
- * @desc:储存更多应用菜单点击
71044
- * @author huangbo
71045
- * @date 2024年9月7日
71051
+ /**
71052
+ * @desc:储存更多应用菜单点击
71053
+ * @author huangbo
71054
+ * @date 2024年9月7日
71046
71055
  **/
71047
71056
  handlerClickApps: function handlerClickApps(res) {
71048
71057
  if (res.permission === false) {
@@ -71055,10 +71064,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71055
71064
  this.handlerClickApp(res);
71056
71065
  },
71057
71066
 
71058
- /**
71059
- * @desc:侧边应用菜单点击
71060
- * @author huangbo
71061
- * @date 2024年9月7日
71067
+ /**
71068
+ * @desc:侧边应用菜单点击
71069
+ * @author huangbo
71070
+ * @date 2024年9月7日
71062
71071
  **/
71063
71072
  handlerClickApp: function handlerClickApp(res) {
71064
71073
  this.showMsg = false;
@@ -71147,10 +71156,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71147
71156
  }
71148
71157
  },
71149
71158
 
71150
- /**
71151
- * @desc:显示Drawer界面
71152
- * @author huangbo
71153
- * @date 2024年9月7日
71159
+ /**
71160
+ * @desc:显示Drawer界面
71161
+ * @author huangbo
71162
+ * @date 2024年9月7日
71154
71163
  **/
71155
71164
  handlerSetDrawer: function handlerSetDrawer(res, type) {
71156
71165
  var direction = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : 'ltr';
@@ -71170,19 +71179,19 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71170
71179
  }
71171
71180
  },
71172
71181
 
71173
- /**
71174
- * @desc:关闭Drawer界面
71175
- * @author huangbo
71176
- * @date 2024年9月7日
71182
+ /**
71183
+ * @desc:关闭Drawer界面
71184
+ * @author huangbo
71185
+ * @date 2024年9月7日
71177
71186
  **/
71178
71187
  handleCloseDrawer: function handleCloseDrawer() {
71179
71188
  this.drawer = { visible: false };
71180
71189
  },
71181
71190
 
71182
- /**
71183
- * @desc:菜单点击
71184
- * @author huangbo
71185
- * @date 2024年9月7日
71191
+ /**
71192
+ * @desc:菜单点击
71193
+ * @author huangbo
71194
+ * @date 2024年9月7日
71186
71195
  **/
71187
71196
  handlerClickMenu: function handlerClickMenu(res) {
71188
71197
  utils_util.ajax({
@@ -71231,19 +71240,19 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71231
71240
  },
71232
71241
 
71233
71242
 
71234
- /**
71235
- * @desc:用户详情请求成功
71236
- * @author huangbo
71237
- * @date 2024年9月7日
71243
+ /**
71244
+ * @desc:用户详情请求成功
71245
+ * @author huangbo
71246
+ * @date 2024年9月7日
71238
71247
  **/
71239
71248
  handleSuccess: function handleSuccess(res) {
71240
71249
  this.simpleUserInfo = res.simpleUserInfo;
71241
71250
  },
71242
71251
 
71243
- /**
71244
- * @desc:修改用户配置
71245
- * @author huangbo
71246
- * @date 2024年9月7日
71252
+ /**
71253
+ * @desc:修改用户配置
71254
+ * @author huangbo
71255
+ * @date 2024年9月7日
71247
71256
  **/
71248
71257
  handleChangeConfig: function handleChangeConfig(name, res) {
71249
71258
  if (name == 'userHeadUrl') {
@@ -71259,10 +71268,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71259
71268
  }
71260
71269
  },
71261
71270
 
71262
- /**
71263
- * @desc:关闭webSocket
71264
- * @author huangbo
71265
- * @date 2024年9月7日
71271
+ /**
71272
+ * @desc:关闭webSocket
71273
+ * @author huangbo
71274
+ * @date 2024年9月7日
71266
71275
  **/
71267
71276
  handlerClose: function handlerClose() {
71268
71277
  if (this.webSocket) {
@@ -71270,10 +71279,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71270
71279
  }
71271
71280
  },
71272
71281
 
71273
- /**
71274
- * @desc:刷新选中iframe页签
71275
- * @author huangbo
71276
- * @date 2024年9月7日
71282
+ /**
71283
+ * @desc:刷新选中iframe页签
71284
+ * @author huangbo
71285
+ * @date 2024年9月7日
71277
71286
  **/
71278
71287
  handleRefresh: function handleRefresh(arg) {
71279
71288
  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 +71319,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71310
71319
  }
71311
71320
  },
71312
71321
 
71313
- /**
71314
- * @desc:删除iframe
71315
- * @author huangbo
71316
- * @date 2024年9月7日
71322
+ /**
71323
+ * @desc:删除iframe
71324
+ * @author huangbo
71325
+ * @date 2024年9月7日
71317
71326
  **/
71318
71327
  handleRemove: function handleRemove(name) {
71319
71328
  var len = this.tabs.length - 1;
@@ -71330,10 +71339,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71330
71339
  }
71331
71340
  },
71332
71341
 
71333
- /**
71334
- * @desc:tabs鼠标右键事件
71335
- * @author huangbo
71336
- * @date 2024年9月7日
71342
+ /**
71343
+ * @desc:tabs鼠标右键事件
71344
+ * @author huangbo
71345
+ * @date 2024年9月7日
71337
71346
  **/
71338
71347
  handleContextmenu: function handleContextmenu(tabs, e) {
71339
71348
  var disabled = {};
@@ -71358,10 +71367,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71358
71367
  window.addEventListener('click', this.closeTabsEvents);
71359
71368
  },
71360
71369
 
71361
- /**
71362
- * @desc:tabs页签事件
71363
- * @author huangbo
71364
- * @date 2024年9月7日
71370
+ /**
71371
+ * @desc:tabs页签事件
71372
+ * @author huangbo
71373
+ * @date 2024年9月7日
71365
71374
  **/
71366
71375
  handleTabsEvents: function handleTabsEvents(num) {
71367
71376
  if (this.pane !== null) {
@@ -71372,10 +71381,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71372
71381
  },
71373
71382
 
71374
71383
 
71375
- /**
71376
- * @desc:关闭页签事件面板
71377
- * @author huangbo
71378
- * @date 2024年9月7日
71384
+ /**
71385
+ * @desc:关闭页签事件面板
71386
+ * @author huangbo
71387
+ * @date 2024年9月7日
71379
71388
  **/
71380
71389
  closeTabsEvents: function closeTabsEvents(e) {
71381
71390
  if (e.target.parentNode != this.$refs.tabsHandler.$el && e.target.parentNode.parentNode != this.$refs.tabsHandler.$el) {
@@ -71385,10 +71394,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71385
71394
  },
71386
71395
 
71387
71396
 
71388
- /**
71389
- * @desc:tabs页签点击事件
71390
- * @author huangbo
71391
- * @date 2024年9月7日
71397
+ /**
71398
+ * @desc:tabs页签点击事件
71399
+ * @author huangbo
71400
+ * @date 2024年9月7日
71392
71401
  **/
71393
71402
  handleTabClick: function handleTabClick() {
71394
71403
  this.active = '';
@@ -71396,10 +71405,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71396
71405
  this.showMenu = false;
71397
71406
  },
71398
71407
 
71399
- /**
71400
- * @desc:handler工具栏点击事件
71401
- * @author huangbo
71402
- * @date 2024年9月7日
71408
+ /**
71409
+ * @desc:handler工具栏点击事件
71410
+ * @author huangbo
71411
+ * @date 2024年9月7日
71403
71412
  **/
71404
71413
  handleClick: function handleClick(res) {
71405
71414
  var type = res.type,
@@ -71480,10 +71489,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71480
71489
  this.$emit('handler-click', res);
71481
71490
  },
71482
71491
 
71483
- /**
71484
- * @desc:退出登录
71485
- * @author huangbo
71486
- * @date 2024年9月7日
71492
+ /**
71493
+ * @desc:退出登录
71494
+ * @author huangbo
71495
+ * @date 2024年9月7日
71487
71496
  **/
71488
71497
  handleQuit: function handleQuit() {
71489
71498
  var _this7 = this;
@@ -71564,10 +71573,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71564
71573
  }).catch(function (e) {});
71565
71574
  },
71566
71575
 
71567
- /**
71568
- * @desc:主题、消息回调
71569
- * @author huangbo
71570
- * @date 2024年9月7日
71576
+ /**
71577
+ * @desc:主题、消息回调
71578
+ * @author huangbo
71579
+ * @date 2024年9月7日
71571
71580
  **/
71572
71581
  handleChange: function handleChange(res) {
71573
71582
  var type = res.type,
@@ -71583,10 +71592,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71583
71592
  }
71584
71593
  },
71585
71594
 
71586
- /**
71587
- * @desc:菜单布局样式切换
71588
- * @author huangbo
71589
- * @date 2024年9月7日
71595
+ /**
71596
+ * @desc:菜单布局样式切换
71597
+ * @author huangbo
71598
+ * @date 2024年9月7日
71590
71599
  **/
71591
71600
  handleLayout: function handleLayout(res, active) {
71592
71601
  if (active) {
@@ -71596,10 +71605,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71596
71605
  this.$emit('chang-layout', res, active);
71597
71606
  },
71598
71607
 
71599
- /**
71600
- * @desc:消息修改总数
71601
- * @author huangbo
71602
- * @date 2024年9月7日
71608
+ /**
71609
+ * @desc:消息修改总数
71610
+ * @author huangbo
71611
+ * @date 2024年9月7日
71603
71612
  **/
71604
71613
  handleMenuTips: function handleMenuTips(id, num) {
71605
71614
  if (num) {
@@ -71610,10 +71619,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71610
71619
  }
71611
71620
  },
71612
71621
 
71613
- /**
71614
- * @desc:处理即时消息
71615
- * @author huangbo
71616
- * @date 2024年9月7日
71622
+ /**
71623
+ * @desc:处理即时消息
71624
+ * @author huangbo
71625
+ * @date 2024年9月7日
71617
71626
  **/
71618
71627
  handleOpened: function handleOpened(res) {
71619
71628
  var _this8 = this;
@@ -75638,8 +75647,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
75638
75647
  this.currentPage = this.setIframeType(this.fourthTabs[0]);
75639
75648
  },
75640
75649
 
75641
- /**
75642
- * queryChildMenu: 查询左侧我的提醒和我的快捷菜单
75650
+ /**
75651
+ * queryChildMenu: 查询左侧我的提醒和我的快捷菜单
75643
75652
  */
75644
75653
  queryChildMenuData: function queryChildMenuData() {
75645
75654
  var _this2 = this;
@@ -75758,8 +75767,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
75758
75767
  }))();
75759
75768
  },
75760
75769
 
75761
- /**
75762
- * getVoteMeetingNum: 查询会议数量
75770
+ /**
75771
+ * getVoteMeetingNum: 查询会议数量
75763
75772
  */
75764
75773
  getVoteMeetingNum: function getVoteMeetingNum() {
75765
75774
  var _this5 = this;
@@ -75784,8 +75793,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
75784
75793
  });
75785
75794
  },
75786
75795
 
75787
- /**
75788
- * getShareFilesReceiveCountNew: 查询待接收文件数量
75796
+ /**
75797
+ * getShareFilesReceiveCountNew: 查询待接收文件数量
75789
75798
  */
75790
75799
  getShareFilesReceiveCountNew: function getShareFilesReceiveCountNew() {
75791
75800
  var _this6 = this;
@@ -75810,8 +75819,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
75810
75819
  },
75811
75820
 
75812
75821
 
75813
- /**
75814
- * getUserTipsInstanceNum: 查询待签收/据签收任务数量 1是拒签收 0是待签收
75822
+ /**
75823
+ * getUserTipsInstanceNum: 查询待签收/据签收任务数量 1是拒签收 0是待签收
75815
75824
  */
75816
75825
  getUserTipsInstanceNum: function getUserTipsInstanceNum(type) {
75817
75826
  var _this7 = this;
@@ -75839,8 +75848,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
75839
75848
  });
75840
75849
  },
75841
75850
 
75842
- /**
75843
- * getIndexCount: 查询待办任务数量
75851
+ /**
75852
+ * getIndexCount: 查询待办任务数量
75844
75853
  */
75845
75854
  getIndexCount: function getIndexCount() {
75846
75855
  var _this8 = this;
@@ -75871,10 +75880,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
75871
75880
  this.$refs.user.handleSelect(res);
75872
75881
  },
75873
75882
 
75874
- /**
75875
- * @desc:匹配路由
75876
- * @author huangbo
75877
- * @date 2024年9月7日
75883
+ /**
75884
+ * @desc:匹配路由
75885
+ * @author huangbo
75886
+ * @date 2024年9月7日
75878
75887
  **/
75879
75888
  hasRouter: function hasRouter(res, url, code) {
75880
75889
  if (!url) {
@@ -75918,10 +75927,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
75918
75927
  return false;
75919
75928
  },
75920
75929
 
75921
- /**
75922
- * @desc:获取初始数据
75923
- * @author huangbo
75924
- * @date 2024年9月7日
75930
+ /**
75931
+ * @desc:获取初始数据
75932
+ * @author huangbo
75933
+ * @date 2024年9月7日
75925
75934
  **/
75926
75935
  init: function init(results) {
75927
75936
  this.setConfig(results);
@@ -75932,10 +75941,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
75932
75941
  // }
75933
75942
  },
75934
75943
 
75935
- /**
75936
- * @desc:设置用户配置及信息
75937
- * @author huangbo
75938
- * @date 2024年9月7日
75944
+ /**
75945
+ * @desc:设置用户配置及信息
75946
+ * @author huangbo
75947
+ * @date 2024年9月7日
75939
75948
  **/
75940
75949
  setConfig: function setConfig(results) {
75941
75950
  localStorage.setItem('mainConfig', JSON.stringify(results));
@@ -76099,8 +76108,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76099
76108
  }
76100
76109
  },
76101
76110
 
76102
- /**
76103
- * @desc:获取用户自定义菜单
76111
+ /**
76112
+ * @desc:获取用户自定义菜单
76104
76113
  **/
76105
76114
  getUseCommonMenu: function getUseCommonMenu() {
76106
76115
  var _this9 = this;
@@ -76130,10 +76139,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76130
76139
  });
76131
76140
  },
76132
76141
 
76133
- /**
76134
- * @desc:获取所有应用
76135
- * @author huangbo
76136
- * @date 2024年9月7日
76142
+ /**
76143
+ * @desc:获取所有应用
76144
+ * @author huangbo
76145
+ * @date 2024年9月7日
76137
76146
  **/
76138
76147
  getApplications: function getApplications() {
76139
76148
  var _this10 = this;
@@ -76181,10 +76190,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76181
76190
  });
76182
76191
  },
76183
76192
 
76184
- /**
76185
- * @desc:获取菜单列表
76186
- * @author huangbo
76187
- * @date 2024年9月7日
76193
+ /**
76194
+ * @desc:获取菜单列表
76195
+ * @author huangbo
76196
+ * @date 2024年9月7日
76188
76197
  **/
76189
76198
  getMenus: function getMenus(loading) {
76190
76199
  var _this11 = this;
@@ -76211,10 +76220,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76211
76220
  });
76212
76221
  },
76213
76222
 
76214
- /**
76215
- * @desc:处理菜单列表
76216
- * @author huangbo
76217
- * @date 2024年9月7日
76223
+ /**
76224
+ * @desc:处理菜单列表
76225
+ * @author huangbo
76226
+ * @date 2024年9月7日
76218
76227
  **/
76219
76228
  renderMenus: function renderMenus(res) {
76220
76229
  // // console.log(res, 'renderMenus');
@@ -76260,9 +76269,9 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76260
76269
  // console.log(this.currentPage, 'currentPage');
76261
76270
  },
76262
76271
 
76263
- /**
76264
- * 更新myRemind中各项的权限状态
76265
- * @param {Array} menus - 完整的菜单列表
76272
+ /**
76273
+ * 更新myRemind中各项的权限状态
76274
+ * @param {Array} menus - 完整的菜单列表
76266
76275
  */
76267
76276
  updateRemindPermission: function updateRemindPermission(menus) {
76268
76277
  // 创建一个Set存储所有菜单的id,方便快速查找
@@ -76290,10 +76299,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76290
76299
  });
76291
76300
  },
76292
76301
 
76293
- /**
76294
- * @desc:设置页面加载类型
76295
- * @author huangbo
76296
- * @date 2024年9月7日
76302
+ /**
76303
+ * @desc:设置页面加载类型
76304
+ * @author huangbo
76305
+ * @date 2024年9月7日
76297
76306
  **/
76298
76307
  setIframeType: function setIframeType(res) {
76299
76308
  var url = res.url;
@@ -76350,10 +76359,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76350
76359
  return res;
76351
76360
  },
76352
76361
 
76353
- /**
76354
- * @desc:获取菜单
76355
- * @author huangbo
76356
- * @date 2024年9月7日
76362
+ /**
76363
+ * @desc:获取菜单
76364
+ * @author huangbo
76365
+ * @date 2024年9月7日
76357
76366
  **/
76358
76367
  getMenu: function getMenu(menus, res, key) {
76359
76368
  if (Array.isArray(menus)) {
@@ -76382,10 +76391,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76382
76391
  return false;
76383
76392
  },
76384
76393
 
76385
- /**
76386
- * @desc:获取菜单第一条数据
76387
- * @author huangbo
76388
- * @date 2024年9月7日
76394
+ /**
76395
+ * @desc:获取菜单第一条数据
76396
+ * @author huangbo
76397
+ * @date 2024年9月7日
76389
76398
  **/
76390
76399
  getFirst: function getFirst(obj) {
76391
76400
  if (!obj) {
@@ -76404,10 +76413,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76404
76413
  }
76405
76414
  },
76406
76415
 
76407
- /**
76408
- * @desc:遍历设置菜单气泡提醒
76409
- * @author huangbo
76410
- * @date 2024年9月7日
76416
+ /**
76417
+ * @desc:遍历设置菜单气泡提醒
76418
+ * @author huangbo
76419
+ * @date 2024年9月7日
76411
76420
  **/
76412
76421
  setTips: function setTips(obj) {
76413
76422
  var _this12 = this;
@@ -76472,10 +76481,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76472
76481
  }
76473
76482
  },
76474
76483
 
76475
- /**
76476
- * @desc:获取气泡提醒
76477
- * @author huangbo
76478
- * @date 2024年9月7日
76484
+ /**
76485
+ * @desc:获取气泡提醒
76486
+ * @author huangbo
76487
+ * @date 2024年9月7日
76479
76488
  **/
76480
76489
  getBadge: function getBadge(res) {
76481
76490
  var num = res.tips || 0;
@@ -76489,10 +76498,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76489
76498
  };
76490
76499
  },
76491
76500
 
76492
- /**
76493
- * @desc:开启weosocket
76494
- * @author huangbo
76495
- * @date 2024年9月7日
76501
+ /**
76502
+ * @desc:开启weosocket
76503
+ * @author huangbo
76504
+ * @date 2024年9月7日
76496
76505
  **/
76497
76506
  initWebSocket: function initWebSocket() {
76498
76507
  var _this14 = this;
@@ -76560,10 +76569,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76560
76569
  });
76561
76570
  },
76562
76571
 
76563
- /**
76564
- * @desc:显示用户信息
76565
- * @author huangbo
76566
- * @date 2024年9月7日
76572
+ /**
76573
+ * @desc:显示用户信息
76574
+ * @author huangbo
76575
+ * @date 2024年9月7日
76567
76576
  **/
76568
76577
  showUserInfo: function showUserInfo() {
76569
76578
  if (this.showUser === false) {
@@ -76571,19 +76580,19 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76571
76580
  }
76572
76581
  },
76573
76582
 
76574
- /**
76575
- * @desc:删除更多应用菜单点击
76576
- * @author huangbo
76577
- * @date 2024年9月7日
76583
+ /**
76584
+ * @desc:删除更多应用菜单点击
76585
+ * @author huangbo
76586
+ * @date 2024年9月7日
76578
76587
  **/
76579
76588
  handleDelete: function handleDelete(index) {
76580
76589
  this.newApps.splice(index, 1);
76581
76590
  },
76582
76591
 
76583
- /**
76584
- * @desc:显示Drawer界面
76585
- * @author huangbo
76586
- * @date 2024年9月7日
76592
+ /**
76593
+ * @desc:显示Drawer界面
76594
+ * @author huangbo
76595
+ * @date 2024年9月7日
76587
76596
  **/
76588
76597
  handlerSetDrawer: function handlerSetDrawer(res, type) {
76589
76598
  var direction = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : 'ltr';
@@ -76603,28 +76612,28 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76603
76612
  }
76604
76613
  },
76605
76614
 
76606
- /**
76607
- * @desc:关闭Drawer界面
76608
- * @author huangbo
76609
- * @date 2024年9月7日
76615
+ /**
76616
+ * @desc:关闭Drawer界面
76617
+ * @author huangbo
76618
+ * @date 2024年9月7日
76610
76619
  **/
76611
76620
  handleCloseDrawer: function handleCloseDrawer() {
76612
76621
  this.drawer = { visible: false };
76613
76622
  },
76614
76623
 
76615
- /**
76616
- * @desc:用户详情请求成功
76617
- * @author huangbo
76618
- * @date 2024年9月7日
76624
+ /**
76625
+ * @desc:用户详情请求成功
76626
+ * @author huangbo
76627
+ * @date 2024年9月7日
76619
76628
  **/
76620
76629
  handleSuccess: function handleSuccess(res) {
76621
76630
  this.simpleUserInfo = res.simpleUserInfo;
76622
76631
  },
76623
76632
 
76624
- /**
76625
- * @desc:修改用户配置
76626
- * @author huangbo
76627
- * @date 2024年9月7日
76633
+ /**
76634
+ * @desc:修改用户配置
76635
+ * @author huangbo
76636
+ * @date 2024年9月7日
76628
76637
  **/
76629
76638
  handleChangeConfig: function handleChangeConfig(name, res) {
76630
76639
  if (name == 'userHeadUrl') {
@@ -76640,10 +76649,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76640
76649
  }
76641
76650
  },
76642
76651
 
76643
- /**
76644
- * @desc:关闭webSocket
76645
- * @author huangbo
76646
- * @date 2024年9月7日
76652
+ /**
76653
+ * @desc:关闭webSocket
76654
+ * @author huangbo
76655
+ * @date 2024年9月7日
76647
76656
  **/
76648
76657
  handlerClose: function handlerClose() {
76649
76658
  if (this.webSocket) {
@@ -76654,10 +76663,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76654
76663
  this.handleRefresh(1);
76655
76664
  },
76656
76665
 
76657
- /**
76658
- * @desc:刷新选中iframe页签
76659
- * @author huangbo
76660
- * @date 2024年9月7日
76666
+ /**
76667
+ * @desc:刷新选中iframe页签
76668
+ * @author huangbo
76669
+ * @date 2024年9月7日
76661
76670
  **/
76662
76671
  handleRefresh: function handleRefresh(arg) {
76663
76672
  if (arg !== 1) {
@@ -76703,10 +76712,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76703
76712
  }
76704
76713
  },
76705
76714
 
76706
- /**
76707
- * @desc:删除iframe
76708
- * @author huangbo
76709
- * @date 2024年9月7日
76715
+ /**
76716
+ * @desc:删除iframe
76717
+ * @author huangbo
76718
+ * @date 2024年9月7日
76710
76719
  **/
76711
76720
  handleRemove: function handleRemove(name) {
76712
76721
  var len = this.tabs.length - 1;
@@ -76723,10 +76732,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76723
76732
  }
76724
76733
  },
76725
76734
 
76726
- /**
76727
- * @desc:tabs鼠标右键事件
76728
- * @author huangbo
76729
- * @date 2024年9月7日
76735
+ /**
76736
+ * @desc:tabs鼠标右键事件
76737
+ * @author huangbo
76738
+ * @date 2024年9月7日
76730
76739
  **/
76731
76740
  handleContextmenu: function handleContextmenu(tabs, e) {
76732
76741
  var disabled = {};
@@ -76751,10 +76760,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76751
76760
  window.addEventListener('click', this.closeTabsEvents);
76752
76761
  },
76753
76762
 
76754
- /**
76755
- * @desc:tabs页签事件
76756
- * @author huangbo
76757
- * @date 2024年9月7日
76763
+ /**
76764
+ * @desc:tabs页签事件
76765
+ * @author huangbo
76766
+ * @date 2024年9月7日
76758
76767
  **/
76759
76768
  handleTabsEvents: function handleTabsEvents(num) {
76760
76769
  if (this.pane !== null) {
@@ -76765,10 +76774,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76765
76774
  },
76766
76775
 
76767
76776
 
76768
- /**
76769
- * @desc:关闭页签事件面板
76770
- * @author huangbo
76771
- * @date 2024年9月7日
76777
+ /**
76778
+ * @desc:关闭页签事件面板
76779
+ * @author huangbo
76780
+ * @date 2024年9月7日
76772
76781
  **/
76773
76782
  closeTabsEvents: function closeTabsEvents(e) {
76774
76783
  if (e.target.parentNode != this.$refs.tabsHandler.$el && e.target.parentNode.parentNode != this.$refs.tabsHandler.$el) {
@@ -76778,10 +76787,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76778
76787
  },
76779
76788
 
76780
76789
 
76781
- /**
76782
- * @desc:tabs页签点击事件
76783
- * @author huangbo
76784
- * @date 2024年9月7日
76790
+ /**
76791
+ * @desc:tabs页签点击事件
76792
+ * @author huangbo
76793
+ * @date 2024年9月7日
76785
76794
  **/
76786
76795
  handleTabClick: function handleTabClick() {
76787
76796
  this.active = '';
@@ -76789,10 +76798,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76789
76798
  this.showMenu = false;
76790
76799
  },
76791
76800
 
76792
- /**
76793
- * @desc:handler工具栏点击事件
76794
- * @author huangbo
76795
- * @date 2024年9月7日
76801
+ /**
76802
+ * @desc:handler工具栏点击事件
76803
+ * @author huangbo
76804
+ * @date 2024年9月7日
76796
76805
  **/
76797
76806
  handleClick: function handleClick(res) {
76798
76807
  var type = res.type,
@@ -76882,10 +76891,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76882
76891
  this.$emit('handler-click', res);
76883
76892
  },
76884
76893
 
76885
- /**
76886
- * @desc:退出登录
76887
- * @author huangbo
76888
- * @date 2024年9月7日
76894
+ /**
76895
+ * @desc:退出登录
76896
+ * @author huangbo
76897
+ * @date 2024年9月7日
76889
76898
  **/
76890
76899
  handleQuit: function handleQuit() {
76891
76900
  var _this15 = this;
@@ -76960,10 +76969,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76960
76969
  }).catch(function (e) {});
76961
76970
  },
76962
76971
 
76963
- /**
76964
- * @desc:主题、消息回调
76965
- * @author huangbo
76966
- * @date 2024年9月7日
76972
+ /**
76973
+ * @desc:主题、消息回调
76974
+ * @author huangbo
76975
+ * @date 2024年9月7日
76967
76976
  **/
76968
76977
  handleChange: function handleChange(res) {
76969
76978
  var type = res.type,
@@ -76979,10 +76988,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76979
76988
  }
76980
76989
  },
76981
76990
 
76982
- /**
76983
- * @desc:菜单布局样式切换
76984
- * @author huangbo
76985
- * @date 2024年9月7日
76991
+ /**
76992
+ * @desc:菜单布局样式切换
76993
+ * @author huangbo
76994
+ * @date 2024年9月7日
76986
76995
  **/
76987
76996
  handleLayout: function handleLayout(res, active) {
76988
76997
  if (active) {
@@ -76992,10 +77001,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76992
77001
  this.$emit('chang-layout', res, active);
76993
77002
  },
76994
77003
 
76995
- /**
76996
- * @desc:消息修改总数
76997
- * @author huangbo
76998
- * @date 2024年9月7日
77004
+ /**
77005
+ * @desc:消息修改总数
77006
+ * @author huangbo
77007
+ * @date 2024年9月7日
76999
77008
  **/
77000
77009
  handleMenuTips: function handleMenuTips(id, num) {
77001
77010
  if (num) {
@@ -77006,10 +77015,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77006
77015
  }
77007
77016
  },
77008
77017
 
77009
- /**
77010
- * @desc:处理即时消息
77011
- * @author huangbo
77012
- * @date 2024年9月7日
77018
+ /**
77019
+ * @desc:处理即时消息
77020
+ * @author huangbo
77021
+ * @date 2024年9月7日
77013
77022
  **/
77014
77023
  handleOpened: function handleOpened(res) {
77015
77024
  var _this16 = this;
@@ -77025,14 +77034,14 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77025
77034
  }
77026
77035
  },
77027
77036
 
77028
- /**
77029
- * @desc:菜单点击事件
77030
- * @author huangbo
77031
- * @date 2024年9月7日
77032
- * @param {*} res 菜单点击事件参数
77033
- * @param {*} method 菜单点击事件方法
77034
- * 1.顶部菜单点击跳转已经实现
77035
- * 2.其他地方点击跳转,需要选中跳转的一二级菜单
77037
+ /**
77038
+ * @desc:菜单点击事件
77039
+ * @author huangbo
77040
+ * @date 2024年9月7日
77041
+ * @param {*} res 菜单点击事件参数
77042
+ * @param {*} method 菜单点击事件方法
77043
+ * 1.顶部菜单点击跳转已经实现
77044
+ * 2.其他地方点击跳转,需要选中跳转的一二级菜单
77036
77045
  **/
77037
77046
  handleSelect: function handleSelect(res) {
77038
77047
  var params = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
@@ -77204,8 +77213,8 @@ var simplicityTop_component = normalizeComponent(
77204
77213
  )
77205
77214
 
77206
77215
  /* harmony default export */ var simplicityTop = (simplicityTop_component.exports);
77207
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/default/index.vue?vue&type=template&id=b6763862&
77208
- var defaultvue_type_template_id_b6763862_render = function () {
77216
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/default/index.vue?vue&type=template&id=96a9ec3e&
77217
+ var defaultvue_type_template_id_96a9ec3e_render = function () {
77209
77218
  var _vm = this
77210
77219
  var _h = _vm.$createElement
77211
77220
  var _c = _vm._self._c || _h
@@ -77756,11 +77765,11 @@ var defaultvue_type_template_id_b6763862_render = function () {
77756
77765
  1
77757
77766
  )
77758
77767
  }
77759
- var defaultvue_type_template_id_b6763862_staticRenderFns = []
77760
- defaultvue_type_template_id_b6763862_render._withStripped = true
77768
+ var defaultvue_type_template_id_96a9ec3e_staticRenderFns = []
77769
+ defaultvue_type_template_id_96a9ec3e_render._withStripped = true
77761
77770
 
77762
77771
 
77763
- // CONCATENATED MODULE: ./packages/main/src/default/index.vue?vue&type=template&id=b6763862&
77772
+ // CONCATENATED MODULE: ./packages/main/src/default/index.vue?vue&type=template&id=96a9ec3e&
77764
77773
 
77765
77774
  // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/default/userinfo.vue?vue&type=template&id=7e14e68e&
77766
77775
  var userinfovue_type_template_id_7e14e68e_render = function () {
@@ -80360,7 +80369,10 @@ var log = utils_util.getParams('console');
80360
80369
  } else {
80361
80370
  this.menu = res[0].children;
80362
80371
  this.title = res[0].text;
80363
- this.$emit('getOriginParentMenu', { title: res[0].text, id: res[0].id });
80372
+ this.$emit('getOriginParentMenu', {
80373
+ title: res[0].text,
80374
+ id: res[0].id
80375
+ });
80364
80376
  }
80365
80377
  if (!this.isDefault || this.isDefault && !this.homePage) {
80366
80378
  this.active = this.getFirst(this.menu[0]).id;
@@ -81212,8 +81224,8 @@ var log = utils_util.getParams('console');
81212
81224
 
81213
81225
  var default_component = normalizeComponent(
81214
81226
  src_defaultvue_type_script_lang_js_,
81215
- defaultvue_type_template_id_b6763862_render,
81216
- defaultvue_type_template_id_b6763862_staticRenderFns,
81227
+ defaultvue_type_template_id_96a9ec3e_render,
81228
+ defaultvue_type_template_id_96a9ec3e_staticRenderFns,
81217
81229
  false,
81218
81230
  null,
81219
81231
  null,
@@ -84437,19 +84449,19 @@ var QRCode = __webpack_require__(28);
84437
84449
  //设置logo大小
84438
84450
  var logoPosition = (_this3.mwidth - 46) / 2; //logo相对于canvas居中定位
84439
84451
  //设置获取的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();
84452
+ /* ctx.fillStyle = "#fff";
84453
+ ctx.beginPath();
84454
+ let h = 46; //圆角高 10为基数(logo四周白色背景为10/2)
84455
+ let w = 46; //圆角宽
84456
+ let x = logoPosition - 5;
84457
+ let y = logoPosition - 5;
84458
+ let r = 5; //圆角半径
84459
+ ctx.moveTo(x + r, y);
84460
+ ctx.arcTo(x + w, y, x + w, y + h, r);
84461
+ ctx.arcTo(x + w, y + h, x, y + h, r);
84462
+ ctx.arcTo(x, y + h, x, y, r);
84463
+ ctx.arcTo(x, y, x + w, y, r);
84464
+ ctx.closePath();
84453
84465
  ctx.fill(); */
84454
84466
  logo.onload = function () {
84455
84467
  ctx.drawImage(logo, logoPosition, logoPosition, 46, 46);
@@ -85896,17 +85908,15 @@ function select_src_mainvue_type_script_lang_js_objectWithoutProperties(obj, key
85896
85908
  }
85897
85909
  },
85898
85910
  getLabel: function getLabel(value, data) {
85899
- console.log('value', value);
85900
- console.log('data', data);
85901
85911
  if ((value || value === 0) && data) {
85902
85912
  if (utils_util.isObject(data)) {
85903
85913
  if (value === data[this.valKey]) {
85904
85914
  return data[this.label];
85905
85915
  } else if (value === data[this.label]) {
85906
- return value;
85916
+ return typeof value === 'string' ? value : String(value);
85907
85917
  } else if (Object.prototype.hasOwnProperty.call(data, 'children') && data.children && data.children.length) {
85908
85918
  var val = this.getLabel(value, data.children);
85909
- if (val !== null) {
85919
+ if (val) {
85910
85920
  return val;
85911
85921
  }
85912
85922
  }
@@ -85915,16 +85925,20 @@ function select_src_mainvue_type_script_lang_js_objectWithoutProperties(obj, key
85915
85925
  return value;
85916
85926
  }
85917
85927
  if (Array.isArray(data) && data.length) {
85928
+ var tempLabel = '';
85918
85929
  for (var i = 0; i < data.length; i++) {
85919
85930
  var _val = this.getLabel(value, data[i]);
85920
- if (_val !== null) {
85931
+ if (_val) {
85932
+ tempLabel = _val;
85921
85933
  return _val;
85922
85934
  }
85923
85935
  }
85936
+ if (!tempLabel) {
85937
+ return value;
85938
+ }
85924
85939
  }
85925
85940
  }
85926
85941
  }
85927
- return null;
85928
85942
  },
85929
85943
  reload: function reload() {
85930
85944
  this.getData.apply(this, arguments);
@@ -86033,8 +86047,8 @@ function select_src_mainvue_type_script_lang_js_objectWithoutProperties(obj, key
86033
86047
  dom = models.map(function (item) {
86034
86048
  if (utils_util.isObject(item)) {
86035
86049
  if (!item[_this8.label] && !item.label) {
86036
- var _label = _this8.getLabel(value[_this8.valKey], data);
86037
- return _label !== null ? _label : value[_this8.valKey];
86050
+ var _label = _this8.getLabel(_this8.value[_this8.valKey], data);
86051
+ return _label !== null ? _label : _this8.value[_this8.valKey];
86038
86052
  }
86039
86053
  return item[_this8.label] || item.label;
86040
86054
  }
@@ -86053,7 +86067,6 @@ function select_src_mainvue_type_script_lang_js_objectWithoutProperties(obj, key
86053
86067
  dom = [_label2 !== null ? _label2 : models];
86054
86068
  }
86055
86069
  console.log('dom', dom);
86056
- console.log('dom.join(this.symbol)', dom.join(this.symbol));
86057
86070
  return h('div', {
86058
86071
  class: [{
86059
86072
  'es-plain': this.plain,
@@ -94874,8 +94887,8 @@ tree_src_main.install = function (Vue) {
94874
94887
  };
94875
94888
 
94876
94889
  /* harmony default export */ var packages_tree = (tree_src_main);
94877
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/tree-group/src/main.vue?vue&type=template&id=340aa9f8&
94878
- var mainvue_type_template_id_340aa9f8_render = function () {
94890
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/tree-group/src/main.vue?vue&type=template&id=744e07c8&
94891
+ var mainvue_type_template_id_744e07c8_render = function () {
94879
94892
  var _vm = this
94880
94893
  var _h = _vm.$createElement
94881
94894
  var _c = _vm._self._c || _h
@@ -95238,11 +95251,11 @@ var mainvue_type_template_id_340aa9f8_render = function () {
95238
95251
  2
95239
95252
  )
95240
95253
  }
95241
- var mainvue_type_template_id_340aa9f8_staticRenderFns = []
95242
- mainvue_type_template_id_340aa9f8_render._withStripped = true
95254
+ var mainvue_type_template_id_744e07c8_staticRenderFns = []
95255
+ mainvue_type_template_id_744e07c8_render._withStripped = true
95243
95256
 
95244
95257
 
95245
- // CONCATENATED MODULE: ./packages/tree-group/src/main.vue?vue&type=template&id=340aa9f8&
95258
+ // CONCATENATED MODULE: ./packages/tree-group/src/main.vue?vue&type=template&id=744e07c8&
95246
95259
 
95247
95260
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/tree-group/src/main.vue?vue&type=script&lang=js&
95248
95261
  var tree_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; };
@@ -95633,20 +95646,24 @@ var src_mainvue_type_script_lang_js_systemMode = utils_util.getWinTopProperty('s
95633
95646
  var params = {};
95634
95647
  if (Array.isArray(this.checkeds)) {
95635
95648
  if (this.syncKeys && utils_util.isObject(this.syncKeys)) {
95636
- var _loop = function _loop(i) {
95637
- params[i] = _this.checkeds.map(function (item) {
95638
- if (Object.prototype.hasOwnProperty.call(item, _this.syncKeys[i])) {
95639
- return item[_this.syncKeys[i]];
95640
- } else {
95641
- var data = JSON.parse(item.data.objdata);
95642
- return data[_this.syncKeys[i]];
95643
- }
95644
- }).join(',');
95645
- };
95649
+ (function () {
95650
+ var syncKeys = _this.tabs && _this.tabs.length ? _this.syncKeys[Number(_this.active)] || _this.syncKeys : _this.syncKeys;
95646
95651
 
95647
- for (var i in this.syncKeys) {
95648
- _loop(i);
95649
- }
95652
+ var _loop = function _loop(i) {
95653
+ params[i] = _this.checkeds.map(function (item) {
95654
+ if (Object.prototype.hasOwnProperty.call(item, syncKeys[i])) {
95655
+ return item[syncKeys[i]];
95656
+ } else {
95657
+ var data = JSON.parse(item.data.objdata);
95658
+ return data[syncKeys[i]];
95659
+ }
95660
+ }).join(',');
95661
+ };
95662
+
95663
+ for (var i in syncKeys) {
95664
+ _loop(i);
95665
+ }
95666
+ })();
95650
95667
  } else {
95651
95668
  params.id = this.checkeds.map(function (item) {
95652
95669
  return item.id;
@@ -95654,8 +95671,9 @@ var src_mainvue_type_script_lang_js_systemMode = utils_util.getWinTopProperty('s
95654
95671
  }
95655
95672
  } else {
95656
95673
  if (this.syncKeys && utils_util.isObject(this.syncKeys)) {
95657
- for (var i in this.syncKeys) {
95658
- params[i] = this.checkeds[this.syncKeys[i]];
95674
+ var syncKeys = this.tabs && this.tabs.length ? this.syncKeys[Number(this.active)] || this.syncKeys : this.syncKeys;
95675
+ for (var i in syncKeys) {
95676
+ params[i] = this.checkeds[syncKeys[i]];
95659
95677
  }
95660
95678
  } else {
95661
95679
  params.id = this.checkeds.id;
@@ -95796,8 +95814,8 @@ var src_mainvue_type_script_lang_js_systemMode = utils_util.getWinTopProperty('s
95796
95814
 
95797
95815
  var tree_group_src_main_component = normalizeComponent(
95798
95816
  packages_tree_group_src_mainvue_type_script_lang_js_,
95799
- mainvue_type_template_id_340aa9f8_render,
95800
- mainvue_type_template_id_340aa9f8_staticRenderFns,
95817
+ mainvue_type_template_id_744e07c8_render,
95818
+ mainvue_type_template_id_744e07c8_staticRenderFns,
95801
95819
  false,
95802
95820
  null,
95803
95821
  null,
@@ -102598,7 +102616,7 @@ if (typeof window !== 'undefined' && window.Vue) {
102598
102616
  }
102599
102617
 
102600
102618
  /* harmony default export */ var src_0 = __webpack_exports__["default"] = ({
102601
- version: '0.8.0',
102619
+ version: '0.8.2',
102602
102620
  install: install,
102603
102621
  Button: packages_button,
102604
102622
  ButtonGroup: button_group,