eoss-ui 0.7.94 → 0.7.96

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 (242) hide show
  1. package/lib/calogin.js +233 -233
  2. package/lib/cascader.js +1 -1
  3. package/lib/data-table-form.js +8 -8
  4. package/lib/data-table.js +8 -7
  5. package/lib/eoss-ui.common.js +1040 -1051
  6. package/lib/flow-list.js +96 -96
  7. package/lib/flow.js +283 -282
  8. package/lib/index.js +1 -1
  9. package/lib/main.js +288 -288
  10. package/lib/qr-code.js +13 -13
  11. package/lib/radio-group.js +98 -111
  12. package/lib/select.js +1 -1
  13. package/package.json +2 -2
  14. package/packages/button/index.js +5 -5
  15. package/packages/button/src/main.vue +418 -418
  16. package/packages/button-group/index.js +5 -5
  17. package/packages/button-group/src/main.vue +346 -346
  18. package/packages/calendar/index.js +5 -5
  19. package/packages/calogin/index.js +5 -5
  20. package/packages/calogin/src/main.vue +412 -412
  21. package/packages/calogin/src/plugin.js +915 -915
  22. package/packages/card/index.js +5 -5
  23. package/packages/card/src/main.vue +156 -156
  24. package/packages/cascader/index.js +5 -5
  25. package/packages/cascader/src/main.vue +168 -168
  26. package/packages/checkbox-group/index.js +5 -5
  27. package/packages/checkbox-group/src/main.vue +333 -333
  28. package/packages/clients/index.js +5 -5
  29. package/packages/clients/src/main.vue +151 -151
  30. package/packages/data-table/index.js +5 -5
  31. package/packages/data-table/src/children.vue +39 -39
  32. package/packages/data-table/src/column.vue +1 -0
  33. package/packages/data-table/src/main.vue +1845 -1845
  34. package/packages/data-table/src/sizer.vue +195 -195
  35. package/packages/data-table-form/index.js +5 -5
  36. package/packages/data-table-form/src/checkbox.vue +101 -101
  37. package/packages/data-table-form/src/colgroup.vue +17 -17
  38. package/packages/data-table-form/src/main.vue +181 -181
  39. package/packages/data-table-form/src/radio.vue +65 -65
  40. package/packages/data-table-form/src/table.vue +233 -233
  41. package/packages/data-table-form/src/tbody.vue +336 -336
  42. package/packages/data-table-form/src/thead.vue +68 -68
  43. package/packages/date-picker/index.js +5 -5
  44. package/packages/date-picker/src/main.vue +236 -236
  45. package/packages/dialog/index.js +5 -5
  46. package/packages/enable-drag/index.js +5 -5
  47. package/packages/enterprise/index.js +5 -5
  48. package/packages/enterprise/src/main.vue +66 -66
  49. package/packages/error-page/index.js +5 -5
  50. package/packages/error-page/src/main.vue +44 -44
  51. package/packages/flow/index.js +5 -5
  52. package/packages/flow/src/component/Circulate.vue +417 -417
  53. package/packages/flow/src/component/CommonOpinions.vue +376 -376
  54. package/packages/flow/src/component/CustomPreset.vue +324 -324
  55. package/packages/flow/src/component/FileList.vue +97 -97
  56. package/packages/flow/src/component/FreeCirculation.vue +244 -244
  57. package/packages/flow/src/component/Preset.vue +257 -257
  58. package/packages/flow/src/component/SendMsg.vue +242 -242
  59. package/packages/flow/src/component/SortFlow.vue +110 -110
  60. package/packages/flow/src/component/TimeLimit.vue +190 -190
  61. package/packages/flow/src/component/taskUnionExamine.vue +761 -761
  62. package/packages/flow/src/form.vue +123 -123
  63. package/packages/flow/src/freeStartFlow.vue +2855 -2855
  64. package/packages/flow/src/main.vue +4145 -4144
  65. package/packages/flow/src/processForm.vue +1680 -1680
  66. package/packages/flow/src/processReject.vue +309 -309
  67. package/packages/flow/src/reset.vue +946 -946
  68. package/packages/flow/src/startTaskRead.vue +695 -695
  69. package/packages/flow/src/supervise.vue +159 -159
  70. package/packages/flow/src/table.vue +58 -58
  71. package/packages/flow-group/index.js +5 -5
  72. package/packages/flow-group/src/main.vue +750 -750
  73. package/packages/flow-list/index.js +5 -5
  74. package/packages/flow-list/src/main.vue +2337 -2337
  75. package/packages/form/index.js +5 -5
  76. package/packages/form/src/main.vue +3901 -3901
  77. package/packages/form/src/table.vue +1512 -1512
  78. package/packages/handle-user/index.js +5 -5
  79. package/packages/handle-user/src/main.vue +137 -137
  80. package/packages/handler/index.js +5 -5
  81. package/packages/handler/src/main.vue +499 -499
  82. package/packages/icon/index.js +5 -5
  83. package/packages/icon/src/main.vue +104 -104
  84. package/packages/icons/index.js +5 -5
  85. package/packages/icons/src/main.vue +81 -81
  86. package/packages/input/index.js +5 -5
  87. package/packages/input/src/main.vue +356 -356
  88. package/packages/input-number/index.js +5 -5
  89. package/packages/input-number/src/main.vue +106 -106
  90. package/packages/label/index.js +5 -5
  91. package/packages/label/src/main.vue +457 -457
  92. package/packages/layout/index.js +5 -5
  93. package/packages/layout/src/item.vue +152 -152
  94. package/packages/layout/src/main.vue +31 -31
  95. package/packages/login/index.js +5 -5
  96. package/packages/login/src/main.vue +2088 -2088
  97. package/packages/login/src/resetPassword.vue +557 -557
  98. package/packages/main/index.js +5 -5
  99. package/packages/main/src/default/message.vue +249 -249
  100. package/packages/main/src/default/notice.vue +157 -157
  101. package/packages/main/src/default/userinfo.vue +513 -513
  102. package/packages/main/src/public/online.vue +89 -89
  103. package/packages/main/src/public/search.vue +464 -464
  104. package/packages/main/src/public/settings.vue +273 -273
  105. package/packages/main/src/simplicity/apps.vue +388 -388
  106. package/packages/main/src/simplicity/avatar.vue +82 -82
  107. package/packages/main/src/simplicity/handler.vue +158 -158
  108. package/packages/main/src/simplicity/index.vue +2335 -2335
  109. package/packages/main/src/simplicity/lists.vue +84 -84
  110. package/packages/main/src/simplicity/menu-list.vue +135 -135
  111. package/packages/main/src/simplicity/message.vue +293 -293
  112. package/packages/main/src/simplicity/notice.vue +222 -222
  113. package/packages/main/src/simplicity/router-page.vue +45 -45
  114. package/packages/main/src/simplicity/sub-menu.vue +276 -276
  115. package/packages/main/src/simplicity/user.vue +259 -259
  116. package/packages/main/src/simplicity/userinfo.vue +408 -408
  117. package/packages/main/src/simplicityTop/apps.vue +388 -388
  118. package/packages/main/src/simplicityTop/avatar.vue +82 -82
  119. package/packages/main/src/simplicityTop/handler.vue +215 -215
  120. package/packages/main/src/simplicityTop/index.vue +2620 -2620
  121. package/packages/main/src/simplicityTop/lists.vue +84 -84
  122. package/packages/main/src/simplicityTop/menu-list.vue +135 -135
  123. package/packages/main/src/simplicityTop/message.vue +293 -293
  124. package/packages/main/src/simplicityTop/notice.vue +222 -222
  125. package/packages/main/src/simplicityTop/router-page.vue +45 -45
  126. package/packages/main/src/simplicityTop/sub-menu.vue +274 -274
  127. package/packages/main/src/simplicityTop/user.vue +259 -259
  128. package/packages/main/src/simplicityTop/userinfo.vue +408 -408
  129. package/packages/menu/index.js +5 -5
  130. package/packages/menu/src/main.vue +595 -595
  131. package/packages/nav/index.js +5 -5
  132. package/packages/nav/src/main.vue +351 -351
  133. package/packages/notify/index.js +5 -5
  134. package/packages/notify/src/main.vue +538 -538
  135. package/packages/page/index.js +5 -5
  136. package/packages/page/src/main.vue +167 -167
  137. package/packages/pagination/index.js +5 -5
  138. package/packages/pagination/src/main.vue +96 -96
  139. package/packages/player/index.js +5 -5
  140. package/packages/player/src/main.vue +194 -194
  141. package/packages/qr-code/index.js +5 -5
  142. package/packages/qr-code/src/main.vue +170 -170
  143. package/packages/radio-group/index.js +6 -6
  144. package/packages/radio-group/src/main.vue +319 -319
  145. package/packages/retrial-auth/index.js +5 -5
  146. package/packages/retrial-auth/src/main.vue +299 -299
  147. package/packages/select/index.js +5 -5
  148. package/packages/select/src/main.vue +1 -1
  149. package/packages/select-ganged/index.js +5 -5
  150. package/packages/select-ganged/src/main.vue +724 -724
  151. package/packages/selector/index.js +5 -5
  152. package/packages/selector/src/main.vue +761 -761
  153. package/packages/selector-panel/index.js +5 -5
  154. package/packages/selector-panel/src/main.vue +1036 -1036
  155. package/packages/selector-panel/src/selection.vue +174 -174
  156. package/packages/selector-panel/src/tree.vue +129 -129
  157. package/packages/sizer/index.js +5 -5
  158. package/packages/sizer/src/main.vue +254 -254
  159. package/packages/steps/index.js +5 -5
  160. package/packages/steps/src/main.vue +181 -181
  161. package/packages/switch/index.js +5 -5
  162. package/packages/switch/src/main.vue +170 -170
  163. package/packages/table-form/index.js +5 -5
  164. package/packages/tabs/index.js +5 -5
  165. package/packages/tabs/src/main.vue +788 -788
  166. package/packages/tabs-panel/index.js +5 -5
  167. package/packages/tabs-panel/src/main.vue +29 -29
  168. package/packages/theme-chalk/src/base.scss +261 -261
  169. package/packages/theme-chalk/src/button-group.scss +176 -176
  170. package/packages/theme-chalk/src/button.scss +24 -24
  171. package/packages/theme-chalk/src/calendar.scss +113 -113
  172. package/packages/theme-chalk/src/card.scss +99 -99
  173. package/packages/theme-chalk/src/checkbox-group.scss +8 -8
  174. package/packages/theme-chalk/src/clients.scss +87 -87
  175. package/packages/theme-chalk/src/data-table-form.scss +67 -67
  176. package/packages/theme-chalk/src/data-table.scss +297 -297
  177. package/packages/theme-chalk/src/date-picker.scss +7 -7
  178. package/packages/theme-chalk/src/dialog.scss +77 -77
  179. package/packages/theme-chalk/src/enable-drag.scss +181 -181
  180. package/packages/theme-chalk/src/enterprise.scss +5 -5
  181. package/packages/theme-chalk/src/error-page.scss +18 -18
  182. package/packages/theme-chalk/src/flow-group.scss +110 -110
  183. package/packages/theme-chalk/src/flow-list.scss +55 -55
  184. package/packages/theme-chalk/src/flow.scss +373 -373
  185. package/packages/theme-chalk/src/form.scss +501 -501
  186. package/packages/theme-chalk/src/handle-user.scss +40 -40
  187. package/packages/theme-chalk/src/handler.scss +148 -148
  188. package/packages/theme-chalk/src/icon.scss +3452 -3452
  189. package/packages/theme-chalk/src/icons.scss +99 -99
  190. package/packages/theme-chalk/src/input.scss +9 -9
  191. package/packages/theme-chalk/src/label.scss +24 -24
  192. package/packages/theme-chalk/src/layout.scss +46 -46
  193. package/packages/theme-chalk/src/login.scss +1006 -1006
  194. package/packages/theme-chalk/src/main.scss +664 -664
  195. package/packages/theme-chalk/src/menu.scss +224 -224
  196. package/packages/theme-chalk/src/mixins/color.scss +117 -117
  197. package/packages/theme-chalk/src/nav.scss +111 -111
  198. package/packages/theme-chalk/src/page.scss +3 -3
  199. package/packages/theme-chalk/src/pagination.scss +29 -29
  200. package/packages/theme-chalk/src/player.scss +9 -9
  201. package/packages/theme-chalk/src/qr-code.scss +17 -17
  202. package/packages/theme-chalk/src/radio-group.scss +9 -9
  203. package/packages/theme-chalk/src/retrial-auth.scss +38 -38
  204. package/packages/theme-chalk/src/select-ganged.scss +8 -8
  205. package/packages/theme-chalk/src/select.scss +8 -8
  206. package/packages/theme-chalk/src/selector-panel.scss +204 -204
  207. package/packages/theme-chalk/src/selector.scss +114 -114
  208. package/packages/theme-chalk/src/simplicity-top.scss +1845 -1845
  209. package/packages/theme-chalk/src/simplicity.scss +1403 -1403
  210. package/packages/theme-chalk/src/sizer.scss +36 -36
  211. package/packages/theme-chalk/src/steps.scss +88 -88
  212. package/packages/theme-chalk/src/switch.scss +3 -3
  213. package/packages/theme-chalk/src/table-form.scss +1 -1
  214. package/packages/theme-chalk/src/tabs.scss +87 -87
  215. package/packages/theme-chalk/src/tips.scss +7 -7
  216. package/packages/theme-chalk/src/toolbar.scss +179 -179
  217. package/packages/theme-chalk/src/tree-group.scss +72 -72
  218. package/packages/theme-chalk/src/tree.scss +165 -165
  219. package/packages/theme-chalk/src/upload.scss +172 -172
  220. package/packages/theme-chalk/src/wxlogin.scss +3 -3
  221. package/packages/tips/index.js +5 -5
  222. package/packages/tips/src/main.vue +141 -141
  223. package/packages/toolbar/index.js +5 -5
  224. package/packages/toolbar/src/main.vue +430 -430
  225. package/packages/tree/index.js +5 -5
  226. package/packages/tree-group/index.js +5 -5
  227. package/packages/upload/index.js +5 -5
  228. package/packages/upload/src/main.vue +1344 -1344
  229. package/packages/upload/src/picture.js +15 -15
  230. package/packages/wujie/index.js +5 -5
  231. package/packages/wujie/src/main.vue +146 -146
  232. package/packages/wxlogin/index.js +5 -5
  233. package/packages/wxlogin/src/main.vue +128 -128
  234. package/src/config/api.js +348 -348
  235. package/src/config/image.js +2 -2
  236. package/src/index.js +163 -163
  237. package/src/utils/bus.js +3 -3
  238. package/src/utils/date-util.js +312 -312
  239. package/src/utils/http.js +50 -50
  240. package/src/utils/rules.js +18 -18
  241. package/src/utils/store.js +21 -21
  242. package/src/utils/webSocket.js +107 -107
