eoss-ui 0.6.94 → 0.6.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 (289) hide show
  1. package/lib/button-group.js +1 -1
  2. package/lib/button.js +1 -1
  3. package/lib/calogin.js +234 -234
  4. package/lib/checkbox-group.js +1 -1
  5. package/lib/config/api.js +1 -1
  6. package/lib/data-table-form.js +1 -1
  7. package/lib/data-table.js +1 -1
  8. package/lib/date-picker.js +1 -1
  9. package/lib/dialog.js +1 -1
  10. package/lib/eoss-ui.common.js +1121 -967
  11. package/lib/flow-group.js +1 -1
  12. package/lib/flow-list.js +82 -82
  13. package/lib/flow.js +370 -335
  14. package/lib/form.js +34 -7
  15. package/lib/handle-user.js +4 -5
  16. package/lib/handler.js +1 -1
  17. package/lib/icon.js +1 -1
  18. package/lib/index.js +1 -1
  19. package/lib/input-number.js +1 -1
  20. package/lib/input.js +2 -2
  21. package/lib/login.js +6 -11
  22. package/lib/main.js +361 -262
  23. package/lib/nav.js +1 -1
  24. package/lib/notify.js +1 -1
  25. package/lib/page.js +1 -1
  26. package/lib/pagination.js +1 -1
  27. package/lib/player.js +1 -1
  28. package/lib/qr-code.js +14 -14
  29. package/lib/radio-group.js +1 -1
  30. package/lib/retrial-auth.js +1 -1
  31. package/lib/select-ganged.js +1 -1
  32. package/lib/select.js +1 -2
  33. package/lib/selector-panel.js +1 -1
  34. package/lib/selector.js +1 -1
  35. package/lib/sizer.js +1 -1
  36. package/lib/steps.js +1 -1
  37. package/lib/switch.js +1 -1
  38. package/lib/table-form.js +2 -2
  39. package/lib/tabs.js +1 -1
  40. package/lib/theme-chalk/index.css +1 -1
  41. package/lib/theme-chalk/main.css +1 -1
  42. package/lib/theme-chalk/simplicity.css +1 -1
  43. package/lib/tips.js +1 -1
  44. package/lib/tree-group.js +1 -1
  45. package/lib/tree.js +1 -1
  46. package/lib/upload.js +1 -1
  47. package/lib/utils/rules.js +1 -1
  48. package/lib/wujie.js +1 -1
  49. package/lib/wxlogin.js +1 -1
  50. package/package.json +160 -160
  51. package/packages/.DS_Store +0 -0
  52. package/packages/autocomplete/.DS_Store +0 -0
  53. package/packages/button/index.js +5 -5
  54. package/packages/button/src/main.vue +418 -418
  55. package/packages/button-group/index.js +5 -5
  56. package/packages/button-group/src/main.vue +298 -298
  57. package/packages/calendar/index.js +5 -5
  58. package/packages/calogin/.DS_Store +0 -0
  59. package/packages/calogin/index.js +5 -5
  60. package/packages/calogin/src/main.vue +412 -412
  61. package/packages/calogin/src/plugin.js +915 -915
  62. package/packages/card/index.js +5 -5
  63. package/packages/card/src/main.vue +156 -156
  64. package/packages/cascader/index.js +5 -5
  65. package/packages/cascader/src/main.vue +168 -168
  66. package/packages/checkbox-group/index.js +5 -5
  67. package/packages/checkbox-group/src/main.vue +333 -333
  68. package/packages/clients/index.js +5 -5
  69. package/packages/clients/src/main.vue +151 -151
  70. package/packages/data-table/index.js +5 -5
  71. package/packages/data-table/src/children.vue +39 -39
  72. package/packages/data-table/src/column.vue +988 -988
  73. package/packages/data-table/src/main.vue +1831 -1831
  74. package/packages/data-table/src/sizer.vue +195 -195
  75. package/packages/data-table-form/index.js +5 -5
  76. package/packages/data-table-form/src/checkbox.vue +101 -101
  77. package/packages/data-table-form/src/colgroup.vue +17 -17
  78. package/packages/data-table-form/src/main.vue +181 -181
  79. package/packages/data-table-form/src/radio.vue +65 -65
  80. package/packages/data-table-form/src/table.vue +233 -233
  81. package/packages/data-table-form/src/tbody.vue +336 -336
  82. package/packages/data-table-form/src/thead.vue +68 -68
  83. package/packages/date-picker/.DS_Store +0 -0
  84. package/packages/date-picker/index.js +5 -5
  85. package/packages/date-picker/src/.DS_Store +0 -0
  86. package/packages/date-picker/src/main.vue +236 -236
  87. package/packages/dialog/index.js +5 -5
  88. package/packages/enable-drag/index.js +5 -5
  89. package/packages/enterprise/index.js +5 -5
  90. package/packages/enterprise/src/main.vue +66 -66
  91. package/packages/error-page/index.js +5 -5
  92. package/packages/error-page/src/main.vue +44 -44
  93. package/packages/flow/.DS_Store +0 -0
  94. package/packages/flow/index.js +5 -5
  95. package/packages/flow/src/.DS_Store +0 -0
  96. package/packages/flow/src/component/Circulate.vue +403 -403
  97. package/packages/flow/src/component/CommonOpinions.vue +364 -364
  98. package/packages/flow/src/component/CustomPreset.vue +322 -322
  99. package/packages/flow/src/component/FileList.vue +99 -99
  100. package/packages/flow/src/component/Preset.vue +255 -255
  101. package/packages/flow/src/component/SendMsg.vue +242 -242
  102. package/packages/flow/src/component/TimeLimit.vue +190 -190
  103. package/packages/flow/src/component/taskUnionExamine.vue +641 -641
  104. package/packages/flow/src/form.vue +121 -121
  105. package/packages/flow/src/freeStartFlow.vue +2844 -2844
  106. package/packages/flow/src/main.vue +3726 -3726
  107. package/packages/flow/src/processForm.vue +1287 -1287
  108. package/packages/flow/src/processReject.vue +308 -299
  109. package/packages/flow/src/reset.vue +941 -941
  110. package/packages/flow/src/startTaskRead.vue +690 -681
  111. package/packages/flow/src/supervise.vue +159 -159
  112. package/packages/flow/src/table.vue +58 -58
  113. package/packages/flow-group/index.js +5 -5
  114. package/packages/flow-group/src/main.vue +692 -692
  115. package/packages/flow-list/.DS_Store +0 -0
  116. package/packages/flow-list/index.js +5 -5
  117. package/packages/flow-list/src/main.vue +1770 -1770
  118. package/packages/form/.DS_Store +0 -0
  119. package/packages/form/index.js +5 -5
  120. package/packages/form/src/main.vue +3846 -3814
  121. package/packages/form/src/table.vue +1508 -1508
  122. package/packages/handle-user/index.js +5 -5
  123. package/packages/handle-user/src/main.vue +137 -138
  124. package/packages/handler/index.js +5 -5
  125. package/packages/handler/src/main.vue +493 -493
  126. package/packages/icon/index.js +5 -5
  127. package/packages/icon/src/main.vue +101 -101
  128. package/packages/icons/index.js +5 -5
  129. package/packages/icons/src/main.vue +81 -81
  130. package/packages/input/index.js +5 -5
  131. package/packages/input/src/main.vue +356 -356
  132. package/packages/input-number/index.js +5 -5
  133. package/packages/input-number/src/main.vue +106 -106
  134. package/packages/label/index.js +5 -5
  135. package/packages/label/src/main.vue +457 -457
  136. package/packages/layout/index.js +5 -5
  137. package/packages/layout/src/item.vue +152 -152
  138. package/packages/layout/src/main.vue +31 -31
  139. package/packages/login/.DS_Store +0 -0
  140. package/packages/login/index.js +5 -5
  141. package/packages/login/src/main.vue +1993 -1998
  142. package/packages/login/src/resetPassword.vue +562 -562
  143. package/packages/main/.DS_Store +0 -0
  144. package/packages/main/index.js +5 -5
  145. package/packages/main/src/.DS_Store +0 -0
  146. package/packages/main/src/default/message.vue +249 -249
  147. package/packages/main/src/default/notice.vue +157 -157
  148. package/packages/main/src/default/userinfo.vue +502 -503
  149. package/packages/main/src/main.vue +0 -2
  150. package/packages/main/src/public/online.vue +89 -89
  151. package/packages/main/src/public/search.vue +464 -464
  152. package/packages/main/src/public/settings.vue +221 -221
  153. package/packages/main/src/simplicity/apps.vue +388 -388
  154. package/packages/main/src/simplicity/avatar.vue +82 -82
  155. package/packages/main/src/simplicity/handler.vue +259 -259
  156. package/packages/main/src/simplicity/index.vue +2125 -2102
  157. package/packages/main/src/simplicity/lists.vue +84 -84
  158. package/packages/main/src/simplicity/menu-list.vue +135 -135
  159. package/packages/main/src/simplicity/message.vue +259 -259
  160. package/packages/main/src/simplicity/notice.vue +190 -190
  161. package/packages/main/src/simplicity/router-page.vue +45 -45
  162. package/packages/main/src/simplicity/sub-menu.vue +264 -264
  163. package/packages/main/src/simplicity/user.vue +258 -260
  164. package/packages/main/src/simplicity/userinfo.vue +356 -308
  165. package/packages/menu/.DS_Store +0 -0
  166. package/packages/menu/index.js +5 -5
  167. package/packages/menu/src/main.vue +584 -584
  168. package/packages/nav/index.js +5 -5
  169. package/packages/nav/src/main.vue +351 -351
  170. package/packages/notify/index.js +5 -5
  171. package/packages/notify/src/main.vue +538 -538
  172. package/packages/page/index.js +5 -5
  173. package/packages/page/src/main.vue +167 -167
  174. package/packages/pagination/index.js +5 -5
  175. package/packages/pagination/src/main.vue +96 -96
  176. package/packages/player/index.js +5 -5
  177. package/packages/player/src/main.vue +194 -194
  178. package/packages/qr-code/index.js +5 -5
  179. package/packages/qr-code/src/main.vue +170 -170
  180. package/packages/radio-group/index.js +6 -6
  181. package/packages/radio-group/src/main.vue +319 -319
  182. package/packages/retrial-auth/index.js +5 -5
  183. package/packages/retrial-auth/src/main.vue +280 -280
  184. package/packages/scrollbar/.DS_Store +0 -0
  185. package/packages/select/.DS_Store +0 -0
  186. package/packages/select/index.js +5 -5
  187. package/packages/select/src/main.vue +781 -782
  188. package/packages/select-ganged/index.js +5 -5
  189. package/packages/select-ganged/src/main.vue +724 -724
  190. package/packages/selector/.DS_Store +0 -0
  191. package/packages/selector/index.js +5 -5
  192. package/packages/selector/src/main.vue +761 -761
  193. package/packages/selector-panel/.DS_Store +0 -0
  194. package/packages/selector-panel/index.js +5 -5
  195. package/packages/selector-panel/src/main.vue +1027 -1027
  196. package/packages/selector-panel/src/selection.vue +170 -170
  197. package/packages/selector-panel/src/tree.vue +129 -129
  198. package/packages/sizer/index.js +5 -5
  199. package/packages/sizer/src/main.vue +254 -254
  200. package/packages/steps/index.js +5 -5
  201. package/packages/steps/src/main.vue +181 -181
  202. package/packages/switch/index.js +5 -5
  203. package/packages/switch/src/main.vue +154 -154
  204. package/packages/table-form/index.js +5 -5
  205. package/packages/tabs/index.js +5 -5
  206. package/packages/tabs/src/main.vue +788 -788
  207. package/packages/tabs-panel/index.js +5 -5
  208. package/packages/tabs-panel/src/main.vue +29 -29
  209. package/packages/theme-chalk/lib/index.css +1 -1
  210. package/packages/theme-chalk/lib/main.css +1 -1
  211. package/packages/theme-chalk/lib/simplicity.css +1 -1
  212. package/packages/theme-chalk/src/.DS_Store +0 -0
  213. package/packages/theme-chalk/src/base.scss +261 -261
  214. package/packages/theme-chalk/src/button-group.scss +176 -176
  215. package/packages/theme-chalk/src/button.scss +24 -24
  216. package/packages/theme-chalk/src/calendar.scss +113 -113
  217. package/packages/theme-chalk/src/card.scss +99 -99
  218. package/packages/theme-chalk/src/checkbox-group.scss +8 -8
  219. package/packages/theme-chalk/src/clients.scss +87 -87
  220. package/packages/theme-chalk/src/data-table-form.scss +67 -67
  221. package/packages/theme-chalk/src/data-table.scss +293 -293
  222. package/packages/theme-chalk/src/date-picker.scss +7 -7
  223. package/packages/theme-chalk/src/dialog.scss +77 -77
  224. package/packages/theme-chalk/src/enable-drag.scss +181 -181
  225. package/packages/theme-chalk/src/enterprise.scss +5 -5
  226. package/packages/theme-chalk/src/error-page.scss +18 -18
  227. package/packages/theme-chalk/src/flow-group.scss +110 -110
  228. package/packages/theme-chalk/src/flow-list.scss +39 -39
  229. package/packages/theme-chalk/src/flow.scss +348 -348
  230. package/packages/theme-chalk/src/form.scss +499 -499
  231. package/packages/theme-chalk/src/handle-user.scss +40 -40
  232. package/packages/theme-chalk/src/handler.scss +143 -143
  233. package/packages/theme-chalk/src/icon.scss +1817 -1817
  234. package/packages/theme-chalk/src/icons.scss +99 -99
  235. package/packages/theme-chalk/src/input.scss +9 -9
  236. package/packages/theme-chalk/src/label.scss +24 -24
  237. package/packages/theme-chalk/src/layout.scss +46 -46
  238. package/packages/theme-chalk/src/login.scss +984 -984
  239. package/packages/theme-chalk/src/main.scss +663 -663
  240. package/packages/theme-chalk/src/menu.scss +222 -222
  241. package/packages/theme-chalk/src/mixins/color.scss +117 -117
  242. package/packages/theme-chalk/src/nav.scss +111 -111
  243. package/packages/theme-chalk/src/page.scss +3 -3
  244. package/packages/theme-chalk/src/pagination.scss +29 -29
  245. package/packages/theme-chalk/src/player.scss +9 -9
  246. package/packages/theme-chalk/src/qr-code.scss +17 -17
  247. package/packages/theme-chalk/src/radio-group.scss +9 -9
  248. package/packages/theme-chalk/src/retrial-auth.scss +38 -38
  249. package/packages/theme-chalk/src/select-ganged.scss +8 -8
  250. package/packages/theme-chalk/src/select.scss +8 -8
  251. package/packages/theme-chalk/src/selector-panel.scss +204 -204
  252. package/packages/theme-chalk/src/selector.scss +92 -92
  253. package/packages/theme-chalk/src/simplicity.scss +1361 -1355
  254. package/packages/theme-chalk/src/sizer.scss +36 -36
  255. package/packages/theme-chalk/src/steps.scss +88 -88
  256. package/packages/theme-chalk/src/switch.scss +3 -3
  257. package/packages/theme-chalk/src/table-form.scss +1 -1
  258. package/packages/theme-chalk/src/tabs.scss +87 -87
  259. package/packages/theme-chalk/src/tips.scss +7 -7
  260. package/packages/theme-chalk/src/toolbar.scss +179 -179
  261. package/packages/theme-chalk/src/tree-group.scss +72 -72
  262. package/packages/theme-chalk/src/tree.scss +165 -165
  263. package/packages/theme-chalk/src/upload.scss +172 -172
  264. package/packages/theme-chalk/src/wxlogin.scss +3 -3
  265. package/packages/tips/index.js +5 -5
  266. package/packages/tips/src/main.vue +141 -141
  267. package/packages/toolbar/index.js +5 -5
  268. package/packages/toolbar/src/main.vue +430 -430
  269. package/packages/tree/index.js +5 -5
  270. package/packages/tree-group/index.js +5 -5
  271. package/packages/upload/.DS_Store +0 -0
  272. package/packages/upload/index.js +5 -5
  273. package/packages/upload/src/main.vue +1343 -1343
  274. package/packages/upload/src/picture.js +15 -15
  275. package/packages/wujie/index.js +5 -5
  276. package/packages/wujie/src/main.vue +145 -145
  277. package/packages/wxlogin/index.js +5 -5
  278. package/packages/wxlogin/src/main.vue +128 -128
  279. package/src/.DS_Store +0 -0
  280. package/src/config/api.js +308 -308
  281. package/src/config/image.js +2 -2
  282. package/src/index.js +163 -163
  283. package/src/utils/.DS_Store +0 -0
  284. package/src/utils/bus.js +3 -3
  285. package/src/utils/date-util.js +312 -312
  286. package/src/utils/http.js +50 -50
  287. package/src/utils/rules.js +18 -18
  288. package/src/utils/store.js +21 -21
  289. package/src/utils/webSocket.js +107 -107
@@ -3717,7 +3717,7 @@ var watermark = function watermark(option) {
3717
3717
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "R", function() { return getNodeInfoForStart; });
3718
3718
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "E", function() { return freeStartFlow; });
3719
3719
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "db", function() { return getUrgencyLevelChangedNotificationType; });
3720
- var flowPendingPrefix = window.flowPendingPrefix || localStorage.getItem('flowPendingPrefix') || '/bpm';
3720
+ var flowPendingPrefix = window.flowPendingPrefix || localStorage.getItem('flowPendingPrefix') || '/oa';
3721
3721
  // 登录
3722
3722
  var doCaLogin = '/sso2/signIn/auth/doCaLogin'; // ca登录认证
3723
3723
  var doUserLogin = '/sso2/signIn/auth/doUserLogin'; // 一般的账号密码认证含验证码验证
@@ -5965,8 +5965,8 @@ var plugin_typeof = typeof Symbol === "function" && typeof Symbol.iterator === "
5965
5965
 
5966
5966
  function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
5967
5967
 
5968
- /**
5969
- * JIT_GW_ExtInterface 模块,提供与客户端交互的功能
5968
+ /**
5969
+ * JIT_GW_ExtInterface 模块,提供与客户端交互的功能
5970
5970
  */
5971
5971
  var CA_ExtInterface = function () {
5972
5972
  function CA_ExtInterface() {
@@ -5979,11 +5979,11 @@ var CA_ExtInterface = function () {
5979
5979
  this.init();
5980
5980
  }
5981
5981
 
5982
- /**
5983
- * 简单的 Object.assign 兼容 IE <= 11 的 polyfill
5984
- * @see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/assign
5985
- * @param {Object} target - 目标对象
5986
- * @param {Object} options - 新的选项对象
5982
+ /**
5983
+ * 简单的 Object.assign 兼容 IE <= 11 的 polyfill
5984
+ * @see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/assign
5985
+ * @param {Object} target - 目标对象
5986
+ * @param {Object} options - 新的选项对象
5987
5987
  */
5988
5988
 
5989
5989
 
@@ -5998,8 +5998,8 @@ var CA_ExtInterface = function () {
5998
5998
  }
5999
5999
  };
6000
6000
 
6001
- /**
6002
- * 检查当前会话的 WebSocket URL
6001
+ /**
6002
+ * 检查当前会话的 WebSocket URL
6003
6003
  */
6004
6004
 
6005
6005
 
@@ -6013,8 +6013,8 @@ var CA_ExtInterface = function () {
6013
6013
  }
6014
6014
  };
6015
6015
 
6016
- /**
6017
- * 检查是否使用 ActiveX
6016
+ /**
6017
+ * 检查是否使用 ActiveX
6018
6018
  */
6019
6019
 
6020
6020
 
@@ -6026,11 +6026,11 @@ var CA_ExtInterface = function () {
6026
6026
  }
6027
6027
  };
6028
6028
 
6029
- /**
6030
- * 扩展发送消息并等待响应
6031
- * @param {string} operatorCmd - 操作命令
6032
- * @param {string} sendMsg - 发送的消息
6033
- * @returns {string} 响应消息
6029
+ /**
6030
+ * 扩展发送消息并等待响应
6031
+ * @param {string} operatorCmd - 操作命令
6032
+ * @param {string} sendMsg - 发送的消息
6033
+ * @returns {string} 响应消息
6034
6034
  */
6035
6035
 
6036
6036
 
@@ -6040,11 +6040,11 @@ var CA_ExtInterface = function () {
6040
6040
  return this.sendAndWaitMessage(this.currentSessionWSURL, strSendMsg);
6041
6041
  };
6042
6042
 
6043
- /**
6044
- * 发送消息并等待响应
6045
- * @param {string} wsurl - WebSocket URL
6046
- * @param {string} sendMsg - 发送的消息
6047
- * @returns {string} 响应消息
6043
+ /**
6044
+ * 发送消息并等待响应
6045
+ * @param {string} wsurl - WebSocket URL
6046
+ * @param {string} sendMsg - 发送的消息
6047
+ * @returns {string} 响应消息
6048
6048
  */
6049
6049
 
6050
6050
 
@@ -6068,9 +6068,9 @@ var CA_ExtInterface = function () {
6068
6068
  return ResultMsg;
6069
6069
  };
6070
6070
 