@@ -253,7 +253,7 @@ module.exports = require("lodash");
253
253
 
254
254
  exports = module.exports = __webpack_require__(24)(false);
255
255
  // Module
256
- exports.push([module.i, "\n.es-setting-top-nav-side[data-v-1b15d77c]::before {\r\n content: '';\r\n display: block;\r\n position: absolute;\r\n left: 0;\r\n width: 8px;\r\n top: 10px;\r\n bottom: 0;\r\n z-index: 2;\r\n background-color: rgb(0, 80, 179);\n}\r\n", ""]);
256
+ exports.push([module.i, "\n.es-setting-top-nav-side[data-v-1b15d77c]::before {\n content: '';\n display: block;\n position: absolute;\n left: 0;\n width: 8px;\n top: 10px;\n bottom: 0;\n z-index: 2;\n background-color: rgb(0, 80, 179);\n}\n", ""]);
257
257
 
258
258
 
259
259
 
@@ -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
 
@@ -8852,7 +8852,7 @@ var cascader_src_mainvue_type_script_lang_js_extends = Object.assign || function
8852
8852
  }
8853
8853
  }
8854
8854
  }
8855
- return label;
8855
+ return label || val;
8856
8856
  }
8857
8857
  },
8858
8858
  render: function render(h) {
@@ -10263,8 +10263,8 @@ childrenvue_type_template_id_271bb842_render._withStripped = true
10263
10263
 
10264
10264
  // CONCATENATED MODULE: ./packages/data-table/src/children.vue?vue&type=template&id=271bb842&
10265
10265
 
10266
- // 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=6d109077&
10267
- var columnvue_type_template_id_6d109077_render = function () {
10266
+ // 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=3d053397&
10267
+ var columnvue_type_template_id_3d053397_render = function () {
10268
10268
  var _vm = this
10269
10269
  var _h = _vm.$createElement
10270
10270
  var _c = _vm._self._c || _h
@@ -11074,11 +11074,11 @@ var columnvue_type_template_id_6d109077_render = function () {
11074
11074
  2
11075
11075
  )
11076
11076
  }
11077
- var columnvue_type_template_id_6d109077_staticRenderFns = []
11078
- columnvue_type_template_id_6d109077_render._withStripped = true
11077
+ var columnvue_type_template_id_3d053397_staticRenderFns = []
11078
+ columnvue_type_template_id_3d053397_render._withStripped = true
11079
11079
 
11080
11080
 
11081
- // CONCATENATED MODULE: ./packages/data-table/src/column.vue?vue&type=template&id=6d109077&
11081
+ // CONCATENATED MODULE: ./packages/data-table/src/column.vue?vue&type=template&id=3d053397&
11082
11082
 
11083
11083
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/data-table/src/column.vue?vue&type=script&lang=js&
11084
11084
 
@@ -11920,6 +11920,7 @@ function columnvue_type_script_lang_js_asyncToGenerator(fn) { return function ()
11920
11920
  } else if (item.children && item.children.length) {
11921
11921
  return this.getLabel(item.children, val);
11922
11922
  }
11923
+ return val;
11923
11924
  }
11924
11925
  },
11925
11926
  isReadOnly: function isReadOnly(scope) {
@@ -12022,8 +12023,8 @@ function columnvue_type_script_lang_js_asyncToGenerator(fn) { return function ()
12022
12023
 
12023
12024
  var column_component = normalizeComponent(
12024
12025
  src_columnvue_type_script_lang_js_,
12025
- columnvue_type_template_id_6d109077_render,
12026
- columnvue_type_template_id_6d109077_staticRenderFns,
12026
+ columnvue_type_template_id_3d053397_render,
12027
+ columnvue_type_template_id_3d053397_staticRenderFns,
12027
12028
  false,
12028
12029
  null,
12029
12030
  null,
@@ -14514,8 +14515,8 @@ var thead_component = normalizeComponent(
14514
14515
  )
14515
14516
 
14516
14517
  /* harmony default export */ var src_thead = (thead_component.exports);
14517
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/data-table-form/src/tbody.vue?vue&type=template&id=810ed4be&
14518
- var tbodyvue_type_template_id_810ed4be_render = function () {
14518
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/data-table-form/src/tbody.vue?vue&type=template&id=73c95f10&
14519
+ var tbodyvue_type_template_id_73c95f10_render = function () {
14519
14520
  var _vm = this
14520
14521
  var _h = _vm.$createElement
14521
14522
  var _c = _vm._self._c || _h
@@ -14915,11 +14916,11 @@ var tbodyvue_type_template_id_810ed4be_render = function () {
14915
14916
  0
14916
14917
  )
14917
14918
  }
14918
- var tbodyvue_type_template_id_810ed4be_staticRenderFns = []
14919
- tbodyvue_type_template_id_810ed4be_render._withStripped = true
14919
+ var tbodyvue_type_template_id_73c95f10_staticRenderFns = []
14920
+ tbodyvue_type_template_id_73c95f10_render._withStripped = true
14920
14921
 
14921
14922
 
14922
- // CONCATENATED MODULE: ./packages/data-table-form/src/tbody.vue?vue&type=template&id=810ed4be&
14923
+ // CONCATENATED MODULE: ./packages/data-table-form/src/tbody.vue?vue&type=template&id=73c95f10&
14923
14924
 
14924
14925
  // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/data-table-form/src/radio.vue?vue&type=template&id=3c835729&
14925
14926
  var radiovue_type_template_id_3c835729_render = function () {
@@ -15502,7 +15503,7 @@ var _components;
15502
15503
  return item[col.labelKey] || item.name || item.label || item.showname;
15503
15504
  }
15504
15505
  }
15505
- return '';
15506
+ return value;
15506
15507
  },
15507
15508
  showLabel: function showLabel(res, labelKey) {
15508
15509
  return typeof res === 'string' ? res : res[labelKey] || res.name || res.label || res.showname;
@@ -15530,8 +15531,8 @@ var _components;
15530
15531
 
15531
15532
  var tbody_component = normalizeComponent(
15532
15533
  src_tbodyvue_type_script_lang_js_,
15533
- tbodyvue_type_template_id_810ed4be_render,
15534
- tbodyvue_type_template_id_810ed4be_staticRenderFns,
15534
+ tbodyvue_type_template_id_73c95f10_render,
15535
+ tbodyvue_type_template_id_73c95f10_staticRenderFns,
15535
15536
  false,
15536
15537
  null,
15537
15538
  null,
@@ -28341,8 +28342,8 @@ form_src_main.install = function (Vue) {
28341
28342
  };
28342
28343
 
28343
28344
  /* harmony default export */ var packages_form = (form_src_main);
28344
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/main.vue?vue&type=template&id=88226248&
28345
- var mainvue_type_template_id_88226248_render = function () {
28345
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/main.vue?vue&type=template&id=99cb7a94&
28346
+ var mainvue_type_template_id_99cb7a94_render = function () {
28346
28347
  var _vm = this
28347
28348
  var _h = _vm.$createElement
28348
28349
  var _c = _vm._self._c || _h
@@ -31359,11 +31360,11 @@ var mainvue_type_template_id_88226248_render = function () {
31359
31360
  )
31360
31361
  : _vm._e()
31361
31362
  }
31362
- var mainvue_type_template_id_88226248_staticRenderFns = []
31363
- mainvue_type_template_id_88226248_render._withStripped = true
31363
+ var mainvue_type_template_id_99cb7a94_staticRenderFns = []
31364
+ mainvue_type_template_id_99cb7a94_render._withStripped = true
31364
31365
 
31365
31366
 
31366
- // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=88226248&
31367
+ // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=99cb7a94&
31367
31368
 
31368
31369
  // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/CommonOpinions.vue?vue&type=template&id=7b4f1542&
31369
31370
  var CommonOpinionsvue_type_template_id_7b4f1542_render = function () {
@@ -32218,21 +32219,21 @@ var CommonOpinionsvue_type_script_lang_js_components;
32218
32219
  return validSate;
32219
32220
  },
32220
32221
 
32221
- /**
32222
- * changeOpinion
32223
- * @desc:监听意见变化
32224
- * @author liufan
32225
- * @date 2022年10月28日
32222
+ /**
32223
+ * changeOpinion
32224
+ * @desc:监听意见变化
32225
+ * @author liufan
32226
+ * @date 2022年10月28日
32226
32227
  **/
32227
32228
  changeOpinion: function changeOpinion() {
32228
32229
  this.$emit('change', this.form.value);
32229
32230
  },
32230
32231
 
32231
- /**
32232
- * getCommonOpion
32233
- * @desc:获取意见
32234
- * @author liufan
32235
- * @date 2022年5月25日
32232
+ /**
32233
+ * getCommonOpion
32234
+ * @desc:获取意见
32235
+ * @author liufan
32236
+ * @date 2022年5月25日
32236
32237
  **/
32237
32238
  getCommonOpion: function getCommonOpion() {
32238
32239
  var _this = this;
@@ -32261,24 +32262,24 @@ var CommonOpinionsvue_type_script_lang_js_components;
32261
32262
  });
32262
32263
  },
32263
32264
 
32264
- /**
32265
- * upDate
32266
- * @desc:修改常用语
32267
- * @author liufan
32268
- * @param {Object} val 修改值
32269
- * @date 2022年5月25日
32265
+ /**
32266
+ * upDate
32267
+ * @desc:修改常用语
32268
+ * @author liufan
32269
+ * @param {Object} val 修改值
32270
+ * @date 2022年5月25日
32270
32271
  **/
32271
32272
  upDate: function upDate(val) {
32272
32273
  this.FormData.id = val.id;
32273
32274
  this.addVisible = true;
32274
32275
  },
32275
32276
 
32276
- /**
32277
- * selectChange
32278
- * @desc:常用语选择
32279
- * @author liufan
32280
- * @param {String} val 选中值
32281
- * @date 2022年5月25日
32277
+ /**
32278
+ * selectChange
32279
+ * @desc:常用语选择
32280
+ * @author liufan
32281
+ * @param {String} val 选中值
32282
+ * @date 2022年5月25日
32282
32283
  **/
32283
32284
  selectChange: function selectChange(val) {
32284
32285
  var _this2 = this;
@@ -32297,12 +32298,12 @@ var CommonOpinionsvue_type_script_lang_js_components;
32297
32298
  });
32298
32299
  },
32299
32300
 
32300
- /**
32301
- * del
32302
- * @desc:删除常用语
32303
- * @author liufan
32304
- * @param {Object} val 删除的数据
32305
- * @date 2022年5月25日
32301
+ /**
32302
+ * del
32303
+ * @desc:删除常用语
32304
+ * @author liufan
32305
+ * @param {Object} val 删除的数据
32306
+ * @date 2022年5月25日
32306
32307
  **/
32307
32308
  del: function del(val) {
32308
32309
  var _this3 = this;
@@ -32344,12 +32345,12 @@ var CommonOpinionsvue_type_script_lang_js_components;
32344
32345
  }).catch(function (e) {});
32345
32346
  },
32346
32347
 
32347
- /**
32348
- * submit
32349
- * @desc:新增/编辑意见保存
32350
- * @author liufan
32351
- * @param {Object} val 保存数据
32352
- * @date 2022年5月25日
32348
+ /**
32349
+ * submit
32350
+ * @desc:新增/编辑意见保存
32351
+ * @author liufan
32352
+ * @param {Object} val 保存数据
32353
+ * @date 2022年5月25日
32353
32354
  **/
32354
32355
  submit: function submit(val) {
32355
32356
  var _this4 = this;
@@ -36165,11 +36166,11 @@ var processFormvue_type_script_lang_js_components;
36165
36166
  });
36166
36167
  },
36167
36168
 
36168
- /**
36169
- * isMultiple
36170
- * @desc:是否多选
36171
- * @author liufan
36172
- * @date 2022年9月13日
36169
+ /**
36170
+ * isMultiple
36171
+ * @desc:是否多选
36172
+ * @author liufan
36173
+ * @date 2022年9月13日
36173
36174
  **/
36174
36175
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
36175
36176
  var multiple = false;
@@ -40382,11 +40383,11 @@ var resetvue_type_script_lang_js_components;
40382
40383
  });
40383
40384
  },
40384
40385
 
40385
- /**
40386
- * isMultiple
40387
- * @desc:是否多选
40388
- * @author liufan
40389
- * @date 2022年9月13日
40386
+ /**
40387
+ * isMultiple
40388
+ * @desc:是否多选
40389
+ * @author liufan
40390
+ * @date 2022年9月13日
40390
40391
  **/
40391
40392
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
40392
40393
  var multiple = false;
@@ -44975,11 +44976,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44975
44976
  });
44976
44977
  },
44977
44978
 
44978
- /**
44979
- * saveInfo
44980
- * @desc:暂存
44981
- * @author liufan
44982
- * @date 2022年9月9日
44979
+ /**
44980
+ * saveInfo
44981
+ * @desc:暂存
44982
+ * @author liufan
44983
+ * @date 2022年9月9日
44983
44984
  **/
44984
44985
  saveInfo: function saveInfo(type, btn) {
44985
44986
  var _this6 = this;
@@ -45041,11 +45042,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45041
45042
  });
45042
45043
  },
45043
45044
 
45044
- /**
45045
- * rejectBtn
45046
- * @desc:点击驳回
45047
- * @author liufan
45048
- * @date 2022年5月25日
45045
+ /**
45046
+ * rejectBtn
45047
+ * @desc:点击驳回
45048
+ * @author liufan
45049
+ * @date 2022年5月25日
45049
45050
  **/
45050
45051
  rejectBtn: function rejectBtn() {
45051
45052
  var _this8 = this;
@@ -45063,11 +45064,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45063
45064
  }
45064
45065
  },
45065
45066
 
45066
- /**
45067
- * taskReadBtn
45068
- * @desc:点击分阅
45069
- * @author liufan
45070
- * @date 2022年5月25日
45067
+ /**
45068
+ * taskReadBtn
45069
+ * @desc:点击分阅
45070
+ * @author liufan
45071
+ * @date 2022年5月25日
45071
45072
  **/
45072
45073
  taskReadBtn: function taskReadBtn() {
45073
45074
  var _this9 = this;
@@ -45086,11 +45087,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45086
45087
  }
45087
45088
  },
45088
45089
 
45089
- /**
45090
- * getFind
45091
- * @desc:获取通知方式
45092
- * @author liufan
45093
- * @date 2022年5月25日
45090
+ /**
45091
+ * getFind
45092
+ * @desc:获取通知方式
45093
+ * @author liufan
45094
+ * @date 2022年5月25日
45094
45095
  **/
45095
45096
  getFind: function getFind() {
45096
45097
  var _this10 = this;
@@ -45145,12 +45146,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45145
45146
  });
45146
45147
  },
45147
45148
 
45148
- /**
45149
- * endFlows
45150
- * @desc:直接办结
45151
- * @author liufan
45152
- * @param {Object} res 直接办结数据
45153
- * @date 2022年5月25日
45149
+ /**
45150
+ * endFlows
45151
+ * @desc:直接办结
45152
+ * @author liufan
45153
+ * @param {Object} res 直接办结数据
45154
+ * @date 2022年5月25日
45154
45155
  **/
45155
45156
  endFlows: function endFlows(res) {
45156
45157
  var _this12 = this;
@@ -45204,12 +45205,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45204
45205
  }).catch(function (e) {});
45205
45206
  },
45206
45207
 
45207
- /**
45208
- * goView
45209
- * @desc:更多流程按钮操作
45210
- * @author liufan
45211
- * @param {Object} res 当前点击操作按钮数据
45212
- * @date 2022年5月25日
45208
+ /**
45209
+ * goView
45210
+ * @desc:更多流程按钮操作
45211
+ * @author liufan
45212
+ * @param {Object} res 当前点击操作按钮数据
45213
+ * @date 2022年5月25日
45213
45214
  **/
45214
45215
  goView: function goView(res) {
45215
45216
  // 驳回并办结:rejectAndEndHtml
@@ -45294,11 +45295,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45294
45295
  // isCanStartSubFlow
45295
45296
  },
45296
45297
 
45297
- /**
45298
- * toTakeAdvice
45299
- * @desc:征求意见
45300
- * @author liufan
45301
- * @date 2022年9月29日
45298
+ /**
45299
+ * toTakeAdvice
45300
+ * @desc:征求意见
45301
+ * @author liufan
45302
+ * @date 2022年9月29日
45302
45303
  **/
45303
45304
  toTakeAdvice: function toTakeAdvice(res) {
45304
45305
  var _this14 = this;
@@ -45342,11 +45343,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45342
45343
  });
45343
45344
  },
45344
45345
 
45345
- /**
45346
- * toStartDraf
45347
- * @desc: 稿件递送、联合审核、复核
45348
- * @author liufan
45349
- * @date 2022年9月29日
45346
+ /**
45347
+ * toStartDraf
45348
+ * @desc: 稿件递送、联合审核、复核
45349
+ * @author liufan
45350
+ * @date 2022年9月29日
45350
45351
  **/
45351
45352
  toStartDraf: function toStartDraf(res) {
45352
45353
  var _this16 = this;
@@ -45360,11 +45361,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45360
45361
  }
45361
45362
  },
45362
45363
 
45363
- /**
45364
- * toSendMsg
45365
- * @desc:核稿通知
45366
- * @author liufan
45367
- * @date 2022年9月29日
45364
+ /**
45365
+ * toSendMsg
45366
+ * @desc:核稿通知
45367
+ * @author liufan
45368
+ * @date 2022年9月29日
45368
45369
  **/
45369
45370
  toSendMsg: function toSendMsg(res) {
45370
45371
  var _this17 = this;
@@ -45378,11 +45379,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45378
45379
  }
45379
45380
  },
45380
45381
 
45381
- /**
45382
- * toTaskReadAndEnd
45383
- * @desc:分阅并办结
45384
- * @author liufan
45385
- * @date 2022年9月29日
45382
+ /**
45383
+ * toTaskReadAndEnd
45384
+ * @desc:分阅并办结
45385
+ * @author liufan
45386
+ * @date 2022年9月29日
45386
45387
  **/
45387
45388
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
45388
45389
  var _this18 = this;
@@ -45400,11 +45401,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45400
45401
  }
45401
45402
  },
45402
45403
 
45403
- /**
45404
- * rejectAndEnd
45405
- * @desc:驳回并办结
45406
- * @author liufan
45407
- * @date 2022年9月29日
45404
+ /**
45405
+ * rejectAndEnd
45406
+ * @desc:驳回并办结
45407
+ * @author liufan
45408
+ * @date 2022年9月29日
45408
45409
  **/
45409
45410
  rejectAndEnd: function rejectAndEnd(res) {
45410
45411
  var _this19 = this;
@@ -45459,11 +45460,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45459
45460
  });
45460
45461
  },
45461
45462
 
45462
- /**
45463
- * toTransfer
45464
- * @desc:转办
45465
- * @author liufan
45466
- * @date 2022年9月29日
45463
+ /**
45464
+ * toTransfer
45465
+ * @desc:转办
45466
+ * @author liufan
45467
+ * @date 2022年9月29日
45467
45468
  **/
45468
45469
  toTransfer: function toTransfer(res) {
45469
45470
  var _this21 = this;
@@ -45479,11 +45480,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45479
45480
  }
45480
45481
  },
45481
45482
 
45482
- /**
45483
- * getNodeInfo
45484
- * @desc:获取节点信息
45485
- * @author liufan
45486
- * @date 2022年5月25日
45483
+ /**
45484
+ * getNodeInfo
45485
+ * @desc:获取节点信息
45486
+ * @author liufan
45487
+ * @date 2022年5月25日
45487
45488
  **/
45488
45489
  getNodeInfo: function getNodeInfo() {
45489
45490
  var _this22 = this;
@@ -45582,12 +45583,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45582
45583
  });
45583
45584
  },
45584
45585
 
45585
- /**
45586
- * selecNext
45587
- * @desc:下步节点变化时更新数据
45588
- * @author liufan
45589
- * @param {String} val 当前选中值
45590
- * @date 2022年5月25日
45586
+ /**
45587
+ * selecNext
45588
+ * @desc:下步节点变化时更新数据
45589
+ * @author liufan
45590
+ * @param {String} val 当前选中值
45591
+ * @date 2022年5月25日
45591
45592
  **/
45592
45593
  selecNext: function selecNext(val, type, isDef) {
45593
45594
  var _this23 = this;
@@ -45696,11 +45697,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45696
45697
  if (isDef !== true) this.getNodeInfo();
45697
45698
  },
45698
45699
 
45699
- /**
45700
- * isMultiple
45701
- * @desc:是否多选
45702
- * @author liufan
45703
- * @date 2022年9月13日
45700
+ /**
45701
+ * isMultiple
45702
+ * @desc:是否多选
45703
+ * @author liufan
45704
+ * @date 2022年9月13日
45704
45705
  **/
45705
45706
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
45706
45707
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -45732,11 +45733,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45732
45733
  }
45733
45734
  },
45734
45735
 
45735
- /**
45736
- * getHedInfo
45737
- * @desc:获取审核页面数据
45738
- * @author liufan
45739
- * @date 2022年5月25日
45736
+ /**
45737
+ * getHedInfo
45738
+ * @desc:获取审核页面数据
45739
+ * @author liufan
45740
+ * @date 2022年5月25日
45740
45741
  **/
45741
45742
  getHedInfo: function getHedInfo() {
45742
45743
  var _this24 = this;
@@ -45972,13 +45973,13 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45972
45973
  });
45973
45974
  },
45974
45975
 
45975
- /**
45976
- * closeProcess
45977
- * @desc:关闭弹窗
45978
- * @author liufan
45979
- * @param {boolean} val 当前是否办理流程
45980
- * @param {String} type 当前点击的弹窗类型
45981
- * @date 2022年5月25日
45976
+ /**
45977
+ * closeProcess
45978
+ * @desc:关闭弹窗
45979
+ * @author liufan
45980
+ * @param {boolean} val 当前是否办理流程
45981
+ * @param {String} type 当前点击的弹窗类型
45982
+ * @date 2022年5月25日
45982
45983
  **/
45983
45984
  closeProcess: function closeProcess(val, type, closeParent) {
45984
45985
  if (closeParent) {
@@ -45995,23 +45996,23 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45995
45996
  }
45996
45997
  },
45997
45998
 
45998
- /**
45999
- * selectChange
46000
- * @desc:常用语选择
46001
- * @author liufan
46002
- * @param {String} val 选中值
46003
- * @date 2022年5月25日
45999
+ /**
46000
+ * selectChange
46001
+ * @desc:常用语选择
46002
+ * @author liufan
46003
+ * @param {String} val 选中值
46004
+ * @date 2022年5月25日
46004
46005
  **/
46005
46006
  selectChange: function selectChange(val) {
46006
46007
  this.value = val;
46007
46008
  },
46008
46009
 
46009
- /**
46010
- * upDate
46011
- * @desc:修改常用语
46012
- * @author liufan
46013
- * @param {Object} val 修改值
46014
- * @date 2022年5月25日
46010
+ /**
46011
+ * upDate
46012
+ * @desc:修改常用语
46013
+ * @author liufan
46014
+ * @param {Object} val 修改值
46015
+ * @date 2022年5月25日
46015
46016
  **/
46016
46017
  upDate: function upDate(val) {
46017
46018
  this.FormData.id = val.id;
@@ -46019,11 +46020,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
46019
46020
  },
46020
46021
 
46021
46022
 
46022
- /**
46023
- * getProcess
46024
- * @desc:获取选择流程
46025
- * @author liufan
46026
- * @date 2022年5月25日
46023
+ /**
46024
+ * getProcess
46025
+ * @desc:获取选择流程
46026
+ * @author liufan
46027
+ * @date 2022年5月25日
46027
46028
  **/
46028
46029
  getProcess: function getProcess() {
46029
46030
  var _this25 = this;
@@ -46077,11 +46078,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
46077
46078
  });
46078
46079
  },
46079
46080
 
46080
- /**
46081
- * getPendedhistoryList
46082
- * @desc:获取流程列表
46083
- * @author liufan
46084
- * @date 2022年5月25日
46081
+ /**
46082
+ * getPendedhistoryList
46083
+ * @desc:获取流程列表
46084
+ * @author liufan
46085
+ * @date 2022年5月25日
46085
46086
  **/
46086
46087
  getPendedhistoryList: function getPendedhistoryList() {
46087
46088
  var _this26 = this;
@@ -46113,12 +46114,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
46113
46114
  },
46114
46115
 
46115
46116
  // 提交流程
46116
- /**
46117
- * subProcess
46118
- * @desc:提交流程
46119
- * @author liufan
46120
- * @param {String} formName 当前form表单ref值
46121
- * @date 2022年5月25日
46117
+ /**
46118
+ * subProcess
46119
+ * @desc:提交流程
46120
+ * @author liufan
46121
+ * @param {String} formName 当前form表单ref值
46122
+ * @date 2022年5月25日
46122
46123
  **/
46123
46124
  subProcess: function subProcess(val) {
46124
46125
  var _this27 = this;
@@ -50022,11 +50023,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50022
50023
  });
50023
50024
  },
50024
50025
 
50025
- /**
50026
- * saveInfo
50027
- * @desc:暂存
50028
- * @author liufan
50029
- * @date 2022年9月9日
50026
+ /**
50027
+ * saveInfo
50028
+ * @desc:暂存
50029
+ * @author liufan
50030
+ * @date 2022年9月9日
50030
50031
  **/
50031
50032
  saveInfo: function saveInfo(type, btn) {
50032
50033
  var _this13 = this;
@@ -50088,11 +50089,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50088
50089
  });
50089
50090
  },
50090
50091
 
50091
- /**
50092
- * rejectBtn
50093
- * @desc:点击驳回
50094
- * @author liufan
50095
- * @date 2022年5月25日
50092
+ /**
50093
+ * rejectBtn
50094
+ * @desc:点击驳回
50095
+ * @author liufan
50096
+ * @date 2022年5月25日
50096
50097
  **/
50097
50098
  rejectBtn: function rejectBtn() {
50098
50099
  var _this15 = this;
@@ -50110,11 +50111,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50110
50111
  }
50111
50112
  },
50112
50113
 
50113
- /**
50114
- * taskReadBtn
50115
- * @desc:点击分阅
50116
- * @author liufan
50117
- * @date 2022年5月25日
50114
+ /**
50115
+ * taskReadBtn
50116
+ * @desc:点击分阅
50117
+ * @author liufan
50118
+ * @date 2022年5月25日
50118
50119
  **/
50119
50120
  taskReadBtn: function taskReadBtn() {
50120
50121
  var _this16 = this;
@@ -50133,11 +50134,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50133
50134
  }
50134
50135
  },
50135
50136
 
50136
- /**
50137
- * getFind
50138
- * @desc:获取通知方式
50139
- * @author liufan
50140
- * @date 2022年5月25日
50137
+ /**
50138
+ * getFind
50139
+ * @desc:获取通知方式
50140
+ * @author liufan
50141
+ * @date 2022年5月25日
50141
50142
  **/
50142
50143
  getFind: function getFind() {
50143
50144
  var _this17 = this;
@@ -50203,12 +50204,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50203
50204
  });
50204
50205
  },
50205
50206
 