6071
- /**
6072
- * 配置选项
6073
- * @param {Object} extendOption - 扩展选项
6071
+ /**
6072
+ * 配置选项
6073
+ * @param {Object} extendOption - 扩展选项
6074
6074
  */
6075
6075
 
6076
6076
 
@@ -6080,8 +6080,8 @@ var CA_ExtInterface = function () {
6080
6080
  }
6081
6081
  };
6082
6082
 
6083
- /**
6084
- * 初始化
6083
+ /**
6084
+ * 初始化
6085
6085
  */
6086
6086
 
6087
6087
 
@@ -6089,9 +6089,9 @@ var CA_ExtInterface = function () {
6089
6089
  this.isUseActioveX();
6090
6090
  };
6091
6091
 
6092
- /**
6093
- * 返回客户端的版本
6094
- * @returns {string} 客户端版本
6092
+ /**
6093
+ * 返回客户端的版本
6094
+ * @returns {string} 客户端版本
6095
6095
  */
6096
6096
 
6097
6097
 
@@ -6104,13 +6104,13 @@ var CA_ExtInterface = function () {
6104
6104
  }
6105
6105
  };
6106
6106
 
6107
- /**
6108
- * 下载客户端程序并安装
6109
- * @param {string} bstrURL - 下载地址
6110
- * @param {string} bstrHashValue - 哈希值
6111
- * @param {boolean} bSync - 是否同步安装
6112
- * @param {boolean} bOnlySSO - 是否仅安装 SSO
6113
- * @returns {number} 安装结果
6107
+ /**
6108
+ * 下载客户端程序并安装
6109
+ * @param {string} bstrURL - 下载地址
6110
+ * @param {string} bstrHashValue - 哈希值
6111
+ * @param {boolean} bSync - 是否同步安装
6112
+ * @param {boolean} bOnlySSO - 是否仅安装 SSO
6113
+ * @returns {number} 安装结果
6114
6114
  */
6115
6115
 
6116
6116
 
@@ -6124,11 +6124,11 @@ var CA_ExtInterface = function () {
6124
6124
  }
6125
6125
  };
6126
6126
 
6127
- /**
6128
- * 获取硬件指纹信息
6129
- * @param {number} dwSign - 签名
6130
- * @param {string} strGateWayIP - 网关 IP
6131
- * @returns {string} 硬件指纹信息
6127
+ /**
6128
+ * 获取硬件指纹信息
6129
+ * @param {number} dwSign - 签名
6130
+ * @param {string} strGateWayIP - 网关 IP
6131
+ * @returns {string} 硬件指纹信息
6132
6132
  */
6133
6133
 
6134
6134
 
@@ -6142,12 +6142,12 @@ var CA_ExtInterface = function () {
6142
6142
  }
6143
6143
  };
6144
6144
 
6145
- /**
6146
- * 设置转发策略和代填策略
6147
- * @param {string} strProxyPolicy - 转发策略
6148
- * @param {string} strSSOPolicy - 代填策略
6149
- * @param {string} strGatewayAddress - 网关地址
6150
- * @returns {number} 设置结果
6145
+ /**
6146
+ * 设置转发策略和代填策略
6147
+ * @param {string} strProxyPolicy - 转发策略
6148
+ * @param {string} strSSOPolicy - 代填策略
6149
+ * @param {string} strGatewayAddress - 网关地址
6150
+ * @returns {number} 设置结果
6151
6151
  */
6152
6152
 
6153
6153
 
@@ -6161,11 +6161,11 @@ var CA_ExtInterface = function () {
6161
6161
  }
6162
6162
  };
6163
6163
 
6164
- /**
6165
- * 启动认证信息模块
6166
- * @param {string} strFileName - 文件名
6167
- * @param {string} strXmlData - XML 数据
6168
- * @returns {string} 认证信息
6164
+ /**
6165
+ * 启动认证信息模块
6166
+ * @param {string} strFileName - 文件名
6167
+ * @param {string} strXmlData - XML 数据
6168
+ * @returns {string} 认证信息
6169
6169
  */
6170
6170
 
6171
6171
 
@@ -6179,10 +6179,10 @@ var CA_ExtInterface = function () {
6179
6179
  }
6180
6180
  };
6181
6181
 
6182
- /**
6183
- * 打开 BS 应用
6184
- * @param {string} strUrl - 应用 URL
6185
- * @returns {number} 打开结果
6182
+ /**
6183
+ * 打开 BS 应用
6184
+ * @param {string} strUrl - 应用 URL
6185
+ * @returns {number} 打开结果
6186
6186
  */
6187
6187
 
6188
6188
 
@@ -6196,12 +6196,12 @@ var CA_ExtInterface = function () {
6196
6196
  }
6197
6197
  };
6198
6198
 
6199
- /**
6200
- * 打开 CS 应用
6201
- * @param {string} strGatewayAddress - 网关地址
6202
- * @param {string} strAppFlag - 应用标识
6203
- * @param {string} strAppPath - 应用路径
6204
- * @returns {number} 打开结果
6199
+ /**
6200
+ * 打开 CS 应用
6201
+ * @param {string} strGatewayAddress - 网关地址
6202
+ * @param {string} strAppFlag - 应用标识
6203
+ * @param {string} strAppPath - 应用路径
6204
+ * @returns {number} 打开结果
6205
6205
  */
6206
6206
 
6207
6207
 
@@ -6215,13 +6215,13 @@ var CA_ExtInterface = function () {
6215
6215
  }
6216
6216
  };
6217
6217
 
6218
- /**
6219
- * 设置自动更新策略
6220
- * @param {string} strGatewayAddress - 网关地址
6221
- * @param {number} nGatewayPort - 网关端口
6222
- * @param {string} strUserToken - 用户令牌
6223
- * @param {number} updatedelay - 更新延迟
6224
- * @returns {number} 设置结果
6218
+ /**
6219
+ * 设置自动更新策略
6220
+ * @param {string} strGatewayAddress - 网关地址
6221
+ * @param {number} nGatewayPort - 网关端口
6222
+ * @param {string} strUserToken - 用户令牌
6223
+ * @param {number} updatedelay - 更新延迟
6224
+ * @returns {number} 设置结果
6225
6225
  */
6226
6226
 
6227
6227
 
@@ -6235,10 +6235,10 @@ var CA_ExtInterface = function () {
6235
6235
  }
6236
6236
  };
6237
6237
 
6238
- /**
6239
- * 获取客户端 IP
6240
- * @param {string} strGatewayIP - 网关 IP
6241
- * @returns {string} 客户端 IP
6238
+ /**
6239
+ * 获取客户端 IP
6240
+ * @param {string} strGatewayIP - 网关 IP
6241
+ * @returns {string} 客户端 IP
6242
6242
  */
6243
6243
 
6244
6244
 
@@ -6252,10 +6252,10 @@ var CA_ExtInterface = function () {
6252
6252
  }
6253
6253
  };
6254
6254
 
6255
- /**
6256
- * 登出网关
6257
- * @param {string} strServerIP - 服务器 IP
6258
- * @returns {number} 登出结果
6255
+ /**
6256
+ * 登出网关
6257
+ * @param {string} strServerIP - 服务器 IP
6258
+ * @returns {number} 登出结果
6259
6259
  */
6260
6260
 
6261
6261
 
@@ -6269,11 +6269,11 @@ var CA_ExtInterface = function () {
6269
6269
  }
6270
6270
  };
6271
6271
 
6272
- /**
6273
- * 运行安装包
6274
- * @param {number} lRunType - 运行类型
6275
- * @param {boolean} bIsOnlySSO - 是否仅安装 SSO
6276
- * @returns {number} 运行结果
6272
+ /**
6273
+ * 运行安装包
6274
+ * @param {number} lRunType - 运行类型
6275
+ * @param {boolean} bIsOnlySSO - 是否仅安装 SSO
6276
+ * @returns {number} 运行结果
6277
6277
  */
6278
6278
 
6279
6279
 
@@ -6287,9 +6287,9 @@ var CA_ExtInterface = function () {
6287
6287
  }
6288
6288
  };
6289
6289
 
6290
- /**
6291
- * 获取下载进度
6292
- * @returns {number} 下载进度
6290
+ /**
6291
+ * 获取下载进度
6292
+ * @returns {number} 下载进度
6293
6293
  */
6294
6294
 
6295
6295
 
@@ -6303,9 +6303,9 @@ var CA_ExtInterface = function () {
6303
6303
  }
6304
6304
  };
6305
6305
 
6306
- /**
6307
- * 是否安装完成
6308
- * @returns {boolean} 安装完成状态
6306
+ /**
6307
+ * 是否安装完成
6308
+ * @returns {boolean} 安装完成状态
6309
6309
  */
6310
6310
 
6311
6311
 
@@ -6319,11 +6319,11 @@ var CA_ExtInterface = function () {
6319
6319
  }
6320
6320
  };
6321
6321
 
6322
- /**
6323
- * 初始化签包对象
6324
- * @param {string} strAlgType - 算法类型
6325
- * @param {string} strAuxParam - 辅助参数
6326
- * @returns {number} 初始化结果
6322
+ /**
6323
+ * 初始化签包对象
6324
+ * @param {string} strAlgType - 算法类型
6325
+ * @param {string} strAuxParam - 辅助参数
6326
+ * @returns {number} 初始化结果
6327
6327
  */
6328
6328
 
6329
6329
 
@@ -6337,10 +6337,10 @@ var CA_ExtInterface = function () {
6337
6337
  }
6338
6338
  };
6339
6339
 
6340
- /**
6341
- * 设置摘要算法
6342
- * @param {string} strDigestAlg - 摘要算法
6343
- * @returns {number} 设置结果
6340
+ /**
6341
+ * 设置摘要算法
6342
+ * @param {string} strDigestAlg - 摘要算法
6343
+ * @returns {number} 设置结果
6344
6344
  */
6345
6345
 
6346
6346
 
@@ -6354,10 +6354,10 @@ var CA_ExtInterface = function () {
6354
6354
  }
6355
6355
  };
6356
6356
 
6357
- /**
6358
- * 设置单证书是否弹出对话框
6359
- * @param {number} isChoose - 是否弹出对话框
6360
- * @returns {number} 设置结果
6357
+ /**
6358
+ * 设置单证书是否弹出对话框
6359
+ * @param {number} isChoose - 是否弹出对话框
6360
+ * @returns {number} 设置结果
6361
6361
  */
6362
6362
 
6363
6363
 
@@ -6371,11 +6371,11 @@ var CA_ExtInterface = function () {
6371
6371
  }
6372
6372
  };
6373
6373
 
6374
- /**
6375
- * 添加证书过滤条件
6376
- * @param {number} ulType - 过滤类型
6377
- * @param {string} strValue - 过滤值
6378
- * @returns {number} 添加结果
6374
+ /**
6375
+ * 添加证书过滤条件
6376
+ * @param {number} ulType - 过滤类型
6377
+ * @param {string} strValue - 过滤值
6378
+ * @returns {number} 添加结果
6379
6379
  */
6380
6380
 
6381
6381
 
@@ -6389,9 +6389,9 @@ var CA_ExtInterface = function () {
6389
6389
  }
6390
6390
  };
6391
6391
 
6392
- /**
6393
- * 清除所有过滤条件
6394
- * @returns {number} 清除结果
6392
+ /**
6393
+ * 清除所有过滤条件
6394
+ * @returns {number} 清除结果
6395
6395
  */
6396
6396
 
6397
6397
 
@@ -6405,10 +6405,10 @@ var CA_ExtInterface = function () {
6405
6405
  }
6406
6406
  };
6407
6407
 
6408
- /**
6409
- * P1 签名
6410
- * @param {string} strValueBase64 - 待签名的 Base64 字符串
6411
- * @returns {string} 签名结果
6408
+ /**
6409
+ * P1 签名
6410
+ * @param {string} strValueBase64 - 待签名的 Base64 字符串
6411
+ * @returns {string} 签名结果
6412
6412
  */
6413
6413
 
6414
6414
 
@@ -6422,10 +6422,10 @@ var CA_ExtInterface = function () {
6422
6422
  }
6423
6423
  };
6424
6424
 
6425
- /**
6426
- * P1 签名字符串
6427
- * @param {string} strValue - 待签名的字符串
6428
- * @returns {string} 签名结果
6425
+ /**
6426
+ * P1 签名字符串
6427
+ * @param {string} strValue - 待签名的字符串
6428
+ * @returns {string} 签名结果
6429
6429
  */
6430
6430
 
6431
6431
 
@@ -6439,12 +6439,12 @@ var CA_ExtInterface = function () {
6439
6439
  }
6440
6440
  };
6441
6441
 
6442
- /**
6443
- * P7 签名
6444
- * @param {string} strValueBase64 - 待签名的 Base64 字符串
6445
- * @param {boolean} isDetach - 是否分离签名
6446
- * @param {boolean} isIncludeCert - 是否包含证书
6447
- * @returns {string} 签名结果
6442
+ /**
6443
+ * P7 签名
6444
+ * @param {string} strValueBase64 - 待签名的 Base64 字符串
6445
+ * @param {boolean} isDetach - 是否分离签名
6446
+ * @param {boolean} isIncludeCert - 是否包含证书
6447
+ * @returns {string} 签名结果
6448
6448
  */
6449
6449
 
6450
6450
 
@@ -6458,12 +6458,12 @@ var CA_ExtInterface = function () {
6458
6458
  }
6459
6459
  };
6460
6460
 
6461
- /**
6462
- * P7 签名字符串
6463
- * @param {string} strValue - 待签名的字符串
6464
- * @param {boolean} isDetach - 是否分离签名
6465
- * @param {boolean} isIncludeCert - 是否包含证书
6466
- * @returns {string} 签名结果
6461
+ /**
6462
+ * P7 签名字符串
6463
+ * @param {string} strValue - 待签名的字符串
6464
+ * @param {boolean} isDetach - 是否分离签名
6465
+ * @param {boolean} isIncludeCert - 是否包含证书
6466
+ * @returns {string} 签名结果
6467
6467
  */
6468
6468
 
6469
6469
 
@@ -6477,9 +6477,9 @@ var CA_ExtInterface = function () {
6477
6477
  }
6478
6478
  };
6479
6479
 
6480
- /**
6481
- * 释放签名对象
6482
- * @returns {number} 释放结果
6480
+ /**
6481
+ * 释放签名对象
6482
+ * @returns {number} 释放结果
6483
6483
  */
6484
6484
 
6485
6485
 
@@ -6493,9 +6493,9 @@ var CA_ExtInterface = function () {
6493
6493
  }
6494
6494
  };
6495
6495
 
6496
- /**
6497
- * 获取签名版本
6498
- * @returns {string} 签名版本
6496
+ /**
6497
+ * 获取签名版本
6498
+ * @returns {string} 签名版本
6499
6499
  */
6500
6500
 
6501
6501
 
@@ -6509,9 +6509,9 @@ var CA_ExtInterface = function () {
6509
6509
  }
6510
6510
  };
6511
6511
 
6512
- /**
6513
- * 获取签名证书
6514
- * @returns {string} 签名证书
6512
+ /**
6513
+ * 获取签名证书
6514
+ * @returns {string} 签名证书
6515
6515
  */
6516
6516
 
6517
6517
 
@@ -6525,9 +6525,9 @@ var CA_ExtInterface = function () {
6525
6525
  }
6526
6526
  };
6527
6527
 
6528
- /**
6529
- * 获取错误码
6530
- * @returns {number} 错误码
6528
+ /**
6529
+ * 获取错误码
6530
+ * @returns {number} 错误码
6531
6531
  */
6532
6532
 
6533
6533
 
@@ -6541,9 +6541,9 @@ var CA_ExtInterface = function () {
6541
6541
  }
6542
6542
  };
6543
6543
 
6544
- /**
6545
- * 获取错误信息
6546
- * @returns {string} 错误信息
6544
+ /**
6545
+ * 获取错误信息
6546
+ * @returns {string} 错误信息
6547
6547
  */
6548
6548
 
6549
6549
 
@@ -6557,9 +6557,9 @@ var CA_ExtInterface = function () {
6557
6557
  }
6558
6558
  };
6559
6559
 
6560
- /**
6561
- * 销毁认证对象
6562
- * @returns {number} 销毁结果
6560
+ /**
6561
+ * 销毁认证对象
6562
+ * @returns {number} 销毁结果
6563
6563
  */
6564
6564
 
6565
6565
 
@@ -6573,9 +6573,9 @@ var CA_ExtInterface = function () {
6573
6573
  }
6574
6574
  };
6575
6575
 
6576
- /**
6577
- * 获取证书类型
6578
- * @returns {string} 证书类型
6576
+ /**
6577
+ * 获取证书类型
6578
+ * @returns {string} 证书类型
6579
6579
  */
6580
6580
 
6581
6581
 
@@ -6589,9 +6589,9 @@ var CA_ExtInterface = function () {
6589
6589
  }
6590
6590
  };
6591
6591
 
6592
- /**
6593
- * 获取签名摘要算法
6594
- * @returns {string} 签名摘要算法
6592
+ /**
6593
+ * 获取签名摘要算法
6594
+ * @returns {string} 签名摘要算法
6595
6595
  */
6596
6596
 
6597
6597
 
@@ -6605,11 +6605,11 @@ var CA_ExtInterface = function () {
6605
6605
  }
6606
6606
  };
6607
6607
 
6608
- /**
6609
- * 使能调用序列
6610
- * @param {boolean} bCallQueueEnable - 是否使能调用序列
6611
- * @param {boolean} bHeadInfoEnable - 是否使能头部信息
6612
- * @returns {number} 使能结果
6608
+ /**
6609
+ * 使能调用序列
6610
+ * @param {boolean} bCallQueueEnable - 是否使能调用序列
6611
+ * @param {boolean} bHeadInfoEnable - 是否使能头部信息
6612
+ * @returns {number} 使能结果
6613
6613
  */
6614
6614
 
6615
6615
 
@@ -6623,9 +6623,9 @@ var CA_ExtInterface = function () {
6623
6623
  }
6624
6624
  };
6625
6625
 
6626
- /**
6627
- * 清空调用序列结果
6628
- * @returns {number} 清空调用序列结果
6626
+ /**
6627
+ * 清空调用序列结果
6628
+ * @returns {number} 清空调用序列结果
6629
6629
  */
6630
6630
 
6631
6631
 
@@ -6639,9 +6639,9 @@ var CA_ExtInterface = function () {
6639
6639
  }
6640
6640
  };
6641
6641
 
6642
- /**
6643
- * 获取调用序列结果
6644
- * @returns {string} 调用序列结果
6642
+ /**
6643
+ * 获取调用序列结果
6644
+ * @returns {string} 调用序列结果
6645
6645
  */
6646
6646
 
6647
6647
 
@@ -6655,12 +6655,12 @@ var CA_ExtInterface = function () {
6655
6655
  }
6656
6656
  };
6657
6657
 
6658
- /**
6659
- * 客户端安全策略检查
6660
- * @param {string} strGatewayAddress - 网关地址
6661
- * @param {number} usGatewayPort - 网关端口
6662
- * @param {string} strSecurityPolicys - 安全策略
6663
- * @returns {boolean} 检查结果
6658
+ /**
6659
+ * 客户端安全策略检查
6660
+ * @param {string} strGatewayAddress - 网关地址
6661
+ * @param {number} usGatewayPort - 网关端口
6662
+ * @param {string} strSecurityPolicys - 安全策略
6663
+ * @returns {boolean} 检查结果
6664
6664
  */
6665
6665
 
6666
6666
 
@@ -6674,9 +6674,9 @@ var CA_ExtInterface = function () {
6674
6674
  }
6675
6675
  };
6676
6676
 
6677
- /**
6678
- * 获取通讯协议版本
6679
- * @returns {string} 通讯协议版本
6677
+ /**
6678
+ * 获取通讯协议版本
6679
+ * @returns {string} 通讯协议版本
6680
6680
  */
6681
6681
 
6682
6682
 
@@ -6690,13 +6690,13 @@ var CA_ExtInterface = function () {
6690
6690
  }
6691
6691
  };
6692
6692
 
6693
- /**
6694
- * 修改 Key 的 Pin 码
6695
- * @param {string} strCertSn - 证书序列号
6696
- * @param {number} lPinCodeType - Pin 码类型
6697
- * @param {string} strCurPinCode - 当前 Pin 码
6698
- * @param {string} strNewPinCode - 新 Pin 码
6699
- * @returns {number} 修改结果
6693
+ /**
6694
+ * 修改 Key 的 Pin 码
6695
+ * @param {string} strCertSn - 证书序列号
6696
+ * @param {number} lPinCodeType - Pin 码类型
6697
+ * @param {string} strCurPinCode - 当前 Pin 码
6698
+ * @param {string} strNewPinCode - 新 Pin 码
6699
+ * @returns {number} 修改结果
6700
6700
  */
6701
6701
 
6702
6702
 
@@ -6710,10 +6710,10 @@ var CA_ExtInterface = function () {
6710
6710
  }
6711
6711
  };
6712
6712
 
6713
- /**
6714
- * 等待策略设置完毕
6715
- * @param {string} strGatewayAddress - 网关地址
6716
- * @returns {number} 等待结果
6713
+ /**
6714
+ * 等待策略设置完毕
6715
+ * @param {string} strGatewayAddress - 网关地址
6716
+ * @returns {number} 等待结果
6717
6717
  */