50206
- /**
50207
- * endFlows
50208
- * @desc:直接办结
50209
- * @author liufan
50210
- * @param {Object} res 直接办结数据
50211
- * @date 2022年5月25日
50207
+ /**
50208
+ * endFlows
50209
+ * @desc:直接办结
50210
+ * @author liufan
50211
+ * @param {Object} res 直接办结数据
50212
+ * @date 2022年5月25日
50212
50213
  **/
50213
50214
  endFlows: function endFlows(res) {
50214
50215
  var _this19 = this;
@@ -50263,12 +50264,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50263
50264
  }).catch(function (e) {});
50264
50265
  },
50265
50266
 
50266
- /**
50267
- * goView
50268
- * @desc:更多流程按钮操作
50269
- * @author liufan
50270
- * @param {Object} res 当前点击操作按钮数据
50271
- * @date 2022年5月25日
50267
+ /**
50268
+ * goView
50269
+ * @desc:更多流程按钮操作
50270
+ * @author liufan
50271
+ * @param {Object} res 当前点击操作按钮数据
50272
+ * @date 2022年5月25日
50272
50273
  **/
50273
50274
  goView: function goView(res) {
50274
50275
  // 驳回并办结:rejectAndEndHtml
@@ -50355,11 +50356,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50355
50356
  // isCanStartSubFlow
50356
50357
  },
50357
50358
 
50358
- /**
50359
- * toTakeAdvice
50360
- * @desc:征求意见
50361
- * @author liufan
50362
- * @date 2022年9月29日
50359
+ /**
50360
+ * toTakeAdvice
50361
+ * @desc:征求意见
50362
+ * @author liufan
50363
+ * @date 2022年9月29日
50363
50364
  **/
50364
50365
  toTakeAdvice: function toTakeAdvice(res) {
50365
50366
  var _this21 = this;
@@ -50403,11 +50404,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50403
50404
  });
50404
50405
  },
50405
50406
 
50406
- /**
50407
- * toStartDraf
50408
- * @desc: 稿件递送、联合审核、复核
50409
- * @author liufan
50410
- * @date 2022年9月29日
50407
+ /**
50408
+ * toStartDraf
50409
+ * @desc: 稿件递送、联合审核、复核
50410
+ * @author liufan
50411
+ * @date 2022年9月29日
50411
50412
  **/
50412
50413
  toStartDraf: function toStartDraf(res) {
50413
50414
  var _this23 = this;
@@ -50421,11 +50422,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50421
50422
  }
50422
50423
  },
50423
50424
 
50424
- /**
50425
- * toSendMsg
50426
- * @desc:核稿通知
50427
- * @author liufan
50428
- * @date 2022年9月29日
50425
+ /**
50426
+ * toSendMsg
50427
+ * @desc:核稿通知
50428
+ * @author liufan
50429
+ * @date 2022年9月29日
50429
50430
  **/
50430
50431
  toSendMsg: function toSendMsg(res) {
50431
50432
  var _this24 = this;
@@ -50439,11 +50440,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50439
50440
  }
50440
50441
  },
50441
50442
 
50442
- /**
50443
- * toTaskReadAndEnd
50444
- * @desc:分阅并办结
50445
- * @author liufan
50446
- * @date 2022年9月29日
50443
+ /**
50444
+ * toTaskReadAndEnd
50445
+ * @desc:分阅并办结
50446
+ * @author liufan
50447
+ * @date 2022年9月29日
50447
50448
  **/
50448
50449
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
50449
50450
  var _this25 = this;
@@ -50461,11 +50462,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50461
50462
  }
50462
50463
  },
50463
50464
 
50464
- /**
50465
- * rejectAndEnd
50466
- * @desc:驳回并办结
50467
- * @author liufan
50468
- * @date 2022年9月29日
50465
+ /**
50466
+ * rejectAndEnd
50467
+ * @desc:驳回并办结
50468
+ * @author liufan
50469
+ * @date 2022年9月29日
50469
50470
  **/
50470
50471
  rejectAndEnd: function rejectAndEnd(res) {
50471
50472
  var _this26 = this;
@@ -50521,11 +50522,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50521
50522
  });
50522
50523
  },
50523
50524
 
50524
- /**
50525
- * toTransfer
50526
- * @desc:转办
50527
- * @author liufan
50528
- * @date 2022年9月29日
50525
+ /**
50526
+ * toTransfer
50527
+ * @desc:转办
50528
+ * @author liufan
50529
+ * @date 2022年9月29日
50529
50530
  **/
50530
50531
  toTransfer: function toTransfer(res) {
50531
50532
  var _this28 = this;
@@ -50544,11 +50545,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50544
50545
  this.nextNode.customLimitTime = val;
50545
50546
  },
50546
50547
 
50547
- /**
50548
- * getNodeInfo
50549
- * @desc:获取节点信息
50550
- * @author liufan
50551
- * @date 2022年5月25日
50548
+ /**
50549
+ * getNodeInfo
50550
+ * @desc:获取节点信息
50551
+ * @author liufan
50552
+ * @date 2022年5月25日
50552
50553
  **/
50553
50554
  getNodeInfo: function getNodeInfo() {
50554
50555
  var _this29 = this;
@@ -50659,16 +50660,17 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50659
50660
  });
50660
50661
  },
50661
50662
 
50662
- /**
50663
- * selecNext
50664
- * @desc:下步节点变化时更新数据
50665
- * @author liufan
50666
- * @param {String} val 当前选中值
50667
- * @date 2022年5月25日
50663
+ /**
50664
+ * selecNext
50665
+ * @desc:下步节点变化时更新数据
50666
+ * @author liufan
50667
+ * @param {String} val 当前选中值
50668
+ * @date 2022年5月25日
50668
50669
  **/
50669
50670
  selecNext: function selecNext(val, type, isDef) {
50670
50671
  var _this30 = this;
50671
50672
 
50673
+ console.log(val, 'selecNext');
50672
50674
  var isNextNode = false;
50673
50675
  if (type) {
50674
50676
  isNextNode = this.operationList.filter(function (x) {
@@ -50796,11 +50798,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50796
50798
  this.getNodeInfo();
50797
50799
  },
50798
50800
 
50799
- /**
50800
- * isMultiple
50801
- * @desc:是否多选
50802
- * @author liufan
50803
- * @date 2022年9月13日
50801
+ /**
50802
+ * isMultiple
50803
+ * @desc:是否多选
50804
+ * @author liufan
50805
+ * @date 2022年9月13日
50804
50806
  **/
50805
50807
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
50806
50808
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -50832,11 +50834,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50832
50834
  }
50833
50835
  },
50834
50836
 
50835
- /**
50836
- * getHedInfo
50837
- * @desc:获取审核页面数据
50838
- * @author liufan
50839
- * @date 2022年5月25日
50837
+ /**
50838
+ * getHedInfo
50839
+ * @desc:获取审核页面数据
50840
+ * @author liufan
50841
+ * @date 2022年5月25日
50840
50842
  **/
50841
50843
  getHedInfo: function getHedInfo() {
50842
50844
  var _this31 = this;
@@ -51147,13 +51149,13 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51147
51149
  });
51148
51150
  },
51149
51151
 
51150
- /**
51151
- * closeProcess
51152
- * @desc:关闭弹窗
51153
- * @author liufan
51154
- * @param {boolean} val 当前是否办理流程
51155
- * @param {String} type 当前点击的弹窗类型
51156
- * @date 2022年5月25日
51152
+ /**
51153
+ * closeProcess
51154
+ * @desc:关闭弹窗
51155
+ * @author liufan
51156
+ * @param {boolean} val 当前是否办理流程
51157
+ * @param {String} type 当前点击的弹窗类型
51158
+ * @date 2022年5月25日
51157
51159
  **/
51158
51160
  closeProcess: function closeProcess(val, type, closeParent) {
51159
51161
  if (this.closeParent && !this.startFlowPageEmbeddedIntoStartFlowIndex) {
@@ -51173,23 +51175,23 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51173
51175
  }
51174
51176
  },
51175
51177
 
51176
- /**
51177
- * selectChange
51178
- * @desc:常用语选择
51179
- * @author liufan
51180
- * @param {String} val 选中值
51181
- * @date 2022年5月25日
51178
+ /**
51179
+ * selectChange
51180
+ * @desc:常用语选择
51181
+ * @author liufan
51182
+ * @param {String} val 选中值
51183
+ * @date 2022年5月25日
51182
51184
  **/
51183
51185
  selectChange: function selectChange(val) {
51184
51186
  this.value = val;
51185
51187
  },
51186
51188
 
51187
- /**
51188
- * upDate
51189
- * @desc:修改常用语
51190
- * @author liufan
51191
- * @param {Object} val 修改值
51192
- * @date 2022年5月25日
51189
+ /**
51190
+ * upDate
51191
+ * @desc:修改常用语
51192
+ * @author liufan
51193
+ * @param {Object} val 修改值
51194
+ * @date 2022年5月25日
51193
51195
  **/
51194
51196
  upDate: function upDate(val) {
51195
51197
  this.FormData.id = val.id;
@@ -51197,11 +51199,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51197
51199
  },
51198
51200
 
51199
51201
 
51200
- /**
51201
- * getProcess
51202
- * @desc:获取选择流程
51203
- * @author liufan
51204
- * @date 2022年5月25日
51202
+ /**
51203
+ * getProcess
51204
+ * @desc:获取选择流程
51205
+ * @author liufan
51206
+ * @date 2022年5月25日
51205
51207
  **/
51206
51208
  getProcess: function getProcess(val) {
51207
51209
  var _this32 = this;
@@ -51261,11 +51263,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51261
51263
  });
51262
51264
  },
51263
51265
 
51264
- /**
51265
- * getPendedhistoryList
51266
- * @desc:获取流程列表
51267
- * @author liufan
51268
- * @date 2022年5月25日
51266
+ /**
51267
+ * getPendedhistoryList
51268
+ * @desc:获取流程列表
51269
+ * @author liufan
51270
+ * @date 2022年5月25日
51269
51271
  **/
51270
51272
  getPendedhistoryList: function getPendedhistoryList() {
51271
51273
  var _this33 = this;
@@ -51336,12 +51338,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51336
51338
  beforeSubProcess: function beforeSubProcess() {},
51337
51339
 
51338
51340
  // 提交流程
51339
- /**
51340
- * subProcess
51341
- * @desc:提交流程
51342
- * @author liufan
51343
- * @param {String} formName 当前form表单ref值
51344
- * @date 2022年5月25日
51341
+ /**
51342
+ * subProcess
51343
+ * @desc:提交流程
51344
+ * @author liufan
51345
+ * @param {String} formName 当前form表单ref值
51346
+ * @date 2022年5月25日
51345
51347
  **/
51346
51348
  subProcess: function subProcess(val, type) {
51347
51349
  var _this35 = this;
@@ -51820,8 +51822,8 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51820
51822
 
51821
51823
  var flow_src_main_component = normalizeComponent(
51822
51824
  packages_flow_src_mainvue_type_script_lang_js_,
51823
- mainvue_type_template_id_88226248_render,
51824
- mainvue_type_template_id_88226248_staticRenderFns,
51825
+ mainvue_type_template_id_99cb7a94_render,
51826
+ mainvue_type_template_id_99cb7a94_staticRenderFns,
51825
51827
  false,
51826
51828
  null,
51827
51829
  null,
@@ -55654,11 +55656,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
55654
55656
 
55655
55657
 
55656
55658
  methods: {
55657
- /**
55658
- * handleBatchDelete
55659
- * @desc:批量删除
55660
- * @author liufan
55661
- * @date 2025年12月31日
55659
+ /**
55660
+ * handleBatchDelete
55661
+ * @desc:批量删除
55662
+ * @author liufan
55663
+ * @date 2025年12月31日
55662
55664
  **/
55663
55665
  handleBatchDelete: function handleBatchDelete() {
55664
55666
  var _this6 = this;
@@ -55955,12 +55957,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
55955
55957
  }
55956
55958
  },
55957
55959
 
55958
- /**
55959
- * handleFormSubmit
55960
- * @desc:删除节点点击事件
55961
- * @param {Object} formData 点击删除的form数据
55962
- * @author liufan
55963
- * @date 2022年11月29日
55960
+ /**
55961
+ * handleFormSubmit
55962
+ * @desc:删除节点点击事件
55963
+ * @param {Object} formData 点击删除的form数据
55964
+ * @author liufan
55965
+ * @date 2022年11月29日
55964
55966
  **/
55965
55967
  handleFormSubmit: function handleFormSubmit(formData) {
55966
55968
  var _this12 = this;
@@ -55996,12 +55998,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
55996
55998
  });
55997
55999
  },
55998
56000
 
55999
- /**
56000
- * del
56001
- * @desc:展示删除弹窗
56002
- * @param {String} id 当前点击数据id
56003
- * @author liufan
56004
- * @date 2022年11月29日
56001
+ /**
56002
+ * del
56003
+ * @desc:展示删除弹窗
56004
+ * @param {String} id 当前点击数据id
56005
+ * @author liufan
56006
+ * @date 2022年11月29日
56005
56007
  **/
56006
56008
  del: function del(id, type) {
56007
56009
  this.modalType = type;
@@ -56009,12 +56011,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56009
56011
  this.showDel = true;
56010
56012
  },
56011
56013
 
56012
- /**
56013
- * handleCurrentChange
56014
- * @desc:监听页码变化
56015
- * @param {String} val 当前页
56016
- * @author liufan
56017
- * @date 2022年11月29日
56014
+ /**
56015
+ * handleCurrentChange
56016
+ * @desc:监听页码变化
56017
+ * @param {String} val 当前页
56018
+ * @author liufan
56019
+ * @date 2022年11月29日
56018
56020
  **/
56019
56021
  handleCurrentChange: function handleCurrentChange(val, type) {
56020
56022
  this.currentPage = val;
@@ -56023,12 +56025,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56023
56025
  }
56024
56026
  },
56025
56027
 
56026
- /**
56027
- * handleSizeChange
56028
- * @desc:监听每页数据显示数量变化
56029
- * @param {String} val 每页展示数量
56030
- * @author liufan
56031
- * @date 2022年11月29日
56028
+ /**
56029
+ * handleSizeChange
56030
+ * @desc:监听每页数据显示数量变化
56031
+ * @param {String} val 每页展示数量
56032
+ * @author liufan
56033
+ * @date 2022年11月29日
56032
56034
  **/
56033
56035
  handleSizeChange: function handleSizeChange(val) {
56034
56036
  this.pageSize = val;
@@ -56037,12 +56039,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56037
56039
  }
56038
56040
  },
56039
56041
 
56040
- /**
56041
- * sortChange
56042
- * @desc:监听排序变化
56043
- * @param {Object} info 需要排序的字段及排序方式
56044
- * @author liufan
56045
- * @date 2022年11月29日
56042
+ /**
56043
+ * sortChange
56044
+ * @desc:监听排序变化
56045
+ * @param {Object} info 需要排序的字段及排序方式
56046
+ * @author liufan
56047
+ * @date 2022年11月29日
56046
56048
  **/
56047
56049
  sortChange: function sortChange(info, type) {
56048
56050
  var prop = info.prop;
@@ -56058,11 +56060,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56058
56060
  }
56059
56061
  },
56060
56062
 
56061
- /**
56062
- * getDeletList
56063
- * @desc:删除列表数据
56064
- * @author liufan
56065
- * @date 2025年12月30日
56063
+ /**
56064
+ * getDeletList
56065
+ * @desc:删除列表数据
56066
+ * @author liufan
56067
+ * @date 2025年12月30日
56066
56068
  **/
56067
56069
  getDeletList: function getDeletList() {
56068
56070
  var _this13 = this;
@@ -56091,11 +56093,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56091
56093
  });
56092
56094
  },
56093
56095
 
56094
- /**
56095
- * getResetList
56096
- * @desc:重设列表数据
56097
- * @author liufan
56098
- * @date 2025年12月30日
56096
+ /**
56097
+ * getResetList
56098
+ * @desc:重设列表数据
56099
+ * @author liufan
56100
+ * @date 2025年12月30日
56099
56101
  **/
56100
56102
  getResetList: function getResetList() {
56101
56103
  var _this14 = this;
@@ -56125,11 +56127,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56125
56127
  });
56126
56128
  },
56127
56129
 
56128
- /**
56129
- * getPressList
56130
- * @desc:催办列表数据
56131
- * @author liufan
56132
- * @date 2022年11月29日
56130
+ /**
56131
+ * getPressList
56132
+ * @desc:催办列表数据
56133
+ * @author liufan
56134
+ * @date 2022年11月29日
56133
56135
  **/
56134
56136
  getPressList: function getPressList() {
56135
56137
  var _this15 = this;
@@ -56159,12 +56161,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56159
56161
  });
56160
56162
  },
56161
56163
 
56162
- /**
56163
- * goPress
56164
- * @desc:催办列表查看
56165
- * @param {String} id 催办列表id
56166
- * @author liufan
56167
- * @date 2022年11月29日
56164
+ /**
56165
+ * goPress
56166
+ * @desc:催办列表查看
56167
+ * @param {String} id 催办列表id
56168
+ * @author liufan
56169
+ * @date 2022年11月29日
56168
56170
  **/
56169
56171
  goPress: function goPress(id) {
56170
56172
  this.historyId = id;
@@ -56172,23 +56174,23 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56172
56174
  this.getPressList();
56173
56175
  },
56174
56176
 
56175
- /**
56176
- * showFile
56177
- * @desc:附件查看
56178
- * @param {String} ownId 附件id
56179
- * @author liufan
56180
- * @date 2022年11月29日
56177
+ /**
56178
+ * showFile
56179
+ * @desc:附件查看
56180
+ * @param {String} ownId 附件id
56181
+ * @author liufan
56182
+ * @date 2022年11月29日
56181
56183
  **/
56182
56184
  showFile: function showFile(ownId) {
56183
56185
  this.wfpendingid = ownId;
56184
56186
  this.showFileList = true;
56185
56187
  },
56186
56188
 
56187
- /**
56188
- * handleChange
56189
- * @desc:切换排序方式
56190
- * @author liufan
56191
- * @date 2022年11月22日
56189
+ /**
56190
+ * handleChange
56191
+ * @desc:切换排序方式
56192
+ * @author liufan
56193
+ * @date 2022年11月22日
56192
56194
  **/
56193
56195
  handleChange: function handleChange(key, value) {
56194
56196
  if (value) {
@@ -56238,11 +56240,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56238
56240
  }))();
56239
56241
  },
56240
56242
 
56241
- /**
56242
- * getFlowList
56243
- * @desc:获取流程列表
56244
- * @author liufan
56245
- * @date 2022年11月22日
56243
+ /**
56244
+ * getFlowList
56245
+ * @desc:获取流程列表
56246
+ * @author liufan
56247
+ * @date 2022年11月22日
56246
56248
  **/
56247
56249
  getFlowList: function getFlowList(type) {
56248
56250
  var _this17 = this;
@@ -56322,12 +56324,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56322
56324
  });
56323
56325
  },
56324
56326
 
56325
- /**
56326
- * handleClick
56327
- * @desc:表单点击事件
56328
- * @param {Object} val 当前点击行数据及按钮
56329
- * @author liufan
56330
- * @date 2022年11月10日
56327
+ /**
56328
+ * handleClick
56329
+ * @desc:表单点击事件
56330
+ * @param {Object} val 当前点击行数据及按钮
56331
+ * @author liufan
56332
+ * @date 2022年11月10日
56331
56333
  **/
56332
56334
  handleClick: function handleClick(val) {
56333
56335
  var _this18 = this;
@@ -56373,13 +56375,13 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56373
56375
  }
56374
56376
  },
56375
56377
 
56376
- /**
56377
- * getCodeValue
56378
- * @desc:获取代码表过滤后的值
56379
- * @param {String} value 展示数据的代码值
56380
- * @param {String} type 代码表类型
56381
- * @author liufan
56382
- * @date 2022年11月10日
56378
+ /**
56379
+ * getCodeValue
56380
+ * @desc:获取代码表过滤后的值
56381
+ * @param {String} value 展示数据的代码值
56382
+ * @param {String} type 代码表类型
56383
+ * @author liufan
56384
+ * @date 2022年11月10日
56383
56385
  **/
56384
56386
  getCodeValue: function getCodeValue(value, type) {
56385
56387
  var val = this[type].filter(function (item) {
@@ -56388,12 +56390,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56388
56390
  return val[0].shortName;
56389
56391
  },
56390
56392
 
56391
- /**
56392
- * getSysInfo
56393
- * @desc:获取代码表
56394
- * @param {String} code 编码code值
56395
- * @author liufan
56396
- * @date 2022年11月10日
56393
+ /**
56394
+ * getSysInfo
56395
+ * @desc:获取代码表
56396
+ * @param {String} code 编码code值
56397
+ * @author liufan
56398
+ * @date 2022年11月10日
56397
56399
  **/
56398
56400
  getSysInfo: function getSysInfo(code) {
56399
56401
  var _this19 = this;
@@ -56415,11 +56417,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56415
56417
  }).catch(function (e) {});
56416
56418
  },
56417
56419
 
56418
- /**
56419
- * getListInfo
56420
- * @desc:获取预设列表数据
56421
- * @author liufan
56422
- * @date 2022年11月10日
56420
+ /**
56421
+ * getListInfo
56422
+ * @desc:获取预设列表数据
56423
+ * @author liufan
56424
+ * @date 2022年11月10日
56423
56425
  **/
56424
56426
  getListInfo: function getListInfo() {
56425
56427
  var _this20 = this;
@@ -65933,10 +65935,10 @@ appsvue_type_template_id_f094d33e_scoped_true_render._withStripped = true
65933
65935
  this.$emit('click', res);
65934
65936
  },
65935
65937
 
65936
- /**
65937
- * @desc:获取气泡提醒
65938
- * @author huangbo
65939
- * @date 2024年9月7日
65938
+ /**
65939
+ * @desc:获取气泡提醒
65940
+ * @author huangbo
65941
+ * @date 2024年9月7日
65940
65942
  **/
65941
65943
  getBadge: function getBadge(res) {
65942
65944
  var num = res.tips || 0;
@@ -70341,10 +70343,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70341
70343
  this.$refs.user.handleSelect(res);
70342
70344
  },
70343
70345
 
70344
- /**
70345
- * @desc:匹配路由
70346
- * @author huangbo
70347
- * @date 2024年9月7日
70346
+ /**
70347
+ * @desc:匹配路由
70348
+ * @author huangbo
70349
+ * @date 2024年9月7日
70348
70350
  **/
70349
70351
  hasRouter: function hasRouter(res, url, code) {
70350
70352
  if (!url) {
@@ -70388,10 +70390,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70388
70390
  return false;
70389
70391
  },
70390
70392
 
70391
- /**
70392
- * @desc:获取初始数据
70393
- * @author huangbo
70394
- * @date 2024年9月7日
70393
+ /**
70394
+ * @desc:获取初始数据
70395
+ * @author huangbo
70396
+ * @date 2024年9月7日
70395
70397
  **/
70396
70398
  init: function init(results, first) {
70397
70399
  this.setConfig(results);
@@ -70400,10 +70402,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70400
70402
  }
70401
70403
  },
70402
70404
 
70403
- /**
70404
- * @desc:设置用户配置及信息
70405
- * @author huangbo
70406
- * @date 2024年9月7日
70405
+ /**
70406
+ * @desc:设置用户配置及信息
70407
+ * @author huangbo
70408
+ * @date 2024年9月7日
70407
70409
  **/
70408
70410
  setConfig: function setConfig(results) {
70409
70411
  localStorage.setItem('mainConfig', JSON.stringify(results));
@@ -70571,10 +70573,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70571
70573
  }
70572
70574
  },
70573
70575
 
70574
- /**
70575
- * @desc:获取所有应用
70576
- * @author huangbo
70577
- * @date 2024年9月7日
70576
+ /**
70577
+ * @desc:获取所有应用
70578
+ * @author huangbo
70579
+ * @date 2024年9月7日
70578
70580
  **/
70579
70581
  getApplications: function getApplications() {
70580
70582
  var _this2 = this;
@@ -70622,10 +70624,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70622
70624
  });
70623
70625
  },
70624
70626
 
70625
- /**
70626
- * @desc:获取菜单列表
70627
- * @author huangbo
70628
- * @date 2024年9月7日
70627
+ /**
70628
+ * @desc:获取菜单列表
70629
+ * @author huangbo
70630
+ * @date 2024年9月7日
70629
70631
  **/
70630
70632
  getMenus: function getMenus(loading) {
70631
70633
  var _this3 = this;
@@ -70658,10 +70660,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70658
70660
  });
70659
70661
  },
70660
70662
 
70661
- /**
70662
- * @desc:处理菜单列表
70663
- * @author huangbo
70664
- * @date 2024年9月7日
70663
+ /**
70664
+ * @desc:处理菜单列表
70665
+ * @author huangbo
70666
+ * @date 2024年9月7日
70665
70667
  **/
70666
70668
  renderMenus: function renderMenus(res) {
70667
70669
  this.menus = res;
@@ -70757,10 +70759,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70757
70759
  }
70758
70760
  },
70759
70761
 
70760
- /**
70761
- * @desc:设置页面加载类型
70762
- * @author huangbo
70763
- * @date 2024年9月7日
70762
+ /**
70763
+ * @desc:设置页面加载类型
70764
+ * @author huangbo
70765
+ * @date 2024年9月7日
70764
70766
  **/
70765
70767
  setIframeType: function setIframeType(res) {
70766
70768
  var url = res.url;
@@ -70816,10 +70818,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70816
70818
  return res;
70817
70819
  },
70818
70820
 
70819
- /**
70820
- * @desc:获取菜单
70821
- * @author huangbo
70822
- * @date 2024年9月7日
70821
+ /**
70822
+ * @desc:获取菜单
70823
+ * @author huangbo
70824
+ * @date 2024年9月7日
70823
70825
  **/
70824
70826
  getMenu: function getMenu(menus, res, key) {
70825
70827
  if (Array.isArray(menus)) {
@@ -70848,10 +70850,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70848
70850
  return false;
70849
70851
  },
70850
70852
 
70851
- /**
70852
- * @desc:获取菜单第一条数据
70853
- * @author huangbo
70854
- * @date 2024年9月7日
70853
+ /**
70854
+ * @desc:获取菜单第一条数据
70855
+ * @author huangbo
70856
+ * @date 2024年9月7日
70855
70857
  **/
70856
70858
  getFirst: function getFirst(obj) {
70857
70859
  if (!obj) {
@@ -70870,10 +70872,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70870
70872
  }
70871
70873
  },
70872
70874
 
70873
- /**
70874
- * @desc:遍历设置菜单气泡提醒
70875
- * @author huangbo
70876
- * @date 2024年9月7日
70875
+ /**
70876
+ * @desc:遍历设置菜单气泡提醒
70877
+ * @author huangbo
70878
+ * @date 2024年9月7日
70877
70879
  **/
70878
70880
  setTips: function setTips(obj) {
70879
70881
  var _this4 = this;
@@ -70944,10 +70946,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70944
70946
  }
70945
70947
  },
70946
70948
 
70947
- /**
70948
- * @desc:获取气泡提醒
70949
- * @author huangbo
70950
- * @date 2024年9月7日
70949
+ /**
70950
+ * @desc:获取气泡提醒
70951
+ * @author huangbo
70952
+ * @date 2024年9月7日
70951
70953
  **/
70952
70954
  getBadge: function getBadge(res) {
70953
70955
  var num = res.tips || 0;
@@ -70961,10 +70963,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70961
70963
  };
70962
70964
  },
70963
70965
 
70964
- /**
70965
- * @desc:开启weosocket
70966
- * @author huangbo
70967
- * @date 2024年9月7日
70966
+ /**
70967
+ * @desc:开启weosocket
70968
+ * @author huangbo
70969
+ * @date 2024年9月7日
70968
70970
  **/
70969
70971
  initWebSocket: function initWebSocket() {
70970
70972
  var _this6 = this;
@@ -71013,10 +71015,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71013
71015
  });