6718
6718
 
6719
6719
 
@@ -6727,10 +6727,10 @@ var CA_ExtInterface = function () {
6727
6727
  }
6728
6728
  };
6729
6729
 
6730
- /**
6731
- * 获取会话 Token
6732
- * @param {string} strGatewayAddress - 网关地址
6733
- * @returns {string} 会话 Token
6730
+ /**
6731
+ * 获取会话 Token
6732
+ * @param {string} strGatewayAddress - 网关地址
6733
+ * @returns {string} 会话 Token
6734
6734
  */
6735
6735
 
6736
6736
 
@@ -6744,9 +6744,9 @@ var CA_ExtInterface = function () {
6744
6744
  }
6745
6745
  };
6746
6746
 
6747
- /**
6748
- * 获取控件版本
6749
- * @returns {string} 控件版本
6747
+ /**
6748
+ * 获取控件版本
6749
+ * @returns {string} 控件版本
6750
6750
  */
6751
6751
 
6752
6752
 
@@ -6760,10 +6760,10 @@ var CA_ExtInterface = function () {
6760
6760
  }
6761
6761
  };
6762
6762
 
6763
- /**
6764
- * 设置语言资源
6765
- * @param {string} strLanguage - 语言资源
6766
- * @returns {number} 设置结果
6763
+ /**
6764
+ * 设置语言资源
6765
+ * @param {string} strLanguage - 语言资源
6766
+ * @returns {number} 设置结果
6767
6767
  */
6768
6768
 
6769
6769
 
@@ -6777,12 +6777,12 @@ var CA_ExtInterface = function () {
6777
6777
  }
6778
6778
  };
6779
6779
 
6780
- /**
6781
- * 获取用户属性
6782
- * @param {string} strGatewayAddress - 网关地址
6783
- * @param {string} strAppFlag - 应用标识
6784
- * @param {string} strAttributeName - 属性名称
6785
- * @returns {string} 用户属性值
6780
+ /**
6781
+ * 获取用户属性
6782
+ * @param {string} strGatewayAddress - 网关地址
6783
+ * @param {string} strAppFlag - 应用标识
6784
+ * @param {string} strAttributeName - 属性名称
6785
+ * @returns {string} 用户属性值
6786
6786
  */
6787
6787
 
6788
6788
 
@@ -6796,9 +6796,9 @@ var CA_ExtInterface = function () {
6796
6796
  }
6797
6797
  };
6798
6798
 
6799
- /**
6800
- * 获取签名加密 PIN 码
6801
- * @returns {string} 签名加密 PIN 码
6799
+ /**
6800
+ * 获取签名加密 PIN 码
6801
+ * @returns {string} 签名加密 PIN 码
6802
6802
  */
6803
6803
 
6804
6804
 
@@ -6811,20 +6811,20 @@ var CA_ExtInterface = function () {
6811
6811
  return result.value;
6812
6812
  }
6813
6813
  };
6814
- /*
6815
- *曙光四川CA
6816
- *'SOF_GetUserList' 证书列表
6817
- *'SOF_ExportUserCert' 导出证书
6818
- *'SOF_GetCertInfo': 获取证书信息
6819
- *'SOF_GenRandom': 生成随机数
6820
- *'SOF_SignData': 获取证书签名
6821
- *'SOF_Login': 登录证书
6822
- *'SOF_GetPinRetryCount': 剩余次数
6814
+ /*
6815
+ *曙光四川CA
6816
+ *'SOF_GetUserList' 证书列表
6817
+ *'SOF_ExportUserCert' 导出证书
6818
+ *'SOF_GetCertInfo': 获取证书信息
6819
+ *'SOF_GenRandom': 生成随机数
6820
+ *'SOF_SignData': 获取证书签名
6821
+ *'SOF_Login': 登录证书
6822
+ *'SOF_GetPinRetryCount': 剩余次数
6823
6823
  */
6824
- /**
6825
- *
6826
- * 获取webSocket消息
6827
- * @returns {string}
6824
+ /**
6825
+ *
6826
+ * 获取webSocket消息
6827
+ * @returns {string}
6828
6828
  */
6829
6829
 
6830
6830
 
@@ -6860,10 +6860,10 @@ var CA_ExtInterface = function () {
6860
6860
  };
6861
6861
  });
6862
6862
  };
6863
- /**
6864
- *
6865
- * base64解码
6866
- * @returns {string} base64解码后的字符串
6863
+ /**
6864
+ *
6865
+ * base64解码
6866
+ * @returns {string} base64解码后的字符串
6867
6867
  */
6868
6868
 
6869
6869
 
@@ -6898,10 +6898,10 @@ var CA_ExtInterface = function () {
6898
6898
  val = this.utf8_decode(val);
6899
6899
  return val;
6900
6900
  };
6901
- /**
6902
- *
6903
- * base64编码
6904
- * @returns {string} base64编码后的字符串
6901
+ /**
6902
+ *
6903
+ * base64编码
6904
+ * @returns {string} base64编码后的字符串
6905
6905
  */
6906
6906
 
6907
6907
 
@@ -6934,10 +6934,10 @@ var CA_ExtInterface = function () {
6934
6934
  }
6935
6935
  return val;
6936
6936
  };
6937
- /**
6938
- *
6939
- * utf8解码
6940
- * @returns {string} utf8解码后的字符串
6937
+ /**
6938
+ *
6939
+ * utf8解码
6940
+ * @returns {string} utf8解码后的字符串
6941
6941
  */
6942
6942
 
6943
6943
 
@@ -6966,10 +6966,10 @@ var CA_ExtInterface = function () {
6966
6966
  }
6967
6967
  return string;
6968
6968
  };
6969
- /**
6970
- *
6971
- * utf8编码
6972
- * @returns {string} utf8编码后的字符串
6969
+ /**
6970
+ *
6971
+ * utf8编码
6972
+ * @returns {string} utf8编码后的字符串
6973
6973
  */
6974
6974
 
6975
6975
 
@@ -17230,8 +17230,8 @@ error_page_src_main.install = function (Vue) {
17230
17230
  };
17231
17231
 
17232
17232
  /* harmony default export */ var error_page = (error_page_src_main);
17233
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/form/src/main.vue?vue&type=template&id=63df963e&
17234
- var mainvue_type_template_id_63df963e_render = function () {
17233
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/form/src/main.vue?vue&type=template&id=7a865844&
17234
+ var mainvue_type_template_id_7a865844_render = function () {
17235
17235
  var _vm = this
17236
17236
  var _h = _vm.$createElement
17237
17237
  var _c = _vm._self._c || _h
@@ -23358,11 +23358,11 @@ var mainvue_type_template_id_63df963e_render = function () {
23358
23358
  )
23359
23359
  : _vm._e()
23360
23360
  }
23361
- var mainvue_type_template_id_63df963e_staticRenderFns = []
23362
- mainvue_type_template_id_63df963e_render._withStripped = true
23361
+ var mainvue_type_template_id_7a865844_staticRenderFns = []
23362
+ mainvue_type_template_id_7a865844_render._withStripped = true
23363
23363
 
23364
23364
 
23365
- // CONCATENATED MODULE: ./packages/form/src/main.vue?vue&type=template&id=63df963e&
23365
+ // CONCATENATED MODULE: ./packages/form/src/main.vue?vue&type=template&id=7a865844&
23366
23366
 
23367
23367
  // CONCATENATED MODULE: ./src/utils/rules.js
23368
23368
  // 手机号
@@ -23370,7 +23370,7 @@ var phone = { pattern: new RegExp('^[1][3, 4, 5, 6, 7, 8, 9][0-9]{9}$'), message
23370
23370
  // 身份证
23371
23371
  var idCard = { pattern: new RegExp('(^\\d{15}$)|(^\\d{18}$)|(^\\d{17}(\\d|X|x)$)'), message: '身份证号不合法' };
23372
23372
  // 座机号
23373
- var telephone = { pattern: new RegExp('^(\\d{3,4}-)?\\d{7,8}$'), message: '座机号不合法' };
23373
+ var telephone = { pattern: new RegExp('^(?:\\(?0([1-9]\\d{1,2})\\)?[- ]?)?([2-9]\\d{6,7})$'), message: '座机号不合法' };
23374
23374
  // IP
23375
23375
  var ip = { pattern: new RegExp('^(\\d{1,2}|1\\d\\d|2[0-4]\\d|25[0-5])\\.(\\d{1,2}|1\\d\\d|2[0-4]\\d|25[0-5])\\.(\\d{1,2}|1\\d\\d|2[0-4]\\d|25[0-5])\\.(\\d{1,2}|1\\d\\d|2[0-4]\\d|25[0-5])$'), message: 'IP地址不合法' };
23376
23376
  // 银行卡号
@@ -25894,9 +25894,17 @@ var mainvue_type_script_lang_js_pageView = utils_util["a" /* default */].getPara
25894
25894
  },
25895
25895
  // 列数
25896
25896
  span: Number,
25897
+ // 表单只读
25897
25898
  readonly: Boolean,
25898
25899
  // 渲染表单的内容
25899
25900
  contents: [Array, String, Object],
25901
+ // 表单的事件
25902
+ events: {
25903
+ type: Object,
25904
+ default: function _default() {
25905
+ return {};
25906
+ }
25907
+ },
25900
25908
  // 显示提交按钮
25901
25909
  submit: {
25902
25910
  type: Boolean,
@@ -26706,16 +26714,26 @@ var mainvue_type_script_lang_js_pageView = utils_util["a" /* default */].getPara
26706
26714
  }
26707
26715
  if (a.events && a.events.change) {
26708
26716
  a.events.change(a.name, b, c, this.models, a);
26717
+ } else if (this.events[a.name] && this.events[a.name].change) {
26718
+ this.events[a.name].change(a.name, b, c, this.models, a);
26709
26719
  } else {
26710
26720
  this.$emit('change', a.name, b, c, this.models, a);
26711
26721
  }
26712
26722
  },
26713
26723
  handleInput: function handleInput(a, b, c) {
26714
- this.$emit('input', a.name, b, c, this.models);
26724
+ if (a.events && a.events.input) {
26725
+ a.events.input(a.name, b, c, this.models);
26726
+ } else if (this.events[a.name] && this.events[a.name].input) {
26727
+ this.events[a.name].input(a.name, b, c, this.models, a);
26728
+ } else {
26729
+ this.$emit('input', a.name, b, c, this.models);
26730
+ }
26715
26731
  },
26716
26732
  handleFocus: function handleFocus(a, b, c) {
26717
26733
  if (a.events && a.events.focus) {
26718
26734
  a.events.focus(a.name, b, c, this.models);
26735
+ } else if (this.events[a.name] && this.events[a.name].focus) {
26736
+ this.events[a.name].focus(a.name, b, c, this.models, a);
26719
26737
  } else {
26720
26738
  this.$emit('focus', a.name, b, c, this.models);
26721
26739
  }
@@ -26723,6 +26741,8 @@ var mainvue_type_script_lang_js_pageView = utils_util["a" /* default */].getPara
26723
26741
  handleBlur: function handleBlur(a, b, c) {
26724
26742
  if (a.events && a.events.blur) {
26725
26743
  a.events.blur(a.name, b, c, this.models);
26744
+ } else if (this.events[a.name] && this.events[a.name].blur) {
26745
+ this.events[a.name].blur(a.name, b, c, this.models, a);
26726
26746
  } else {
26727
26747
  this.$emit('blur', a.name, b, c, this.models);
26728
26748
  }
@@ -26730,6 +26750,8 @@ var mainvue_type_script_lang_js_pageView = utils_util["a" /* default */].getPara
26730
26750
  handleClear: function handleClear(a, b, c) {
26731
26751
  if (a.events && a.events.clear) {
26732
26752
  a.events.clear(a.name, b, c, this.models);
26753
+ } else if (this.events[a.name] && this.events[a.name].clear) {
26754
+ this.events[a.name].clear(a.name, b, c, this.models, a);
26733
26755
  } else {
26734
26756
  this.$emit('clear', a.name, b, c, this.models);
26735
26757
  }
@@ -27102,10 +27124,15 @@ var mainvue_type_script_lang_js_pageView = utils_util["a" /* default */].getPara
27102
27124
  var data = _ref5.data,
27103
27125
  attrs = _ref5.attrs;
27104
27126
 
27105
- return utils_util["a" /* default */].exclAttribute({
27127
+ var events = this.events[data.name];
27128
+ var event = events ? utils_util["a" /* default */].exclAttribute({
27129
+ data: events,
27130
+ attrs: attrs
27131
+ }) : {};
27132
+ return form_src_mainvue_type_script_lang_js_extends({}, event, utils_util["a" /* default */].exclAttribute({
27106
27133
  data: data,
27107
27134
  attrs: attrs
27108
- });
27135
+ }));
27109
27136
  },
27110
27137
  handleEnter: function handleEnter() {
27111
27138
  if (!this.enterSubmit) {
@@ -27137,8 +27164,8 @@ var mainvue_type_script_lang_js_pageView = utils_util["a" /* default */].getPara
27137
27164
 
27138
27165
  var form_src_main_component = normalizeComponent(
27139
27166
  packages_form_src_mainvue_type_script_lang_js_,
27140
- mainvue_type_template_id_63df963e_render,
27141
- mainvue_type_template_id_63df963e_staticRenderFns,
27167
+ mainvue_type_template_id_7a865844_render,
27168
+ mainvue_type_template_id_7a865844_staticRenderFns,
27142
27169
  false,
27143
27170
  null,
27144
27171
  null,
@@ -30888,21 +30915,21 @@ var CommonOpinionsvue_type_script_lang_js_components;
30888
30915
  return validSate;
30889
30916
  },
30890
30917
 
30891
- /**
30892
- * changeOpinion
30893
- * @desc:监听意见变化
30894
- * @author liufan
30895
- * @date 2022年10月28日
30918
+ /**
30919
+ * changeOpinion
30920
+ * @desc:监听意见变化
30921
+ * @author liufan
30922
+ * @date 2022年10月28日
30896
30923
  **/
30897
30924
  changeOpinion: function changeOpinion() {
30898
30925
  this.$emit('change', this.form.value);
30899
30926
  },
30900
30927
 
30901
- /**
30902
- * getCommonOpion
30903
- * @desc:获取意见
30904
- * @author liufan
30905
- * @date 2022年5月25日
30928
+ /**
30929
+ * getCommonOpion
30930
+ * @desc:获取意见
30931
+ * @author liufan
30932
+ * @date 2022年5月25日
30906
30933
  **/
30907
30934
  getCommonOpion: function getCommonOpion() {
30908
30935
  var _this = this;
@@ -30931,24 +30958,24 @@ var CommonOpinionsvue_type_script_lang_js_components;
30931
30958
  });
30932
30959
  },
30933
30960
 
30934
- /**
30935
- * upDate
30936
- * @desc:修改常用语
30937
- * @author liufan
30938
- * @param {Object} val 修改值
30939
- * @date 2022年5月25日
30961
+ /**
30962
+ * upDate
30963
+ * @desc:修改常用语
30964
+ * @author liufan
30965
+ * @param {Object} val 修改值
30966
+ * @date 2022年5月25日
30940
30967
  **/
30941
30968
  upDate: function upDate(val) {
30942
30969
  this.FormData.id = val.id;
30943
30970
  this.addVisible = true;
30944
30971
  },
30945
30972
 
30946
- /**
30947
- * selectChange
30948
- * @desc:常用语选择
30949
- * @author liufan
30950
- * @param {String} val 选中值
30951
- * @date 2022年5月25日
30973
+ /**
30974
+ * selectChange
30975
+ * @desc:常用语选择
30976
+ * @author liufan
30977
+ * @param {String} val 选中值
30978
+ * @date 2022年5月25日
30952
30979
  **/
30953
30980
  selectChange: function selectChange(val) {
30954
30981
  var _this2 = this;
@@ -30967,12 +30994,12 @@ var CommonOpinionsvue_type_script_lang_js_components;
30967
30994
  });
30968
30995
  },
30969
30996
 
30970
- /**
30971
- * del
30972
- * @desc:删除常用语
30973
- * @author liufan
30974
- * @param {Object} val 删除的数据
30975
- * @date 2022年5月25日
30997
+ /**
30998
+ * del
30999
+ * @desc:删除常用语
31000
+ * @author liufan
31001
+ * @param {Object} val 删除的数据
31002
+ * @date 2022年5月25日
30976
31003
  **/
30977
31004
  del: function del(val) {
30978
31005
  var _this3 = this;
@@ -31014,12 +31041,12 @@ var CommonOpinionsvue_type_script_lang_js_components;
31014
31041
  }).catch(function (e) {});
31015
31042
  },
31016
31043
 
31017
- /**
31018
- * submit
31019
- * @desc:新增/编辑意见保存
31020
- * @author liufan
31021
- * @param {Object} val 保存数据
31022
- * @date 2022年5月25日
31044
+ /**
31045
+ * submit
31046
+ * @desc:新增/编辑意见保存
31047
+ * @author liufan
31048
+ * @param {Object} val 保存数据
31049
+ * @date 2022年5月25日
31023
31050
  **/
31024
31051
  submit: function submit(val) {
31025
31052
  var _this4 = this;
@@ -34405,11 +34432,11 @@ var processFormvue_type_script_lang_js_components;
34405
34432
  });
34406
34433
  },
34407
34434
 
34408
- /**
34409
- * isMultiple
34410
- * @desc:是否多选
34411
- * @author liufan
34412
- * @date 2022年9月13日
34435
+ /**
34436
+ * isMultiple
34437
+ * @desc:是否多选
34438
+ * @author liufan
34439
+ * @date 2022年9月13日
34413
34440
  **/
34414
34441
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
34415
34442
  var multiple = false;
@@ -35626,8 +35653,8 @@ var TimeLimit_component = normalizeComponent(
35626
35653
  )
35627
35654
 
35628
35655
  /* harmony default export */ var TimeLimit = (TimeLimit_component.exports);
35629
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/processReject.vue?vue&type=template&id=4cc2d6c6&
35630
- var processRejectvue_type_template_id_4cc2d6c6_render = function () {
35656
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/processReject.vue?vue&type=template&id=a73fd96a&
35657
+ var processRejectvue_type_template_id_a73fd96a_render = function () {
35631
35658
  var _vm = this
35632
35659
  var _h = _vm.$createElement
35633
35660
  var _c = _vm._self._c || _h
@@ -35705,32 +35732,34 @@ var processRejectvue_type_template_id_4cc2d6c6_render = function () {
35705
35732
  },
35706
35733
  },
35707
35734
  [
35708
- _c(
35709
- "el-radio-group",
35710
- {
35711
- model: {
35712
- value: _vm.nextNode.nextNodeId,
35713
- callback: function ($$v) {
35714
- _vm.$set(_vm.nextNode, "nextNodeId", $$v)
35735
+ _vm.rejectObj.length != 0
35736
+ ? _c(
35737
+ "el-radio-group",
35738
+ {
35739
+ model: {
35740
+ value: _vm.nextNode.nextNodeId,
35741
+ callback: function ($$v) {
35742
+ _vm.$set(_vm.nextNode, "nextNodeId", $$v)
35743
+ },
35744
+ expression: "nextNode.nextNodeId",
35745
+ },
35715
35746
  },
35716
- expression: "nextNode.nextNodeId",
35717
- },
35718
- },
35719
- _vm._l(_vm.rejectObj, function (item) {
35720
- return _c(
35721
- "el-radio",
35722
- { key: item.id, attrs: { label: item.id } },
35723
- [
35724
- _vm._v(
35725
- "\n " +
35726
- _vm._s(item.name) +
35727
- "\n "
35728
- ),
35729
- ]
35747
+ _vm._l(_vm.rejectObj, function (item) {
35748
+ return _c(
35749
+ "el-radio",
35750
+ { key: item.id, attrs: { label: item.id } },
35751
+ [
35752
+ _vm._v(
35753
+ "\n " +
35754
+ _vm._s(item.name) +
35755
+ "\n "
35756
+ ),
35757
+ ]
35758
+ )
35759
+ }),
35760
+ 1
35730
35761
  )
35731
- }),
35732
- 1
35733
- ),
35762
+ : _c("span", [_vm._v("暂无可驳回节点及对象")]),
35734
35763
  ],
35735
35764
  1
35736
35765
  ),
@@ -35741,8 +35770,11 @@ var processRejectvue_type_template_id_4cc2d6c6_render = function () {
35741
35770
  {
35742
35771
  name: "show",
35743
35772
  rawName: "v-show",
35744
- value: _vm.nextNode.noticeList.lemgth != 0,
35745
- expression: "nextNode.noticeList.lemgth != 0",
35773
+ value:
35774
+ _vm.nextNode.noticeList.length != 0 &&
35775
+ _vm.rejectObj.length != 0,
35776
+ expression:
35777
+ "nextNode.noticeList.length != 0 && rejectObj.length != 0",
35746
35778
  },
35747
35779
  ],
35748
35780
  attrs: { prop: "noticeType", label: "通知方式" },
@@ -35775,9 +35807,9 @@ var processRejectvue_type_template_id_4cc2d6c6_render = function () {
35775
35807
  },
35776
35808
  [
35777
35809
  _vm._v(
35778
- "\n " +
35810
+ "\n " +
35779
35811
  _vm._s(item.shortName) +
35780
- "\n "
35812
+ "\n "
35781
35813
  ),
35782
35814
  ]
35783
35815
  )
@@ -35830,14 +35862,20 @@ var processRejectvue_type_template_id_4cc2d6c6_render = function () {
35830
35862
  _c(
35831
35863
  "el-button",
35832
35864
  {
35833
- attrs: { type: "primary" },
35865
+ attrs: { type: _vm.rejectObj.length == 0 ? "" : "primary" },
35834
35866
  on: {
35835
35867
  click: function ($event) {
35836
- _vm.subProcess("nextNode")
35868
+ _vm.subProcess("nextNode", _vm.rejectObj.length == 0)
35837
35869
  },
35838
35870
  },
35839
35871
  },
35840
- [_vm._v("\n 提交\n ")]
35872
+ [
35873
+ _vm._v(
35874
+ "\n " +
35875
+ _vm._s(_vm.rejectObj.length == 0 ? "取消" : "提交") +
35876
+ "\n "
35877
+ ),
35878
+ ]
35841
35879
  ),
35842
35880
  ],
35843
35881
  1
@@ -35850,11 +35888,11 @@ var processRejectvue_type_template_id_4cc2d6c6_render = function () {
35850
35888
  1
35851
35889
  )
35852
35890
  }