71014
71016
  },
71015
71017
 
71016
- /**
71017
- * @desc:显示用户信息
71018
- * @author huangbo
71019
- * @date 2024年9月7日
71018
+ /**
71019
+ * @desc:显示用户信息
71020
+ * @author huangbo
71021
+ * @date 2024年9月7日
71020
71022
  **/
71021
71023
  showUserInfo: function showUserInfo() {
71022
71024
  if (this.showUser === false) {
@@ -71024,19 +71026,19 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71024
71026
  }
71025
71027
  },
71026
71028
 
71027
- /**
71028
- * @desc:删除更多应用菜单点击
71029
- * @author huangbo
71030
- * @date 2024年9月7日
71029
+ /**
71030
+ * @desc:删除更多应用菜单点击
71031
+ * @author huangbo
71032
+ * @date 2024年9月7日
71031
71033
  **/
71032
71034
  handleDelete: function handleDelete(index) {
71033
71035
  this.newApps.splice(index, 1);
71034
71036
  },
71035
71037
 
71036
- /**
71037
- * @desc:储存更多应用菜单点击
71038
- * @author huangbo
71039
- * @date 2024年9月7日
71038
+ /**
71039
+ * @desc:储存更多应用菜单点击
71040
+ * @author huangbo
71041
+ * @date 2024年9月7日
71040
71042
  **/
71041
71043
  handlerClickApps: function handlerClickApps(res) {
71042
71044
  if (res.permission === false) {
@@ -71049,10 +71051,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71049
71051
  this.handlerClickApp(res);
71050
71052
  },
71051
71053
 
71052
- /**
71053
- * @desc:侧边应用菜单点击
71054
- * @author huangbo
71055
- * @date 2024年9月7日
71054
+ /**
71055
+ * @desc:侧边应用菜单点击
71056
+ * @author huangbo
71057
+ * @date 2024年9月7日
71056
71058
  **/
71057
71059
  handlerClickApp: function handlerClickApp(res) {
71058
71060
  this.showMsg = false;
@@ -71141,10 +71143,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71141
71143
  }
71142
71144
  },
71143
71145
 
71144
- /**
71145
- * @desc:显示Drawer界面
71146
- * @author huangbo
71147
- * @date 2024年9月7日
71146
+ /**
71147
+ * @desc:显示Drawer界面
71148
+ * @author huangbo
71149
+ * @date 2024年9月7日
71148
71150
  **/
71149
71151
  handlerSetDrawer: function handlerSetDrawer(res, type) {
71150
71152
  var direction = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : 'ltr';
@@ -71164,19 +71166,19 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71164
71166
  }
71165
71167
  },
71166
71168
 
71167
- /**
71168
- * @desc:关闭Drawer界面
71169
- * @author huangbo
71170
- * @date 2024年9月7日
71169
+ /**
71170
+ * @desc:关闭Drawer界面
71171
+ * @author huangbo
71172
+ * @date 2024年9月7日
71171
71173
  **/
71172
71174
  handleCloseDrawer: function handleCloseDrawer() {
71173
71175
  this.drawer = { visible: false };
71174
71176
  },
71175
71177
 
71176
- /**
71177
- * @desc:菜单点击
71178
- * @author huangbo
71179
- * @date 2024年9月7日
71178
+ /**
71179
+ * @desc:菜单点击
71180
+ * @author huangbo
71181
+ * @date 2024年9月7日
71180
71182
  **/
71181
71183
  handlerClickMenu: function handlerClickMenu(res) {
71182
71184
  utils_util.ajax({
@@ -71225,19 +71227,19 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71225
71227
  },
71226
71228
 
71227
71229
 
71228
- /**
71229
- * @desc:用户详情请求成功
71230
- * @author huangbo
71231
- * @date 2024年9月7日
71230
+ /**
71231
+ * @desc:用户详情请求成功
71232
+ * @author huangbo
71233
+ * @date 2024年9月7日
71232
71234
  **/
71233
71235
  handleSuccess: function handleSuccess(res) {
71234
71236
  this.simpleUserInfo = res.simpleUserInfo;
71235
71237
  },
71236
71238
 
71237
- /**
71238
- * @desc:修改用户配置
71239
- * @author huangbo
71240
- * @date 2024年9月7日
71239
+ /**
71240
+ * @desc:修改用户配置
71241
+ * @author huangbo
71242
+ * @date 2024年9月7日
71241
71243
  **/
71242
71244
  handleChangeConfig: function handleChangeConfig(name, res) {
71243
71245
  if (name == 'userHeadUrl') {
@@ -71253,10 +71255,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71253
71255
  }
71254
71256
  },
71255
71257
 
71256
- /**
71257
- * @desc:关闭webSocket
71258
- * @author huangbo
71259
- * @date 2024年9月7日
71258
+ /**
71259
+ * @desc:关闭webSocket
71260
+ * @author huangbo
71261
+ * @date 2024年9月7日
71260
71262
  **/
71261
71263
  handlerClose: function handlerClose() {
71262
71264
  if (this.webSocket) {
@@ -71264,10 +71266,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71264
71266
  }
71265
71267
  },
71266
71268
 
71267
- /**
71268
- * @desc:刷新选中iframe页签
71269
- * @author huangbo
71270
- * @date 2024年9月7日
71269
+ /**
71270
+ * @desc:刷新选中iframe页签
71271
+ * @author huangbo
71272
+ * @date 2024年9月7日
71271
71273
  **/
71272
71274
  handleRefresh: function handleRefresh(arg) {
71273
71275
  var i = arg && arg != true && arg !== 'pageData' ? utils_util.indexOfObj(this.tabs, arg, 'appCode,code,id,url') : utils_util.indexOfObj(this.tabs, this.activeName, 'id');
@@ -71304,10 +71306,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71304
71306
  }
71305
71307
  },
71306
71308
 
71307
- /**
71308
- * @desc:删除iframe
71309
- * @author huangbo
71310
- * @date 2024年9月7日
71309
+ /**
71310
+ * @desc:删除iframe
71311
+ * @author huangbo
71312
+ * @date 2024年9月7日
71311
71313
  **/
71312
71314
  handleRemove: function handleRemove(name) {
71313
71315
  var len = this.tabs.length - 1;
@@ -71324,10 +71326,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71324
71326
  }
71325
71327
  },
71326
71328
 
71327
- /**
71328
- * @desc:tabs鼠标右键事件
71329
- * @author huangbo
71330
- * @date 2024年9月7日
71329
+ /**
71330
+ * @desc:tabs鼠标右键事件
71331
+ * @author huangbo
71332
+ * @date 2024年9月7日
71331
71333
  **/
71332
71334
  handleContextmenu: function handleContextmenu(tabs, e) {
71333
71335
  var disabled = {};
@@ -71352,10 +71354,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71352
71354
  window.addEventListener('click', this.closeTabsEvents);
71353
71355
  },
71354
71356
 
71355
- /**
71356
- * @desc:tabs页签事件
71357
- * @author huangbo
71358
- * @date 2024年9月7日
71357
+ /**
71358
+ * @desc:tabs页签事件
71359
+ * @author huangbo
71360
+ * @date 2024年9月7日
71359
71361
  **/
71360
71362
  handleTabsEvents: function handleTabsEvents(num) {
71361
71363
  if (this.pane !== null) {
@@ -71366,10 +71368,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71366
71368
  },
71367
71369
 
71368
71370
 
71369
- /**
71370
- * @desc:关闭页签事件面板
71371
- * @author huangbo
71372
- * @date 2024年9月7日
71371
+ /**
71372
+ * @desc:关闭页签事件面板
71373
+ * @author huangbo
71374
+ * @date 2024年9月7日
71373
71375
  **/
71374
71376
  closeTabsEvents: function closeTabsEvents(e) {
71375
71377
  if (e.target.parentNode != this.$refs.tabsHandler.$el && e.target.parentNode.parentNode != this.$refs.tabsHandler.$el) {
@@ -71379,10 +71381,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71379
71381
  },
71380
71382
 
71381
71383
 
71382
- /**
71383
- * @desc:tabs页签点击事件
71384
- * @author huangbo
71385
- * @date 2024年9月7日
71384
+ /**
71385
+ * @desc:tabs页签点击事件
71386
+ * @author huangbo
71387
+ * @date 2024年9月7日
71386
71388
  **/
71387
71389
  handleTabClick: function handleTabClick() {
71388
71390
  this.active = '';
@@ -71390,10 +71392,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71390
71392
  this.showMenu = false;
71391
71393
  },
71392
71394
 
71393
- /**
71394
- * @desc:handler工具栏点击事件
71395
- * @author huangbo
71396
- * @date 2024年9月7日
71395
+ /**
71396
+ * @desc:handler工具栏点击事件
71397
+ * @author huangbo
71398
+ * @date 2024年9月7日
71397
71399
  **/
71398
71400
  handleClick: function handleClick(res) {
71399
71401
  var type = res.type,
@@ -71474,10 +71476,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71474
71476
  this.$emit('handler-click', res);
71475
71477
  },
71476
71478
 
71477
- /**
71478
- * @desc:退出登录
71479
- * @author huangbo
71480
- * @date 2024年9月7日
71479
+ /**
71480
+ * @desc:退出登录
71481
+ * @author huangbo
71482
+ * @date 2024年9月7日
71481
71483
  **/
71482
71484
  handleQuit: function handleQuit() {
71483
71485
  var _this7 = this;
@@ -71558,10 +71560,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71558
71560
  }).catch(function (e) {});
71559
71561
  },
71560
71562
 
71561
- /**
71562
- * @desc:主题、消息回调
71563
- * @author huangbo
71564
- * @date 2024年9月7日
71563
+ /**
71564
+ * @desc:主题、消息回调
71565
+ * @author huangbo
71566
+ * @date 2024年9月7日
71565
71567
  **/
71566
71568
  handleChange: function handleChange(res) {
71567
71569
  var type = res.type,
@@ -71577,10 +71579,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71577
71579
  }
71578
71580
  },
71579
71581
 
71580
- /**
71581
- * @desc:菜单布局样式切换
71582
- * @author huangbo
71583
- * @date 2024年9月7日
71582
+ /**
71583
+ * @desc:菜单布局样式切换
71584
+ * @author huangbo
71585
+ * @date 2024年9月7日
71584
71586
  **/
71585
71587
  handleLayout: function handleLayout(res, active) {
71586
71588
  if (active) {
@@ -71590,10 +71592,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71590
71592
  this.$emit('chang-layout', res, active);
71591
71593
  },
71592
71594
 
71593
- /**
71594
- * @desc:消息修改总数
71595
- * @author huangbo
71596
- * @date 2024年9月7日
71595
+ /**
71596
+ * @desc:消息修改总数
71597
+ * @author huangbo
71598
+ * @date 2024年9月7日
71597
71599
  **/
71598
71600
  handleMenuTips: function handleMenuTips(id, num) {
71599
71601
  if (num) {
@@ -71604,10 +71606,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71604
71606
  }
71605
71607
  },
71606
71608
 
71607
- /**
71608
- * @desc:处理即时消息
71609
- * @author huangbo
71610
- * @date 2024年9月7日
71609
+ /**
71610
+ * @desc:处理即时消息
71611
+ * @author huangbo
71612
+ * @date 2024年9月7日
71611
71613
  **/
71612
71614
  handleOpened: function handleOpened(res) {
71613
71615
  var _this8 = this;
@@ -75631,8 +75633,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
75631
75633
  this.currentPage = this.setIframeType(this.fourthTabs[0]);
75632
75634
  },
75633
75635
 
75634
- /**
75635
- * queryChildMenu: 查询左侧我的提醒和我的快捷菜单
75636
+ /**
75637
+ * queryChildMenu: 查询左侧我的提醒和我的快捷菜单
75636
75638
  */
75637
75639
  queryChildMenuData: function queryChildMenuData() {
75638
75640
  var _this2 = this;
@@ -75751,8 +75753,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
75751
75753
  }))();
75752
75754
  },
75753
75755
 
75754
- /**
75755
- * getVoteMeetingNum: 查询会议数量
75756
+ /**
75757
+ * getVoteMeetingNum: 查询会议数量
75756
75758
  */
75757
75759
  getVoteMeetingNum: function getVoteMeetingNum() {
75758
75760
  var _this5 = this;
@@ -75777,8 +75779,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
75777
75779
  });
75778
75780
  },
75779
75781
 
75780
- /**
75781
- * getShareFilesReceiveCountNew: 查询待接收文件数量
75782
+ /**
75783
+ * getShareFilesReceiveCountNew: 查询待接收文件数量
75782
75784
  */
75783
75785
  getShareFilesReceiveCountNew: function getShareFilesReceiveCountNew() {
75784
75786
  var _this6 = this;
@@ -75803,8 +75805,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
75803
75805
  },
75804
75806
 
75805
75807
 
75806
- /**
75807
- * getUserTipsInstanceNum: 查询待签收/据签收任务数量 1是拒签收 0是待签收
75808
+ /**
75809
+ * getUserTipsInstanceNum: 查询待签收/据签收任务数量 1是拒签收 0是待签收
75808
75810
  */
75809
75811
  getUserTipsInstanceNum: function getUserTipsInstanceNum(type) {
75810
75812
  var _this7 = this;
@@ -75832,8 +75834,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
75832
75834
  });
75833
75835
  },
75834
75836
 
75835
- /**
75836
- * getIndexCount: 查询待办任务数量
75837
+ /**
75838
+ * getIndexCount: 查询待办任务数量
75837
75839
  */
75838
75840
  getIndexCount: function getIndexCount() {
75839
75841
  var _this8 = this;
@@ -75864,10 +75866,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
75864
75866
  this.$refs.user.handleSelect(res);
75865
75867
  },
75866
75868
 
75867
- /**
75868
- * @desc:匹配路由
75869
- * @author huangbo
75870
- * @date 2024年9月7日
75869
+ /**
75870
+ * @desc:匹配路由
75871
+ * @author huangbo
75872
+ * @date 2024年9月7日
75871
75873
  **/
75872
75874
  hasRouter: function hasRouter(res, url, code) {
75873
75875
  if (!url) {
@@ -75911,10 +75913,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
75911
75913
  return false;
75912
75914
  },
75913
75915
 
75914
- /**
75915
- * @desc:获取初始数据
75916
- * @author huangbo
75917
- * @date 2024年9月7日
75916
+ /**
75917
+ * @desc:获取初始数据
75918
+ * @author huangbo
75919
+ * @date 2024年9月7日
75918
75920
  **/
75919
75921
  init: function init(results) {
75920
75922
  this.setConfig(results);
@@ -75925,10 +75927,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
75925
75927
  // }
75926
75928
  },
75927
75929
 
75928
- /**
75929
- * @desc:设置用户配置及信息
75930
- * @author huangbo
75931
- * @date 2024年9月7日
75930
+ /**
75931
+ * @desc:设置用户配置及信息
75932
+ * @author huangbo
75933
+ * @date 2024年9月7日
75932
75934
  **/
75933
75935
  setConfig: function setConfig(results) {
75934
75936
  localStorage.setItem('mainConfig', JSON.stringify(results));
@@ -76092,8 +76094,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76092
76094
  }
76093
76095
  },
76094
76096
 
76095
- /**
76096
- * @desc:获取用户自定义菜单
76097
+ /**
76098
+ * @desc:获取用户自定义菜单
76097
76099
  **/
76098
76100
  getUseCommonMenu: function getUseCommonMenu() {
76099
76101
  var _this9 = this;
@@ -76123,10 +76125,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76123
76125
  });
76124
76126
  },
76125
76127
 
76126
- /**
76127
- * @desc:获取所有应用
76128
- * @author huangbo
76129
- * @date 2024年9月7日
76128
+ /**
76129
+ * @desc:获取所有应用
76130
+ * @author huangbo
76131
+ * @date 2024年9月7日
76130
76132
  **/
76131
76133
  getApplications: function getApplications() {
76132
76134
  var _this10 = this;
@@ -76174,10 +76176,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76174
76176
  });
76175
76177
  },
76176
76178
 
76177
- /**
76178
- * @desc:获取菜单列表
76179
- * @author huangbo
76180
- * @date 2024年9月7日
76179
+ /**
76180
+ * @desc:获取菜单列表
76181
+ * @author huangbo
76182
+ * @date 2024年9月7日
76181
76183
  **/
76182
76184
  getMenus: function getMenus(loading) {
76183
76185
  var _this11 = this;
@@ -76204,10 +76206,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76204
76206
  });
76205
76207
  },
76206
76208
 
76207
- /**
76208
- * @desc:处理菜单列表
76209
- * @author huangbo
76210
- * @date 2024年9月7日
76209
+ /**
76210
+ * @desc:处理菜单列表
76211
+ * @author huangbo
76212
+ * @date 2024年9月7日
76211
76213
  **/
76212
76214
  renderMenus: function renderMenus(res) {
76213
76215
  // // console.log(res, 'renderMenus');
@@ -76253,9 +76255,9 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76253
76255
  // console.log(this.currentPage, 'currentPage');
76254
76256
  },
76255
76257
 
76256
- /**
76257
- * 更新myRemind中各项的权限状态
76258
- * @param {Array} menus - 完整的菜单列表
76258
+ /**
76259
+ * 更新myRemind中各项的权限状态
76260
+ * @param {Array} menus - 完整的菜单列表
76259
76261
  */
76260
76262
  updateRemindPermission: function updateRemindPermission(menus) {
76261
76263
  // 创建一个Set存储所有菜单的id,方便快速查找
@@ -76283,10 +76285,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76283
76285
  });
76284
76286
  },
76285
76287
 
76286
- /**
76287
- * @desc:设置页面加载类型
76288
- * @author huangbo
76289
- * @date 2024年9月7日
76288
+ /**
76289
+ * @desc:设置页面加载类型
76290
+ * @author huangbo
76291
+ * @date 2024年9月7日
76290
76292
  **/
76291
76293
  setIframeType: function setIframeType(res) {
76292
76294
  var url = res.url;
@@ -76343,10 +76345,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76343
76345
  return res;
76344
76346
  },
76345
76347
 
76346
- /**
76347
- * @desc:获取菜单
76348
- * @author huangbo
76349
- * @date 2024年9月7日
76348
+ /**
76349
+ * @desc:获取菜单
76350
+ * @author huangbo
76351
+ * @date 2024年9月7日
76350
76352
  **/
76351
76353
  getMenu: function getMenu(menus, res, key) {
76352
76354
  if (Array.isArray(menus)) {
@@ -76375,10 +76377,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76375
76377
  return false;
76376
76378
  },
76377
76379
 
76378
- /**
76379
- * @desc:获取菜单第一条数据
76380
- * @author huangbo
76381
- * @date 2024年9月7日
76380
+ /**
76381
+ * @desc:获取菜单第一条数据
76382
+ * @author huangbo
76383
+ * @date 2024年9月7日
76382
76384
  **/
76383
76385
  getFirst: function getFirst(obj) {
76384
76386
  if (!obj) {
@@ -76397,10 +76399,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76397
76399
  }
76398
76400
  },
76399
76401
 
76400
- /**
76401
- * @desc:遍历设置菜单气泡提醒
76402
- * @author huangbo
76403
- * @date 2024年9月7日
76402
+ /**
76403
+ * @desc:遍历设置菜单气泡提醒
76404
+ * @author huangbo
76405
+ * @date 2024年9月7日
76404
76406
  **/
76405
76407
  setTips: function setTips(obj) {
76406
76408
  var _this12 = this;
@@ -76465,10 +76467,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76465
76467
  }
76466
76468
  },
76467
76469
 
76468
- /**
76469
- * @desc:获取气泡提醒
76470
- * @author huangbo
76471
- * @date 2024年9月7日
76470
+ /**
76471
+ * @desc:获取气泡提醒
76472
+ * @author huangbo
76473
+ * @date 2024年9月7日
76472
76474
  **/
76473
76475
  getBadge: function getBadge(res) {
76474
76476
  var num = res.tips || 0;
@@ -76482,10 +76484,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76482
76484
  };
76483
76485
  },
76484
76486
 
76485
- /**
76486
- * @desc:开启weosocket
76487
- * @author huangbo
76488
- * @date 2024年9月7日
76487
+ /**
76488
+ * @desc:开启weosocket
76489
+ * @author huangbo
76490
+ * @date 2024年9月7日
76489
76491
  **/
76490
76492
  initWebSocket: function initWebSocket() {
76491
76493
  var _this14 = this;
@@ -76553,10 +76555,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76553
76555
  });
76554
76556
  },
76555
76557
 
76556
- /**
76557
- * @desc:显示用户信息
76558
- * @author huangbo
76559
- * @date 2024年9月7日
76558
+ /**
76559
+ * @desc:显示用户信息
76560
+ * @author huangbo
76561
+ * @date 2024年9月7日
76560
76562
  **/
76561
76563
  showUserInfo: function showUserInfo() {
76562
76564
  if (this.showUser === false) {
@@ -76564,19 +76566,19 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76564
76566
  }
76565
76567
  },
76566
76568
 
76567
- /**
76568
- * @desc:删除更多应用菜单点击
76569
- * @author huangbo
76570
- * @date 2024年9月7日
76569
+ /**
76570
+ * @desc:删除更多应用菜单点击
76571
+ * @author huangbo
76572
+ * @date 2024年9月7日
76571
76573
  **/
76572
76574
  handleDelete: function handleDelete(index) {
76573
76575
  this.newApps.splice(index, 1);
76574
76576
  },
76575
76577
 
76576
- /**
76577
- * @desc:显示Drawer界面
76578
- * @author huangbo
76579
- * @date 2024年9月7日
76578
+ /**
76579
+ * @desc:显示Drawer界面
76580
+ * @author huangbo
76581
+ * @date 2024年9月7日
76580
76582
  **/
76581
76583
  handlerSetDrawer: function handlerSetDrawer(res, type) {
76582
76584
  var direction = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : 'ltr';
@@ -76596,28 +76598,28 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76596
76598
  }
76597
76599
  },
76598
76600
 
76599
- /**
76600
- * @desc:关闭Drawer界面
76601
- * @author huangbo
76602
- * @date 2024年9月7日
76601
+ /**
76602
+ * @desc:关闭Drawer界面
76603
+ * @author huangbo
76604
+ * @date 2024年9月7日
76603
76605
  **/
76604
76606
  handleCloseDrawer: function handleCloseDrawer() {
76605
76607
  this.drawer = { visible: false };
76606
76608
  },
76607
76609
 
76608
- /**
76609
- * @desc:用户详情请求成功
76610
- * @author huangbo
76611
- * @date 2024年9月7日
76610
+ /**
76611
+ * @desc:用户详情请求成功
76612
+ * @author huangbo
76613
+ * @date 2024年9月7日
76612
76614
  **/
76613
76615
  handleSuccess: function handleSuccess(res) {
76614
76616
  this.simpleUserInfo = res.simpleUserInfo;
76615
76617
  },
76616
76618
 
76617
- /**
76618
- * @desc:修改用户配置
76619
- * @author huangbo
76620
- * @date 2024年9月7日
76619
+ /**
76620
+ * @desc:修改用户配置
76621
+ * @author huangbo
76622
+ * @date 2024年9月7日
76621
76623
  **/
76622
76624
  handleChangeConfig: function handleChangeConfig(name, res) {
76623
76625
  if (name == 'userHeadUrl') {
@@ -76633,10 +76635,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76633
76635
  }
76634
76636
  },
76635
76637
 
76636
- /**
76637
- * @desc:关闭webSocket
76638
- * @author huangbo
76639
- * @date 2024年9月7日
76638
+ /**
76639
+ * @desc:关闭webSocket
76640
+ * @author huangbo
76641
+ * @date 2024年9月7日
76640
76642
  **/
76641
76643
  handlerClose: function handlerClose() {
76642
76644
  if (this.webSocket) {
@@ -76647,10 +76649,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76647
76649
  this.handleRefresh(1);
76648
76650
  },
76649
76651
 
76650
- /**
76651
- * @desc:刷新选中iframe页签
76652
- * @author huangbo
76653
- * @date 2024年9月7日
76652
+ /**
76653
+ * @desc:刷新选中iframe页签
76654
+ * @author huangbo
76655
+ * @date 2024年9月7日
76654
76656
  **/
76655
76657
  handleRefresh: function handleRefresh(arg) {
76656
76658
  if (arg !== 1) {
@@ -76696,10 +76698,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76696
76698
  }
76697
76699
  },
76698
76700
 
76699
- /**
76700
- * @desc:删除iframe
76701
- * @author huangbo
76702
- * @date 2024年9月7日
76701
+ /**
76702
+ * @desc:删除iframe
76703
+ * @author huangbo
76704
+ * @date 2024年9月7日
76703
76705
  **/
76704
76706
  handleRemove: function handleRemove(name) {
76705
76707
  var len = this.tabs.length - 1;
@@ -76716,10 +76718,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76716
76718
  }
76717
76719
  },
76718
76720
 
76719
- /**
76720
- * @desc:tabs鼠标右键事件
76721
- * @author huangbo
76722
- * @date 2024年9月7日
76721
+ /**
76722
+ * @desc:tabs鼠标右键事件
76723
+ * @author huangbo
76724
+ * @date 2024年9月7日
76723
76725
  **/
76724
76726
  handleContextmenu: function handleContextmenu(tabs, e) {
76725
76727
  var disabled = {};
@@ -76744,10 +76746,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76744
76746
  window.addEventListener('click', this.closeTabsEvents);
76745
76747
  },
76746
76748
 
76747
- /**
76748
- * @desc:tabs页签事件
76749
- * @author huangbo
76750
- * @date 2024年9月7日
76749
+ /**
76750
+ * @desc:tabs页签事件
76751
+ * @author huangbo
76752
+ * @date 2024年9月7日
76751
76753
  **/
76752
76754
  handleTabsEvents: function handleTabsEvents(num) {
76753
76755
  if (this.pane !== null) {
@@ -76758,10 +76760,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76758
76760
  },
76759
76761
 
76760
76762
 
76761
- /**
76762
- * @desc:关闭页签事件面板
76763
- * @author huangbo
76764
- * @date 2024年9月7日
76763
+ /**
76764
+ * @desc:关闭页签事件面板
76765
+ * @author huangbo
76766
+ * @date 2024年9月7日
76765
76767
  **/
76766
76768
  closeTabsEvents: function closeTabsEvents(e) {
76767
76769
  if (e.target.parentNode != this.$refs.tabsHandler.$el && e.target.parentNode.parentNode != this.$refs.tabsHandler.$el) {
@@ -76771,10 +76773,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76771
76773
  },
76772
76774
 
76773
76775
 
76774
- /**
76775
- * @desc:tabs页签点击事件
76776
- * @author huangbo
76777
- * @date 2024年9月7日
76776
+ /**
76777
+ * @desc:tabs页签点击事件
76778
+ * @author huangbo
76779
+ * @date 2024年9月7日
76778
76780
  **/
76779
76781
  handleTabClick: function handleTabClick() {
76780
76782
  this.active = '';
@@ -76782,10 +76784,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76782
76784
  this.showMenu = false;
76783
76785
  },
76784
76786
 
76785
- /**
76786
- * @desc:handler工具栏点击事件
76787
- * @author huangbo
76788
- * @date 2024年9月7日
76787
+ /**
76788
+ * @desc:handler工具栏点击事件
76789
+ * @author huangbo
76790
+ * @date 2024年9月7日
76789
76791
  **/
76790
76792
  handleClick: function handleClick(res) {
76791
76793
  var type = res.type,
@@ -76871,10 +76873,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76871
76873
  this.$emit('handler-click', res);
76872
76874
  },
76873
76875
 
76874
- /**
76875
- * @desc:退出登录
76876
- * @author huangbo
76877
- * @date 2024年9月7日
76876
+ /**
76877
+ * @desc:退出登录
76878
+ * @author huangbo
76879
+ * @date 2024年9月7日
76878
76880
  **/
76879
76881
  handleQuit: function handleQuit() {
76880
76882
  var _this15 = this;
@@ -76949,10 +76951,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76949
76951
  }).catch(function (e) {});
76950
76952
  },