35853
- var processRejectvue_type_template_id_4cc2d6c6_staticRenderFns = []
35854
- processRejectvue_type_template_id_4cc2d6c6_render._withStripped = true
35891
+ var processRejectvue_type_template_id_a73fd96a_staticRenderFns = []
35892
+ processRejectvue_type_template_id_a73fd96a_render._withStripped = true
35855
35893
 
35856
35894
 
35857
- // CONCATENATED MODULE: ./packages/flow/src/processReject.vue?vue&type=template&id=4cc2d6c6&
35895
+ // CONCATENATED MODULE: ./packages/flow/src/processReject.vue?vue&type=template&id=a73fd96a&
35858
35896
 
35859
35897
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/processReject.vue?vue&type=script&lang=js&
35860
35898
  //
@@ -35944,6 +35982,12 @@ processRejectvue_type_template_id_4cc2d6c6_render._withStripped = true
35944
35982
  //
35945
35983
  //
35946
35984
  //
35985
+ //
35986
+ //
35987
+ //
35988
+ //
35989
+ //
35990
+ //
35947
35991
 
35948
35992
 
35949
35993
 
@@ -36021,7 +36065,11 @@ processRejectvue_type_template_id_4cc2d6c6_render._withStripped = true
36021
36065
  },
36022
36066
 
36023
36067
  // 提交表单
36024
- subProcess: function subProcess(formName) {
36068
+ subProcess: function subProcess(formName, isNoObj) {
36069
+ if (isNoObj) {
36070
+ this.quit(false);
36071
+ return;
36072
+ }
36025
36073
  this.saveProcess(formName);
36026
36074
  },
36027
36075
  saveProcess: function saveProcess(formName) {
@@ -36109,8 +36157,6 @@ processRejectvue_type_template_id_4cc2d6c6_render._withStripped = true
36109
36157
  opinion: this.option
36110
36158
  };
36111
36159
  utils_util["a" /* default */].ajax({ url: api["gc" /* toTaskRejectHtml */], params: params }).then(function (res) {
36112
-
36113
- console.log(res, 'resssss');
36114
36160
  _this4.loading = false;
36115
36161
  if (res.status === 'success') {
36116
36162
  var _res$data = res.data,
@@ -36165,8 +36211,8 @@ processRejectvue_type_template_id_4cc2d6c6_render._withStripped = true
36165
36211
 
36166
36212
  var processReject_component = normalizeComponent(
36167
36213
  src_processRejectvue_type_script_lang_js_,
36168
- processRejectvue_type_template_id_4cc2d6c6_render,
36169
- processRejectvue_type_template_id_4cc2d6c6_staticRenderFns,
36214
+ processRejectvue_type_template_id_a73fd96a_render,
36215
+ processRejectvue_type_template_id_a73fd96a_staticRenderFns,
36170
36216
  false,
36171
36217
  null,
36172
36218
  null,
@@ -36175,8 +36221,8 @@ var processReject_component = normalizeComponent(
36175
36221
  )
36176
36222
 
36177
36223
  /* harmony default export */ var processReject = (processReject_component.exports);
36178
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/startTaskRead.vue?vue&type=template&id=709ac034&
36179
- var startTaskReadvue_type_template_id_709ac034_render = function () {
36224
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/startTaskRead.vue?vue&type=template&id=8c622104&
36225
+ var startTaskReadvue_type_template_id_8c622104_render = function () {
36180
36226
  var _vm = this
36181
36227
  var _h = _vm.$createElement
36182
36228
  var _c = _vm._self._c || _h
@@ -36275,6 +36321,7 @@ var startTaskReadvue_type_template_id_709ac034_render = function () {
36275
36321
  multiple: _vm.type != "transfer" ? _vm.multiple : false,
36276
36322
  mix: _vm.type != "transfer",
36277
36323
  selectUserList: _vm.selectUserList,
36324
+ disableds: _vm.readDisableds,
36278
36325
  types: _vm.selectorTabs
36279
36326
  ? _vm.selectorTabs
36280
36327
  : _vm.type == "transfer"
@@ -36298,7 +36345,9 @@ var startTaskReadvue_type_template_id_709ac034_render = function () {
36298
36345
  1
36299
36346
  ),
36300
36347
  _vm.configInfo.isCdjxjTaskHandle != "true" &&
36301
- _vm.type != "transfer"
36348
+ _vm.type != "transfer" &&
36349
+ _vm.configInfo.groups &&
36350
+ _vm.configInfo.groups.length != 0
36302
36351
  ? _c(
36303
36352
  "el-form-item",
36304
36353
  { attrs: { prop: "cy", label: "常用群组" } },
@@ -36460,7 +36509,11 @@ var startTaskReadvue_type_template_id_709ac034_render = function () {
36460
36509
  },
36461
36510
  [
36462
36511
  _c("el-input", {
36463
- attrs: { placeholder: "请填写办理说明" },
36512
+ attrs: {
36513
+ type: "textarea",
36514
+ rows: 3,
36515
+ placeholder: "请填写办理说明",
36516
+ },
36464
36517
  model: {
36465
36518
  value: _vm.nextNode.handleExplain,
36466
36519
  callback: function ($$v) {
@@ -36590,11 +36643,11 @@ var startTaskReadvue_type_template_id_709ac034_render = function () {
36590
36643
  1
36591
36644
  )
36592
36645
  }
36593
- var startTaskReadvue_type_template_id_709ac034_staticRenderFns = []
36594
- startTaskReadvue_type_template_id_709ac034_render._withStripped = true
36646
+ var startTaskReadvue_type_template_id_8c622104_staticRenderFns = []
36647
+ startTaskReadvue_type_template_id_8c622104_render._withStripped = true
36595
36648
 
36596
36649
 
36597
- // CONCATENATED MODULE: ./packages/flow/src/startTaskRead.vue?vue&type=template&id=709ac034&
36650
+ // CONCATENATED MODULE: ./packages/flow/src/startTaskRead.vue?vue&type=template&id=8c622104&
36598
36651
 
36599
36652
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/startTaskRead.vue?vue&type=script&lang=js&
36600
36653
  var startTaskReadvue_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; };
@@ -36767,6 +36820,10 @@ var startTaskReadvue_type_script_lang_js_components;
36767
36820
  //
36768
36821
  //
36769
36822
  //
36823
+ //
36824
+ //
36825
+ //
36826
+ //
36770
36827
 
36771
36828
 
36772
36829
 
@@ -36816,6 +36873,7 @@ var startTaskReadvue_type_script_lang_js_components;
36816
36873
  orgId: '',
36817
36874
  noticeList: [],
36818
36875
  userOptions: [],
36876
+ readDisableds: [],
36819
36877
  selectCheck: [],
36820
36878
  selectUserList: [],
36821
36879
  transferInfo: {},
@@ -37048,6 +37106,9 @@ var startTaskReadvue_type_script_lang_js_components;
37048
37106
 
37049
37107
  if (status === 'success') {
37050
37108
  _this4.configInfo = data;
37109
+ if (data.alreadyReadUserIds) {
37110
+ _this4.readDisableds = data.alreadyReadUserIds.split(',');
37111
+ }
37051
37112
  _this4.isMultiple();
37052
37113
  }
37053
37114
  }).catch(function (err) {
@@ -37079,9 +37140,9 @@ var startTaskReadvue_type_script_lang_js_components;
37079
37140
  utils_util["a" /* default */].ajax({
37080
37141
  url: api["z" /* findCodeValues */],
37081
37142
  params: {
37082
- ccCode: 'notification_type',
37083
- userId: utils_util["a" /* default */].getStorage('userId'),
37084
- pendingId: this.pendingId
37143
+ ccCode: 'fenyue_msg_type',
37144
+ userId: utils_util["a" /* default */].getStorage('userId')
37145
+ // pendingId:this.pendingId
37085
37146
  }
37086
37147
  }).then(function (res) {
37087
37148
  var status = res.status,
@@ -37225,6 +37286,7 @@ var startTaskReadvue_type_script_lang_js_components;
37225
37286
  if (_this8.subParams) {
37226
37287
  params = startTaskReadvue_type_script_lang_js_extends({}, params, _this8.subParams);
37227
37288
  }
37289
+ delete _this8.configInfo.taskExamine.taskExamineParam;
37228
37290
  utils_util["a" /* default */].ajax({
37229
37291
  url: api["Pb" /* taskReadHtml */],
37230
37292
  params: { taskAction: _this8.type },
@@ -37232,7 +37294,7 @@ var startTaskReadvue_type_script_lang_js_components;
37232
37294
  Accept: 'application/json,text/plain'
37233
37295
  },
37234
37296
  method: 'post',
37235
- data: params
37297
+ data: startTaskReadvue_type_script_lang_js_extends({}, params, _this8.configInfo.taskExamine)
37236
37298
  }).then(function (res) {
37237
37299
  var message = res.message,
37238
37300
  status = res.status;
@@ -37308,8 +37370,8 @@ var startTaskReadvue_type_script_lang_js_components;
37308
37370
 
37309
37371
  var startTaskRead_component = normalizeComponent(
37310
37372
  src_startTaskReadvue_type_script_lang_js_,
37311
- startTaskReadvue_type_template_id_709ac034_render,
37312
- startTaskReadvue_type_template_id_709ac034_staticRenderFns,
37373
+ startTaskReadvue_type_template_id_8c622104_render,
37374
+ startTaskReadvue_type_template_id_8c622104_staticRenderFns,
37313
37375
  false,
37314
37376
  null,
37315
37377
  null,
@@ -38572,11 +38634,11 @@ var resetvue_type_script_lang_js_components;
38572
38634
  });
38573
38635
  },
38574
38636
 
38575
- /**
38576
- * isMultiple
38577
- * @desc:是否多选
38578
- * @author liufan
38579
- * @date 2022年9月13日
38637
+ /**
38638
+ * isMultiple
38639
+ * @desc:是否多选
38640
+ * @author liufan
38641
+ * @date 2022年9月13日
38580
38642
  **/
38581
38643
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
38582
38644
  var multiple = false;
@@ -42977,11 +43039,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
42977
43039
  });
42978
43040
  },
42979
43041
 
42980
- /**
42981
- * saveInfo
42982
- * @desc:暂存
42983
- * @author liufan
42984
- * @date 2022年9月9日
43042
+ /**
43043
+ * saveInfo
43044
+ * @desc:暂存
43045
+ * @author liufan
43046
+ * @date 2022年9月9日
42985
43047
  **/
42986
43048
  saveInfo: function saveInfo(type, btn) {
42987
43049
  var _this6 = this;
@@ -43043,11 +43105,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43043
43105
  });
43044
43106
  },
43045
43107
 
43046
- /**
43047
- * rejectBtn
43048
- * @desc:点击驳回
43049
- * @author liufan
43050
- * @date 2022年5月25日
43108
+ /**
43109
+ * rejectBtn
43110
+ * @desc:点击驳回
43111
+ * @author liufan
43112
+ * @date 2022年5月25日
43051
43113
  **/
43052
43114
  rejectBtn: function rejectBtn() {
43053
43115
  var _this8 = this;
@@ -43065,11 +43127,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43065
43127
  }
43066
43128
  },
43067
43129
 
43068
- /**
43069
- * taskReadBtn
43070
- * @desc:点击分阅
43071
- * @author liufan
43072
- * @date 2022年5月25日
43130
+ /**
43131
+ * taskReadBtn
43132
+ * @desc:点击分阅
43133
+ * @author liufan
43134
+ * @date 2022年5月25日
43073
43135
  **/
43074
43136
  taskReadBtn: function taskReadBtn() {
43075
43137
  var _this9 = this;
@@ -43088,11 +43150,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43088
43150
  }
43089
43151
  },
43090
43152
 
43091
- /**
43092
- * getFind
43093
- * @desc:获取通知方式
43094
- * @author liufan
43095
- * @date 2022年5月25日
43153
+ /**
43154
+ * getFind
43155
+ * @desc:获取通知方式
43156
+ * @author liufan
43157
+ * @date 2022年5月25日
43096
43158
  **/
43097
43159
  getFind: function getFind() {
43098
43160
  var _this10 = this;
@@ -43147,12 +43209,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43147
43209
  });
43148
43210
  },
43149
43211
 
43150
- /**
43151
- * endFlows
43152
- * @desc:直接办结
43153
- * @author liufan
43154
- * @param {Object} res 直接办结数据
43155
- * @date 2022年5月25日
43212
+ /**
43213
+ * endFlows
43214
+ * @desc:直接办结
43215
+ * @author liufan
43216
+ * @param {Object} res 直接办结数据
43217
+ * @date 2022年5月25日
43156
43218
  **/
43157
43219
  endFlows: function endFlows(res) {
43158
43220
  var _this12 = this;
@@ -43206,12 +43268,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43206
43268
  }).catch(function (e) {});
43207
43269
  },
43208
43270
 
43209
- /**
43210
- * goView
43211
- * @desc:更多流程按钮操作
43212
- * @author liufan
43213
- * @param {Object} res 当前点击操作按钮数据
43214
- * @date 2022年5月25日
43271
+ /**
43272
+ * goView
43273
+ * @desc:更多流程按钮操作
43274
+ * @author liufan
43275
+ * @param {Object} res 当前点击操作按钮数据
43276
+ * @date 2022年5月25日
43215
43277
  **/
43216
43278
  goView: function goView(res) {
43217
43279
  // 驳回并办结:rejectAndEndHtml
@@ -43296,11 +43358,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43296
43358
  // isCanStartSubFlow
43297
43359
  },
43298
43360
 
43299
- /**
43300
- * toTakeAdvice
43301
- * @desc:征求意见
43302
- * @author liufan
43303
- * @date 2022年9月29日
43361
+ /**
43362
+ * toTakeAdvice
43363
+ * @desc:征求意见
43364
+ * @author liufan
43365
+ * @date 2022年9月29日
43304
43366
  **/
43305
43367
  toTakeAdvice: function toTakeAdvice(res) {
43306
43368
  var _this14 = this;
@@ -43344,11 +43406,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43344
43406
  });
43345
43407
  },
43346
43408
 
43347
- /**
43348
- * toStartDraf
43349
- * @desc: 稿件递送、联合审核、复核
43350
- * @author liufan
43351
- * @date 2022年9月29日
43409
+ /**
43410
+ * toStartDraf
43411
+ * @desc: 稿件递送、联合审核、复核
43412
+ * @author liufan
43413
+ * @date 2022年9月29日
43352
43414
  **/
43353
43415
  toStartDraf: function toStartDraf(res) {
43354
43416
  var _this16 = this;
@@ -43362,11 +43424,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43362
43424
  }
43363
43425
  },
43364
43426
 
43365
- /**
43366
- * toSendMsg
43367
- * @desc:核稿通知
43368
- * @author liufan
43369
- * @date 2022年9月29日
43427
+ /**
43428
+ * toSendMsg
43429
+ * @desc:核稿通知
43430
+ * @author liufan
43431
+ * @date 2022年9月29日
43370
43432
  **/
43371
43433
  toSendMsg: function toSendMsg(res) {
43372
43434
  var _this17 = this;
@@ -43380,11 +43442,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43380
43442
  }
43381
43443
  },
43382
43444
 
43383
- /**
43384
- * toTaskReadAndEnd
43385
- * @desc:分阅并办结
43386
- * @author liufan
43387
- * @date 2022年9月29日
43445
+ /**
43446
+ * toTaskReadAndEnd
43447
+ * @desc:分阅并办结
43448
+ * @author liufan
43449
+ * @date 2022年9月29日
43388
43450
  **/
43389
43451
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
43390
43452
  var _this18 = this;
@@ -43402,11 +43464,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43402
43464
  }
43403
43465
  },
43404
43466
 
43405
- /**
43406
- * rejectAndEnd
43407
- * @desc:驳回并办结
43408
- * @author liufan
43409
- * @date 2022年9月29日
43467
+ /**
43468
+ * rejectAndEnd
43469
+ * @desc:驳回并办结
43470
+ * @author liufan
43471
+ * @date 2022年9月29日
43410
43472
  **/
43411
43473
  rejectAndEnd: function rejectAndEnd(res) {
43412
43474
  var _this19 = this;
@@ -43461,11 +43523,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43461
43523
  });
43462
43524
  },
43463
43525
 
43464
- /**
43465
- * toTransfer
43466
- * @desc:转办
43467
- * @author liufan
43468
- * @date 2022年9月29日
43526
+ /**
43527
+ * toTransfer
43528
+ * @desc:转办
43529
+ * @author liufan
43530
+ * @date 2022年9月29日
43469
43531
  **/
43470
43532
  toTransfer: function toTransfer(res) {
43471
43533
  var _this21 = this;
@@ -43481,11 +43543,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43481
43543
  }
43482
43544
  },
43483
43545
 
43484
- /**
43485
- * getNodeInfo
43486
- * @desc:获取节点信息
43487
- * @author liufan
43488
- * @date 2022年5月25日
43546
+ /**
43547
+ * getNodeInfo
43548
+ * @desc:获取节点信息
43549
+ * @author liufan
43550
+ * @date 2022年5月25日
43489
43551
  **/
43490
43552
  getNodeInfo: function getNodeInfo() {
43491
43553
  var _this22 = this;
@@ -43584,12 +43646,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43584
43646
  });
43585
43647
  },
43586
43648
 
43587
- /**
43588
- * selecNext
43589
- * @desc:下步节点变化时更新数据
43590
- * @author liufan
43591
- * @param {String} val 当前选中值
43592
- * @date 2022年5月25日
43649
+ /**
43650
+ * selecNext
43651
+ * @desc:下步节点变化时更新数据
43652
+ * @author liufan
43653
+ * @param {String} val 当前选中值
43654
+ * @date 2022年5月25日
43593
43655
  **/
43594
43656
  selecNext: function selecNext(val, type, isDef) {
43595
43657
  var _this23 = this;
@@ -43698,11 +43760,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43698
43760
  if (isDef !== true) this.getNodeInfo();
43699
43761
  },
43700
43762
 
43701
- /**
43702
- * isMultiple
43703
- * @desc:是否多选
43704
- * @author liufan
43705
- * @date 2022年9月13日
43763
+ /**
43764
+ * isMultiple
43765
+ * @desc:是否多选
43766
+ * @author liufan
43767
+ * @date 2022年9月13日
43706
43768
  **/
43707
43769
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
43708
43770
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -43734,11 +43796,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43734
43796
  }
43735
43797
  },
43736
43798
 
43737
- /**
43738
- * getHedInfo
43739
- * @desc:获取审核页面数据
43740
- * @author liufan
43741
- * @date 2022年5月25日
43799
+ /**
43800
+ * getHedInfo
43801
+ * @desc:获取审核页面数据
43802
+ * @author liufan
43803
+ * @date 2022年5月25日
43742
43804
  **/
43743
43805
  getHedInfo: function getHedInfo() {
43744
43806
  var _this24 = this;
@@ -43974,13 +44036,13 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43974
44036
  });
43975
44037
  },
43976
44038
 
43977
- /**
43978
- * closeProcess
43979
- * @desc:关闭弹窗
43980
- * @author liufan
43981
- * @param {boolean} val 当前是否办理流程
43982
- * @param {String} type 当前点击的弹窗类型
43983
- * @date 2022年5月25日
44039
+ /**
44040
+ * closeProcess
44041
+ * @desc:关闭弹窗
44042
+ * @author liufan
44043
+ * @param {boolean} val 当前是否办理流程
44044
+ * @param {String} type 当前点击的弹窗类型
44045
+ * @date 2022年5月25日
43984
44046
  **/
43985
44047
  closeProcess: function closeProcess(val, type, closeParent) {
43986
44048
  if (closeParent) {
@@ -43997,23 +44059,23 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43997
44059
  }
43998
44060
  },
43999
44061
 
44000
- /**
44001
- * selectChange
44002
- * @desc:常用语选择
44003
- * @author liufan
44004
- * @param {String} val 选中值
44005
- * @date 2022年5月25日
44062
+ /**
44063
+ * selectChange
44064
+ * @desc:常用语选择
44065
+ * @author liufan
44066
+ * @param {String} val 选中值
44067
+ * @date 2022年5月25日
44006
44068
  **/
44007
44069
  selectChange: function selectChange(val) {
44008
44070
  this.value = val;
44009
44071
  },
44010
44072
 
44011
- /**
44012
- * upDate
44013
- * @desc:修改常用语
44014
- * @author liufan
44015
- * @param {Object} val 修改值
44016
- * @date 2022年5月25日
44073
+ /**
44074
+ * upDate
44075
+ * @desc:修改常用语
44076
+ * @author liufan
44077
+ * @param {Object} val 修改值
44078
+ * @date 2022年5月25日
44017
44079
  **/
44018
44080
  upDate: function upDate(val) {
44019
44081
  this.FormData.id = val.id;
@@ -44021,11 +44083,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44021
44083
  },
44022
44084
 
44023
44085
 
44024
- /**
44025
- * getProcess
44026
- * @desc:获取选择流程
44027
- * @author liufan
44028
- * @date 2022年5月25日
44086
+ /**
44087
+ * getProcess
44088
+ * @desc:获取选择流程
44089
+ * @author liufan
44090
+ * @date 2022年5月25日
44029
44091
  **/
44030
44092
  getProcess: function getProcess() {
44031
44093
  var _this25 = this;
@@ -44079,11 +44141,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44079
44141
  });
44080
44142
  },
44081
44143
 
44082
- /**
44083
- * getPendedhistoryList
44084
- * @desc:获取流程列表
44085
- * @author liufan
44086
- * @date 2022年5月25日
44144
+ /**
44145
+ * getPendedhistoryList
44146
+ * @desc:获取流程列表
44147
+ * @author liufan
44148
+ * @date 2022年5月25日
44087
44149
  **/
44088
44150
  getPendedhistoryList: function getPendedhistoryList() {
44089
44151
  var _this26 = this;
@@ -44115,12 +44177,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44115
44177
  },
44116
44178
 
44117
44179
  // 提交流程
44118
- /**
44119
- * subProcess
44120
- * @desc:提交流程
44121
- * @author liufan
44122
- * @param {String} formName 当前form表单ref值
44123
- * @date 2022年5月25日
44180
+ /**
44181
+ * subProcess
44182
+ * @desc:提交流程
44183
+ * @author liufan
44184
+ * @param {String} formName 当前form表单ref值
44185
+ * @date 2022年5月25日
44124
44186
  **/
44125
44187
  subProcess: function subProcess(val) {
44126
44188
  var _this27 = this;
@@ -47280,11 +47342,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47280
47342
  });
47281
47343
  },
47282
47344
 
47283
- /**
47284
- * saveInfo
47285
- * @desc:暂存
47286
- * @author liufan
47287
- * @date 2022年9月9日
47345
+ /**
47346
+ * saveInfo
47347
+ * @desc:暂存
47348
+ * @author liufan
47349
+ * @date 2022年9月9日
47288
47350
  **/
47289
47351
  saveInfo: function saveInfo(type, btn) {
47290
47352
  var _this10 = this;
@@ -47346,11 +47408,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47346
47408
  });
47347
47409
  },
47348
47410
 
47349
- /**
47350
- * rejectBtn
47351
- * @desc:点击驳回
47352
- * @author liufan
47353
- * @date 2022年5月25日
47411
+ /**
47412
+ * rejectBtn
47413
+ * @desc:点击驳回
47414
+ * @author liufan
47415
+ * @date 2022年5月25日
47354
47416
  **/
47355
47417
  rejectBtn: function rejectBtn() {
47356
47418
  var _this12 = this;
@@ -47368,11 +47430,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47368
47430
  }
47369
47431
  },
47370
47432
 
47371
- /**
47372
- * taskReadBtn
47373
- * @desc:点击分阅
47374
- * @author liufan
47375
- * @date 2022年5月25日
47433
+ /**
47434
+ * taskReadBtn
47435
+ * @desc:点击分阅
47436
+ * @author liufan
47437
+ * @date 2022年5月25日
47376
47438
  **/
47377
47439
  taskReadBtn: function taskReadBtn() {
47378
47440
  var _this13 = this;
@@ -47391,11 +47453,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47391
47453
  }
47392
47454
  },
47393
47455
 
47394
- /**
47395
- * getFind
47396
- * @desc:获取通知方式
47397
- * @author liufan
47398
- * @date 2022年5月25日
47456
+ /**
47457
+ * getFind
47458
+ * @desc:获取通知方式
47459
+ * @author liufan
47460
+ * @date 2022年5月25日
47399
47461
  **/
47400
47462
  getFind: function getFind() {
47401
47463
  var _this14 = this;
@@ -47461,12 +47523,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47461
47523
  });
47462
47524
  },
47463
47525
 
47464
- /**
47465
- * endFlows
47466
- * @desc:直接办结
47467
- * @author liufan
47468
- * @param {Object} res 直接办结数据
47469
- * @date 2022年5月25日
47526
+ /**
47527
+ * endFlows
47528
+ * @desc:直接办结
47529
+ * @author liufan
47530
+ * @param {Object} res 直接办结数据
47531
+ * @date 2022年5月25日
47470
47532
  **/
47471
47533
  endFlows: function endFlows(res) {
47472
47534
  var _this16 = this;
@@ -47521,12 +47583,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47521
47583
  }).catch(function (e) {});
47522
47584
  },
47523
47585
 
47524
- /**
47525
- * goView
47526
- * @desc:更多流程按钮操作
47527
- * @author liufan
47528
- * @param {Object} res 当前点击操作按钮数据
47529
- * @date 2022年5月25日
47586
+ /**
47587
+ * goView
47588
+ * @desc:更多流程按钮操作
47589
+ * @author liufan
47590
+ * @param {Object} res 当前点击操作按钮数据
47591
+ * @date 2022年5月25日
47530
47592
  **/
47531
47593
  goView: function goView(res) {
47532
47594
  // 驳回并办结:rejectAndEndHtml
@@ -47611,11 +47673,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47611
47673
  // isCanStartSubFlow
47612
47674
  },
47613
47675
 
47614
- /**
47615
- * toTakeAdvice
47616
- * @desc:征求意见
47617
- * @author liufan
47618
- * @date 2022年9月29日
47676
+ /**
47677
+ * toTakeAdvice
47678
+ * @desc:征求意见
47679
+ * @author liufan
47680
+ * @date 2022年9月29日
47619
47681
  **/
47620
47682
  toTakeAdvice: function toTakeAdvice(res) {
47621
47683
  var _this18 = this;
@@ -47659,11 +47721,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47659
47721
  });
47660
47722
  },
47661
47723
 
47662
- /**
47663
- * toStartDraf
47664
- * @desc: 稿件递送、联合审核、复核
47665
- * @author liufan
47666
- * @date 2022年9月29日
47724
+ /**
47725
+ * toStartDraf
47726
+ * @desc: 稿件递送、联合审核、复核
47727
+ * @author liufan
47728
+ * @date 2022年9月29日
47667
47729
  **/
47668
47730
  toStartDraf: function toStartDraf(res) {
47669
47731
  var _this20 = this;
@@ -47677,11 +47739,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47677
47739
  }
47678
47740
  },
47679
47741
 
47680
- /**
47681
- * toSendMsg
47682
- * @desc:核稿通知
47683
- * @author liufan
47684
- * @date 2022年9月29日
47742
+ /**
47743
+ * toSendMsg
47744
+ * @desc:核稿通知
47745
+ * @author liufan
47746
+ * @date 2022年9月29日
47685
47747
  **/
47686
47748
  toSendMsg: function toSendMsg(res) {
47687
47749
  var _this21 = this;
@@ -47695,11 +47757,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47695
47757
  }
47696
47758
  },
47697
47759
 
47698
- /**
47699
- * toTaskReadAndEnd
47700
- * @desc:分阅并办结
47701
- * @author liufan
47702
- * @date 2022年9月29日
47760
+ /**
47761
+ * toTaskReadAndEnd
47762
+ * @desc:分阅并办结
47763
+ * @author liufan
47764
+ * @date 2022年9月29日
47703
47765
  **/
47704
47766
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
47705
47767
  var _this22 = this;
@@ -47717,11 +47779,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47717
47779
  }
47718
47780
  },
47719
47781
 
47720
- /**
47721
- * rejectAndEnd
47722
- * @desc:驳回并办结
47723
- * @author liufan
47724
- * @date 2022年9月29日
47782
+ /**
47783
+ * rejectAndEnd
47784
+ * @desc:驳回并办结
47785
+ * @author liufan
47786
+ * @date 2022年9月29日
47725
47787
  **/
47726
47788
  rejectAndEnd: function rejectAndEnd(res) {
47727
47789
  var _this23 = this;
@@ -47777,11 +47839,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47777
47839
  });
47778
47840
  },
47779
47841
 
47780
- /**
47781
- * toTransfer
47782
- * @desc:转办
47783
- * @author liufan
47784
- * @date 2022年9月29日
47842
+ /**
47843
+ * toTransfer
47844
+ * @desc:转办
47845
+ * @author liufan
47846
+ * @date 2022年9月29日
47785
47847
  **/
47786
47848
  toTransfer: function toTransfer(res) {
47787
47849
  var _this25 = this;
@@ -47797,11 +47859,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47797
47859
  }
47798
47860
  },
47799
47861
 
47800
- /**
47801
- * getNodeInfo
47802
- * @desc:获取节点信息
47803
- * @author liufan
47804
- * @date 2022年5月25日
47862
+ /**
47863
+ * getNodeInfo
47864
+ * @desc:获取节点信息
47865
+ * @author liufan
47866
+ * @date 2022年5月25日
47805
47867
  **/
47806
47868
  getNodeInfo: function getNodeInfo() {
47807
47869
  var _this26 = this;
@@ -47905,12 +47967,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47905
47967
  });
47906
47968
  },
47907
47969
 
47908
- /**
47909
- * selecNext
47910
- * @desc:下步节点变化时更新数据
47911
- * @author liufan
47912
- * @param {String} val 当前选中值
47913
- * @date 2022年5月25日
47970
+ /**
47971
+ * selecNext
47972
+ * @desc:下步节点变化时更新数据
47973
+ * @author liufan
47974
+ * @param {String} val 当前选中值
47975
+ * @date 2022年5月25日
47914
47976
  **/
47915
47977
  selecNext: function selecNext(val, type, isDef) {
47916
47978
  var _this27 = this;
@@ -48042,11 +48104,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48042
48104
  this.getNodeInfo();
48043
48105
  },
48044
48106
 
48045
- /**
48046
- * isMultiple
48047
- * @desc:是否多选
48048
- * @author liufan
48049
- * @date 2022年9月13日
48107
+ /**
48108
+ * isMultiple
48109
+ * @desc:是否多选
48110
+ * @author liufan
48111
+ * @date 2022年9月13日
48050
48112
  **/
48051
48113
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
48052
48114
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -48078,11 +48140,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48078
48140
  }
48079
48141
  },
48080
48142
 
48081
- /**
48082
- * getHedInfo
48083
- * @desc:获取审核页面数据
48084
- * @author liufan
48085
- * @date 2022年5月25日
48143
+ /**
48144
+ * getHedInfo
48145
+ * @desc:获取审核页面数据
48146
+ * @author liufan
48147
+ * @date 2022年5月25日
48086
48148
  **/
48087
48149
  getHedInfo: function getHedInfo() {
48088
48150
  var _this28 = this;
@@ -48369,13 +48431,13 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48369
48431
  });
48370
48432
  },
48371
48433
 
48372
- /**
48373
- * closeProcess
48374
- * @desc:关闭弹窗
48375
- * @author liufan
48376
- * @param {boolean} val 当前是否办理流程
48377
- * @param {String} type 当前点击的弹窗类型
48378
- * @date 2022年5月25日
48434
+ /**
48435
+ * closeProcess
48436
+ * @desc:关闭弹窗
48437
+ * @author liufan
48438
+ * @param {boolean} val 当前是否办理流程
48439
+ * @param {String} type 当前点击的弹窗类型
48440
+ * @date 2022年5月25日
48379
48441
  **/
48380
48442
  closeProcess: function closeProcess(val, type, closeParent) {
48381
48443
  if (this.closeParent && !this.startFlowPageEmbeddedIntoStartFlowIndex) {
@@ -48395,23 +48457,23 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48395
48457
  }
48396
48458
  },
48397
48459
 
48398
- /**
48399
- * selectChange
48400
- * @desc:常用语选择
48401
- * @author liufan
48402
- * @param {String} val 选中值
48403
- * @date 2022年5月25日
48460
+ /**
48461
+ * selectChange
48462
+ * @desc:常用语选择
48463
+ * @author liufan
48464
+ * @param {String} val 选中值
48465
+ * @date 2022年5月25日
48404
48466
  **/
48405
48467
  selectChange: function selectChange(val) {
48406
48468
  this.value = val;
48407
48469
  },
48408
48470
 
48409
- /**
48410
- * upDate
48411
- * @desc:修改常用语
48412
- * @author liufan
48413
- * @param {Object} val 修改值
48414
- * @date 2022年5月25日
48471
+ /**
48472
+ * upDate
48473
+ * @desc:修改常用语
48474
+ * @author liufan
48475
+ * @param {Object} val 修改值
48476
+ * @date 2022年5月25日
48415
48477
  **/
48416
48478
  upDate: function upDate(val) {
48417
48479
  this.FormData.id = val.id;
@@ -48419,11 +48481,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48419
48481
  },
48420
48482
 
48421
48483
 
48422
- /**
48423
- * getProcess
48424
- * @desc:获取选择流程
48425
- * @author liufan
48426
- * @date 2022年5月25日
48484
+ /**
48485
+ * getProcess
48486
+ * @desc:获取选择流程
48487
+ * @author liufan
48488
+ * @date 2022年5月25日
48427
48489
  **/
48428
48490
  getProcess: function getProcess(val) {
48429
48491
  var _this29 = this;
@@ -48482,11 +48544,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48482
48544
  });
48483
48545
  },
48484
48546
 
48485
- /**
48486
- * getPendedhistoryList
48487
- * @desc:获取流程列表
48488
- * @author liufan
48489
- * @date 2022年5月25日
48547
+ /**
48548
+ * getPendedhistoryList
48549
+ * @desc:获取流程列表
48550
+ * @author liufan
48551
+ * @date 2022年5月25日
48490
48552
  **/
48491
48553
  getPendedhistoryList: function getPendedhistoryList() {
48492
48554
  var _this30 = this;
@@ -48554,12 +48616,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48554
48616
  },
48555
48617
 
48556
48618
  // 提交流程
48557
- /**
48558
- * subProcess
48559
- * @desc:提交流程
48560
- * @author liufan
48561
- * @param {String} formName 当前form表单ref值
48562
- * @date 2022年5月25日
48619
+ /**
48620
+ * subProcess
48621
+ * @desc:提交流程
48622
+ * @author liufan
48623
+ * @param {String} formName 当前form表单ref值
48624
+ * @date 2022年5月25日
48563
48625
  **/
48564
48626
  subProcess: function subProcess(val, type) {
48565
48627
  var _this32 = this;
@@ -52316,12 +52378,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
52316
52378
  }
52317
52379
  },
52318
52380
 
52319
- /**
52320
- * handleFormSubmit
52321
- * @desc:删除节点点击事件
52322
- * @param {Object} formData 点击删除的form数据
52323
- * @author liufan
52324
- * @date 2022年11月29日
52381
+ /**
52382
+ * handleFormSubmit
52383
+ * @desc:删除节点点击事件
52384
+ * @param {Object} formData 点击删除的form数据
52385
+ * @author liufan
52386
+ * @date 2022年11月29日
52325
52387
  **/
52326
52388
  handleFormSubmit: function handleFormSubmit(formData) {
52327
52389
  var _this9 = this;
@@ -52352,48 +52414,48 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
52352
52414
  });
52353
52415
  },
52354
52416
 
52355
- /**
52356
- * del
52357
- * @desc:展示删除弹窗
52358
- * @param {String} id 当前点击数据id
52359
- * @author liufan
52360
- * @date 2022年11月29日
52417
+ /**
52418
+ * del
52419
+ * @desc:展示删除弹窗
52420
+ * @param {String} id 当前点击数据id
52421
+ * @author liufan
52422
+ * @date 2022年11月29日
52361
52423
  **/
52362
52424
  del: function del(id) {
52363
52425
  this.historyId = id;
52364
52426
  this.showDel = true;
52365
52427
  },
52366
52428
 
52367
- /**
52368
- * handleCurrentChange
52369
- * @desc:监听页码变化
52370
- * @param {String} val 当前页
52371
- * @author liufan
52372
- * @date 2022年11月29日
52429
+ /**
52430
+ * handleCurrentChange
52431
+ * @desc:监听页码变化
52432
+ * @param {String} val 当前页
52433
+ * @author liufan
52434
+ * @date 2022年11月29日
52373
52435
  **/
52374
52436
  handleCurrentChange: function handleCurrentChange(val) {
52375
52437
  this.currentPage = val;
52376
52438
  this.getPressList();
52377
52439
  },
52378
52440
 
52379
- /**
52380
- * handleSizeChange
52381
- * @desc:监听每页数据显示数量变化
52382
- * @param {String} val 每页展示数量
52383
- * @author liufan
52384
- * @date 2022年11月29日
52441
+ /**
52442
+ * handleSizeChange
52443
+ * @desc:监听每页数据显示数量变化
52444
+ * @param {String} val 每页展示数量
52445
+ * @author liufan
52446
+ * @date 2022年11月29日
52385
52447
  **/
52386
52448
  handleSizeChange: function handleSizeChange(val) {
52387
52449
  this.pageSize = val;
52388
52450
  this.getPressList();
52389
52451
  },
52390
52452
 
52391
- /**
52392
- * sortChange
52393
- * @desc:监听排序变化
52394
- * @param {Object} info 需要排序的字段及排序方式
52395
- * @author liufan
52396
- * @date 2022年11月29日
52453
+ /**
52454
+ * sortChange
52455
+ * @desc:监听排序变化
52456
+ * @param {Object} info 需要排序的字段及排序方式
52457
+ * @author liufan
52458
+ * @date 2022年11月29日
52397
52459
  **/
52398
52460
  sortChange: function sortChange(info) {
52399
52461
  var prop = info.prop,
@@ -52404,11 +52466,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
52404
52466
  this.getPressList();
52405
52467
  },
52406
52468
 
52407
- /**
52408
- * getPressList
52409
- * @desc:催办列表数据
52410
- * @author liufan
52411
- * @date 2022年11月29日
52469
+ /**
52470
+ * getPressList
52471
+ * @desc:催办列表数据
52472
+ * @author liufan
52473
+ * @date 2022年11月29日
52412
52474
  **/
52413
52475
  getPressList: function getPressList() {
52414
52476
  var _this10 = this;
@@ -52438,12 +52500,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
52438
52500
  });
52439
52501
  },
52440
52502
 
52441
- /**
52442
- * goPress
52443
- * @desc:催办列表查看
52444
- * @param {String} id 催办列表id
52445
- * @author liufan
52446
- * @date 2022年11月29日
52503
+ /**
52504
+ * goPress
52505
+ * @desc:催办列表查看
52506
+ * @param {String} id 催办列表id
52507
+ * @author liufan
52508
+ * @date 2022年11月29日
52447
52509
  **/
52448
52510
  goPress: function goPress(id) {
52449
52511
  this.historyId = id;
@@ -52451,23 +52513,23 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
52451
52513
  this.getPressList();
52452
52514
  },
52453
52515
 
52454
- /**
52455
- * showFile
52456
- * @desc:附件查看
52457
- * @param {String} ownId 附件id
52458
- * @author liufan
52459
- * @date 2022年11月29日
52516
+ /**
52517
+ * showFile
52518
+ * @desc:附件查看
52519
+ * @param {String} ownId 附件id
52520
+ * @author liufan
52521
+ * @date 2022年11月29日
52460
52522
  **/
52461
52523
  showFile: function showFile(ownId) {
52462
52524
  this.wfpendingid = ownId;
52463
52525
  this.showFileList = true;
52464
52526
  },
52465
52527
 
52466
- /**
52467
- * handleChange
52468
- * @desc:切换排序方式
52469
- * @author liufan
52470
- * @date 2022年11月22日
52528
+ /**
52529
+ * handleChange
52530
+ * @desc:切换排序方式
52531
+ * @author liufan
52532
+ * @date 2022年11月22日
52471
52533
  **/
52472
52534
  handleChange: function handleChange(key, value) {
52473
52535
  if (value) {
@@ -52517,11 +52579,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
52517
52579
  }))();
52518
52580
  },
52519
52581
 
52520
- /**
52521
- * getFlowList
52522
- * @desc:获取流程列表
52523
- * @author liufan
52524
- * @date 2022年11月22日
52582
+ /**
52583
+ * getFlowList
52584
+ * @desc:获取流程列表
52585
+ * @author liufan
52586
+ * @date 2022年11月22日
52525
52587
  **/
52526
52588
  getFlowList: function getFlowList() {
52527
52589
  var _this12 = this;
@@ -52593,12 +52655,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
52593
52655
  });
52594
52656
  },
52595
52657
 