76951
76953
 
76952
- /**
76953
- * @desc:主题、消息回调
76954
- * @author huangbo
76955
- * @date 2024年9月7日
76954
+ /**
76955
+ * @desc:主题、消息回调
76956
+ * @author huangbo
76957
+ * @date 2024年9月7日
76956
76958
  **/
76957
76959
  handleChange: function handleChange(res) {
76958
76960
  var type = res.type,
@@ -76968,10 +76970,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76968
76970
  }
76969
76971
  },
76970
76972
 
76971
- /**
76972
- * @desc:菜单布局样式切换
76973
- * @author huangbo
76974
- * @date 2024年9月7日
76973
+ /**
76974
+ * @desc:菜单布局样式切换
76975
+ * @author huangbo
76976
+ * @date 2024年9月7日
76975
76977
  **/
76976
76978
  handleLayout: function handleLayout(res, active) {
76977
76979
  if (active) {
@@ -76981,10 +76983,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76981
76983
  this.$emit('chang-layout', res, active);
76982
76984
  },
76983
76985
 
76984
- /**
76985
- * @desc:消息修改总数
76986
- * @author huangbo
76987
- * @date 2024年9月7日
76986
+ /**
76987
+ * @desc:消息修改总数
76988
+ * @author huangbo
76989
+ * @date 2024年9月7日
76988
76990
  **/
76989
76991
  handleMenuTips: function handleMenuTips(id, num) {
76990
76992
  if (num) {
@@ -76995,10 +76997,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76995
76997
  }
76996
76998
  },
76997
76999
 
76998
- /**
76999
- * @desc:处理即时消息
77000
- * @author huangbo
77001
- * @date 2024年9月7日
77000
+ /**
77001
+ * @desc:处理即时消息
77002
+ * @author huangbo
77003
+ * @date 2024年9月7日
77002
77004
  **/
77003
77005
  handleOpened: function handleOpened(res) {
77004
77006
  var _this16 = this;
@@ -77014,14 +77016,14 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77014
77016
  }
77015
77017
  },
77016
77018
 
77017
- /**
77018
- * @desc:菜单点击事件
77019
- * @author huangbo
77020
- * @date 2024年9月7日
77021
- * @param {*} res 菜单点击事件参数
77022
- * @param {*} method 菜单点击事件方法
77023
- * 1.顶部菜单点击跳转已经实现
77024
- * 2.其他地方点击跳转,需要选中跳转的一二级菜单
77019
+ /**
77020
+ * @desc:菜单点击事件
77021
+ * @author huangbo
77022
+ * @date 2024年9月7日
77023
+ * @param {*} res 菜单点击事件参数
77024
+ * @param {*} method 菜单点击事件方法
77025
+ * 1.顶部菜单点击跳转已经实现
77026
+ * 2.其他地方点击跳转,需要选中跳转的一二级菜单
77025
77027
  **/
77026
77028
  handleSelect: function handleSelect(res) {
77027
77029
  var params = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
@@ -84426,19 +84428,19 @@ var QRCode = __webpack_require__(28);
84426
84428
  //设置logo大小
84427
84429
  var logoPosition = (_this3.mwidth - 46) / 2; //logo相对于canvas居中定位
84428
84430
  //设置获取的logo将其变为圆角以及添加白色背景
84429
- /* ctx.fillStyle = "#fff";
84430
- ctx.beginPath();
84431
- let h = 46; //圆角高 10为基数(logo四周白色背景为10/2)
84432
- let w = 46; //圆角宽
84433
- let x = logoPosition - 5;
84434
- let y = logoPosition - 5;
84435
- let r = 5; //圆角半径
84436
- ctx.moveTo(x + r, y);
84437
- ctx.arcTo(x + w, y, x + w, y + h, r);
84438
- ctx.arcTo(x + w, y + h, x, y + h, r);
84439
- ctx.arcTo(x, y + h, x, y, r);
84440
- ctx.arcTo(x, y, x + w, y, r);
84441
- ctx.closePath();
84431
+ /* ctx.fillStyle = "#fff";
84432
+ ctx.beginPath();
84433
+ let h = 46; //圆角高 10为基数(logo四周白色背景为10/2)
84434
+ let w = 46; //圆角宽
84435
+ let x = logoPosition - 5;
84436
+ let y = logoPosition - 5;
84437
+ let r = 5; //圆角半径
84438
+ ctx.moveTo(x + r, y);
84439
+ ctx.arcTo(x + w, y, x + w, y + h, r);
84440
+ ctx.arcTo(x + w, y + h, x, y + h, r);
84441
+ ctx.arcTo(x, y + h, x, y, r);
84442
+ ctx.arcTo(x, y, x + w, y, r);
84443
+ ctx.closePath();
84442
84444
  ctx.fill(); */
84443
84445
  logo.onload = function () {
84444
84446
  ctx.drawImage(logo, logoPosition, logoPosition, 46, 46);
@@ -84497,8 +84499,8 @@ qr_code_src_main.install = function (Vue) {
84497
84499
  };
84498
84500
 
84499
84501
  /* harmony default export */ var qr_code = (qr_code_src_main);
84500
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/radio-group/src/main.vue?vue&type=template&id=0fe3af8b&
84501
- var mainvue_type_template_id_0fe3af8b_render = function () {
84502
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/radio-group/src/main.vue?vue&type=template&id=08e9e499&
84503
+ var mainvue_type_template_id_08e9e499_render = function () {
84502
84504
  var _vm = this
84503
84505
  var _h = _vm.$createElement
84504
84506
  var _c = _vm._self._c || _h
@@ -84507,131 +84509,118 @@ var mainvue_type_template_id_0fe3af8b_render = function () {
84507
84509
  "div",
84508
84510
  { staticClass: "es-radio-group" },
84509
84511
  [
84510
- _vm.readonly
84511
- ? _c(
84512
- "div",
84512
+ _c(
84513
+ "el-radio-group",
84514
+ _vm._g(
84515
+ _vm._b(
84513
84516
  {
84514
- staticClass: "es-input__inner",
84515
- class: { "es-plain": this.plain },
84517
+ directives: [
84518
+ {
84519
+ name: "show",
84520
+ rawName: "v-show",
84521
+ value: _vm.display,
84522
+ expression: "display",
84523
+ },
84524
+ ],
84525
+ attrs: { "value-key": _vm.valueKey, readonly: _vm.readonly },
84526
+ model: {
84527
+ value: _vm.model,
84528
+ callback: function ($$v) {
84529
+ _vm.model = $$v
84530
+ },
84531
+ expression: "model",
84532
+ },
84516
84533
  },
84517
- [_vm._v("\n " + _vm._s(_vm.labelVal) + "\n ")]
84518
- )
84519
- : _c(
84520
84534
  "el-radio-group",
84521
- _vm._g(
84522
- _vm._b(
84523
- {
84524
- directives: [
84535
+ _vm.$attrs,
84536
+ false
84537
+ ),
84538
+ _vm.$listeners
84539
+ ),
84540
+ [
84541
+ _vm.genre === "button"
84542
+ ? _vm._l(_vm.results, function (item, index) {
84543
+ return _c(
84544
+ "el-radio-button",
84545
+ _vm._b(
84525
84546
  {
84526
- name: "show",
84527
- rawName: "v-show",
84528
- value: _vm.display,
84529
- expression: "display",
84547
+ key: index,
84548
+ attrs: {
84549
+ label:
84550
+ _vm.isObject || typeof item == "string"
84551
+ ? item
84552
+ : item[_vm.valKey],
84553
+ disabled:
84554
+ typeof item == "string" ? false : item.disabled,
84555
+ },
84530
84556
  },
84531
- ],
84532
- attrs: { "value-key": _vm.valueKey },
84533
- model: {
84534
- value: _vm.model,
84535
- callback: function ($$v) {
84536
- _vm.model = $$v
84557
+ "el-radio-button",
84558
+ _vm.getprops(_vm.$attrs, item),
84559
+ false
84560
+ ),
84561
+ [
84562
+ _vm._v(
84563
+ "\n " +
84564
+ _vm._s(
84565
+ typeof item == "string"
84566
+ ? item
84567
+ : item[_vm.label]
84568
+ ? item[_vm.label]
84569
+ : item.label || item[_vm.valKey]
84570
+ ) +
84571
+ "\n "
84572
+ ),
84573
+ ]
84574
+ )
84575
+ })
84576
+ : _vm._l(_vm.results, function (item, index) {
84577
+ return _c(
84578
+ "el-radio",
84579
+ _vm._b(
84580
+ {
84581
+ key: index,
84582
+ attrs: {
84583
+ label:
84584
+ _vm.isObject || typeof item == "string"
84585
+ ? item
84586
+ : item[_vm.valKey],
84587
+ disabled:
84588
+ typeof item == "string" ? false : item.disabled,
84589
+ border: _vm.genre === "border",
84590
+ },
84537
84591
  },
84538
- expression: "model",
84539
- },
84540
- },
84541
- "el-radio-group",
84542
- _vm.$attrs,
84543
- false
84544
- ),
84545
- _vm.$listeners
84546
- ),
84547
- [
84548
- _vm.genre === "button"
84549
- ? _vm._l(_vm.results, function (item, index) {
84550
- return _c(
84551
- "el-radio-button",
84552
- _vm._b(
84553
- {
84554
- key: index,
84555
- attrs: {
84556
- label:
84557
- _vm.isObject || typeof item == "string"
84558
- ? item
84559
- : item[_vm.valKey],
84560
- disabled:
84561
- typeof item == "string"
84562
- ? false
84563
- : item.disabled,
84564
- },
84565
- },
84566
- "el-radio-button",
84567
- _vm.getprops(_vm.$attrs, item),
84568
- false
84569
- ),
84570
- [
84571
- _vm._v(
84572
- "\n " +
84573
- _vm._s(
84574
- typeof item == "string"
84575
- ? item
84576
- : item[_vm.label]
84577
- ? item[_vm.label]
84578
- : item.label || item[_vm.valKey]
84579
- ) +
84580
- "\n "
84581
- ),
84582
- ]
84583
- )
84584
- })
84585
- : _vm._l(_vm.results, function (item, index) {
84586
- return _c(
84587
- "el-radio",
84588
- _vm._b(
84589
- {
84590
- key: index,
84591
- attrs: {
84592
- label:
84593
- _vm.isObject || typeof item == "string"
84594
- ? item
84595
- : item[_vm.valKey],
84596
- disabled:
84597
- typeof item == "string"
84598
- ? false
84599
- : item.disabled,
84600
- border: _vm.genre === "border",
84601
- },
84602
- },
84603
- "el-radio",
84604
- _vm.getprops(_vm.$attrs, item),
84605
- false
84606
- ),
84607
- [
84608
- _vm._v(
84609
- "\n " +
84610
- _vm._s(
84611
- typeof item == "string"
84612
- ? item
84613
- : item[_vm.label]
84614
- ? item[_vm.label]
84615
- : item.label || item[_vm.valKey]
84616
- ) +
84617
- "\n "
84618
- ),
84619
- ]
84620
- )
84621
- }),
84622
- ],
84623
- 2
84624
- ),
84592
+ "el-radio",
84593
+ _vm.getprops(_vm.$attrs, item),
84594
+ false
84595
+ ),
84596
+ [
84597
+ _vm._v(
84598
+ "\n " +
84599
+ _vm._s(
84600
+ typeof item == "string"
84601
+ ? item
84602
+ : item[_vm.label]
84603
+ ? item[_vm.label]
84604
+ : item.label || item[_vm.valKey]
84605
+ ) +
84606
+ "\n "
84607
+ ),
84608
+ ]
84609
+ )
84610
+ }),
84611
+ ],
84612
+ 2
84613
+ ),
84625
84614
  ],
84626
84615
  1
84627
84616
  )
84628
84617
  : _vm._e()
84629
84618
  }
84630
- var mainvue_type_template_id_0fe3af8b_staticRenderFns = []
84631
- mainvue_type_template_id_0fe3af8b_render._withStripped = true
84619
+ var mainvue_type_template_id_08e9e499_staticRenderFns = []
84620
+ mainvue_type_template_id_08e9e499_render._withStripped = true
84632
84621
 
84633
84622
 
84634
- // CONCATENATED MODULE: ./packages/radio-group/src/main.vue?vue&type=template&id=0fe3af8b&
84623
+ // CONCATENATED MODULE: ./packages/radio-group/src/main.vue?vue&type=template&id=08e9e499&
84635
84624
 
84636
84625
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/radio-group/src/main.vue?vue&type=script&lang=js&
84637
84626
  var radio_group_src_mainvue_type_script_lang_js_extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
@@ -84960,8 +84949,8 @@ var radio_group_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "func
84960
84949
 
84961
84950
  var radio_group_src_main_component = normalizeComponent(
84962
84951
  packages_radio_group_src_mainvue_type_script_lang_js_,
84963
- mainvue_type_template_id_0fe3af8b_render,
84964
- mainvue_type_template_id_0fe3af8b_staticRenderFns,
84952
+ mainvue_type_template_id_08e9e499_render,
84953
+ mainvue_type_template_id_08e9e499_staticRenderFns,
84965
84954
  false,
84966
84955
  null,
84967
84956
  null,
@@ -85924,7 +85913,7 @@ function select_src_mainvue_type_script_lang_js_objectWithoutProperties(obj, key
85924
85913
  }
85925
85914
  }
85926
85915
  }
85927
- return '';
85916
+ return value;
85928
85917
  },
85929
85918
  reload: function reload() {
85930
85919
  this.getData.apply(this, arguments);
@@ -102593,7 +102582,7 @@ if (typeof window !== 'undefined' && window.Vue) {
102593
102582
  }
102594
102583
 
102595
102584
  /* harmony default export */ var src_0 = __webpack_exports__["default"] = ({
102596
- version: '0.7.94',
102585
+ version: '0.7.96',
102597
102586
  install: install,
102598
102587
  Button: packages_button,
102599
102588
  ButtonGroup: button_group,