52596
- /**
52597
- * handleClick
52598
- * @desc:表单点击事件
52599
- * @param {Object} val 当前点击行数据及按钮
52600
- * @author liufan
52601
- * @date 2022年11月10日
52658
+ /**
52659
+ * handleClick
52660
+ * @desc:表单点击事件
52661
+ * @param {Object} val 当前点击行数据及按钮
52662
+ * @author liufan
52663
+ * @date 2022年11月10日
52602
52664
  **/
52603
52665
  handleClick: function handleClick(val) {
52604
52666
  var _this13 = this;
@@ -52644,13 +52706,13 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
52644
52706
  }
52645
52707
  },
52646
52708
 
52647
- /**
52648
- * getCodeValue
52649
- * @desc:获取代码表过滤后的值
52650
- * @param {String} value 展示数据的代码值
52651
- * @param {String} type 代码表类型
52652
- * @author liufan
52653
- * @date 2022年11月10日
52709
+ /**
52710
+ * getCodeValue
52711
+ * @desc:获取代码表过滤后的值
52712
+ * @param {String} value 展示数据的代码值
52713
+ * @param {String} type 代码表类型
52714
+ * @author liufan
52715
+ * @date 2022年11月10日
52654
52716
  **/
52655
52717
  getCodeValue: function getCodeValue(value, type) {
52656
52718
  var val = this[type].filter(function (item) {
@@ -52659,12 +52721,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
52659
52721
  return val[0].shortName;
52660
52722
  },
52661
52723
 
52662
- /**
52663
- * getSysInfo
52664
- * @desc:获取代码表
52665
- * @param {String} code 编码code值
52666
- * @author liufan
52667
- * @date 2022年11月10日
52724
+ /**
52725
+ * getSysInfo
52726
+ * @desc:获取代码表
52727
+ * @param {String} code 编码code值
52728
+ * @author liufan
52729
+ * @date 2022年11月10日
52668
52730
  **/
52669
52731
  getSysInfo: function getSysInfo(code) {
52670
52732
  var _this14 = this;
@@ -52686,11 +52748,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
52686
52748
  }).catch(function (e) {});
52687
52749
  },
52688
52750
 
52689
- /**
52690
- * getListInfo
52691
- * @desc:获取预设列表数据
52692
- * @author liufan
52693
- * @date 2022年11月10日
52751
+ /**
52752
+ * getListInfo
52753
+ * @desc:获取预设列表数据
52754
+ * @author liufan
52755
+ * @date 2022年11月10日
52694
52756
  **/
52695
52757
  getListInfo: function getListInfo() {
52696
52758
  var _this15 = this;
@@ -52761,8 +52823,8 @@ flow_list_src_main.install = function (Vue) {
52761
52823
  };
52762
52824
 
52763
52825
  /* harmony default export */ var flow_list = (flow_list_src_main);
52764
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/handle-user/src/main.vue?vue&type=template&id=3d02c60c&
52765
- var mainvue_type_template_id_3d02c60c_render = function () {
52826
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/handle-user/src/main.vue?vue&type=template&id=5ba85f48&
52827
+ var mainvue_type_template_id_5ba85f48_render = function () {
52766
52828
  var _vm = this
52767
52829
  var _h = _vm.$createElement
52768
52830
  var _c = _vm._self._c || _h
@@ -52854,11 +52916,11 @@ var mainvue_type_template_id_3d02c60c_render = function () {
52854
52916
  : _vm._e(),
52855
52917
  ])
52856
52918
  }
52857
- var mainvue_type_template_id_3d02c60c_staticRenderFns = []
52858
- mainvue_type_template_id_3d02c60c_render._withStripped = true
52919
+ var mainvue_type_template_id_5ba85f48_staticRenderFns = []
52920
+ mainvue_type_template_id_5ba85f48_render._withStripped = true
52859
52921
 
52860
52922
 
52861
- // CONCATENATED MODULE: ./packages/handle-user/src/main.vue?vue&type=template&id=3d02c60c&
52923
+ // CONCATENATED MODULE: ./packages/handle-user/src/main.vue?vue&type=template&id=5ba85f48&
52862
52924
 
52863
52925
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/handle-user/src/main.vue?vue&type=script&lang=js&
52864
52926
  //
@@ -52979,8 +53041,7 @@ mainvue_type_template_id_3d02c60c_render._withStripped = true
52979
53041
  } else {
52980
53042
  _this.$message({
52981
53043
  message: res.msg || '系统错误,请联系管理员!',
52982
- type: 'error',
52983
- duration: 1500
53044
+ type: 'error'
52984
53045
  });
52985
53046
  }
52986
53047
  }).catch(function (err) {
@@ -53008,8 +53069,8 @@ mainvue_type_template_id_3d02c60c_render._withStripped = true
53008
53069
 
53009
53070
  var handle_user_src_main_component = normalizeComponent(
53010
53071
  packages_handle_user_src_mainvue_type_script_lang_js_,
53011
- mainvue_type_template_id_3d02c60c_render,
53012
- mainvue_type_template_id_3d02c60c_staticRenderFns,
53072
+ mainvue_type_template_id_5ba85f48_render,
53073
+ mainvue_type_template_id_5ba85f48_staticRenderFns,
53013
53074
  false,
53014
53075
  null,
53015
53076
  null,
@@ -55285,8 +55346,8 @@ layout_src_main.install = function (Vue) {
55285
55346
  };
55286
55347
 
55287
55348
  /* harmony default export */ var packages_layout = (layout_src_main);
55288
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/login/src/main.vue?vue&type=template&id=8146921c&
55289
- var mainvue_type_template_id_8146921c_render = function () {
55349
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/login/src/main.vue?vue&type=template&id=53be147b&
55350
+ var mainvue_type_template_id_53be147b_render = function () {
55290
55351
  var _vm = this
55291
55352
  var _h = _vm.$createElement
55292
55353
  var _c = _vm._self._c || _h
@@ -56561,7 +56622,7 @@ var mainvue_type_template_id_8146921c_render = function () {
56561
56622
  )
56562
56623
  : _vm._e()
56563
56624
  }
56564
- var mainvue_type_template_id_8146921c_staticRenderFns = [
56625
+ var mainvue_type_template_id_53be147b_staticRenderFns = [
56565
56626
  function () {
56566
56627
  var _vm = this
56567
56628
  var _h = _vm.$createElement
@@ -56576,10 +56637,10 @@ var mainvue_type_template_id_8146921c_staticRenderFns = [
56576
56637
  ])
56577
56638
  },
56578
56639
  ]
56579
- mainvue_type_template_id_8146921c_render._withStripped = true
56640
+ mainvue_type_template_id_53be147b_render._withStripped = true
56580
56641
 
56581
56642
 
56582
- // CONCATENATED MODULE: ./packages/login/src/main.vue?vue&type=template&id=8146921c&
56643
+ // CONCATENATED MODULE: ./packages/login/src/main.vue?vue&type=template&id=53be147b&
56583
56644
 
56584
56645
  // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/login/src/resetPassword.vue?vue&type=template&id=45dccfdc&
56585
56646
  var resetPasswordvue_type_template_id_45dccfdc_render = function () {
@@ -58205,7 +58266,6 @@ var ceshi = utils_util["a" /* default */].getParams('ceshi');
58205
58266
  _this3.$message({
58206
58267
  message: msg || '系统错误,请联系管理员!',
58207
58268
  type: 'error',
58208
- duration: 1500,
58209
58269
  onClose: function onClose() {
58210
58270
  window.location.href = utils_util["a" /* default */].delUrlParam({ key: 'code' });
58211
58271
  if (window.location.hash) {
@@ -58427,8 +58487,7 @@ var ceshi = utils_util["a" /* default */].getParams('ceshi');
58427
58487
  } else {
58428
58488
  _this6.$message({
58429
58489
  message: res.msg || '系统错误,请联系管理员!',
58430
- type: 'error',
58431
- duration: 2000
58490
+ type: 'error'
58432
58491
  });
58433
58492
  }
58434
58493
  }).catch(function (err) {
@@ -58652,7 +58711,7 @@ var ceshi = utils_util["a" /* default */].getParams('ceshi');
58652
58711
  }).then(function (res) {
58653
58712
  _this7.$message({
58654
58713
  message: res.msg,
58655
- duration: 2000,
58714
+ duration: res.rCode == 0 ? 2000 : 3000,
58656
58715
  type: res.rCode == 0 ? 'success' : 'error'
58657
58716
  });
58658
58717
 
@@ -58748,7 +58807,6 @@ var ceshi = utils_util["a" /* default */].getParams('ceshi');
58748
58807
  _this9.$message({
58749
58808
  message: msg || '系统错误,请联系管理员!',
58750
58809
  type: 'error',
58751
- duration: 1500,
58752
58810
  onClose: function onClose() {
58753
58811
  _this9.btnText = '获取验证码';
58754
58812
  _this9.disabled = false;
@@ -58787,7 +58845,6 @@ var ceshi = utils_util["a" /* default */].getParams('ceshi');
58787
58845
  _this10.$message({
58788
58846
  message: msg || '系统错误,请联系管理员!',
58789
58847
  type: 'error',
58790
- duration: 1500,
58791
58848
  onClose: function onClose() {
58792
58849
  _this10.getImgCode();
58793
58850
  _this10.loginInfo(_this10.active == 3);
@@ -58968,7 +59025,6 @@ var ceshi = utils_util["a" /* default */].getParams('ceshi');
58968
59025
  this.$message({
58969
59026
  message: results.msg,
58970
59027
  type: 'error',
58971
- duration: 1500,
58972
59028
  onClose: function onClose() {
58973
59029
  if (_this13.code) {
58974
59030
  window.location.href = utils_util["a" /* default */].delUrlParam({ key: 'code' });
@@ -59056,8 +59112,8 @@ var ceshi = utils_util["a" /* default */].getParams('ceshi');
59056
59112
 
59057
59113
  var login_src_main_component = normalizeComponent(
59058
59114
  packages_login_src_mainvue_type_script_lang_js_,
59059
- mainvue_type_template_id_8146921c_render,
59060
- mainvue_type_template_id_8146921c_staticRenderFns,
59115
+ mainvue_type_template_id_53be147b_render,
59116
+ mainvue_type_template_id_53be147b_staticRenderFns,
59061
59117
  false,
59062
59118
  null,
59063
59119
  null,
@@ -59074,8 +59130,8 @@ login_src_main.install = function (Vue) {
59074
59130
  };
59075
59131
 
59076
59132
  /* harmony default export */ var login = (login_src_main);
59077
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/main.vue?vue&type=template&id=88d82eac&
59078
- var mainvue_type_template_id_88d82eac_render = function () {
59133
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/main.vue?vue&type=template&id=b0817718&
59134
+ var mainvue_type_template_id_b0817718_render = function () {
59079
59135
  var _vm = this
59080
59136
  var _h = _vm.$createElement
59081
59137
  var _c = _vm._self._c || _h
@@ -59168,14 +59224,14 @@ var mainvue_type_template_id_88d82eac_render = function () {
59168
59224
  )
59169
59225
  : _vm._e()
59170
59226
  }
59171
- var mainvue_type_template_id_88d82eac_staticRenderFns = []
59172
- mainvue_type_template_id_88d82eac_render._withStripped = true
59227
+ var mainvue_type_template_id_b0817718_staticRenderFns = []
59228
+ mainvue_type_template_id_b0817718_render._withStripped = true
59173
59229
 
59174
59230
 
59175
- // CONCATENATED MODULE: ./packages/main/src/main.vue?vue&type=template&id=88d82eac&
59231
+ // CONCATENATED MODULE: ./packages/main/src/main.vue?vue&type=template&id=b0817718&
59176
59232
 
59177
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/simplicity/index.vue?vue&type=template&id=634782ec&scoped=true&
59178
- var simplicityvue_type_template_id_634782ec_scoped_true_render = function () {
59233
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/simplicity/index.vue?vue&type=template&id=60bf1a32&scoped=true&
59234
+ var simplicityvue_type_template_id_60bf1a32_scoped_true_render = function () {
59179
59235
  var _vm = this
59180
59236
  var _h = _vm.$createElement
59181
59237
  var _c = _vm._self._c || _h
@@ -59193,7 +59249,7 @@ var simplicityvue_type_template_id_634782ec_scoped_true_render = function () {
59193
59249
  _c(
59194
59250
  "div",
59195
59251
  {
59196
- staticClass: "es-simplicity-org-name es-text-ellipsis-row2",
59252
+ staticClass: "es-simplicity-org-name es-text-ellipsis-row4",
59197
59253
  attrs: {
59198
59254
  title:
59199
59255
  _vm.simpleUserInfo.orgShortName || _vm.simpleUserInfo.orgName,
@@ -59229,21 +59285,49 @@ var simplicityvue_type_template_id_634782ec_scoped_true_render = function () {
59229
59285
  close: _vm.handlerClose,
59230
59286
  },
59231
59287
  }),
59232
- _c("avatar", {
59233
- attrs: {
59288
+ _c(
59289
+ "div",
59290
+ {
59291
+ staticClass: "es-simplicity-pannel-user",
59292
+ attrs: { slot: "reference" },
59234
59293
  slot: "reference",
59235
- user: _vm.user,
59236
- size: 56,
59237
- "show-name": true,
59238
59294
  },
59239
- slot: "reference",
59240
- }),
59295
+ [
59296
+ _c("avatar", {
59297
+ directives: [
59298
+ {
59299
+ name: "show",
59300
+ rawName: "v-show",
59301
+ value: _vm.showAvatar,
59302
+ expression: "showAvatar",
59303
+ },
59304
+ ],
59305
+ attrs: { user: _vm.user, size: 56, "show-name": true },
59306
+ }),
59307
+ _c("div", { staticClass: "es-simplicity-username" }, [
59308
+ _vm._v(_vm._s(_vm.user.username)),
59309
+ ]),
59310
+ _c(
59311
+ "div",
59312
+ {
59313
+ directives: [
59314
+ {
59315
+ name: "show",
59316
+ rawName: "v-show",
59317
+ value: !_vm.showAvatar,
59318
+ expression: "!showAvatar",
59319
+ },
59320
+ ],
59321
+ staticClass: "es-simplicity-greeting",
59322
+ },
59323
+ [_vm._v("\n " + _vm._s(_vm.greeting) + "\n ")]
59324
+ ),
59325
+ ],
59326
+ 1
59327
+ ),
59241
59328
  ],
59242
59329
  1
59243
59330
  ),
59244
- _c("div", { staticClass: "es-simplicity-username" }, [
59245
- _vm._v(_vm._s(_vm.user.username)),
59246
- ]),
59247
59331
  _c(
59248
59332
  "div",
59249
59333
  { staticClass: "es-simplicity-side-Application" },
@@ -59841,11 +59925,11 @@ var simplicityvue_type_template_id_634782ec_scoped_true_render = function () {
59841
59925
  ),
59842
59926
  ])
59843
59927
  }
59844
- var simplicityvue_type_template_id_634782ec_scoped_true_staticRenderFns = []
59845
- simplicityvue_type_template_id_634782ec_scoped_true_render._withStripped = true
59928
+ var simplicityvue_type_template_id_60bf1a32_scoped_true_staticRenderFns = []
59929
+ simplicityvue_type_template_id_60bf1a32_scoped_true_render._withStripped = true
59846
59930
 
59847
59931
 
59848
- // CONCATENATED MODULE: ./packages/main/src/simplicity/index.vue?vue&type=template&id=634782ec&scoped=true&
59932
+ // CONCATENATED MODULE: ./packages/main/src/simplicity/index.vue?vue&type=template&id=60bf1a32&scoped=true&
59849
59933
 
59850
59934
  // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/simplicity/avatar.vue?vue&type=template&id=e722b45c&scoped=true&
59851
59935
  var avatarvue_type_template_id_e722b45c_scoped_true_render = function () {
@@ -61917,10 +62001,10 @@ appsvue_type_template_id_71b9cb14_scoped_true_render._withStripped = true
61917
62001
  this.$emit('click', res);
61918
62002
  },
61919
62003
 
61920
- /**
61921
- * @desc:获取气泡提醒
61922
- * @author huangbo
61923
- * @date 2024年9月7日
62004
+ /**
62005
+ * @desc:获取气泡提醒
62006
+ * @author huangbo
62007
+ * @date 2024年9月7日
61924
62008
  **/
61925
62009
  getBadge: function getBadge(res) {
61926
62010
  var num = res.tips || 0;
@@ -61957,8 +62041,8 @@ var apps_component = normalizeComponent(
61957
62041
  )
61958
62042
 
61959
62043
  /* harmony default export */ var simplicity_apps = (apps_component.exports);
61960
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/simplicity/user.vue?vue&type=template&id=cf46141e&scoped=true&
61961
- var uservue_type_template_id_cf46141e_scoped_true_render = function () {
62044
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/simplicity/user.vue?vue&type=template&id=79e71c00&scoped=true&
62045
+ var uservue_type_template_id_79e71c00_scoped_true_render = function () {
61962
62046
  var _vm = this
61963
62047
  var _h = _vm.$createElement
61964
62048
  var _c = _vm._self._c || _h
@@ -62069,14 +62153,14 @@ var uservue_type_template_id_cf46141e_scoped_true_render = function () {
62069
62153
  on: { click: _vm.handleOpen },
62070
62154
  },
62071
62155
  [
62072
- _vm._v("\n 修改密码 "),
62156
+ _vm._v("\n 资料修改 "),
62073
62157
  _c("i", { staticClass: "es-icon-arrow-right" }),
62074
62158
  ]
62075
62159
  ),
62076
62160
  _c(
62077
62161
  "es-dialog",
62078
62162
  {
62079
- attrs: { title: "修改密码", visible: _vm.visible },
62163
+ attrs: { title: "资料修改", visible: _vm.visible },
62080
62164
  on: {
62081
62165
  "update:visible": function ($event) {
62082
62166
  _vm.visible = $event
@@ -62097,14 +62181,14 @@ var uservue_type_template_id_cf46141e_scoped_true_render = function () {
62097
62181
  1
62098
62182
  )
62099
62183
  }
62100
- var uservue_type_template_id_cf46141e_scoped_true_staticRenderFns = []
62101
- uservue_type_template_id_cf46141e_scoped_true_render._withStripped = true
62184
+ var uservue_type_template_id_79e71c00_scoped_true_staticRenderFns = []
62185
+ uservue_type_template_id_79e71c00_scoped_true_render._withStripped = true
62102
62186
 
62103
62187
 
62104
- // CONCATENATED MODULE: ./packages/main/src/simplicity/user.vue?vue&type=template&id=cf46141e&scoped=true&
62188
+ // CONCATENATED MODULE: ./packages/main/src/simplicity/user.vue?vue&type=template&id=79e71c00&scoped=true&
62105
62189
 
62106
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/simplicity/userinfo.vue?vue&type=template&id=8643d5d2&
62107
- var userinfovue_type_template_id_8643d5d2_render = function () {
62190
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/simplicity/userinfo.vue?vue&type=template&id=fb004f62&
62191
+ var userinfovue_type_template_id_fb004f62_render = function () {
62108
62192
  var _vm = this
62109
62193
  var _h = _vm.$createElement
62110
62194
  var _c = _vm._self._c || _h
@@ -62113,20 +62197,34 @@ var userinfovue_type_template_id_8643d5d2_render = function () {
62113
62197
  {
62114
62198
  ref: "form",
62115
62199
  staticClass: "es-user-info",
62116
- attrs: { model: _vm.model, contents: _vm.forms, autocomplete: false },
62200
+ attrs: {
62201
+ "validate-on-rule-change": false,
62202
+ model: _vm.model,
62203
+ contents: _vm.forms,
62204
+ autocomplete: false,
62205
+ rules: _vm.formRules,
62206
+ events: _vm.events,
62207
+ },
62117
62208
  on: { submit: _vm.handleFormSubmit },
62118
62209
  },
62119
62210
  [_c("template", { slot: "other" }, [_vm._t("default")], 2)],
62120
62211
  2
62121
62212
  )
62122
62213
  }
62123
- var userinfovue_type_template_id_8643d5d2_staticRenderFns = []
62124
- userinfovue_type_template_id_8643d5d2_render._withStripped = true
62214
+ var userinfovue_type_template_id_fb004f62_staticRenderFns = []
62215
+ userinfovue_type_template_id_fb004f62_render._withStripped = true
62125
62216
 
62126
62217
 
62127
- // CONCATENATED MODULE: ./packages/main/src/simplicity/userinfo.vue?vue&type=template&id=8643d5d2&
62218
+ // CONCATENATED MODULE: ./packages/main/src/simplicity/userinfo.vue?vue&type=template&id=fb004f62&
62128
62219
 
62129
62220
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/simplicity/userinfo.vue?vue&type=script&lang=js&
62221
+ var userinfovue_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; };
62222
+
62223
+ var userinfovue_type_script_lang_js_props;
62224
+
62225
+ //
62226
+ //
62227
+ //
62130
62228
  //
62131
62229
  //
62132
62230
  //
@@ -62147,7 +62245,7 @@ userinfovue_type_template_id_8643d5d2_render._withStripped = true
62147
62245
 
62148
62246
  /* harmony default export */ var userinfovue_type_script_lang_js_ = ({
62149
62247
  name: 'UserInfo',
62150
- props: {
62248
+ props: (userinfovue_type_script_lang_js_props = {
62151
62249
  secret: {
62152
62250
  type: Boolean,
62153
62251
  default: true
@@ -62158,18 +62256,97 @@ userinfovue_type_template_id_8643d5d2_render._withStripped = true
62158
62256
  default: function _default() {
62159
62257
  return {};
62160
62258
  }
62259
+ },
62260
+ rules: {
62261
+ type: Object,
62262
+ default: function _default() {
62263
+ return {};
62264
+ }
62161
62265
  }
62162
- },
62266
+ }, userinfovue_type_script_lang_js_props['rules'] = {
62267
+ type: Object,
62268
+ default: function _default() {
62269
+ return {};
62270
+ }
62271
+ }, userinfovue_type_script_lang_js_props),
62163
62272
  data: function data() {
62273
+ var _this = this;
62274
+
62164
62275
  return {
62165
- model: this.value
62276
+ model: this.value,
62277
+ events: {
62278
+ oldpassword: {
62279
+ change: function change() {
62280
+ if (!_this.model.repassword && !_this.model.oldpassword && !_this.model.repassword) {
62281
+ _this.$refs.form.clearValidate();
62282
+ }
62283
+ }
62284
+ },
62285
+ password: {
62286
+ change: function change() {
62287
+ if (!_this.model.repassword && !_this.model.oldpassword && !_this.model.repassword) {
62288
+ _this.$refs.form.clearValidate();
62289
+ }
62290
+ }
62291
+ },
62292
+ repassword: {
62293
+ change: function change() {
62294
+ if (!_this.model.repassword && !_this.model.oldpassword && !_this.model.repassword) {
62295
+ _this.$refs.form.clearValidate();
62296
+ }
62297
+ }
62298
+ }
62299
+ }
62166
62300
  };
62167
62301
  },
62168
62302
 
62169
62303
  computed: {
62170
- forms: function forms() {
62171
- var _this = this;
62304
+ formRules: function formRules() {
62305
+ return userinfovue_type_script_lang_js_extends({
62306
+ idCard: {
62307
+ pattern: new RegExp('(^\\d{15}$)|(^\\d{18}$)|(^\\d{17}(\\d|X|x)$)'),
62308
+ message: '身份证号不合法'
62309
+ },
62310
+ phone: {
62311
+ pattern: new RegExp('^[1][3, 4, 5, 6, 7, 8, 9][0-9]{9}$'),
62312
+ message: '手机号不合法',
62313
+ trigger: 'blur'
62314
+ },
62315
+ email: {
62316
+ type: 'email',
62317
+ message: '请输入正确的邮箱地址',
62318
+ trigger: 'blur'
62319
+ },
62320
+ officeTel: {
62321
+ pattern: new RegExp('^(?:\\(?0([1-9]\\d{1,2})\\)?[- ]?)?([2-9]\\d{6,7})$'),
62322
+ message: '座机号不合法',
62323
+ trigger: 'blur'
62324
+ },
62172
62325
 
62326
+ oldpassword: this.model.password || this.model.repassword ? {
62327
+ required: true,
62328
+ message: '请输入旧密码'
62329
+ } : {},
62330
+
62331
+ password: [this.model.repassword || this.model.oldpassword ? {
62332
+ required: true,
62333
+ message: '请输入新密码'
62334
+ } : {},, {
62335
+ pattern: this.checkPassword,
62336
+ message: this.checkPasswordMsg ? this.checkPasswordMsg : '密码格式不合法',
62337
+ trigger: 'blur'
62338
+ }],
62339
+ repassword: [this.model.password || this.model.oldpassword ? {
62340
+ required: true,
62341
+ message: '请再次输入新密码'
62342
+ } : {}, { validator: this.repassword, trigger: 'blur' }, this.checkPassword ? {
62343
+ pattern: this.checkPassword,
62344
+ message: this.checkPasswordMsg ? this.checkPasswordMsg : '密码格式不合法',
62345
+ trigger: 'blur'
62346
+ } : {}]
62347
+ }, this.rules);
62348
+ },
62349
+ forms: function forms() {
62173
62350
  return this.contents ? this.contents : [{
62174
62351
  name: 'orgName',
62175
62352
  label: '所属机构',
@@ -62205,83 +62382,40 @@ userinfovue_type_template_id_8643d5d2_render._withStripped = true
62205
62382
  placeholder: '电子邮箱',
62206
62383
  label: '电子邮箱',
62207
62384
  type: 'text',
62208
- rules: {
62209
- type: 'email',
62210
- message: '请输入正确的邮箱地址',
62211
- trigger: 'blur'
62212
- },
62213
62385
  col: 6
62214
62386
  }, {
62215
62387
  name: 'officeTel',
62216
62388
  placeholder: '座机号',
62217
62389
  label: '座机号',
62218
62390
  type: 'text',
62219
- rules: {
62220
- type: 'telephone'
62221
- //message: '请输入正确的邮箱地址',
62222
- //trigger: 'blur'
62223
- },
62224
62391
  col: 6
62225
62392
  }, {
62226
62393
  name: 'oldpassword',
62227
62394
  placeholder: '旧密码',
62228
62395
  label: '旧密码',
62229
62396
  type: 'text',
62230
- col: 6,
62231
- rules: this.model.password || this.model.repassword ? {
62232
- required: true,
62233
- message: '请输入旧密码'
62234
- } : {},
62235
- events: {
62236
- change: function change() {
62237
- if (!_this.model.repassword && !_this.model.oldpassword && !_this.model.repassword) {
62238
- _this.$refs.form.clearValidate();
62239
- }
62240
- }
62241
- }
62397
+ col: 6
62242
62398
  }, {
62243
62399
  name: 'password',
62244
62400
  placeholder: '新密码',
62245
62401
  label: '新密码',
62246
62402
  type: 'text',
62247
- col: 6,
62248
- rules: [this.model.repassword || this.model.oldpassword ? {
62249
- required: true,
62250
- message: '请输入新密码'
62251
- } : {}, {
62252
- pattern: this.checkPassword,
62253
- message: this.checkPasswordMsg ? this.checkPasswordMsg : '密码格式不合法',
62254
- trigger: 'blur'
62255
- }],
62256
- events: {
62257
- change: function change() {
62258
- if (!_this.model.repassword && !_this.model.oldpassword && !_this.model.repassword) {
62259
- _this.$refs.form.clearValidate();
62260
- }
62261
- }
62262
- }
62403
+ col: 6
62263
62404
  }, {
62264
62405
  name: 'repassword',
62265
62406
  placeholder: '确认新密码',
62266
62407
  label: '确认新密码',
62267
62408
  type: 'text',
62268
- col: 6,
62269
- rules: [this.model.password || this.model.oldpassword ? {
62270
- required: true,
62271
- message: '请再次输入新密码'
62272
- } : {}, { validator: this.repassword, trigger: 'blur' }, this.checkPassword ? {
62273
- pattern: this.checkPassword,
62274
- message: this.checkPasswordMsg ? this.checkPasswordMsg : '密码格式不合法',
62275
- trigger: 'blur'
62276
- } : {}],
62277
- events: {
62278
- change: function change() {
62279
- if (!_this.model.repassword && !_this.model.oldpassword && !_this.model.repassword) {
62280
- _this.$refs.form.clearValidate();
62281
- }
62282
- }
62283
- }
62409
+ col: 6
62284
62410
  }];
62411
+ },
62412
+ formKey: function formKey() {
62413
+ var keys = this.forms.filter(function (item) {
62414
+ return item.disabled !== true && item.readonly !== true && !['oldpassword', 'password', 'repassword'].includes(item.name);
62415
+ }).map(function (item) {
62416
+ return item.name;
62417
+ });
62418
+ return keys;
62285
62419
  }
62286
62420
  },
62287
62421
  created: function created() {},
@@ -62293,24 +62427,29 @@ userinfovue_type_template_id_8643d5d2_render._withStripped = true
62293
62427
 
62294
62428
  var initLogin = utils_util["a" /* default */].getStorage('initLogin');
62295
62429
  initLogin && (initLogin = JSON.parse(initLogin));
62430
+ var _model = this.model,
62431
+ oldpassword = _model.oldpassword,
62432
+ password = _model.password;
62433
+
62434
+ var data = userinfovue_type_script_lang_js_extends({}, Object.fromEntries(Object.entries(this.model).filter(function (_ref) {
62435
+ var key = _ref[0];
62436
+ return _this2.formKey.includes(key);
62437
+ })));
62296
62438
  utils_util["a" /* default */].ajax({
62297
62439
  url: api["uc" /* updateUserInfo */],
62298
- params: {
62299
- email: this.model.email,
62300
- officeTel: this.model.officeTel,
62301
- phone: this.model.phone,
62302
- oldPassword: this.secret && initLogin && initLogin.secret && this.model.oldpassword ? utils_util["a" /* default */].esmEncrypt({
62303
- data: this.model.oldpassword,
62440
+ params: userinfovue_type_script_lang_js_extends({}, data, {
62441
+ oldPassword: this.secret && initLogin && initLogin.secret && oldpassword ? utils_util["a" /* default */].esmEncrypt({
62442
+ data: oldpassword,
62304
62443
  key: initLogin.secret
62305
- }) : this.model.oldpassword,
62306
- password: this.secret && initLogin && initLogin.secret && this.model.password ? utils_util["a" /* default */].esmEncrypt({
62307
- data: this.model.password,
62444
+ }) : oldpassword,
62445
+ password: this.secret && initLogin && initLogin.secret && password ? utils_util["a" /* default */].esmEncrypt({
62446
+ data: password,
62308
62447
  key: initLogin.secret
62309
- }) : this.model.password
62310
- }
62448
+ }) : password
62449
+ })
62311
62450
  }).then(function (res) {
62312
62451
  if (res.rCode === 0) {
62313
- if (_this2.model.oldpassword && _this2.model.password) {
62452
+ if (oldpassword && password) {
62314
62453
  _this2.$confirm('密码修改成功,请重新登录!', '提示', {
62315
62454
  confirmButtonText: '确定',
62316
62455
  cancelButtonText: '取消',
@@ -62387,8 +62526,8 @@ userinfovue_type_template_id_8643d5d2_render._withStripped = true
62387
62526
 
62388
62527
  var userinfo_component = normalizeComponent(
62389
62528
  simplicity_userinfovue_type_script_lang_js_,
62390
- userinfovue_type_template_id_8643d5d2_render,
62391
- userinfovue_type_template_id_8643d5d2_staticRenderFns,
62529
+ userinfovue_type_template_id_fb004f62_render,
62530
+ userinfovue_type_template_id_fb004f62_staticRenderFns,
62392
62531
  false,
62393
62532
  null,
62394
62533
  null,
@@ -62507,7 +62646,6 @@ var userinfo_component = normalizeComponent(
62507
62646
  watch: {
62508
62647
  notify: {
62509
62648
  immediate: true,
62510
- userInfo: {},
62511
62649
  handler: function handler(val) {
62512
62650
  if (val) {
62513
62651
  this.checked = val.split(',');
@@ -62630,8 +62768,7 @@ var userinfo_component = normalizeComponent(
62630
62768
  } else {
62631
62769
  _this4.$message({
62632
62770
  message: res.msg || '系统错误,请联系管理员!',
62633
- type: 'error',
62634
- duration: 1500
62771
+ type: 'error'
62635
62772
  });
62636
62773
  }
62637
62774
  }).catch(function (err) {
@@ -62664,11 +62801,11 @@ var userinfo_component = normalizeComponent(
62664
62801
 
62665
62802
  var user_component = normalizeComponent(
62666
62803
  simplicity_uservue_type_script_lang_js_,
62667
- uservue_type_template_id_cf46141e_scoped_true_render,
62668
- uservue_type_template_id_cf46141e_scoped_true_staticRenderFns,
62804
+ uservue_type_template_id_79e71c00_scoped_true_render,
62805
+ uservue_type_template_id_79e71c00_scoped_true_staticRenderFns,
62669
62806
  false,
62670
62807
  null,
62671
- "cf46141e",
62808
+ "79e71c00",
62672
62809
  null
62673
62810
 
62674
62811
  )
@@ -65544,6 +65681,15 @@ var simplicityvue_type_script_lang_js_extends = Object.assign || function (targe
65544
65681
  //
65545
65682
  //
65546
65683
  //
65684
+ //
65685
+ //
65686
+ //
65687
+ //
65688
+ //
65689
+ //
65690
+ //
65691
+ //
65692
+ //
65547
65693
 
65548
65694
 
65549
65695
 
@@ -65561,7 +65707,7 @@ var simplicityvue_type_script_lang_js_extends = Object.assign || function (targe
65561
65707
 
65562
65708
  var isIE = navigator.userAgent.indexOf('MSIE') != -1;
65563
65709
  var simplicityvue_type_script_lang_js_systemMode = utils_util["a" /* default */].win.systemMode || 'default';
65564
- var events = [function (tabs, index, that) {
65710
+ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
65565
65711
  var tab = tabs[index];
65566
65712
  if (tab.method == 'iframe') {
65567
65713
  tabs[index].url = utils_util["a" /* default */].handlerUrl(tab.url);
@@ -65633,6 +65779,11 @@ var events = [function (tabs, index, that) {
65633
65779
  search: public_search
65634
65780
  },
65635
65781
  props: {
65782
+ //是否显示头像
65783
+ avatar: {
65784
+ type: Boolean,
65785
+ default: false
65786
+ },
65636
65787
  //im用例编码
65637
65788
  imUseCaseCode: String,
65638
65789
  //ai用例编码
@@ -65742,6 +65893,10 @@ var events = [function (tabs, index, that) {
65742
65893
  },
65743
65894
  data: function data() {
65744
65895
  return {
65896
+ //是否显示头像
65897
+ showAvatar: this.avatar,
65898
+ // 问候语
65899
+ greeting: utils_util["a" /* default */].timeCycle() + '好!',
65745
65900
  //用例权限编码
65746
65901
  useCaseCodes: utils_util["a" /* default */].getStorage('useCaseCodes'),
65747
65902
  //显示用户信息
@@ -65926,10 +66081,10 @@ var events = [function (tabs, index, that) {
65926
66081
  },
65927
66082
 
65928
66083
  methods: {
65929
- /**
65930
- * @desc:匹配路由
65931
- * @author huangbo
65932
- * @date 2024年9月7日
66084
+ /**
66085
+ * @desc:匹配路由
66086
+ * @author huangbo
66087
+ * @date 2024年9月7日
65933
66088
  **/
65934
66089
  hasRouter: function hasRouter(res, url, code) {
65935
66090
  if (!url) {
@@ -65973,10 +66128,10 @@ var events = [function (tabs, index, that) {
65973
66128
  return false;
65974
66129
  },
65975
66130
 
65976
- /**
65977
- * @desc:获取初始数据
65978
- * @author huangbo
65979
- * @date 2024年9月7日
66131
+ /**
66132
+ * @desc:获取初始数据
66133
+ * @author huangbo
66134
+ * @date 2024年9月7日
65980
66135
  **/
65981
66136
  init: function init(results, first) {
65982
66137
  this.setConfig(results);
@@ -65985,10 +66140,10 @@ var events = [function (tabs, index, that) {
65985
66140
  }
65986
66141
  },
65987
66142
 
65988
- /**
65989
- * @desc:设置用户配置及信息
65990
- * @author huangbo
65991
- * @date 2024年9月7日
66143
+ /**
66144
+ * @desc:设置用户配置及信息
66145
+ * @author huangbo
66146
+ * @date 2024年9月7日
65992
66147
  **/
65993
66148
  setConfig: function setConfig(results) {
65994
66149
  localStorage.setItem('mainConfig', JSON.stringify(results));
@@ -66043,6 +66198,9 @@ var events = [function (tabs, index, that) {
66043
66198
  this.notify = results[i].notify || '';
66044
66199
  }
66045
66200
  if (i === 'subsystemExtend' && results[i]) {
66201
+ if (Object.prototype.hasOwnProperty.call(results[i], 'showAvatar')) {
66202
+ this.showAvatar = JSON.parse(results[i].showAvatar);
66203
+ }
66046
66204
  if (results[i].themeColor) {
66047
66205
  var _color = unescape(results[i].themeColor).toLowerCase();
66048
66206
  if (utils_util["a" /* default */].startWith(_color, '#')) {
@@ -66054,7 +66212,7 @@ var events = [function (tabs, index, that) {
66054
66212
  this.singleLogout = results[i].singleLogout.split(',');
66055
66213
  }
66056
66214
  if (results[i].userInfoContents) {
66057
- this.userInfoContents = results[i].userInfoContents;
66215
+ this.userInfoContents = JSON.parse(results[i].userInfoContents);
66058
66216
  }
66059
66217
  if (results[i].webPageWatermark) {
66060
66218
  try {
@@ -66091,10 +66249,10 @@ var events = [function (tabs, index, that) {
66091
66249
  this.doorIndex = results[i].portalPage || results[i].portalpage;
66092
66250
  }
66093
66251
  if (results[i].multipleVersion || results[i].oldVersion) {
66094
- this.showOld = results[i].oldVersion ? results[i].oldVersion : true;
66252
+ this.showOld = results[i].oldVersion ? JSON.parse(results[i].oldVersion) : true;
66095
66253
  }
66096
66254
  if (results[i].topRightToolHide) {
66097
- this.topRightToolHide = results[i].topRightToolHide;
66255
+ this.topRightToolHide = JSON.parse(results[i].topRightToolHide);
66098
66256
  }
66099
66257
  if (results[i].contact) {
66100
66258
  var contact = JSON.parse(results[i].contact);
@@ -66122,10 +66280,10 @@ var events = [function (tabs, index, that) {
66122
66280
  }
66123
66281
  },
66124
66282
 
66125
- /**
66126
- * @desc:获取所有应用
66127
- * @author huangbo
66128
- * @date 2024年9月7日
66283
+ /**
66284
+ * @desc:获取所有应用
66285
+ * @author huangbo
66286
+ * @date 2024年9月7日
66129
66287
  **/
66130
66288
  getApplications: function getApplications() {
66131
66289
  var _this = this;
@@ -66173,10 +66331,10 @@ var events = [function (tabs, index, that) {
66173
66331
  });
66174
66332
  },
66175
66333
 
66176
- /**
66177
- * @desc:获取菜单列表
66178
- * @author huangbo
66179
- * @date 2024年9月7日
66334
+ /**
66335
+ * @desc:获取菜单列表
66336
+ * @author huangbo
66337
+ * @date 2024年9月7日
66180
66338
  **/
66181
66339
  getMenus: function getMenus(loading) {
66182
66340
  var _this2 = this;
@@ -66209,10 +66367,10 @@ var events = [function (tabs, index, that) {
66209
66367
  });
66210
66368
  },
66211
66369
 
66212
- /**
66213
- * @desc:处理菜单列表
66214
- * @author huangbo
66215
- * @date 2024年9月7日
66370
+ /**
66371
+ * @desc:处理菜单列表
66372
+ * @author huangbo
66373
+ * @date 2024年9月7日
66216
66374
  **/
66217
66375
  renderMenus: function renderMenus(res) {
66218
66376
  this.menus = res;
@@ -66308,10 +66466,10 @@ var events = [function (tabs, index, that) {
66308
66466
  }
66309
66467
  },
66310
66468
 
66311
- /**
66312
- * @desc:设置页面加载类型
66313
- * @author huangbo
66314
- * @date 2024年9月7日
66469
+ /**
66470
+ * @desc:设置页面加载类型
66471
+ * @author huangbo
66472
+ * @date 2024年9月7日
66315
66473
  **/
66316
66474
  setIframeType: function setIframeType(res) {
66317
66475
  var url = res.url;
@@ -66367,10 +66525,10 @@ var events = [function (tabs, index, that) {
66367
66525
  return res;
66368
66526
  },
66369
66527
 
66370
- /**
66371
- * @desc:获取菜单
66372
- * @author huangbo
66373
- * @date 2024年9月7日
66528
+ /**
66529
+ * @desc:获取菜单
66530
+ * @author huangbo
66531
+ * @date 2024年9月7日
66374
66532
  **/
66375
66533
  getMenu: function getMenu(menus, res, key) {
66376
66534
  if (Array.isArray(menus)) {
@@ -66399,10 +66557,10 @@ var events = [function (tabs, index, that) {
66399
66557
  return false;
66400
66558
  },
66401
66559
 
66402
- /**
66403
- * @desc:获取菜单第一条数据
66404
- * @author huangbo
66405
- * @date 2024年9月7日
66560
+ /**
66561
+ * @desc:获取菜单第一条数据
66562
+ * @author huangbo
66563
+ * @date 2024年9月7日
66406
66564
  **/
66407
66565
  getFirst: function getFirst(obj) {
66408
66566
  if (!obj) {
@@ -66421,10 +66579,10 @@ var events = [function (tabs, index, that) {
66421
66579
  }
66422
66580
  },
66423
66581
 
66424
- /**
66425
- * @desc:遍历设置菜单气泡提醒
66426
- * @author huangbo
66427
- * @date 2024年9月7日
66582
+ /**
66583
+ * @desc:遍历设置菜单气泡提醒
66584
+ * @author huangbo
66585
+ * @date 2024年9月7日
66428
66586
  **/
66429
66587
  setTips: function setTips(obj) {
66430
66588
  var _this3 = this;
@@ -66487,10 +66645,10 @@ var events = [function (tabs, index, that) {
66487
66645
  }
66488
66646
  },
66489
66647
 
66490
- /**
66491
- * @desc:获取气泡提醒
66492
- * @author huangbo
66493
- * @date 2024年9月7日
66648
+ /**
66649
+ * @desc:获取气泡提醒
66650
+ * @author huangbo
66651
+ * @date 2024年9月7日
66494
66652
  **/
66495
66653
  getBadge: function getBadge(res) {
66496
66654
  var num = res.tips || 0;
@@ -66504,10 +66662,10 @@ var events = [function (tabs, index, that) {
66504
66662
  };
66505
66663
  },
66506
66664
 
66507
- /**
66508
- * @desc:开启weosocket
66509
- * @author huangbo
66510
- * @date 2024年9月7日
66665
+ /**
66666
+ * @desc:开启weosocket
66667
+ * @author huangbo
66668
+ * @date 2024年9月7日
66511
66669
  **/
66512
66670
  initWebSocket: function initWebSocket() {
66513
66671
  var _this5 = this;
@@ -66556,10 +66714,10 @@ var events = [function (tabs, index, that) {
66556
66714
  });
66557
66715
  },
66558
66716
 
66559
- /**
66560
- * @desc:显示用户信息
66561
- * @author huangbo
66562
- * @date 2024年9月7日
66717
+ /**
66718
+ * @desc:显示用户信息
66719
+ * @author huangbo
66720
+ * @date 2024年9月7日
66563
66721
  **/
66564
66722
  showUserInfo: function showUserInfo() {
66565
66723
  if (this.showUser === false) {
@@ -66567,19 +66725,19 @@ var events = [function (tabs, index, that) {
66567
66725
  }
66568
66726
  },
66569
66727
 
66570
- /**
66571
- * @desc:删除更多应用菜单点击
66572
- * @author huangbo
66573
- * @date 2024年9月7日
66728
+ /**
66729
+ * @desc:删除更多应用菜单点击
66730
+ * @author huangbo
66731
+ * @date 2024年9月7日
66574
66732
  **/
66575
66733
  handleDelete: function handleDelete(index) {
66576
66734
  this.newApps.splice(index, 1);
66577
66735
  },
66578
66736
 
66579
- /**
66580
- * @desc:储存更多应用菜单点击
66581
- * @author huangbo
66582
- * @date 2024年9月7日
66737
+ /**
66738
+ * @desc:储存更多应用菜单点击
66739
+ * @author huangbo
66740
+ * @date 2024年9月7日
66583
66741
  **/
66584
66742
  handlerClickApps: function handlerClickApps(res) {
66585
66743
  if (res.permission === false) {
@@ -66592,10 +66750,10 @@ var events = [function (tabs, index, that) {
66592
66750
  this.handlerClickApp(res);
66593
66751
  },
66594
66752
 
66595
- /**
66596
- * @desc:侧边应用菜单点击
66597
- * @author huangbo
66598
- * @date 2024年9月7日
66753
+ /**
66754
+ * @desc:侧边应用菜单点击
66755
+ * @author huangbo
66756
+ * @date 2024年9月7日
66599
66757
  **/
66600
66758
  handlerClickApp: function handlerClickApp(res) {
66601
66759
  this.showMsg = false;
@@ -66684,10 +66842,10 @@ var events = [function (tabs, index, that) {
66684
66842
  }
66685
66843
  },
66686
66844
 
66687
- /**
66688
- * @desc:显示Drawer界面
66689
- * @author huangbo
66690
- * @date 2024年9月7日
66845
+ /**
66846
+ * @desc:显示Drawer界面
66847
+ * @author huangbo
66848
+ * @date 2024年9月7日
66691
66849
  **/
66692
66850
  handlerSetDrawer: function handlerSetDrawer(res, type) {
66693
66851
  var direction = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : 'ltr';
@@ -66707,19 +66865,19 @@ var events = [function (tabs, index, that) {
66707
66865
  }
66708
66866
  },
66709
66867
 
66710
- /**
66711
- * @desc:关闭Drawer界面
66712
- * @author huangbo
66713
- * @date 2024年9月7日
66868
+ /**
66869
+ * @desc:关闭Drawer界面
66870
+ * @author huangbo
66871
+ * @date 2024年9月7日
66714
66872
  **/
66715
66873
  handleCloseDrawer: function handleCloseDrawer() {
66716
66874
  this.drawer = { visible: false };
66717
66875
  },
66718
66876
 
66719
- /**
66720
- * @desc:菜单点击
66721
- * @author huangbo
66722
- * @date 2024年9月7日
66877
+ /**
66878
+ * @desc:菜单点击
66879
+ * @author huangbo
66880
+ * @date 2024年9月7日
66723
66881
  **/
66724
66882
  handlerClickMenu: function handlerClickMenu(res) {
66725
66883
  utils_util["a" /* default */].ajax({
@@ -66747,7 +66905,7 @@ var events = [function (tabs, index, that) {
66747
66905
  this.tabs.push(tab);
66748
66906
  this.activeName = res.id;
66749
66907
  } else {
66750
- this.tabs = events[0](this.tabs, i, this);
66908
+ this.tabs = simplicityvue_type_script_lang_js_events[0](this.tabs, i, this);
66751
66909
  // let tab = this.tabs[i];
66752
66910
  // if (tab.method === 'iframe') {
66753
66911
  // this.activeName = res.id;
@@ -66768,19 +66926,19 @@ var events = [function (tabs, index, that) {
66768
66926
  },
66769
66927
 
66770
66928
 
66771
- /**
66772
- * @desc:用户详情请求成功
66773
- * @author huangbo
66774
- * @date 2024年9月7日
66929
+ /**
66930
+ * @desc:用户详情请求成功
66931
+ * @author huangbo
66932
+ * @date 2024年9月7日
66775
66933
  **/
66776
66934
  handleSuccess: function handleSuccess(res) {
66777
66935
  this.simpleUserInfo = res.simpleUserInfo;
66778
66936
  },
66779
66937
 
66780
- /**
66781
- * @desc:修改用户配置
66782
- * @author huangbo
66783
- * @date 2024年9月7日
66938
+ /**
66939
+ * @desc:修改用户配置
66940
+ * @author huangbo
66941
+ * @date 2024年9月7日
66784
66942
  **/
66785
66943
  handleChangeConfig: function handleChangeConfig(name, res) {
66786
66944
  if (name == 'userHeadUrl') {
@@ -66796,10 +66954,10 @@ var events = [function (tabs, index, that) {
66796
66954
  }
66797
66955
  },
66798
66956
 
66799
- /**
66800
- * @desc:关闭webSocket
66801
- * @author huangbo
66802
- * @date 2024年9月7日
66957
+ /**
66958
+ * @desc:关闭webSocket
66959
+ * @author huangbo
66960
+ * @date 2024年9月7日
66803
66961
  **/
66804
66962
  handlerClose: function handlerClose() {
66805
66963
  if (this.webSocket) {
@@ -66807,10 +66965,10 @@ var events = [function (tabs, index, that) {
66807
66965
  }
66808
66966
  },
66809
66967
 
66810
- /**
66811
- * @desc:刷新选中iframe页签
66812
- * @author huangbo
66813
- * @date 2024年9月7日
66968
+ /**
66969
+ * @desc:刷新选中iframe页签
66970
+ * @author huangbo
66971
+ * @date 2024年9月7日
66814
66972
  **/
66815
66973
  handleRefresh: function handleRefresh() {
66816
66974
  var i = utils_util["a" /* default */].indexOfObj(this.tabs, this.activeName, 'id');
@@ -66831,10 +66989,10 @@ var events = [function (tabs, index, that) {
66831
66989
  }
66832
66990
  },
66833
66991
 
66834
- /**
66835
- * @desc:删除iframe
66836
- * @author huangbo
66837
- * @date 2024年9月7日
66992
+ /**
66993
+ * @desc:删除iframe
66994
+ * @author huangbo
66995
+ * @date 2024年9月7日
66838
66996
  **/
66839
66997
  handleRemove: function handleRemove(name) {
66840
66998
  var len = this.tabs.length - 1;
@@ -66851,10 +67009,10 @@ var events = [function (tabs, index, that) {
66851
67009
  }
66852
67010
  },
66853
67011
 
66854
- /**
66855
- * @desc:tabs鼠标右键事件
66856
- * @author huangbo
66857
- * @date 2024年9月7日
67012
+ /**
67013
+ * @desc:tabs鼠标右键事件
67014
+ * @author huangbo
67015
+ * @date 2024年9月7日
66858
67016
  **/
66859
67017
  handleContextmenu: function handleContextmenu(tabs, e) {
66860
67018
  var disabled = {};
@@ -66879,14 +67037,14 @@ var events = [function (tabs, index, that) {
66879
67037
  window.addEventListener('click', this.closeTabsEvents);
66880
67038
  },
66881
67039
 
66882
- /**
66883
- * @desc:tabs页签事件
66884
- * @author huangbo
66885
- * @date 2024年9月7日
67040
+ /**
67041
+ * @desc:tabs页签事件
67042
+ * @author huangbo
67043
+ * @date 2024年9月7日
66886
67044
  **/
66887
67045
  handleTabsEvents: function handleTabsEvents(num) {
66888
67046
  if (this.pane !== null) {
66889
- this.tabs = events[num](this.tabs, this.pane, this);
67047
+ this.tabs = simplicityvue_type_script_lang_js_events[num](this.tabs, this.pane, this);
66890
67048
  }
66891
67049
  this.showTabsHandler = false;
66892
67050
  window.removeEventListener('click', this.closeTabsEvents);
@@ -66900,10 +67058,10 @@ var events = [function (tabs, index, that) {
66900
67058
  window.removeEventListener('click', this.closeTabsEvents);
66901
67059
  },
66902
67060
 
66903
- /**
66904
- * @desc:handler工具栏点击事件
66905
- * @author huangbo
66906
- * @date 2024年9月7日
67061
+ /**
67062
+ * @desc:handler工具栏点击事件
67063
+ * @author huangbo
67064
+ * @date 2024年9月7日
66907
67065
  **/
66908
67066
  handleClick: function handleClick(res) {
66909
67067
  var type = res.type,
@@ -66981,10 +67139,10 @@ var events = [function (tabs, index, that) {
66981
67139
  this.$emit('handler-click', res);
66982
67140
  },
66983
67141
 
66984
- /**
66985
- * @desc:退出登录
66986
- * @author huangbo
66987
- * @date 2024年9月7日
67142
+ /**
67143
+ * @desc:退出登录
67144
+ * @author huangbo
67145
+ * @date 2024年9月7日
66988
67146
  **/
66989
67147
  handleQuit: function handleQuit() {
66990
67148
  var _this6 = this;
@@ -67059,10 +67217,10 @@ var events = [function (tabs, index, that) {
67059
67217
  }).catch(function (e) {});
67060
67218
  },
67061
67219
 
67062
- /**
67063
- * @desc:主题、消息回调
67064
- * @author huangbo
67065
- * @date 2024年9月7日
67220
+ /**
67221
+ * @desc:主题、消息回调
67222
+ * @author huangbo
67223
+ * @date 2024年9月7日
67066
67224
  **/
67067
67225
  handleChange: function handleChange(res) {
67068
67226
  var type = res.type,
@@ -67078,10 +67236,10 @@ var events = [function (tabs, index, that) {
67078
67236
  }
67079
67237
  },
67080
67238
 
67081
- /**
67082
- * @desc:菜单布局样式切换
67083
- * @author huangbo
67084
- * @date 2024年9月7日
67239
+ /**
67240
+ * @desc:菜单布局样式切换
67241
+ * @author huangbo
67242
+ * @date 2024年9月7日
67085
67243
  **/
67086
67244
  handleLayout: function handleLayout(res, active) {
67087
67245
  if (active) {
@@ -67090,10 +67248,10 @@ var events = [function (tabs, index, that) {
67090
67248
  this.$emit('chang-layout', res, active);
67091
67249
  },
67092
67250
 
67093
- /**
67094
- * @desc:消息修改总数
67095
- * @author huangbo
67096
- * @date 2024年9月7日
67251
+ /**
67252
+ * @desc:消息修改总数
67253
+ * @author huangbo
67254
+ * @date 2024年9月7日
67097
67255
  **/
67098
67256
  handleMenuTips: function handleMenuTips(id, num) {
67099
67257
  if (num) {
@@ -67104,10 +67262,10 @@ var events = [function (tabs, index, that) {
67104
67262
  }
67105
67263
  },
67106
67264
 
67107
- /**
67108
- * @desc:处理即时消息
67109
- * @author huangbo
67110
- * @date 2024年9月7日
67265
+ /**
67266
+ * @desc:处理即时消息
67267
+ * @author huangbo
67268
+ * @date 2024年9月7日
67111
67269
  **/
67112
67270
  handleOpened: function handleOpened(res) {
67113
67271
  var _this7 = this;
@@ -67231,11 +67389,11 @@ var events = [function (tabs, index, that) {
67231
67389
 
67232
67390
  var simplicity_component = normalizeComponent(
67233
67391
  src_simplicityvue_type_script_lang_js_,
67234
- simplicityvue_type_template_id_634782ec_scoped_true_render,
67235
- simplicityvue_type_template_id_634782ec_scoped_true_staticRenderFns,
67392
+ simplicityvue_type_template_id_60bf1a32_scoped_true_render,
67393
+ simplicityvue_type_template_id_60bf1a32_scoped_true_staticRenderFns,
67236
67394
  false,
67237
67395
  null,
67238
- "634782ec",
67396
+ "60bf1a32",
67239
67397
  null
67240
67398
 
67241
67399
  )
@@ -67799,8 +67957,8 @@ defaultvue_type_template_id_377c361a_render._withStripped = true
67799
67957
 
67800
67958
  // CONCATENATED MODULE: ./packages/main/src/default/index.vue?vue&type=template&id=377c361a&
67801
67959
 
67802
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/default/userinfo.vue?vue&type=template&id=14b0e976&
67803
- var userinfovue_type_template_id_14b0e976_render = function () {
67960
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/default/userinfo.vue?vue&type=template&id=138be27a&
67961
+ var userinfovue_type_template_id_138be27a_render = function () {
67804
67962
  var _vm = this
67805
67963
  var _h = _vm.$createElement
67806
67964
  var _c = _vm._self._c || _h
@@ -67816,14 +67974,14 @@ var userinfovue_type_template_id_14b0e976_render = function () {
67816
67974
  2
67817
67975
  )
67818
67976
  }
67819
- var userinfovue_type_template_id_14b0e976_staticRenderFns = []
67820
- userinfovue_type_template_id_14b0e976_render._withStripped = true
67977
+ var userinfovue_type_template_id_138be27a_staticRenderFns = []
67978
+ userinfovue_type_template_id_138be27a_render._withStripped = true
67821
67979
 
67822
67980
 
67823
- // CONCATENATED MODULE: ./packages/main/src/default/userinfo.vue?vue&type=template&id=14b0e976&
67981
+ // CONCATENATED MODULE: ./packages/main/src/default/userinfo.vue?vue&type=template&id=138be27a&
67824
67982
 
67825
67983
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/default/userinfo.vue?vue&type=script&lang=js&
67826
- var userinfovue_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; };
67984
+ var default_userinfovue_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; };
67827
67985
 
67828
67986
  //
67829
67987
  //
@@ -68083,7 +68241,7 @@ var userinfovue_type_script_lang_js_extends = Object.assign || function (target)
68083
68241
  _this2.checkPasswordMsg = results.checkPasswordMsg;
68084
68242
  }
68085
68243
  _this2.results = results.simpleUserInfo;
68086
- _this2.values = userinfovue_type_script_lang_js_extends({}, _this2.values, results.simpleUserInfo);
68244
+ _this2.values = default_userinfovue_type_script_lang_js_extends({}, _this2.values, results.simpleUserInfo);
68087
68245
  // this.values.orgName = results.simpleUserInfo.orgName;
68088
68246
  // this.values.depName = results.simpleUserInfo.depName;
68089
68247
  // this.values.idCard = results.simpleUserInfo.idCard;
@@ -68144,8 +68302,7 @@ var userinfovue_type_script_lang_js_extends = Object.assign || function (target)
68144
68302
  } else {
68145
68303
  _this3.$message({
68146
68304
  message: res.msg || '系统错误,请联系管理员!',
68147
- type: 'error',
68148
- duration: 1500
68305
+ type: 'error'
68149
68306
  });
68150
68307
  }
68151
68308
  }).catch(function (err) {
@@ -68280,8 +68437,8 @@ var userinfovue_type_script_lang_js_extends = Object.assign || function (target)
68280
68437
 
68281
68438
  var default_userinfo_component = normalizeComponent(
68282
68439
  src_default_userinfovue_type_script_lang_js_,
68283
- userinfovue_type_template_id_14b0e976_render,
68284
- userinfovue_type_template_id_14b0e976_staticRenderFns,
68440
+ userinfovue_type_template_id_138be27a_render,
68441
+ userinfovue_type_template_id_138be27a_staticRenderFns,
68285
68442
  false,
68286
68443
  null,
68287
68444
  null,
@@ -71375,8 +71532,6 @@ function src_mainvue_type_script_lang_js_objectWithoutProperties(obj, keys) { va
71375
71532
  mounted: function mounted() {
71376
71533
  var _this = this;
71377
71534
 
71378
- console.log('params', this.$refs, this.$refs.main);
71379
-
71380
71535
  var token = utils_util["a" /* default */].getStorage('token') || utils_util["a" /* default */].getStorage('Authorization');
71381
71536
  this.isLogin = token ? true : this.isLogin;
71382
71537
  if (!token && Object.prototype.hasOwnProperty.call(this.params, 'serverId') && Object.prototype.hasOwnProperty.call(this.params, 'authType')) {
@@ -71702,8 +71857,8 @@ function src_mainvue_type_script_lang_js_objectWithoutProperties(obj, keys) { va
71702
71857
 
71703
71858
  var main_src_main_component = normalizeComponent(
71704
71859
  packages_main_src_mainvue_type_script_lang_js_,
71705
- mainvue_type_template_id_88d82eac_render,
71706
- mainvue_type_template_id_88d82eac_staticRenderFns,
71860
+ mainvue_type_template_id_b0817718_render,
71861
+ mainvue_type_template_id_b0817718_staticRenderFns,
71707
71862
  false,
71708
71863
  null,
71709
71864
  null,
@@ -74272,19 +74427,19 @@ var QRCode = __webpack_require__(24);
74272
74427
  //设置logo大小
74273
74428
  var logoPosition = (_this3.mwidth - 46) / 2; //logo相对于canvas居中定位
74274
74429
  //设置获取的logo将其变为圆角以及添加白色背景
74275
- /* ctx.fillStyle = "#fff";
74276
- ctx.beginPath();
74277
- let h = 46; //圆角高 10为基数(logo四周白色背景为10/2)
74278
- let w = 46; //圆角宽
74279
- let x = logoPosition - 5;
74280
- let y = logoPosition - 5;
74281
- let r = 5; //圆角半径
74282
- ctx.moveTo(x + r, y);
74283
- ctx.arcTo(x + w, y, x + w, y + h, r);
74284
- ctx.arcTo(x + w, y + h, x, y + h, r);
74285
- ctx.arcTo(x, y + h, x, y, r);
74286
- ctx.arcTo(x, y, x + w, y, r);
74287
- ctx.closePath();
74430
+ /* ctx.fillStyle = "#fff";
74431
+ ctx.beginPath();
74432
+ let h = 46; //圆角高 10为基数(logo四周白色背景为10/2)
74433
+ let w = 46; //圆角宽
74434
+ let x = logoPosition - 5;
74435
+ let y = logoPosition - 5;
74436
+ let r = 5; //圆角半径
74437
+ ctx.moveTo(x + r, y);
74438
+ ctx.arcTo(x + w, y, x + w, y + h, r);
74439
+ ctx.arcTo(x + w, y + h, x, y + h, r);
74440
+ ctx.arcTo(x, y + h, x, y, r);
74441
+ ctx.arcTo(x, y, x + w, y, r);
74442
+ ctx.closePath();
74288
74443
  ctx.fill(); */
74289
74444
  logo.onload = function () {
74290
74445
  ctx.drawImage(logo, logoPosition, logoPosition, 46, 46);
@@ -75873,7 +76028,6 @@ function select_src_mainvue_type_script_lang_js_objectWithoutProperties(obj, key
75873
76028
  } else {
75874
76029
  dom = [this.getLabel(this.models, this.results)];
75875
76030
  }
75876
- console.log('dom', dom);
75877
76031
  return h('div', {
75878
76032
  class: [{
75879
76033
  'es-plain': this.plain,
@@ -92380,7 +92534,7 @@ if (typeof window !== 'undefined' && window.Vue) {
92380
92534
  }
92381
92535
 
92382
92536
  /* harmony default export */ var src_0 = __webpack_exports__["default"] = ({
92383
- version: '0.6.94',
92537
+ version: '0.6.96',
92384
92538
  install: install,
92385
92539
  Button: packages_button,
92386
92540
  ButtonGroup: button_group,