eoss-ui 0.7.53 → 0.7.55

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 (306) hide show
  1. package/lib/button-group.js +2 -2
  2. package/lib/button.js +2 -2
  3. package/lib/calogin.js +235 -235
  4. package/lib/checkbox-group.js +2 -2
  5. package/lib/config/api.js +1 -1
  6. package/lib/data-table-form.js +2 -2
  7. package/lib/data-table.js +2 -2
  8. package/lib/date-picker.js +2 -2
  9. package/lib/dialog.js +2 -2
  10. package/lib/eoss-ui.common.js +882 -795
  11. package/lib/flow-group.js +2 -2
  12. package/lib/flow-list.js +83 -83
  13. package/lib/flow.js +294 -292
  14. package/lib/form.js +2 -2
  15. package/lib/handle-user.js +2 -2
  16. package/lib/handler.js +2 -2
  17. package/lib/icon.js +2 -2
  18. package/lib/icons.js +1 -1
  19. package/lib/index.js +1 -1
  20. package/lib/input-number.js +2 -2
  21. package/lib/input.js +2 -2
  22. package/lib/login.js +6 -6
  23. package/lib/main.js +238 -153
  24. package/lib/nav.js +2 -2
  25. package/lib/notify.js +2 -2
  26. package/lib/page.js +2 -2
  27. package/lib/pagination.js +2 -2
  28. package/lib/player.js +2 -2
  29. package/lib/qr-code.js +15 -15
  30. package/lib/radio-group.js +2 -2
  31. package/lib/retrial-auth.js +2 -2
  32. package/lib/select-ganged.js +2 -2
  33. package/lib/select.js +2 -2
  34. package/lib/selector-panel.js +2 -2
  35. package/lib/selector.js +2 -2
  36. package/lib/sizer.js +2 -2
  37. package/lib/steps.js +2 -2
  38. package/lib/switch.js +2 -2
  39. package/lib/table-form.js +2 -2
  40. package/lib/tabs.js +2 -2
  41. package/lib/theme-chalk/base.css +1 -1
  42. package/lib/theme-chalk/fonts/iconfont.ttf +0 -0
  43. package/lib/theme-chalk/fonts/iconfont.woff +0 -0
  44. package/lib/theme-chalk/icon.css +1 -1
  45. package/lib/theme-chalk/index.css +1 -1
  46. package/lib/theme-chalk/main.css +1 -1
  47. package/lib/theme-chalk/menu.css +1 -1
  48. package/lib/theme-chalk/simplicity.css +1 -1
  49. package/lib/theme-chalk/sizer.css +1 -1
  50. package/lib/theme-chalk/upload.css +1 -1
  51. package/lib/tips.js +2 -2
  52. package/lib/tree-group.js +2 -2
  53. package/lib/tree.js +2 -2
  54. package/lib/upload.js +15 -15
  55. package/lib/wujie.js +2 -2
  56. package/lib/wxlogin.js +2 -2
  57. package/package.json +160 -160
  58. package/packages/.DS_Store +0 -0
  59. package/packages/button/index.js +5 -5
  60. package/packages/button/src/main.vue +418 -418
  61. package/packages/button-group/index.js +5 -5
  62. package/packages/button-group/src/main.vue +346 -346
  63. package/packages/calendar/index.js +5 -5
  64. package/packages/calogin/.DS_Store +0 -0
  65. package/packages/calogin/index.js +5 -5
  66. package/packages/calogin/src/main.vue +412 -412
  67. package/packages/calogin/src/plugin.js +915 -915
  68. package/packages/card/index.js +5 -5
  69. package/packages/card/src/main.vue +156 -156
  70. package/packages/cascader/index.js +5 -5
  71. package/packages/cascader/src/main.vue +168 -168
  72. package/packages/checkbox-group/index.js +5 -5
  73. package/packages/checkbox-group/src/main.vue +333 -333
  74. package/packages/clients/index.js +5 -5
  75. package/packages/clients/src/main.vue +151 -151
  76. package/packages/data-table/index.js +5 -5
  77. package/packages/data-table/src/children.vue +39 -39
  78. package/packages/data-table/src/column.vue +992 -992
  79. package/packages/data-table/src/main.vue +1840 -1840
  80. package/packages/data-table/src/sizer.vue +195 -195
  81. package/packages/data-table-form/index.js +5 -5
  82. package/packages/data-table-form/src/checkbox.vue +101 -101
  83. package/packages/data-table-form/src/colgroup.vue +17 -17
  84. package/packages/data-table-form/src/main.vue +181 -181
  85. package/packages/data-table-form/src/radio.vue +65 -65
  86. package/packages/data-table-form/src/table.vue +233 -233
  87. package/packages/data-table-form/src/tbody.vue +336 -336
  88. package/packages/data-table-form/src/thead.vue +68 -68
  89. package/packages/date-picker/.DS_Store +0 -0
  90. package/packages/date-picker/index.js +5 -5
  91. package/packages/date-picker/src/.DS_Store +0 -0
  92. package/packages/date-picker/src/main.vue +236 -236
  93. package/packages/dialog/.DS_Store +0 -0
  94. package/packages/dialog/index.js +5 -5
  95. package/packages/enable-drag/index.js +5 -5
  96. package/packages/enterprise/index.js +5 -5
  97. package/packages/enterprise/src/main.vue +66 -66
  98. package/packages/error-page/index.js +5 -5
  99. package/packages/error-page/src/main.vue +44 -44
  100. package/packages/flow/.DS_Store +0 -0
  101. package/packages/flow/index.js +5 -5
  102. package/packages/flow/src/.DS_Store +0 -0
  103. package/packages/flow/src/component/Circulate.vue +413 -413
  104. package/packages/flow/src/component/CommonOpinions.vue +373 -373
  105. package/packages/flow/src/component/CustomPreset.vue +322 -322
  106. package/packages/flow/src/component/FileList.vue +97 -97
  107. package/packages/flow/src/component/FreeCirculation.vue +241 -240
  108. package/packages/flow/src/component/Preset.vue +255 -255
  109. package/packages/flow/src/component/SendMsg.vue +242 -242
  110. package/packages/flow/src/component/TimeLimit.vue +190 -190
  111. package/packages/flow/src/component/taskUnionExamine.vue +756 -756
  112. package/packages/flow/src/form.vue +121 -121
  113. package/packages/flow/src/freeStartFlow.vue +2846 -2846
  114. package/packages/flow/src/main.vue +3878 -3878
  115. package/packages/flow/src/processForm.vue +1365 -1365
  116. package/packages/flow/src/processReject.vue +309 -309
  117. package/packages/flow/src/reset.vue +942 -942
  118. package/packages/flow/src/startTaskRead.vue +692 -692
  119. package/packages/flow/src/supervise.vue +159 -159
  120. package/packages/flow/src/table.vue +58 -58
  121. package/packages/flow-group/index.js +5 -5
  122. package/packages/flow-group/src/main.vue +717 -717
  123. package/packages/flow-list/.DS_Store +0 -0
  124. package/packages/flow-list/index.js +5 -5
  125. package/packages/flow-list/src/main.vue +1801 -1801
  126. package/packages/form/.DS_Store +0 -0
  127. package/packages/form/index.js +5 -5
  128. package/packages/form/src/main.vue +3901 -3901
  129. package/packages/form/src/table.vue +1512 -1512
  130. package/packages/handle-user/index.js +5 -5
  131. package/packages/handle-user/src/main.vue +137 -137
  132. package/packages/handler/index.js +5 -5
  133. package/packages/handler/src/main.vue +496 -496
  134. package/packages/icon/.DS_Store +0 -0
  135. package/packages/icon/index.js +5 -5
  136. package/packages/icon/src/main.vue +104 -104
  137. package/packages/icons/index.js +5 -5
  138. package/packages/icons/src/icon.json +1 -1
  139. package/packages/icons/src/main.vue +81 -81
  140. package/packages/input/index.js +5 -5
  141. package/packages/input/src/main.vue +356 -356
  142. package/packages/input-number/index.js +5 -5
  143. package/packages/input-number/src/main.vue +106 -106
  144. package/packages/label/index.js +5 -5
  145. package/packages/label/src/main.vue +457 -457
  146. package/packages/layout/index.js +5 -5
  147. package/packages/layout/src/item.vue +152 -152
  148. package/packages/layout/src/main.vue +31 -31
  149. package/packages/login/.DS_Store +0 -0
  150. package/packages/login/index.js +5 -5
  151. package/packages/login/src/main.vue +2082 -2082
  152. package/packages/login/src/resetPassword.vue +557 -557
  153. package/packages/main/.DS_Store +0 -0
  154. package/packages/main/index.js +5 -5
  155. package/packages/main/src/.DS_Store +0 -0
  156. package/packages/main/src/default/message.vue +249 -249
  157. package/packages/main/src/default/notice.vue +157 -157
  158. package/packages/main/src/default/userinfo.vue +503 -503
  159. package/packages/main/src/public/online.vue +89 -89
  160. package/packages/main/src/public/search.vue +464 -464
  161. package/packages/main/src/public/settings.vue +227 -227
  162. package/packages/main/src/simplicity/apps.vue +388 -388
  163. package/packages/main/src/simplicity/avatar.vue +82 -82
  164. package/packages/main/src/simplicity/handler.vue +160 -160
  165. package/packages/main/src/simplicity/index.vue +2307 -2277
  166. package/packages/main/src/simplicity/lists.vue +84 -84
  167. package/packages/main/src/simplicity/menu-list.vue +135 -135
  168. package/packages/main/src/simplicity/message.vue +293 -293
  169. package/packages/main/src/simplicity/notice.vue +222 -222
  170. package/packages/main/src/simplicity/router-page.vue +45 -45
  171. package/packages/main/src/simplicity/sub-menu.vue +274 -274
  172. package/packages/main/src/simplicity/user.vue +259 -259
  173. package/packages/main/src/simplicity/userinfo.vue +401 -401
  174. package/packages/menu/.DS_Store +0 -0
  175. package/packages/menu/index.js +5 -5
  176. package/packages/menu/src/main.vue +595 -595
  177. package/packages/nav/index.js +5 -5
  178. package/packages/nav/src/main.vue +351 -351
  179. package/packages/notify/index.js +5 -5
  180. package/packages/notify/src/main.vue +538 -538
  181. package/packages/page/index.js +5 -5
  182. package/packages/page/src/main.vue +167 -167
  183. package/packages/pagination/index.js +5 -5
  184. package/packages/pagination/src/main.vue +96 -96
  185. package/packages/player/index.js +5 -5
  186. package/packages/player/src/main.vue +194 -194
  187. package/packages/qr-code/index.js +5 -5
  188. package/packages/qr-code/src/main.vue +170 -170
  189. package/packages/radio-group/index.js +6 -6
  190. package/packages/radio-group/src/main.vue +319 -319
  191. package/packages/retrial-auth/index.js +5 -5
  192. package/packages/retrial-auth/src/main.vue +280 -280
  193. package/packages/select/.DS_Store +0 -0
  194. package/packages/select/index.js +5 -5
  195. package/packages/select/src/main.vue +782 -782
  196. package/packages/select-ganged/index.js +5 -5
  197. package/packages/select-ganged/src/main.vue +724 -724
  198. package/packages/selector/.DS_Store +0 -0
  199. package/packages/selector/index.js +5 -5
  200. package/packages/selector/src/main.vue +761 -761
  201. package/packages/selector-panel/.DS_Store +0 -0
  202. package/packages/selector-panel/index.js +5 -5
  203. package/packages/selector-panel/src/main.vue +1027 -1027
  204. package/packages/selector-panel/src/selection.vue +170 -170
  205. package/packages/selector-panel/src/tree.vue +129 -129
  206. package/packages/sizer/index.js +5 -5
  207. package/packages/sizer/src/main.vue +254 -254
  208. package/packages/steps/index.js +5 -5
  209. package/packages/steps/src/main.vue +181 -181
  210. package/packages/switch/index.js +5 -5
  211. package/packages/switch/src/main.vue +170 -170
  212. package/packages/table-form/index.js +5 -5
  213. package/packages/tabs/index.js +5 -5
  214. package/packages/tabs/src/main.vue +788 -788
  215. package/packages/tabs-panel/index.js +5 -5
  216. package/packages/tabs-panel/src/main.vue +29 -29
  217. package/packages/theme-chalk/lib/base.css +1 -1
  218. package/packages/theme-chalk/lib/fonts/iconfont.ttf +0 -0
  219. package/packages/theme-chalk/lib/fonts/iconfont.woff +0 -0
  220. package/packages/theme-chalk/lib/icon.css +1 -1
  221. package/packages/theme-chalk/lib/index.css +1 -1
  222. package/packages/theme-chalk/lib/main.css +1 -1
  223. package/packages/theme-chalk/lib/menu.css +1 -1
  224. package/packages/theme-chalk/lib/simplicity.css +1 -1
  225. package/packages/theme-chalk/lib/sizer.css +1 -1
  226. package/packages/theme-chalk/lib/upload.css +1 -1
  227. package/packages/theme-chalk/src/.DS_Store +0 -0
  228. package/packages/theme-chalk/src/base.scss +261 -261
  229. package/packages/theme-chalk/src/button-group.scss +176 -176
  230. package/packages/theme-chalk/src/button.scss +24 -24
  231. package/packages/theme-chalk/src/calendar.scss +113 -113
  232. package/packages/theme-chalk/src/card.scss +99 -99
  233. package/packages/theme-chalk/src/checkbox-group.scss +8 -8
  234. package/packages/theme-chalk/src/clients.scss +87 -87
  235. package/packages/theme-chalk/src/data-table-form.scss +67 -67
  236. package/packages/theme-chalk/src/data-table.scss +297 -297
  237. package/packages/theme-chalk/src/date-picker.scss +7 -7
  238. package/packages/theme-chalk/src/dialog.scss +77 -77
  239. package/packages/theme-chalk/src/enable-drag.scss +181 -181
  240. package/packages/theme-chalk/src/enterprise.scss +5 -5
  241. package/packages/theme-chalk/src/error-page.scss +18 -18
  242. package/packages/theme-chalk/src/flow-group.scss +110 -110
  243. package/packages/theme-chalk/src/flow-list.scss +39 -39
  244. package/packages/theme-chalk/src/flow.scss +351 -351
  245. package/packages/theme-chalk/src/fonts/iconfont.ttf +0 -0
  246. package/packages/theme-chalk/src/fonts/iconfont.woff +0 -0
  247. package/packages/theme-chalk/src/form.scss +501 -501
  248. package/packages/theme-chalk/src/handle-user.scss +40 -40
  249. package/packages/theme-chalk/src/handler.scss +148 -148
  250. package/packages/theme-chalk/src/icon.scss +1608 -1540
  251. package/packages/theme-chalk/src/icons.scss +99 -99
  252. package/packages/theme-chalk/src/input.scss +9 -9
  253. package/packages/theme-chalk/src/label.scss +24 -24
  254. package/packages/theme-chalk/src/layout.scss +46 -46
  255. package/packages/theme-chalk/src/login.scss +1006 -1006
  256. package/packages/theme-chalk/src/main.scss +663 -663
  257. package/packages/theme-chalk/src/menu.scss +224 -224
  258. package/packages/theme-chalk/src/mixins/color.scss +117 -117
  259. package/packages/theme-chalk/src/nav.scss +111 -111
  260. package/packages/theme-chalk/src/page.scss +3 -3
  261. package/packages/theme-chalk/src/pagination.scss +29 -29
  262. package/packages/theme-chalk/src/player.scss +9 -9
  263. package/packages/theme-chalk/src/qr-code.scss +17 -17
  264. package/packages/theme-chalk/src/radio-group.scss +9 -9
  265. package/packages/theme-chalk/src/retrial-auth.scss +38 -38
  266. package/packages/theme-chalk/src/select-ganged.scss +8 -8
  267. package/packages/theme-chalk/src/select.scss +8 -8
  268. package/packages/theme-chalk/src/selector-panel.scss +204 -204
  269. package/packages/theme-chalk/src/selector.scss +114 -114
  270. package/packages/theme-chalk/src/simplicity.scss +1404 -1395
  271. package/packages/theme-chalk/src/sizer.scss +36 -36
  272. package/packages/theme-chalk/src/steps.scss +88 -88
  273. package/packages/theme-chalk/src/switch.scss +3 -3
  274. package/packages/theme-chalk/src/table-form.scss +1 -1
  275. package/packages/theme-chalk/src/tabs.scss +87 -87
  276. package/packages/theme-chalk/src/tips.scss +7 -7
  277. package/packages/theme-chalk/src/toolbar.scss +179 -179
  278. package/packages/theme-chalk/src/tree-group.scss +72 -72
  279. package/packages/theme-chalk/src/tree.scss +165 -165
  280. package/packages/theme-chalk/src/upload.scss +172 -172
  281. package/packages/theme-chalk/src/wxlogin.scss +3 -3
  282. package/packages/tips/index.js +5 -5
  283. package/packages/tips/src/main.vue +141 -141
  284. package/packages/toolbar/index.js +5 -5
  285. package/packages/toolbar/src/main.vue +430 -430
  286. package/packages/tree/index.js +5 -5
  287. package/packages/tree-group/index.js +5 -5
  288. package/packages/upload/.DS_Store +0 -0
  289. package/packages/upload/index.js +5 -5
  290. package/packages/upload/src/main.vue +1344 -1344
  291. package/packages/upload/src/picture.js +15 -15
  292. package/packages/wujie/index.js +5 -5
  293. package/packages/wujie/src/main.vue +145 -145
  294. package/packages/wxlogin/index.js +5 -5
  295. package/packages/wxlogin/src/main.vue +128 -128
  296. package/src/.DS_Store +0 -0
  297. package/src/config/api.js +317 -317
  298. package/src/config/image.js +2 -2
  299. package/src/index.js +163 -163
  300. package/src/utils/.DS_Store +0 -0
  301. package/src/utils/bus.js +3 -3
  302. package/src/utils/date-util.js +312 -312
  303. package/src/utils/http.js +50 -50
  304. package/src/utils/rules.js +18 -18
  305. package/src/utils/store.js +21 -21
  306. package/src/utils/webSocket.js +107 -107
@@ -161,7 +161,7 @@ module.exports = require("ua-parser-js");
161
161
  /* 12 */
162
162
  /***/ (function(module) {
163
163
 
164
- module.exports = JSON.parse("[\"solid-huiyi\",\"solid-gongzuotai\",\"solid-menhu\",\"solid-gongwenguanli\",\"solid-tongxunlu\",\"solid-qingshibaogao\",\"solid-wenjiangongxiang\",\"solid-shiwuxitong\",\"solid-wendangxiezuo\",\"solid-youxiang\",\"solid-jishitongxun\",\"solid-liaotian\",\"solid-yunwendang\",\"solid-wps\",\"solid-feiyongbaoxiao\",\"solid-daibanshixiang\",\"solid-guanzhu\",\"solid-gongwenkanban\",\"solid-daidengji\",\"solid-banlizhongxin\",\"solid-zaibanfawen\",\"solid-yibanshixiang\",\"solid-daiqiangongwen\",\"solid-shouye\",\"solid-zaibanshouwen\",\"solid-mobanguanli\",\"solid-guanjianzi\",\"solid-yibanfawen\",\"solid-yibangongwen\",\"solid-shouwenguidang\",\"solid-gongwentongji\",\"solid-huishouzhan\",\"solid-bianhaoguanli\",\"solid-banjieshouwen\",\"solid-chehuigongwen\",\"solid-gerenqianming\",\"solid-shouwendengji\",\"solid-zaixianshouwen\",\"solid-gongwenshezhi\",\"solid-wenzhongguanli\",\"solid-shoufawentongji\",\"solid-kanwuguanli\",\"solid-wangshangtiaocha\",\"solid-lanmuguanli\",\"solid-wangzhanzhuce\",\"solid-mokuaiguanli\",\"solid-gonggao\",\"solid-xinjianwenjuan\",\"solid-qikanguanli\",\"solid-lanmuxinxi\",\"solid-wenjianxiazai\",\"solid-wenjuanguanli\",\"solid-wenjianguanli\",\"solid-gongxiangxinxiku\",\"solid-tianxiewenjuan\",\"solid-wenjuanmobanku\",\"solid-dianziqikan\",\"solid-menhuguanggao\",\"solid-xiazaizhongxin\",\"solid-fenleiguanli\",\"solid-dingshibiaodan\",\"solid-xinjianshiwu\",\"solid-banjieshiwu\",\"solid-caogaoxiang\",\"solid-xinjianqingshibaogao\",\"solid-yitijiao\",\"solid-xinjianbumenfawen\",\"solid-zaibanqingshibaogao\",\"solid-yibanqingshibaogao\",\"solid-huiyijiyao\",\"solid-huiyiguanli\",\"solid-yishanghui\",\"solid-yuyueguanli\",\"solid-daishanghui\",\"solid-weishanghui\",\"solid-suoyouhuiyi\",\"solid-weiqianshou\",\"solid-chaoshiweiqianshou\",\"solid-weiqueren\",\"solid-huiyikanban\",\"solid-huiyiqianshou\",\"solid-yiqianshou\",\"solid-yiqueren\",\"solid-huiyishiguanli\",\"solid-yitiguanli\",\"solid-huiyibiaodanpeizhi\",\"solid-huiyileixing\",\"solid-huiyichengban\",\"solid-yijieshu\",\"solid-yitishenhe\",\"solid-yuebaoxiafa\",\"solid-nianzhongbiangeng\",\"solid-nianzhongbiangengjihua\",\"solid-yixiangku\",\"solid-xiafa\",\"solid-wanchengtianbao\",\"solid-touziwancheng\",\"solid-touzijihua\",\"solid-huizong\",\"solid-lixiangku\",\"solid-niandujihua\",\"solid-yuebao\",\"solid-touzijihuatianbao\",\"solid-yuebaotianbao\",\"solid-zhongzhiku\",\"solid-touzixiangmuku\",\"solid-touziku\",\"solid-zongtiku\",\"solid-touzibiangengxiafa\",\"solid-buluku\",\"solid-touzijihuaxiafa\",\"solid-touzitongji\",\"solid-yuebaoguanli\",\"solid-touziyuebao\",\"solid-neirongbiangeng\",\"solid-shoufukuantaizhang\",\"solid-ziliaofangwen\",\"solid-wodejieyue\",\"solid-wodebiangeng\",\"solid-wodebuchongxieyi\",\"solid-wenjianmoban\",\"solid-shoupiaoweifukuan\",\"solid-shoufukuanguanli\",\"solid-ziliao\",\"solid-lishihetongdengji\",\"solid-shoupiaoguanli\",\"solid-hetongtongji\",\"solid-hetongjieyue\",\"solid-buchongxieyiguanli\",\"solid-hetongzhongzhi\",\"solid-hetongqianding\",\"solid-hetongguanli\",\"solid-wodehetong\",\"solid-fukuanjihua\",\"solid-hetongbiangeng\",\"solid-hetongpingjia\",\"solid-ziliaoguanli\",\"solid-hetongguidang\",\"solid-jieduanjihua\",\"solid-shoufukuanjihua\",\"solid-shoukuanjihua\",\"solid-hetongshezhi\",\"solid-hetonglvhang\",\"solid-jieyueguanli\",\"solid-hetongtaizhang\",\"solid-buchongxieyi\",\"solid-guidang\",\"solid-hetongzhongjie\",\"solid-fukuanguanli\",\"solid-hetongwanjie\",\"solid-bianhaopeizhi\",\"solid-biangeng\",\"solid-wendangsousuo\",\"solid-gerenwenjian\",\"solid-zhongyaowenjian\",\"solid-lingdaojianghua\",\"solid-bumenwenjian\",\"solid-gongsiwenjian\",\"solid-qitadanwei\",\"solid-changyonglianxiren\",\"solid-qunzuguanli\",\"solid-dianhuabo\",\"solid-duanxin\",\"solid-zhibanchaxun\",\"solid-zhibanpeizhi\",\"solid-zhibanfankui\",\"solid-zhibandanwei\",\"solid-zhibanxiangqing\",\"solid-zhibanshezhi\",\"solid-zhibanqingkuang\",\"solid-zhibantongji\",\"solid-jituanbanjieshencha\",\"solid-jituanzaibanshencha\",\"solid-shiwuliebiao\",\"solid-huishou\",\"solid-yichangzhengwen\",\"solid-zaibanshiwu\",\"solid-banjieshiwu1\",\"solid-lishishiwu\",\"solid-yichangfujian\",\"solid-fasong\",\"solid-daiban\",\"solid-yiban\",\"jia\",\"zhuomian\",\"tupian\",\"zhankai\",\"zhuyi\",\"suoxiao\",\"shangchuanwenjian\",\"qun\",\"xiazai\",\"xiaoxi\",\"xinjian\",\"yuyin\",\"circle-you\",\"suofang\",\"shuaxin\",\"circle-jian\",\"shujuku\",\"shezhi\",\"shanchu\",\"lishijilu\",\"queren\",\"circle-zuo\",\"shouji\",\"shenhe\",\"shijian\",\"quanping\",\"liucheng\",\"circle-shang\",\"guanbiyulan\",\"jian\",\"circle-xia\",\"you\",\"paixu\",\"qiehuan\",\"fujian\",\"peizhi\",\"chuanru\",\"jiankong\",\"jinzhi\",\"shang\",\"dianhua\",\"fanhui\",\"zuo\",\"dingwei\",\"fangda\",\"chuanchu\",\"diannao\",\"fenxiang\",\"xia\",\"duibi\",\"fuzhi\",\"baocuo\",\"bianji\",\"chehui\",\"chakanxiangqing\",\"bangzhu\",\"yingyong\",\"qingganfenxi\",\"shangchuan\",\"xinxi\",\"shouqi\",\"guanlianyuedu\",\"zan\",\"zhongxinshangchuan\",\"sousuo\",\"yonghu\",\"zhuye\",\"yulan\",\"WiFi\",\"qiye\",\"lianjie\",\"zhaiyao\",\"fengxianshibie\",\"pad\",\"jiucuo\",\"jianpan\",\"gexinghua\",\"guanbi\",\"circle-jia\",\"solid-yusuanxitong\",\"solid-shuzijijian\",\"solid-laodonghetong\",\"solid-anquanshengchan\",\"solid-cashenfenrenzheng\",\"houtaiguanli\",\"solid-hebingxitong\",\"solid-zhibanguanli\",\"EAS\",\"solid-caiwu\",\"solid-frame\",\"solid-touziguanli\",\"solid-xinxifabu\",\"solid-caiwugongxiang\",\"solid-chanquanxitong\",\"solid-zhicheng\",\"solid-keyan\",\"solid-gongsizhidu\",\"solid-quanxianguanli\",\"solid-qunzu\",\"solid-wancheng\",\"solid-zuo\",\"youjian\",\"solid-yonghu\",\"solid-iPad\",\"saoma\",\"dayin\",\"solid-tupian\",\"solid-shouji\",\"solid-shenhe\",\"solid-zan\",\"solid-zhuyi\",\"solid-yuyin\",\"bofang\",\"solid-shijian\",\"solid-youjian\",\"solid-dayin\",\"solid-xinxi\",\"solid-you\",\"solid-shang\",\"solid-xiangji\",\"solid-jiankong\",\"solid-zanting\",\"solid-jianpan\",\"solid-xia\",\"solid-bangzhu\",\"solid-guanbi\",\"solid-diannao\",\"solid-jia\",\"solid-jian\",\"solid-dingwei\",\"tuozhuai\",\"message\",\"follow-selected\",\"follow\",\"shu-qiye\",\"shu-jituan\",\"shu-bumen\",\"email\",\"phone\",\"zuoji\",\"solid-qiye\",\"more\",\"gengduo\",\"lanmu\",\"monitor\",\"anzhuo\",\"pingguo\",\"erweima\",\"huawei\",\"mima\",\"yanzhengma\",\"rili\",\"shoushizuo\",\"shoushiyou\",\"shoushishang\",\"shoushixia\",\"tuichu\",\"dingding\",\"application\",\"weixin\",\"shengyinwenjian\",\"word\",\"kebofangwenjian\",\"upan\",\"Excel\",\"ppt\",\"weizhiwenjian\",\"txt\",\"yasuobao\",\"pdf\",\"sousuorenyuan\",\"juqiangongwen\",\"chaoyou\",\"chaozuo\",\"chaoshang\",\"chaoxia\",\"jiazai\",\"fabu\",\"baocun\",\"biaoge\",\"biaogeshezhi\",\"wenzishezhi\",\"tuodong\",\"biaoti\",\"xiantiao\",\"huanhangfu\",\"biaoqian\",\"bianji1\",\"wenzi\",\"duoxuan\",\"bianhao\",\"danxuan\",\"xialakuang\",\"wenbenyu\",\"wenbenkuang\",\"a-01kongzhimianban\",\"15qingkong-1\",\"qiehuangangwei\"]");
164
+ module.exports = JSON.parse("[\"solid-huiyi\",\"solid-gongzuotai\",\"solid-menhu\",\"solid-gongwenguanli\",\"solid-tongxunlu\",\"solid-qingshibaogao\",\"solid-wenjiangongxiang\",\"solid-shiwuxitong\",\"solid-wendangxiezuo\",\"solid-youxiang\",\"solid-jishitongxun\",\"solid-liaotian\",\"solid-yunwendang\",\"solid-wps\",\"solid-feiyongbaoxiao\",\"solid-daibanshixiang\",\"solid-guanzhu\",\"solid-gongwenkanban\",\"solid-daidengji\",\"solid-banlizhongxin\",\"solid-zaibanfawen\",\"solid-yibanshixiang\",\"solid-daiqiangongwen\",\"solid-shouye\",\"solid-zaibanshouwen\",\"solid-mobanguanli\",\"solid-guanjianzi\",\"solid-yibanfawen\",\"solid-yibangongwen\",\"solid-shouwenguidang\",\"solid-gongwentongji\",\"solid-huishouzhan\",\"solid-bianhaoguanli\",\"solid-banjieshouwen\",\"solid-chehuigongwen\",\"solid-gerenqianming\",\"solid-shouwendengji\",\"solid-zaixianshouwen\",\"solid-gongwenshezhi\",\"solid-wenzhongguanli\",\"solid-shoufawentongji\",\"solid-kanwuguanli\",\"solid-wangshangtiaocha\",\"solid-lanmuguanli\",\"solid-wangzhanzhuce\",\"solid-mokuaiguanli\",\"solid-gonggao\",\"solid-xinjianwenjuan\",\"solid-qikanguanli\",\"solid-lanmuxinxi\",\"solid-wenjianxiazai\",\"solid-wenjuanguanli\",\"solid-wenjianguanli\",\"solid-gongxiangxinxiku\",\"solid-tianxiewenjuan\",\"solid-wenjuanmobanku\",\"solid-dianziqikan\",\"solid-menhuguanggao\",\"solid-xiazaizhongxin\",\"solid-fenleiguanli\",\"solid-dingshibiaodan\",\"solid-xinjianshiwu\",\"solid-banjieshiwu\",\"solid-caogaoxiang\",\"solid-xinjianqingshibaogao\",\"solid-yitijiao\",\"solid-xinjianbumenfawen\",\"solid-zaibanqingshibaogao\",\"solid-yibanqingshibaogao\",\"solid-huiyijiyao\",\"solid-huiyiguanli\",\"solid-yishanghui\",\"solid-yuyueguanli\",\"solid-daishanghui\",\"solid-weishanghui\",\"solid-suoyouhuiyi\",\"solid-weiqianshou\",\"solid-chaoshiweiqianshou\",\"solid-weiqueren\",\"solid-huiyikanban\",\"solid-huiyiqianshou\",\"solid-yiqianshou\",\"solid-yiqueren\",\"solid-huiyishiguanli\",\"solid-yitiguanli\",\"solid-huiyibiaodanpeizhi\",\"solid-huiyileixing\",\"solid-huiyichengban\",\"solid-yijieshu\",\"solid-yitishenhe\",\"solid-yuebaoxiafa\",\"solid-nianzhongbiangeng\",\"solid-nianzhongbiangengjihua\",\"solid-yixiangku\",\"solid-xiafa\",\"solid-wanchengtianbao\",\"solid-touziwancheng\",\"solid-touzijihua\",\"solid-huizong\",\"solid-lixiangku\",\"solid-niandujihua\",\"solid-yuebao\",\"solid-touzijihuatianbao\",\"solid-yuebaotianbao\",\"solid-zhongzhiku\",\"solid-touzixiangmuku\",\"solid-touziku\",\"solid-zongtiku\",\"solid-touzibiangengxiafa\",\"solid-buluku\",\"solid-touzijihuaxiafa\",\"solid-touzitongji\",\"solid-yuebaoguanli\",\"solid-touziyuebao\",\"solid-neirongbiangeng\",\"solid-shoufukuantaizhang\",\"solid-ziliaofangwen\",\"solid-wodejieyue\",\"solid-wodebiangeng\",\"solid-wodebuchongxieyi\",\"solid-wenjianmoban\",\"solid-shoupiaoweifukuan\",\"solid-shoufukuanguanli\",\"solid-ziliao\",\"solid-lishihetongdengji\",\"solid-shoupiaoguanli\",\"solid-hetongtongji\",\"solid-hetongjieyue\",\"solid-buchongxieyiguanli\",\"solid-hetongzhongzhi\",\"solid-hetongqianding\",\"solid-hetongguanli\",\"solid-wodehetong\",\"solid-fukuanjihua\",\"solid-hetongbiangeng\",\"solid-hetongpingjia\",\"solid-ziliaoguanli\",\"solid-hetongguidang\",\"solid-jieduanjihua\",\"solid-shoufukuanjihua\",\"solid-shoukuanjihua\",\"solid-hetongshezhi\",\"solid-hetonglvhang\",\"solid-jieyueguanli\",\"solid-hetongtaizhang\",\"solid-buchongxieyi\",\"solid-guidang\",\"solid-hetongzhongjie\",\"solid-fukuanguanli\",\"solid-hetongwanjie\",\"solid-bianhaopeizhi\",\"solid-biangeng\",\"solid-wendangsousuo\",\"solid-gerenwenjian\",\"solid-zhongyaowenjian\",\"solid-lingdaojianghua\",\"solid-bumenwenjian\",\"solid-gongsiwenjian\",\"solid-qitadanwei\",\"solid-changyonglianxiren\",\"solid-qunzuguanli\",\"solid-dianhuabo\",\"solid-duanxin\",\"solid-zhibanchaxun\",\"solid-zhibanpeizhi\",\"solid-zhibanfankui\",\"solid-zhibandanwei\",\"solid-zhibanxiangqing\",\"solid-zhibanshezhi\",\"solid-zhibanqingkuang\",\"solid-zhibantongji\",\"solid-jituanbanjieshencha\",\"solid-jituanzaibanshencha\",\"solid-shiwuliebiao\",\"solid-huishou\",\"solid-yichangzhengwen\",\"solid-zaibanshiwu\",\"solid-banjieshiwu1\",\"solid-lishishiwu\",\"solid-yichangfujian\",\"solid-fasong\",\"solid-daiban\",\"solid-yiban\",\"jia\",\"zhuomian\",\"tupian\",\"zhankai\",\"zhuyi\",\"suoxiao\",\"shangchuanwenjian\",\"qun\",\"xiazai\",\"xiaoxi\",\"xinjian\",\"yuyin\",\"circle-you\",\"suofang\",\"shuaxin\",\"circle-jian\",\"shujuku\",\"shezhi\",\"shanchu\",\"lishijilu\",\"queren\",\"circle-zuo\",\"shouji\",\"shenhe\",\"shijian\",\"quanping\",\"zhuyi-copy\",\"liucheng\",\"circle-shang\",\"guanbiyulan\",\"jian\",\"circle-xia\",\"you\",\"paixu\",\"qiehuan\",\"fujian\",\"peizhi\",\"chuanru\",\"jiankong\",\"jinzhi\",\"shang\",\"dianhua\",\"fanhui\",\"zuo\",\"dingwei\",\"fangda\",\"chuanchu\",\"diannao\",\"fenxiang\",\"xia\",\"duibi\",\"fuzhi\",\"baocuo\",\"bianji\",\"chehui\",\"chakanxiangqing\",\"bangzhu\",\"yingyong\",\"qingganfenxi\",\"shangchuan\",\"xinxi\",\"shouqi\",\"guanlianyuedu\",\"zan\",\"zhongxinshangchuan\",\"sousuo\",\"yonghu\",\"zhuye\",\"yulan\",\"WiFi\",\"qiye\",\"lianjie\",\"zhaiyao\",\"fengxianshibie\",\"pad\",\"jiucuo\",\"jianpan\",\"gexinghua\",\"guanbi\",\"circle-jia\",\"solid-yusuanxitong\",\"solid-shuzijijian\",\"solid-laodonghetong\",\"solid-anquanshengchan\",\"solid-cashenfenrenzheng\",\"houtaiguanli\",\"solid-hebingxitong\",\"solid-zhibanguanli\",\"EAS\",\"solid-caiwu\",\"solid-frame\",\"solid-touziguanli\",\"solid-xinxifabu\",\"solid-caiwugongxiang\",\"solid-chanquanxitong\",\"solid-zhicheng\",\"solid-keyan\",\"solid-gongsizhidu\",\"solid-quanxianguanli\",\"solid-qunzu\",\"solid-wancheng\",\"solid-zuo\",\"youjian\",\"solid-yonghu\",\"solid-iPad\",\"saoma\",\"dayin\",\"solid-tupian\",\"solid-shouji\",\"solid-shenhe\",\"solid-zan\",\"solid-zhuyi\",\"solid-yuyin\",\"bofang\",\"solid-shijian\",\"solid-youjian\",\"solid-dayin\",\"solid-xinxi\",\"solid-you\",\"solid-shang\",\"solid-xiangji\",\"solid-jiankong\",\"solid-zanting\",\"solid-jianpan\",\"solid-xia\",\"solid-bangzhu\",\"solid-guanbi\",\"solid-diannao\",\"solid-jia\",\"solid-jian\",\"solid-dingwei\",\"tuozhuai\",\"message\",\"follow-selected\",\"follow\",\"shu-qiye\",\"shu-jituan\",\"shu-bumen\",\"email\",\"phone\",\"zuoji\",\"solid-qiye\",\"more\",\"gengduo\",\"lanmu\",\"monitor\",\"anzhuo\",\"pingguo\",\"erweima\",\"huawei\",\"mima\",\"yanzhengma\",\"rili\",\"shoushizuo\",\"shoushiyou\",\"shoushishang\",\"shoushixia\",\"tuichu\",\"dingding\",\"application\",\"weixin\",\"shengyinwenjian\",\"word\",\"kebofangwenjian\",\"upan\",\"Excel\",\"ppt\",\"weizhiwenjian\",\"txt\",\"yasuobao\",\"pdf\",\"sousuorenyuan\",\"juqiangongwen\",\"chaoyou\",\"chaozuo\",\"chaoshang\",\"chaoxia\",\"jiazai\",\"fabu\",\"baocun\",\"biaoge\",\"biaogeshezhi\",\"wenzishezhi\",\"tuodong\",\"biaoti\",\"xiantiao\",\"huanhangfu\",\"biaoqian\",\"xiugai\",\"wenzi\",\"duoxuan\",\"bianhao\",\"danxuan\",\"xialakuang\",\"wenbenyu\",\"wenbenkuang\",\"a-01kongzhimianban\",\"qingsao\",\"qiehuangangwei\",\"code\",\"jianqiebanjilu\",\"chuizhiduiqi\",\"shanchuwanqudian\",\"juzhongduiqi\",\"jianqie\",\"tianjiawanqudian\",\"fuzhi1\",\"huanyuanbili\",\"jindu\",\"solid-baocun\",\"chanpinxianjishurenyuanguanli\",\"solid-xiaoxi\",\"arrow-right\",\"gou\",\"arrow-left\"]");
165
165
 
166
166
  /***/ }),
167
167
  /* 13 */
@@ -245,7 +245,7 @@ var doCodeLogin = '/sso2/signIn/auth/doCodeLogin'; // 短信、邮箱验证码
245
245
  var updateCode = '/sso2/signIn/assembly/getSmsModifyPassVerificationCode'; // 获取短信验证码(修改密码)
246
246
  var getModifyPassCode = '/sso2/signIn/assembly/getModifyPassCode'; // 获取修改密码的短信、邮箱验证码
247
247
  var codeModifyPass = '/sso2/signIn/assembly/codeModifyPass'; // 验证码重置密码
248
- var loginModifyPasswomodifyrd = '/sso2/signIn/auth/loginModifyPassword'; // 原始密码重置密码
248
+ var loginModifyPassword = '/sso2/signIn/auth/loginModifyPassword'; // 原始密码重置密码
249
249
  var authCenter = '/sso2/authCenter/login'; // 单点登录认证中心
250
250
  var initModifyPassword = '/sso2/signIn/assembly/initModifyPassword'; // 初始化密码修改信息
251
251
  var doWechatQrLogin = '/sso2/signIn/auth/doWechatQrLogin'; // 微信扫码登录
@@ -6126,8 +6126,8 @@ var plugin_typeof = typeof Symbol === "function" && typeof Symbol.iterator === "
6126
6126
 
6127
6127
  function plugin_classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
6128
6128
 
6129
- /**
6130
- * JIT_GW_ExtInterface 模块,提供与客户端交互的功能
6129
+ /**
6130
+ * JIT_GW_ExtInterface 模块,提供与客户端交互的功能
6131
6131
  */
6132
6132
  var CA_ExtInterface = function () {
6133
6133
  function CA_ExtInterface() {
@@ -6140,11 +6140,11 @@ var CA_ExtInterface = function () {
6140
6140
  this.init();
6141
6141
  }
6142
6142
 
6143
- /**
6144
- * 简单的 Object.assign 兼容 IE <= 11 的 polyfill
6145
- * @see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/assign
6146
- * @param {Object} target - 目标对象
6147
- * @param {Object} options - 新的选项对象
6143
+ /**
6144
+ * 简单的 Object.assign 兼容 IE <= 11 的 polyfill
6145
+ * @see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/assign
6146
+ * @param {Object} target - 目标对象
6147
+ * @param {Object} options - 新的选项对象
6148
6148
  */
6149
6149
 
6150
6150
 
@@ -6159,8 +6159,8 @@ var CA_ExtInterface = function () {
6159
6159
  }
6160
6160
  };
6161
6161
 
6162
- /**
6163
- * 检查当前会话的 WebSocket URL
6162
+ /**
6163
+ * 检查当前会话的 WebSocket URL
6164
6164
  */
6165
6165
 
6166
6166
 
@@ -6174,8 +6174,8 @@ var CA_ExtInterface = function () {
6174
6174
  }
6175
6175
  };
6176
6176
 
6177
- /**
6178
- * 检查是否使用 ActiveX
6177
+ /**
6178
+ * 检查是否使用 ActiveX
6179
6179
  */
6180
6180
 
6181
6181
 
@@ -6187,11 +6187,11 @@ var CA_ExtInterface = function () {
6187
6187
  }
6188
6188
  };
6189
6189
 
6190
- /**
6191
- * 扩展发送消息并等待响应
6192
- * @param {string} operatorCmd - 操作命令
6193
- * @param {string} sendMsg - 发送的消息
6194
- * @returns {string} 响应消息
6190
+ /**
6191
+ * 扩展发送消息并等待响应
6192
+ * @param {string} operatorCmd - 操作命令
6193
+ * @param {string} sendMsg - 发送的消息
6194
+ * @returns {string} 响应消息
6195
6195
  */
6196
6196
 
6197
6197
 
@@ -6201,11 +6201,11 @@ var CA_ExtInterface = function () {
6201
6201
  return this.sendAndWaitMessage(this.currentSessionWSURL, strSendMsg);
6202
6202
  };
6203
6203
 
6204
- /**
6205
- * 发送消息并等待响应
6206
- * @param {string} wsurl - WebSocket URL
6207
- * @param {string} sendMsg - 发送的消息
6208
- * @returns {string} 响应消息
6204
+ /**
6205
+ * 发送消息并等待响应
6206
+ * @param {string} wsurl - WebSocket URL
6207
+ * @param {string} sendMsg - 发送的消息
6208
+ * @returns {string} 响应消息
6209
6209
  */
6210
6210
 
6211
6211
 
@@ -6229,9 +6229,9 @@ var CA_ExtInterface = function () {
6229
6229
  return ResultMsg;
6230
6230
  };
6231
6231
 
6232
- /**
6233
- * 配置选项
6234
- * @param {Object} extendOption - 扩展选项
6232
+ /**
6233
+ * 配置选项
6234
+ * @param {Object} extendOption - 扩展选项
6235
6235
  */
6236
6236
 
6237
6237
 
@@ -6241,8 +6241,8 @@ var CA_ExtInterface = function () {
6241
6241
  }
6242
6242
  };
6243
6243
 
6244
- /**
6245
- * 初始化
6244
+ /**
6245
+ * 初始化
6246
6246
  */
6247
6247
 
6248
6248
 
@@ -6250,9 +6250,9 @@ var CA_ExtInterface = function () {
6250
6250
  this.isUseActioveX();
6251
6251
  };
6252
6252
 
6253
- /**
6254
- * 返回客户端的版本
6255
- * @returns {string} 客户端版本
6253
+ /**
6254
+ * 返回客户端的版本
6255
+ * @returns {string} 客户端版本
6256
6256
  */
6257
6257
 
6258
6258
 
@@ -6265,13 +6265,13 @@ var CA_ExtInterface = function () {
6265
6265
  }
6266
6266
  };
6267
6267
 
6268
- /**
6269
- * 下载客户端程序并安装
6270
- * @param {string} bstrURL - 下载地址
6271
- * @param {string} bstrHashValue - 哈希值
6272
- * @param {boolean} bSync - 是否同步安装
6273
- * @param {boolean} bOnlySSO - 是否仅安装 SSO
6274
- * @returns {number} 安装结果
6268
+ /**
6269
+ * 下载客户端程序并安装
6270
+ * @param {string} bstrURL - 下载地址
6271
+ * @param {string} bstrHashValue - 哈希值
6272
+ * @param {boolean} bSync - 是否同步安装
6273
+ * @param {boolean} bOnlySSO - 是否仅安装 SSO
6274
+ * @returns {number} 安装结果
6275
6275
  */
6276
6276
 
6277
6277
 
@@ -6285,11 +6285,11 @@ var CA_ExtInterface = function () {
6285
6285
  }
6286
6286
  };
6287
6287
 
6288
- /**
6289
- * 获取硬件指纹信息
6290
- * @param {number} dwSign - 签名
6291
- * @param {string} strGateWayIP - 网关 IP
6292
- * @returns {string} 硬件指纹信息
6288
+ /**
6289
+ * 获取硬件指纹信息
6290
+ * @param {number} dwSign - 签名
6291
+ * @param {string} strGateWayIP - 网关 IP
6292
+ * @returns {string} 硬件指纹信息
6293
6293
  */
6294
6294
 
6295
6295
 
@@ -6303,12 +6303,12 @@ var CA_ExtInterface = function () {
6303
6303
  }
6304
6304
  };
6305
6305
 
6306
- /**
6307
- * 设置转发策略和代填策略
6308
- * @param {string} strProxyPolicy - 转发策略
6309
- * @param {string} strSSOPolicy - 代填策略
6310
- * @param {string} strGatewayAddress - 网关地址
6311
- * @returns {number} 设置结果
6306
+ /**
6307
+ * 设置转发策略和代填策略
6308
+ * @param {string} strProxyPolicy - 转发策略
6309
+ * @param {string} strSSOPolicy - 代填策略
6310
+ * @param {string} strGatewayAddress - 网关地址
6311
+ * @returns {number} 设置结果
6312
6312
  */
6313
6313
 
6314
6314
 
@@ -6322,11 +6322,11 @@ var CA_ExtInterface = function () {
6322
6322
  }
6323
6323
  };
6324
6324
 
6325
- /**
6326
- * 启动认证信息模块
6327
- * @param {string} strFileName - 文件名
6328
- * @param {string} strXmlData - XML 数据
6329
- * @returns {string} 认证信息
6325
+ /**
6326
+ * 启动认证信息模块
6327
+ * @param {string} strFileName - 文件名
6328
+ * @param {string} strXmlData - XML 数据
6329
+ * @returns {string} 认证信息
6330
6330
  */
6331
6331
 
6332
6332
 
@@ -6340,10 +6340,10 @@ var CA_ExtInterface = function () {
6340
6340
  }
6341
6341
  };
6342
6342
 
6343
- /**
6344
- * 打开 BS 应用
6345
- * @param {string} strUrl - 应用 URL
6346
- * @returns {number} 打开结果
6343
+ /**
6344
+ * 打开 BS 应用
6345
+ * @param {string} strUrl - 应用 URL
6346
+ * @returns {number} 打开结果
6347
6347
  */
6348
6348
 
6349
6349
 
@@ -6357,12 +6357,12 @@ var CA_ExtInterface = function () {
6357
6357
  }
6358
6358
  };
6359
6359
 
6360
- /**
6361
- * 打开 CS 应用
6362
- * @param {string} strGatewayAddress - 网关地址
6363
- * @param {string} strAppFlag - 应用标识
6364
- * @param {string} strAppPath - 应用路径
6365
- * @returns {number} 打开结果
6360
+ /**
6361
+ * 打开 CS 应用
6362
+ * @param {string} strGatewayAddress - 网关地址
6363
+ * @param {string} strAppFlag - 应用标识
6364
+ * @param {string} strAppPath - 应用路径
6365
+ * @returns {number} 打开结果
6366
6366
  */
6367
6367
 
6368
6368
 
@@ -6376,13 +6376,13 @@ var CA_ExtInterface = function () {
6376
6376
  }
6377
6377
  };
6378
6378
 
6379
- /**
6380
- * 设置自动更新策略
6381
- * @param {string} strGatewayAddress - 网关地址
6382
- * @param {number} nGatewayPort - 网关端口
6383
- * @param {string} strUserToken - 用户令牌
6384
- * @param {number} updatedelay - 更新延迟
6385
- * @returns {number} 设置结果
6379
+ /**
6380
+ * 设置自动更新策略
6381
+ * @param {string} strGatewayAddress - 网关地址
6382
+ * @param {number} nGatewayPort - 网关端口
6383
+ * @param {string} strUserToken - 用户令牌
6384
+ * @param {number} updatedelay - 更新延迟
6385
+ * @returns {number} 设置结果
6386
6386
  */
6387
6387
 
6388
6388
 
@@ -6396,10 +6396,10 @@ var CA_ExtInterface = function () {
6396
6396
  }
6397
6397
  };
6398
6398
 
6399
- /**
6400
- * 获取客户端 IP
6401
- * @param {string} strGatewayIP - 网关 IP
6402
- * @returns {string} 客户端 IP
6399
+ /**
6400
+ * 获取客户端 IP
6401
+ * @param {string} strGatewayIP - 网关 IP
6402
+ * @returns {string} 客户端 IP
6403
6403
  */
6404
6404
 
6405
6405
 
@@ -6413,10 +6413,10 @@ var CA_ExtInterface = function () {
6413
6413
  }
6414
6414
  };
6415
6415
 
6416
- /**
6417
- * 登出网关
6418
- * @param {string} strServerIP - 服务器 IP
6419
- * @returns {number} 登出结果
6416
+ /**
6417
+ * 登出网关
6418
+ * @param {string} strServerIP - 服务器 IP
6419
+ * @returns {number} 登出结果
6420
6420
  */
6421
6421
 
6422
6422
 
@@ -6430,11 +6430,11 @@ var CA_ExtInterface = function () {
6430
6430
  }
6431
6431
  };
6432
6432
 
6433
- /**
6434
- * 运行安装包
6435
- * @param {number} lRunType - 运行类型
6436
- * @param {boolean} bIsOnlySSO - 是否仅安装 SSO
6437
- * @returns {number} 运行结果
6433
+ /**
6434
+ * 运行安装包
6435
+ * @param {number} lRunType - 运行类型
6436
+ * @param {boolean} bIsOnlySSO - 是否仅安装 SSO
6437
+ * @returns {number} 运行结果
6438
6438
  */
6439
6439
 
6440
6440
 
@@ -6448,9 +6448,9 @@ var CA_ExtInterface = function () {
6448
6448
  }
6449
6449
  };
6450
6450
 
6451
- /**
6452
- * 获取下载进度
6453
- * @returns {number} 下载进度
6451
+ /**
6452
+ * 获取下载进度
6453
+ * @returns {number} 下载进度
6454
6454
  */
6455
6455
 
6456
6456
 
@@ -6464,9 +6464,9 @@ var CA_ExtInterface = function () {
6464
6464
  }
6465
6465
  };
6466
6466
 
6467
- /**
6468
- * 是否安装完成
6469
- * @returns {boolean} 安装完成状态
6467
+ /**
6468
+ * 是否安装完成
6469
+ * @returns {boolean} 安装完成状态
6470
6470
  */
6471
6471
 
6472
6472
 
@@ -6480,11 +6480,11 @@ var CA_ExtInterface = function () {
6480
6480
  }
6481
6481
  };
6482
6482
 
6483
- /**
6484
- * 初始化签包对象
6485
- * @param {string} strAlgType - 算法类型
6486
- * @param {string} strAuxParam - 辅助参数
6487
- * @returns {number} 初始化结果
6483
+ /**
6484
+ * 初始化签包对象
6485
+ * @param {string} strAlgType - 算法类型
6486
+ * @param {string} strAuxParam - 辅助参数
6487
+ * @returns {number} 初始化结果
6488
6488
  */
6489
6489
 
6490
6490
 
@@ -6498,10 +6498,10 @@ var CA_ExtInterface = function () {
6498
6498
  }
6499
6499
  };
6500
6500
 
6501
- /**
6502
- * 设置摘要算法
6503
- * @param {string} strDigestAlg - 摘要算法
6504
- * @returns {number} 设置结果
6501
+ /**
6502
+ * 设置摘要算法
6503
+ * @param {string} strDigestAlg - 摘要算法
6504
+ * @returns {number} 设置结果
6505
6505
  */
6506
6506
 
6507
6507
 
@@ -6515,10 +6515,10 @@ var CA_ExtInterface = function () {
6515
6515
  }
6516
6516
  };
6517
6517
 
6518
- /**
6519
- * 设置单证书是否弹出对话框
6520
- * @param {number} isChoose - 是否弹出对话框
6521
- * @returns {number} 设置结果
6518
+ /**
6519
+ * 设置单证书是否弹出对话框
6520
+ * @param {number} isChoose - 是否弹出对话框
6521
+ * @returns {number} 设置结果
6522
6522
  */
6523
6523
 
6524
6524
 
@@ -6532,11 +6532,11 @@ var CA_ExtInterface = function () {
6532
6532
  }
6533
6533
  };
6534
6534
 
6535
- /**
6536
- * 添加证书过滤条件
6537
- * @param {number} ulType - 过滤类型
6538
- * @param {string} strValue - 过滤值
6539
- * @returns {number} 添加结果
6535
+ /**
6536
+ * 添加证书过滤条件
6537
+ * @param {number} ulType - 过滤类型
6538
+ * @param {string} strValue - 过滤值
6539
+ * @returns {number} 添加结果
6540
6540
  */
6541
6541
 
6542
6542
 
@@ -6550,9 +6550,9 @@ var CA_ExtInterface = function () {
6550
6550
  }
6551
6551
  };
6552
6552
 
6553
- /**
6554
- * 清除所有过滤条件
6555
- * @returns {number} 清除结果
6553
+ /**
6554
+ * 清除所有过滤条件
6555
+ * @returns {number} 清除结果
6556
6556
  */
6557
6557
 
6558
6558
 
@@ -6566,10 +6566,10 @@ var CA_ExtInterface = function () {
6566
6566
  }
6567
6567
  };
6568
6568
 
6569
- /**
6570
- * P1 签名
6571
- * @param {string} strValueBase64 - 待签名的 Base64 字符串
6572
- * @returns {string} 签名结果
6569
+ /**
6570
+ * P1 签名
6571
+ * @param {string} strValueBase64 - 待签名的 Base64 字符串
6572
+ * @returns {string} 签名结果
6573
6573
  */
6574
6574
 
6575
6575
 
@@ -6583,10 +6583,10 @@ var CA_ExtInterface = function () {
6583
6583
  }
6584
6584
  };
6585
6585
 
6586
- /**
6587
- * P1 签名字符串
6588
- * @param {string} strValue - 待签名的字符串
6589
- * @returns {string} 签名结果
6586
+ /**
6587
+ * P1 签名字符串
6588
+ * @param {string} strValue - 待签名的字符串
6589
+ * @returns {string} 签名结果
6590
6590
  */
6591
6591
 
6592
6592
 
@@ -6600,12 +6600,12 @@ var CA_ExtInterface = function () {
6600
6600
  }
6601
6601
  };
6602
6602
 
6603
- /**
6604
- * P7 签名
6605
- * @param {string} strValueBase64 - 待签名的 Base64 字符串
6606
- * @param {boolean} isDetach - 是否分离签名
6607
- * @param {boolean} isIncludeCert - 是否包含证书
6608
- * @returns {string} 签名结果
6603
+ /**
6604
+ * P7 签名
6605
+ * @param {string} strValueBase64 - 待签名的 Base64 字符串
6606
+ * @param {boolean} isDetach - 是否分离签名
6607
+ * @param {boolean} isIncludeCert - 是否包含证书
6608
+ * @returns {string} 签名结果
6609
6609
  */
6610
6610
 
6611
6611
 
@@ -6619,12 +6619,12 @@ var CA_ExtInterface = function () {
6619
6619
  }
6620
6620
  };
6621
6621
 
6622
- /**
6623
- * P7 签名字符串
6624
- * @param {string} strValue - 待签名的字符串
6625
- * @param {boolean} isDetach - 是否分离签名
6626
- * @param {boolean} isIncludeCert - 是否包含证书
6627
- * @returns {string} 签名结果
6622
+ /**
6623
+ * P7 签名字符串
6624
+ * @param {string} strValue - 待签名的字符串
6625
+ * @param {boolean} isDetach - 是否分离签名
6626
+ * @param {boolean} isIncludeCert - 是否包含证书
6627
+ * @returns {string} 签名结果
6628
6628
  */
6629
6629
 
6630
6630
 
@@ -6638,9 +6638,9 @@ var CA_ExtInterface = function () {
6638
6638
  }
6639
6639
  };
6640
6640
 
6641
- /**
6642
- * 释放签名对象
6643
- * @returns {number} 释放结果
6641
+ /**
6642
+ * 释放签名对象
6643
+ * @returns {number} 释放结果
6644
6644
  */
6645
6645
 
6646
6646
 
@@ -6654,9 +6654,9 @@ var CA_ExtInterface = function () {
6654
6654
  }
6655
6655
  };
6656
6656
 
6657
- /**
6658
- * 获取签名版本
6659
- * @returns {string} 签名版本
6657
+ /**
6658
+ * 获取签名版本
6659
+ * @returns {string} 签名版本
6660
6660
  */
6661
6661
 
6662
6662
 
@@ -6670,9 +6670,9 @@ var CA_ExtInterface = function () {
6670
6670
  }
6671
6671
  };
6672
6672
 
6673
- /**
6674
- * 获取签名证书
6675
- * @returns {string} 签名证书
6673
+ /**
6674
+ * 获取签名证书
6675
+ * @returns {string} 签名证书
6676
6676
  */
6677
6677
 
6678
6678
 
@@ -6686,9 +6686,9 @@ var CA_ExtInterface = function () {
6686
6686
  }
6687
6687
  };
6688
6688
 
6689
- /**
6690
- * 获取错误码
6691
- * @returns {number} 错误码
6689
+ /**
6690
+ * 获取错误码
6691
+ * @returns {number} 错误码
6692
6692
  */
6693
6693
 
6694
6694
 
@@ -6702,9 +6702,9 @@ var CA_ExtInterface = function () {
6702
6702
  }
6703
6703
  };
6704
6704
 
6705
- /**
6706
- * 获取错误信息
6707
- * @returns {string} 错误信息
6705
+ /**
6706
+ * 获取错误信息
6707
+ * @returns {string} 错误信息
6708
6708
  */
6709
6709
 
6710
6710
 
@@ -6718,9 +6718,9 @@ var CA_ExtInterface = function () {
6718
6718
  }
6719
6719
  };
6720
6720
 
6721
- /**
6722
- * 销毁认证对象
6723
- * @returns {number} 销毁结果
6721
+ /**
6722
+ * 销毁认证对象
6723
+ * @returns {number} 销毁结果
6724
6724
  */
6725
6725
 
6726
6726
 
@@ -6734,9 +6734,9 @@ var CA_ExtInterface = function () {
6734
6734
  }
6735
6735
  };
6736
6736
 
6737
- /**
6738
- * 获取证书类型
6739
- * @returns {string} 证书类型
6737
+ /**
6738
+ * 获取证书类型
6739
+ * @returns {string} 证书类型
6740
6740
  */
6741
6741
 
6742
6742
 
@@ -6750,9 +6750,9 @@ var CA_ExtInterface = function () {
6750
6750
  }
6751
6751
  };
6752
6752
 
6753
- /**
6754
- * 获取签名摘要算法
6755
- * @returns {string} 签名摘要算法
6753
+ /**
6754
+ * 获取签名摘要算法
6755
+ * @returns {string} 签名摘要算法
6756
6756
  */
6757
6757
 
6758
6758
 
@@ -6766,11 +6766,11 @@ var CA_ExtInterface = function () {
6766
6766
  }
6767
6767
  };
6768
6768
 
6769
- /**
6770
- * 使能调用序列
6771
- * @param {boolean} bCallQueueEnable - 是否使能调用序列
6772
- * @param {boolean} bHeadInfoEnable - 是否使能头部信息
6773
- * @returns {number} 使能结果
6769
+ /**
6770
+ * 使能调用序列
6771
+ * @param {boolean} bCallQueueEnable - 是否使能调用序列
6772
+ * @param {boolean} bHeadInfoEnable - 是否使能头部信息
6773
+ * @returns {number} 使能结果
6774
6774
  */
6775
6775
 
6776
6776
 
@@ -6784,9 +6784,9 @@ var CA_ExtInterface = function () {
6784
6784
  }
6785
6785
  };
6786
6786
 
6787
- /**
6788
- * 清空调用序列结果
6789
- * @returns {number} 清空调用序列结果
6787
+ /**
6788
+ * 清空调用序列结果
6789
+ * @returns {number} 清空调用序列结果
6790
6790
  */
6791
6791
 
6792
6792
 
@@ -6800,9 +6800,9 @@ var CA_ExtInterface = function () {
6800
6800
  }
6801
6801
  };
6802
6802
 
6803
- /**
6804
- * 获取调用序列结果
6805
- * @returns {string} 调用序列结果
6803
+ /**
6804
+ * 获取调用序列结果
6805
+ * @returns {string} 调用序列结果
6806
6806
  */
6807
6807
 
6808
6808
 
@@ -6816,12 +6816,12 @@ var CA_ExtInterface = function () {
6816
6816
  }
6817
6817
  };
6818
6818
 
6819
- /**
6820
- * 客户端安全策略检查
6821
- * @param {string} strGatewayAddress - 网关地址
6822
- * @param {number} usGatewayPort - 网关端口
6823
- * @param {string} strSecurityPolicys - 安全策略
6824
- * @returns {boolean} 检查结果
6819
+ /**
6820
+ * 客户端安全策略检查
6821
+ * @param {string} strGatewayAddress - 网关地址
6822
+ * @param {number} usGatewayPort - 网关端口
6823
+ * @param {string} strSecurityPolicys - 安全策略
6824
+ * @returns {boolean} 检查结果
6825
6825
  */
6826
6826
 
6827
6827
 
@@ -6835,9 +6835,9 @@ var CA_ExtInterface = function () {
6835
6835
  }
6836
6836
  };
6837
6837
 
6838
- /**
6839
- * 获取通讯协议版本
6840
- * @returns {string} 通讯协议版本
6838
+ /**
6839
+ * 获取通讯协议版本
6840
+ * @returns {string} 通讯协议版本
6841
6841
  */
6842
6842
 
6843
6843
 
@@ -6851,13 +6851,13 @@ var CA_ExtInterface = function () {
6851
6851
  }
6852
6852
  };
6853
6853
 
6854
- /**
6855
- * 修改 Key 的 Pin 码
6856
- * @param {string} strCertSn - 证书序列号
6857
- * @param {number} lPinCodeType - Pin 码类型
6858
- * @param {string} strCurPinCode - 当前 Pin 码
6859
- * @param {string} strNewPinCode - 新 Pin 码
6860
- * @returns {number} 修改结果
6854
+ /**
6855
+ * 修改 Key 的 Pin 码
6856
+ * @param {string} strCertSn - 证书序列号
6857
+ * @param {number} lPinCodeType - Pin 码类型
6858
+ * @param {string} strCurPinCode - 当前 Pin 码
6859
+ * @param {string} strNewPinCode - 新 Pin 码
6860
+ * @returns {number} 修改结果
6861
6861
  */
6862
6862
 
6863
6863
 
@@ -6871,10 +6871,10 @@ var CA_ExtInterface = function () {
6871
6871
  }
6872
6872
  };
6873
6873
 
6874
- /**
6875
- * 等待策略设置完毕
6876
- * @param {string} strGatewayAddress - 网关地址
6877
- * @returns {number} 等待结果
6874
+ /**
6875
+ * 等待策略设置完毕
6876
+ * @param {string} strGatewayAddress - 网关地址
6877
+ * @returns {number} 等待结果
6878
6878
  */
6879
6879
 
6880
6880
 
@@ -6888,10 +6888,10 @@ var CA_ExtInterface = function () {
6888
6888
  }
6889
6889
  };
6890
6890
 
6891
- /**
6892
- * 获取会话 Token
6893
- * @param {string} strGatewayAddress - 网关地址
6894
- * @returns {string} 会话 Token
6891
+ /**
6892
+ * 获取会话 Token
6893
+ * @param {string} strGatewayAddress - 网关地址
6894
+ * @returns {string} 会话 Token
6895
6895
  */
6896
6896
 
6897
6897
 
@@ -6905,9 +6905,9 @@ var CA_ExtInterface = function () {
6905
6905
  }
6906
6906
  };
6907
6907
 
6908
- /**
6909
- * 获取控件版本
6910
- * @returns {string} 控件版本
6908
+ /**
6909
+ * 获取控件版本
6910
+ * @returns {string} 控件版本
6911
6911
  */
6912
6912
 
6913
6913
 
@@ -6921,10 +6921,10 @@ var CA_ExtInterface = function () {
6921
6921
  }
6922
6922
  };
6923
6923
 
6924
- /**
6925
- * 设置语言资源
6926
- * @param {string} strLanguage - 语言资源
6927
- * @returns {number} 设置结果
6924
+ /**
6925
+ * 设置语言资源
6926
+ * @param {string} strLanguage - 语言资源
6927
+ * @returns {number} 设置结果
6928
6928
  */
6929
6929
 
6930
6930
 
@@ -6938,12 +6938,12 @@ var CA_ExtInterface = function () {
6938
6938
  }
6939
6939
  };
6940
6940
 
6941
- /**
6942
- * 获取用户属性
6943
- * @param {string} strGatewayAddress - 网关地址
6944
- * @param {string} strAppFlag - 应用标识
6945
- * @param {string} strAttributeName - 属性名称
6946
- * @returns {string} 用户属性值
6941
+ /**
6942
+ * 获取用户属性
6943
+ * @param {string} strGatewayAddress - 网关地址
6944
+ * @param {string} strAppFlag - 应用标识
6945
+ * @param {string} strAttributeName - 属性名称
6946
+ * @returns {string} 用户属性值
6947
6947
  */
6948
6948
 
6949
6949
 
@@ -6957,9 +6957,9 @@ var CA_ExtInterface = function () {
6957
6957
  }
6958
6958
  };
6959
6959
 
6960
- /**
6961
- * 获取签名加密 PIN 码
6962
- * @returns {string} 签名加密 PIN 码
6960
+ /**
6961
+ * 获取签名加密 PIN 码
6962
+ * @returns {string} 签名加密 PIN 码
6963
6963
  */
6964
6964
 
6965
6965
 
@@ -6972,20 +6972,20 @@ var CA_ExtInterface = function () {
6972
6972
  return result.value;
6973
6973
  }
6974
6974
  };
6975
- /*
6976
- *曙光四川CA
6977
- *'SOF_GetUserList' 证书列表
6978
- *'SOF_ExportUserCert' 导出证书
6979
- *'SOF_GetCertInfo': 获取证书信息
6980
- *'SOF_GenRandom': 生成随机数
6981
- *'SOF_SignData': 获取证书签名
6982
- *'SOF_Login': 登录证书
6983
- *'SOF_GetPinRetryCount': 剩余次数
6975
+ /*
6976
+ *曙光四川CA
6977
+ *'SOF_GetUserList' 证书列表
6978
+ *'SOF_ExportUserCert' 导出证书
6979
+ *'SOF_GetCertInfo': 获取证书信息
6980
+ *'SOF_GenRandom': 生成随机数
6981
+ *'SOF_SignData': 获取证书签名
6982
+ *'SOF_Login': 登录证书
6983
+ *'SOF_GetPinRetryCount': 剩余次数
6984
6984
  */
6985
- /**
6986
- *
6987
- * 获取webSocket消息
6988
- * @returns {string}
6985
+ /**
6986
+ *
6987
+ * 获取webSocket消息
6988
+ * @returns {string}
6989
6989
  */
6990
6990
 
6991
6991
 
@@ -7021,10 +7021,10 @@ var CA_ExtInterface = function () {
7021
7021
  };
7022
7022
  });
7023
7023
  };
7024
- /**
7025
- *
7026
- * base64解码
7027
- * @returns {string} base64解码后的字符串
7024
+ /**
7025
+ *
7026
+ * base64解码
7027
+ * @returns {string} base64解码后的字符串
7028
7028
  */
7029
7029
 
7030
7030
 
@@ -7059,10 +7059,10 @@ var CA_ExtInterface = function () {
7059
7059
  val = this.utf8_decode(val);
7060
7060
  return val;
7061
7061
  };
7062
- /**
7063
- *
7064
- * base64编码
7065
- * @returns {string} base64编码后的字符串
7062
+ /**
7063
+ *
7064
+ * base64编码
7065
+ * @returns {string} base64编码后的字符串
7066
7066
  */
7067
7067
 
7068
7068
 
@@ -7095,10 +7095,10 @@ var CA_ExtInterface = function () {
7095
7095
  }
7096
7096
  return val;
7097
7097
  };
7098
- /**
7099
- *
7100
- * utf8解码
7101
- * @returns {string} utf8解码后的字符串
7098
+ /**
7099
+ *
7100
+ * utf8解码
7101
+ * @returns {string} utf8解码后的字符串
7102
7102
  */
7103
7103
 
7104
7104
 
@@ -7127,10 +7127,10 @@ var CA_ExtInterface = function () {
7127
7127
  }
7128
7128
  return string;
7129
7129
  };
7130
- /**
7131
- *
7132
- * utf8编码
7133
- * @returns {string} utf8编码后的字符串
7130
+ /**
7131
+ *
7132
+ * utf8编码
7133
+ * @returns {string} utf8编码后的字符串
7134
7134
  */
7135
7135
 
7136
7136
 
@@ -31315,21 +31315,21 @@ var CommonOpinionsvue_type_script_lang_js_components;
31315
31315
  return validSate;
31316
31316
  },
31317
31317
 
31318
- /**
31319
- * changeOpinion
31320
- * @desc:监听意见变化
31321
- * @author liufan
31322
- * @date 2022年10月28日
31318
+ /**
31319
+ * changeOpinion
31320
+ * @desc:监听意见变化
31321
+ * @author liufan
31322
+ * @date 2022年10月28日
31323
31323
  **/
31324
31324
  changeOpinion: function changeOpinion() {
31325
31325
  this.$emit('change', this.form.value);
31326
31326
  },
31327
31327
 
31328
- /**
31329
- * getCommonOpion
31330
- * @desc:获取意见
31331
- * @author liufan
31332
- * @date 2022年5月25日
31328
+ /**
31329
+ * getCommonOpion
31330
+ * @desc:获取意见
31331
+ * @author liufan
31332
+ * @date 2022年5月25日
31333
31333
  **/
31334
31334
  getCommonOpion: function getCommonOpion() {
31335
31335
  var _this = this;
@@ -31358,24 +31358,24 @@ var CommonOpinionsvue_type_script_lang_js_components;
31358
31358
  });
31359
31359
  },
31360
31360
 
31361
- /**
31362
- * upDate
31363
- * @desc:修改常用语
31364
- * @author liufan
31365
- * @param {Object} val 修改值
31366
- * @date 2022年5月25日
31361
+ /**
31362
+ * upDate
31363
+ * @desc:修改常用语
31364
+ * @author liufan
31365
+ * @param {Object} val 修改值
31366
+ * @date 2022年5月25日
31367
31367
  **/
31368
31368
  upDate: function upDate(val) {
31369
31369
  this.FormData.id = val.id;
31370
31370
  this.addVisible = true;
31371
31371
  },
31372
31372
 
31373
- /**
31374
- * selectChange
31375
- * @desc:常用语选择
31376
- * @author liufan
31377
- * @param {String} val 选中值
31378
- * @date 2022年5月25日
31373
+ /**
31374
+ * selectChange
31375
+ * @desc:常用语选择
31376
+ * @author liufan
31377
+ * @param {String} val 选中值
31378
+ * @date 2022年5月25日
31379
31379
  **/
31380
31380
  selectChange: function selectChange(val) {
31381
31381
  var _this2 = this;
@@ -31394,12 +31394,12 @@ var CommonOpinionsvue_type_script_lang_js_components;
31394
31394
  });
31395
31395
  },
31396
31396
 
31397
- /**
31398
- * del
31399
- * @desc:删除常用语
31400
- * @author liufan
31401
- * @param {Object} val 删除的数据
31402
- * @date 2022年5月25日
31397
+ /**
31398
+ * del
31399
+ * @desc:删除常用语
31400
+ * @author liufan
31401
+ * @param {Object} val 删除的数据
31402
+ * @date 2022年5月25日
31403
31403
  **/
31404
31404
  del: function del(val) {
31405
31405
  var _this3 = this;
@@ -31441,12 +31441,12 @@ var CommonOpinionsvue_type_script_lang_js_components;
31441
31441
  }).catch(function (e) {});
31442
31442
  },
31443
31443
 
31444
- /**
31445
- * submit
31446
- * @desc:新增/编辑意见保存
31447
- * @author liufan
31448
- * @param {Object} val 保存数据
31449
- * @date 2022年5月25日
31444
+ /**
31445
+ * submit
31446
+ * @desc:新增/编辑意见保存
31447
+ * @author liufan
31448
+ * @param {Object} val 保存数据
31449
+ * @date 2022年5月25日
31450
31450
  **/
31451
31451
  submit: function submit(val) {
31452
31452
  var _this4 = this;
@@ -34912,11 +34912,11 @@ var processFormvue_type_script_lang_js_components;
34912
34912
  });
34913
34913
  },
34914
34914
 
34915
- /**
34916
- * isMultiple
34917
- * @desc:是否多选
34918
- * @author liufan
34919
- * @date 2022年9月13日
34915
+ /**
34916
+ * isMultiple
34917
+ * @desc:是否多选
34918
+ * @author liufan
34919
+ * @date 2022年9月13日
34920
34920
  **/
34921
34921
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
34922
34922
  var multiple = false;
@@ -39116,11 +39116,11 @@ var resetvue_type_script_lang_js_components;
39116
39116
  });
39117
39117
  },
39118
39118
 
39119
- /**
39120
- * isMultiple
39121
- * @desc:是否多选
39122
- * @author liufan
39123
- * @date 2022年9月13日
39119
+ /**
39120
+ * isMultiple
39121
+ * @desc:是否多选
39122
+ * @author liufan
39123
+ * @date 2022年9月13日
39124
39124
  **/
39125
39125
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
39126
39126
  var multiple = false;
@@ -43692,11 +43692,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43692
43692
  });
43693
43693
  },
43694
43694
 
43695
- /**
43696
- * saveInfo
43697
- * @desc:暂存
43698
- * @author liufan
43699
- * @date 2022年9月9日
43695
+ /**
43696
+ * saveInfo
43697
+ * @desc:暂存
43698
+ * @author liufan
43699
+ * @date 2022年9月9日
43700
43700
  **/
43701
43701
  saveInfo: function saveInfo(type, btn) {
43702
43702
  var _this6 = this;
@@ -43758,11 +43758,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43758
43758
  });
43759
43759
  },
43760
43760
 
43761
- /**
43762
- * rejectBtn
43763
- * @desc:点击驳回
43764
- * @author liufan
43765
- * @date 2022年5月25日
43761
+ /**
43762
+ * rejectBtn
43763
+ * @desc:点击驳回
43764
+ * @author liufan
43765
+ * @date 2022年5月25日
43766
43766
  **/
43767
43767
  rejectBtn: function rejectBtn() {
43768
43768
  var _this8 = this;
@@ -43780,11 +43780,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43780
43780
  }
43781
43781
  },
43782
43782
 
43783
- /**
43784
- * taskReadBtn
43785
- * @desc:点击分阅
43786
- * @author liufan
43787
- * @date 2022年5月25日
43783
+ /**
43784
+ * taskReadBtn
43785
+ * @desc:点击分阅
43786
+ * @author liufan
43787
+ * @date 2022年5月25日
43788
43788
  **/
43789
43789
  taskReadBtn: function taskReadBtn() {
43790
43790
  var _this9 = this;
@@ -43803,11 +43803,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43803
43803
  }
43804
43804
  },
43805
43805
 
43806
- /**
43807
- * getFind
43808
- * @desc:获取通知方式
43809
- * @author liufan
43810
- * @date 2022年5月25日
43806
+ /**
43807
+ * getFind
43808
+ * @desc:获取通知方式
43809
+ * @author liufan
43810
+ * @date 2022年5月25日
43811
43811
  **/
43812
43812
  getFind: function getFind() {
43813
43813
  var _this10 = this;
@@ -43862,12 +43862,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43862
43862
  });
43863
43863
  },
43864
43864
 
43865
- /**
43866
- * endFlows
43867
- * @desc:直接办结
43868
- * @author liufan
43869
- * @param {Object} res 直接办结数据
43870
- * @date 2022年5月25日
43865
+ /**
43866
+ * endFlows
43867
+ * @desc:直接办结
43868
+ * @author liufan
43869
+ * @param {Object} res 直接办结数据
43870
+ * @date 2022年5月25日
43871
43871
  **/
43872
43872
  endFlows: function endFlows(res) {
43873
43873
  var _this12 = this;
@@ -43921,12 +43921,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43921
43921
  }).catch(function (e) {});
43922
43922
  },
43923
43923
 
43924
- /**
43925
- * goView
43926
- * @desc:更多流程按钮操作
43927
- * @author liufan
43928
- * @param {Object} res 当前点击操作按钮数据
43929
- * @date 2022年5月25日
43924
+ /**
43925
+ * goView
43926
+ * @desc:更多流程按钮操作
43927
+ * @author liufan
43928
+ * @param {Object} res 当前点击操作按钮数据
43929
+ * @date 2022年5月25日
43930
43930
  **/
43931
43931
  goView: function goView(res) {
43932
43932
  // 驳回并办结:rejectAndEndHtml
@@ -44011,11 +44011,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44011
44011
  // isCanStartSubFlow
44012
44012
  },
44013
44013
 
44014
- /**
44015
- * toTakeAdvice
44016
- * @desc:征求意见
44017
- * @author liufan
44018
- * @date 2022年9月29日
44014
+ /**
44015
+ * toTakeAdvice
44016
+ * @desc:征求意见
44017
+ * @author liufan
44018
+ * @date 2022年9月29日
44019
44019
  **/
44020
44020
  toTakeAdvice: function toTakeAdvice(res) {
44021
44021
  var _this14 = this;
@@ -44059,11 +44059,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44059
44059
  });
44060
44060
  },
44061
44061
 
44062
- /**
44063
- * toStartDraf
44064
- * @desc: 稿件递送、联合审核、复核
44065
- * @author liufan
44066
- * @date 2022年9月29日
44062
+ /**
44063
+ * toStartDraf
44064
+ * @desc: 稿件递送、联合审核、复核
44065
+ * @author liufan
44066
+ * @date 2022年9月29日
44067
44067
  **/
44068
44068
  toStartDraf: function toStartDraf(res) {
44069
44069
  var _this16 = this;
@@ -44077,11 +44077,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44077
44077
  }
44078
44078
  },
44079
44079
 
44080
- /**
44081
- * toSendMsg
44082
- * @desc:核稿通知
44083
- * @author liufan
44084
- * @date 2022年9月29日
44080
+ /**
44081
+ * toSendMsg
44082
+ * @desc:核稿通知
44083
+ * @author liufan
44084
+ * @date 2022年9月29日
44085
44085
  **/
44086
44086
  toSendMsg: function toSendMsg(res) {
44087
44087
  var _this17 = this;
@@ -44095,11 +44095,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44095
44095
  }
44096
44096
  },
44097
44097
 
44098
- /**
44099
- * toTaskReadAndEnd
44100
- * @desc:分阅并办结
44101
- * @author liufan
44102
- * @date 2022年9月29日
44098
+ /**
44099
+ * toTaskReadAndEnd
44100
+ * @desc:分阅并办结
44101
+ * @author liufan
44102
+ * @date 2022年9月29日
44103
44103
  **/
44104
44104
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
44105
44105
  var _this18 = this;
@@ -44117,11 +44117,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44117
44117
  }
44118
44118
  },
44119
44119
 
44120
- /**
44121
- * rejectAndEnd
44122
- * @desc:驳回并办结
44123
- * @author liufan
44124
- * @date 2022年9月29日
44120
+ /**
44121
+ * rejectAndEnd
44122
+ * @desc:驳回并办结
44123
+ * @author liufan
44124
+ * @date 2022年9月29日
44125
44125
  **/
44126
44126
  rejectAndEnd: function rejectAndEnd(res) {
44127
44127
  var _this19 = this;
@@ -44176,11 +44176,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44176
44176
  });
44177
44177
  },
44178
44178
 
44179
- /**
44180
- * toTransfer
44181
- * @desc:转办
44182
- * @author liufan
44183
- * @date 2022年9月29日
44179
+ /**
44180
+ * toTransfer
44181
+ * @desc:转办
44182
+ * @author liufan
44183
+ * @date 2022年9月29日
44184
44184
  **/
44185
44185
  toTransfer: function toTransfer(res) {
44186
44186
  var _this21 = this;
@@ -44196,11 +44196,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44196
44196
  }
44197
44197
  },
44198
44198
 
44199
- /**
44200
- * getNodeInfo
44201
- * @desc:获取节点信息
44202
- * @author liufan
44203
- * @date 2022年5月25日
44199
+ /**
44200
+ * getNodeInfo
44201
+ * @desc:获取节点信息
44202
+ * @author liufan
44203
+ * @date 2022年5月25日
44204
44204
  **/
44205
44205
  getNodeInfo: function getNodeInfo() {
44206
44206
  var _this22 = this;
@@ -44299,12 +44299,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44299
44299
  });
44300
44300
  },
44301
44301
 
44302
- /**
44303
- * selecNext
44304
- * @desc:下步节点变化时更新数据
44305
- * @author liufan
44306
- * @param {String} val 当前选中值
44307
- * @date 2022年5月25日
44302
+ /**
44303
+ * selecNext
44304
+ * @desc:下步节点变化时更新数据
44305
+ * @author liufan
44306
+ * @param {String} val 当前选中值
44307
+ * @date 2022年5月25日
44308
44308
  **/
44309
44309
  selecNext: function selecNext(val, type, isDef) {
44310
44310
  var _this23 = this;
@@ -44413,11 +44413,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44413
44413
  if (isDef !== true) this.getNodeInfo();
44414
44414
  },
44415
44415
 
44416
- /**
44417
- * isMultiple
44418
- * @desc:是否多选
44419
- * @author liufan
44420
- * @date 2022年9月13日
44416
+ /**
44417
+ * isMultiple
44418
+ * @desc:是否多选
44419
+ * @author liufan
44420
+ * @date 2022年9月13日
44421
44421
  **/
44422
44422
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
44423
44423
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -44449,11 +44449,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44449
44449
  }
44450
44450
  },
44451
44451
 
44452
- /**
44453
- * getHedInfo
44454
- * @desc:获取审核页面数据
44455
- * @author liufan
44456
- * @date 2022年5月25日
44452
+ /**
44453
+ * getHedInfo
44454
+ * @desc:获取审核页面数据
44455
+ * @author liufan
44456
+ * @date 2022年5月25日
44457
44457
  **/
44458
44458
  getHedInfo: function getHedInfo() {
44459
44459
  var _this24 = this;
@@ -44689,13 +44689,13 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44689
44689
  });
44690
44690
  },
44691
44691
 
44692
- /**
44693
- * closeProcess
44694
- * @desc:关闭弹窗
44695
- * @author liufan
44696
- * @param {boolean} val 当前是否办理流程
44697
- * @param {String} type 当前点击的弹窗类型
44698
- * @date 2022年5月25日
44692
+ /**
44693
+ * closeProcess
44694
+ * @desc:关闭弹窗
44695
+ * @author liufan
44696
+ * @param {boolean} val 当前是否办理流程
44697
+ * @param {String} type 当前点击的弹窗类型
44698
+ * @date 2022年5月25日
44699
44699
  **/
44700
44700
  closeProcess: function closeProcess(val, type, closeParent) {
44701
44701
  if (closeParent) {
@@ -44712,23 +44712,23 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44712
44712
  }
44713
44713
  },
44714
44714
 
44715
- /**
44716
- * selectChange
44717
- * @desc:常用语选择
44718
- * @author liufan
44719
- * @param {String} val 选中值
44720
- * @date 2022年5月25日
44715
+ /**
44716
+ * selectChange
44717
+ * @desc:常用语选择
44718
+ * @author liufan
44719
+ * @param {String} val 选中值
44720
+ * @date 2022年5月25日
44721
44721
  **/
44722
44722
  selectChange: function selectChange(val) {
44723
44723
  this.value = val;
44724
44724
  },
44725
44725
 
44726
- /**
44727
- * upDate
44728
- * @desc:修改常用语
44729
- * @author liufan
44730
- * @param {Object} val 修改值
44731
- * @date 2022年5月25日
44726
+ /**
44727
+ * upDate
44728
+ * @desc:修改常用语
44729
+ * @author liufan
44730
+ * @param {Object} val 修改值
44731
+ * @date 2022年5月25日
44732
44732
  **/
44733
44733
  upDate: function upDate(val) {
44734
44734
  this.FormData.id = val.id;
@@ -44736,11 +44736,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44736
44736
  },
44737
44737
 
44738
44738
 
44739
- /**
44740
- * getProcess
44741
- * @desc:获取选择流程
44742
- * @author liufan
44743
- * @date 2022年5月25日
44739
+ /**
44740
+ * getProcess
44741
+ * @desc:获取选择流程
44742
+ * @author liufan
44743
+ * @date 2022年5月25日
44744
44744
  **/
44745
44745
  getProcess: function getProcess() {
44746
44746
  var _this25 = this;
@@ -44794,11 +44794,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44794
44794
  });
44795
44795
  },
44796
44796
 
44797
- /**
44798
- * getPendedhistoryList
44799
- * @desc:获取流程列表
44800
- * @author liufan
44801
- * @date 2022年5月25日
44797
+ /**
44798
+ * getPendedhistoryList
44799
+ * @desc:获取流程列表
44800
+ * @author liufan
44801
+ * @date 2022年5月25日
44802
44802
  **/
44803
44803
  getPendedhistoryList: function getPendedhistoryList() {
44804
44804
  var _this26 = this;
@@ -44830,12 +44830,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44830
44830
  },
44831
44831
 
44832
44832
  // 提交流程
44833
- /**
44834
- * subProcess
44835
- * @desc:提交流程
44836
- * @author liufan
44837
- * @param {String} formName 当前form表单ref值
44838
- * @date 2022年5月25日
44833
+ /**
44834
+ * subProcess
44835
+ * @desc:提交流程
44836
+ * @author liufan
44837
+ * @param {String} formName 当前form表单ref值
44838
+ * @date 2022年5月25日
44839
44839
  **/
44840
44840
  subProcess: function subProcess(val) {
44841
44841
  var _this27 = this;
@@ -46082,8 +46082,8 @@ var Circulate_component = normalizeComponent(
46082
46082
  )
46083
46083
 
46084
46084
  /* harmony default export */ var Circulate = (Circulate_component.exports);
46085
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/FreeCirculation.vue?vue&type=template&id=5d1bcb0e&
46086
- var FreeCirculationvue_type_template_id_5d1bcb0e_render = function () {
46085
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/FreeCirculation.vue?vue&type=template&id=54e2cd6f&
46086
+ var FreeCirculationvue_type_template_id_54e2cd6f_render = function () {
46087
46087
  var _vm = this
46088
46088
  var _h = _vm.$createElement
46089
46089
  var _c = _vm._self._c || _h
@@ -46179,13 +46179,15 @@ var FreeCirculationvue_type_template_id_5d1bcb0e_render = function () {
46179
46179
  1
46180
46180
  )
46181
46181
  }
46182
- var FreeCirculationvue_type_template_id_5d1bcb0e_staticRenderFns = []
46183
- FreeCirculationvue_type_template_id_5d1bcb0e_render._withStripped = true
46182
+ var FreeCirculationvue_type_template_id_54e2cd6f_staticRenderFns = []
46183
+ FreeCirculationvue_type_template_id_54e2cd6f_render._withStripped = true
46184
46184
 
46185
46185
 
46186
- // CONCATENATED MODULE: ./packages/flow/src/component/FreeCirculation.vue?vue&type=template&id=5d1bcb0e&
46186
+ // CONCATENATED MODULE: ./packages/flow/src/component/FreeCirculation.vue?vue&type=template&id=54e2cd6f&
46187
46187
 
46188
46188
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/FreeCirculation.vue?vue&type=script&lang=js&
46189
+ var FreeCirculationvue_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; };
46190
+
46189
46191
  //
46190
46192
  //
46191
46193
  //
@@ -46286,11 +46288,11 @@ FreeCirculationvue_type_template_id_5d1bcb0e_render._withStripped = true
46286
46288
  if (!this.nextNode.nextCurrentOrgObj && !this.nextNode.nextOtherOrgObj) return this.$message.warning('请选择下步办理对象!');
46287
46289
  var param = {
46288
46290
  url: freeTaskCircularRead,
46289
- data: {
46291
+ data: FreeCirculationvue_type_script_lang_js_extends({}, this.params, {
46290
46292
  appId: this.appId || this.params.appId,
46291
46293
  nextCurrentOrgObj: this.nextNode.nextCurrentOrgObj,
46292
46294
  nextOtherOrgObj: this.nextNode.nextOtherOrgObj || ''
46293
- },
46295
+ }),
46294
46296
  method: 'post'
46295
46297
  };
46296
46298
  this.loading = utils_util.loading(this.$loading, '加载中...');
@@ -46318,7 +46320,7 @@ FreeCirculationvue_type_template_id_5d1bcb0e_render._withStripped = true
46318
46320
 
46319
46321
  var param = {
46320
46322
  url: toFreeTaskCircularRead,
46321
- params: { appId: this.appId || this.params.appId }
46323
+ params: FreeCirculationvue_type_script_lang_js_extends({}, this.params, { appId: this.appId || this.params.appId })
46322
46324
  };
46323
46325
  this.loading = utils_util.loading(this.$loading, '加载中...');
46324
46326
  utils_util.ajax(param).then(function (res) {
@@ -46406,8 +46408,8 @@ FreeCirculationvue_type_template_id_5d1bcb0e_render._withStripped = true
46406
46408
 
46407
46409
  var FreeCirculation_component = normalizeComponent(
46408
46410
  component_FreeCirculationvue_type_script_lang_js_,
46409
- FreeCirculationvue_type_template_id_5d1bcb0e_render,
46410
- FreeCirculationvue_type_template_id_5d1bcb0e_staticRenderFns,
46411
+ FreeCirculationvue_type_template_id_54e2cd6f_render,
46412
+ FreeCirculationvue_type_template_id_54e2cd6f_staticRenderFns,
46411
46413
  false,
46412
46414
  null,
46413
46415
  null,
@@ -48428,11 +48430,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48428
48430
  });
48429
48431
  },
48430
48432
 
48431
- /**
48432
- * saveInfo
48433
- * @desc:暂存
48434
- * @author liufan
48435
- * @date 2022年9月9日
48433
+ /**
48434
+ * saveInfo
48435
+ * @desc:暂存
48436
+ * @author liufan
48437
+ * @date 2022年9月9日
48436
48438
  **/
48437
48439
  saveInfo: function saveInfo(type, btn) {
48438
48440
  var _this11 = this;
@@ -48494,11 +48496,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48494
48496
  });
48495
48497
  },
48496
48498
 
48497
- /**
48498
- * rejectBtn
48499
- * @desc:点击驳回
48500
- * @author liufan
48501
- * @date 2022年5月25日
48499
+ /**
48500
+ * rejectBtn
48501
+ * @desc:点击驳回
48502
+ * @author liufan
48503
+ * @date 2022年5月25日
48502
48504
  **/
48503
48505
  rejectBtn: function rejectBtn() {
48504
48506
  var _this13 = this;
@@ -48516,11 +48518,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48516
48518
  }
48517
48519
  },
48518
48520
 
48519
- /**
48520
- * taskReadBtn
48521
- * @desc:点击分阅
48522
- * @author liufan
48523
- * @date 2022年5月25日
48521
+ /**
48522
+ * taskReadBtn
48523
+ * @desc:点击分阅
48524
+ * @author liufan
48525
+ * @date 2022年5月25日
48524
48526
  **/
48525
48527
  taskReadBtn: function taskReadBtn() {
48526
48528
  var _this14 = this;
@@ -48539,11 +48541,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48539
48541
  }
48540
48542
  },
48541
48543
 
48542
- /**
48543
- * getFind
48544
- * @desc:获取通知方式
48545
- * @author liufan
48546
- * @date 2022年5月25日
48544
+ /**
48545
+ * getFind
48546
+ * @desc:获取通知方式
48547
+ * @author liufan
48548
+ * @date 2022年5月25日
48547
48549
  **/
48548
48550
  getFind: function getFind() {
48549
48551
  var _this15 = this;
@@ -48609,12 +48611,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48609
48611
  });
48610
48612
  },
48611
48613
 
48612
- /**
48613
- * endFlows
48614
- * @desc:直接办结
48615
- * @author liufan
48616
- * @param {Object} res 直接办结数据
48617
- * @date 2022年5月25日
48614
+ /**
48615
+ * endFlows
48616
+ * @desc:直接办结
48617
+ * @author liufan
48618
+ * @param {Object} res 直接办结数据
48619
+ * @date 2022年5月25日
48618
48620
  **/
48619
48621
  endFlows: function endFlows(res) {
48620
48622
  var _this17 = this;
@@ -48669,12 +48671,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48669
48671
  }).catch(function (e) {});
48670
48672
  },
48671
48673
 
48672
- /**
48673
- * goView
48674
- * @desc:更多流程按钮操作
48675
- * @author liufan
48676
- * @param {Object} res 当前点击操作按钮数据
48677
- * @date 2022年5月25日
48674
+ /**
48675
+ * goView
48676
+ * @desc:更多流程按钮操作
48677
+ * @author liufan
48678
+ * @param {Object} res 当前点击操作按钮数据
48679
+ * @date 2022年5月25日
48678
48680
  **/
48679
48681
  goView: function goView(res) {
48680
48682
  // 驳回并办结:rejectAndEndHtml
@@ -48761,11 +48763,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48761
48763
  // isCanStartSubFlow
48762
48764
  },
48763
48765
 
48764
- /**
48765
- * toTakeAdvice
48766
- * @desc:征求意见
48767
- * @author liufan
48768
- * @date 2022年9月29日
48766
+ /**
48767
+ * toTakeAdvice
48768
+ * @desc:征求意见
48769
+ * @author liufan
48770
+ * @date 2022年9月29日
48769
48771
  **/
48770
48772
  toTakeAdvice: function toTakeAdvice(res) {
48771
48773
  var _this19 = this;
@@ -48809,11 +48811,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48809
48811
  });
48810
48812
  },
48811
48813
 
48812
- /**
48813
- * toStartDraf
48814
- * @desc: 稿件递送、联合审核、复核
48815
- * @author liufan
48816
- * @date 2022年9月29日
48814
+ /**
48815
+ * toStartDraf
48816
+ * @desc: 稿件递送、联合审核、复核
48817
+ * @author liufan
48818
+ * @date 2022年9月29日
48817
48819
  **/
48818
48820
  toStartDraf: function toStartDraf(res) {
48819
48821
  var _this21 = this;
@@ -48827,11 +48829,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48827
48829
  }
48828
48830
  },
48829
48831
 
48830
- /**
48831
- * toSendMsg
48832
- * @desc:核稿通知
48833
- * @author liufan
48834
- * @date 2022年9月29日
48832
+ /**
48833
+ * toSendMsg
48834
+ * @desc:核稿通知
48835
+ * @author liufan
48836
+ * @date 2022年9月29日
48835
48837
  **/
48836
48838
  toSendMsg: function toSendMsg(res) {
48837
48839
  var _this22 = this;
@@ -48845,11 +48847,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48845
48847
  }
48846
48848
  },
48847
48849
 
48848
- /**
48849
- * toTaskReadAndEnd
48850
- * @desc:分阅并办结
48851
- * @author liufan
48852
- * @date 2022年9月29日
48850
+ /**
48851
+ * toTaskReadAndEnd
48852
+ * @desc:分阅并办结
48853
+ * @author liufan
48854
+ * @date 2022年9月29日
48853
48855
  **/
48854
48856
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
48855
48857
  var _this23 = this;
@@ -48867,11 +48869,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48867
48869
  }
48868
48870
  },
48869
48871
 
48870
- /**
48871
- * rejectAndEnd
48872
- * @desc:驳回并办结
48873
- * @author liufan
48874
- * @date 2022年9月29日
48872
+ /**
48873
+ * rejectAndEnd
48874
+ * @desc:驳回并办结
48875
+ * @author liufan
48876
+ * @date 2022年9月29日
48875
48877
  **/
48876
48878
  rejectAndEnd: function rejectAndEnd(res) {
48877
48879
  var _this24 = this;
@@ -48927,11 +48929,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48927
48929
  });
48928
48930
  },
48929
48931
 
48930
- /**
48931
- * toTransfer
48932
- * @desc:转办
48933
- * @author liufan
48934
- * @date 2022年9月29日
48932
+ /**
48933
+ * toTransfer
48934
+ * @desc:转办
48935
+ * @author liufan
48936
+ * @date 2022年9月29日
48935
48937
  **/
48936
48938
  toTransfer: function toTransfer(res) {
48937
48939
  var _this26 = this;
@@ -48950,11 +48952,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48950
48952
  this.nextNode.customLimitTime = val;
48951
48953
  },
48952
48954
 
48953
- /**
48954
- * getNodeInfo
48955
- * @desc:获取节点信息
48956
- * @author liufan
48957
- * @date 2022年5月25日
48955
+ /**
48956
+ * getNodeInfo
48957
+ * @desc:获取节点信息
48958
+ * @author liufan
48959
+ * @date 2022年5月25日
48958
48960
  **/
48959
48961
  getNodeInfo: function getNodeInfo() {
48960
48962
  var _this27 = this;
@@ -49061,12 +49063,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
49061
49063
  });
49062
49064
  },
49063
49065
 
49064
- /**
49065
- * selecNext
49066
- * @desc:下步节点变化时更新数据
49067
- * @author liufan
49068
- * @param {String} val 当前选中值
49069
- * @date 2022年5月25日
49066
+ /**
49067
+ * selecNext
49068
+ * @desc:下步节点变化时更新数据
49069
+ * @author liufan
49070
+ * @param {String} val 当前选中值
49071
+ * @date 2022年5月25日
49070
49072
  **/
49071
49073
  selecNext: function selecNext(val, type, isDef) {
49072
49074
  var _this28 = this;
@@ -49198,11 +49200,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
49198
49200
  this.getNodeInfo();
49199
49201
  },
49200
49202
 
49201
- /**
49202
- * isMultiple
49203
- * @desc:是否多选
49204
- * @author liufan
49205
- * @date 2022年9月13日
49203
+ /**
49204
+ * isMultiple
49205
+ * @desc:是否多选
49206
+ * @author liufan
49207
+ * @date 2022年9月13日
49206
49208
  **/
49207
49209
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
49208
49210
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -49234,11 +49236,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
49234
49236
  }
49235
49237
  },
49236
49238
 
49237
- /**
49238
- * getHedInfo
49239
- * @desc:获取审核页面数据
49240
- * @author liufan
49241
- * @date 2022年5月25日
49239
+ /**
49240
+ * getHedInfo
49241
+ * @desc:获取审核页面数据
49242
+ * @author liufan
49243
+ * @date 2022年5月25日
49242
49244
  **/
49243
49245
  getHedInfo: function getHedInfo() {
49244
49246
  var _this29 = this;
@@ -49542,13 +49544,13 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
49542
49544
  });
49543
49545
  },
49544
49546
 
49545
- /**
49546
- * closeProcess
49547
- * @desc:关闭弹窗
49548
- * @author liufan
49549
- * @param {boolean} val 当前是否办理流程
49550
- * @param {String} type 当前点击的弹窗类型
49551
- * @date 2022年5月25日
49547
+ /**
49548
+ * closeProcess
49549
+ * @desc:关闭弹窗
49550
+ * @author liufan
49551
+ * @param {boolean} val 当前是否办理流程
49552
+ * @param {String} type 当前点击的弹窗类型
49553
+ * @date 2022年5月25日
49552
49554
  **/
49553
49555
  closeProcess: function closeProcess(val, type, closeParent) {
49554
49556
  if (this.closeParent && !this.startFlowPageEmbeddedIntoStartFlowIndex) {
@@ -49568,23 +49570,23 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
49568
49570
  }
49569
49571
  },
49570
49572
 
49571
- /**
49572
- * selectChange
49573
- * @desc:常用语选择
49574
- * @author liufan
49575
- * @param {String} val 选中值
49576
- * @date 2022年5月25日
49573
+ /**
49574
+ * selectChange
49575
+ * @desc:常用语选择
49576
+ * @author liufan
49577
+ * @param {String} val 选中值
49578
+ * @date 2022年5月25日
49577
49579
  **/
49578
49580
  selectChange: function selectChange(val) {
49579
49581
  this.value = val;
49580
49582
  },
49581
49583
 
49582
- /**
49583
- * upDate
49584
- * @desc:修改常用语
49585
- * @author liufan
49586
- * @param {Object} val 修改值
49587
- * @date 2022年5月25日
49584
+ /**
49585
+ * upDate
49586
+ * @desc:修改常用语
49587
+ * @author liufan
49588
+ * @param {Object} val 修改值
49589
+ * @date 2022年5月25日
49588
49590
  **/
49589
49591
  upDate: function upDate(val) {
49590
49592
  this.FormData.id = val.id;
@@ -49592,11 +49594,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
49592
49594
  },
49593
49595
 
49594
49596
 
49595
- /**
49596
- * getProcess
49597
- * @desc:获取选择流程
49598
- * @author liufan
49599
- * @date 2022年5月25日
49597
+ /**
49598
+ * getProcess
49599
+ * @desc:获取选择流程
49600
+ * @author liufan
49601
+ * @date 2022年5月25日
49600
49602
  **/
49601
49603
  getProcess: function getProcess(val) {
49602
49604
  var _this30 = this;
@@ -49656,11 +49658,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
49656
49658
  });
49657
49659
  },
49658
49660
 
49659
- /**
49660
- * getPendedhistoryList
49661
- * @desc:获取流程列表
49662
- * @author liufan
49663
- * @date 2022年5月25日
49661
+ /**
49662
+ * getPendedhistoryList
49663
+ * @desc:获取流程列表
49664
+ * @author liufan
49665
+ * @date 2022年5月25日
49664
49666
  **/
49665
49667
  getPendedhistoryList: function getPendedhistoryList() {
49666
49668
  var _this31 = this;
@@ -49728,12 +49730,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
49728
49730
  },
49729
49731
 
49730
49732
  // 提交流程
49731
- /**
49732
- * subProcess
49733
- * @desc:提交流程
49734
- * @author liufan
49735
- * @param {String} formName 当前form表单ref值
49736
- * @date 2022年5月25日
49733
+ /**
49734
+ * subProcess
49735
+ * @desc:提交流程
49736
+ * @author liufan
49737
+ * @param {String} formName 当前form表单ref值
49738
+ * @date 2022年5月25日
49737
49739
  **/
49738
49740
  subProcess: function subProcess(val, type) {
49739
49741
  var _this33 = this;
@@ -53558,12 +53560,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
53558
53560
  }
53559
53561
  },
53560
53562
 
53561
- /**
53562
- * handleFormSubmit
53563
- * @desc:删除节点点击事件
53564
- * @param {Object} formData 点击删除的form数据
53565
- * @author liufan
53566
- * @date 2022年11月29日
53563
+ /**
53564
+ * handleFormSubmit
53565
+ * @desc:删除节点点击事件
53566
+ * @param {Object} formData 点击删除的form数据
53567
+ * @author liufan
53568
+ * @date 2022年11月29日
53567
53569
  **/
53568
53570
  handleFormSubmit: function handleFormSubmit(formData) {
53569
53571
  var _this9 = this;
@@ -53599,12 +53601,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
53599
53601
  });
53600
53602
  },
53601
53603
 
53602
- /**
53603
- * del
53604
- * @desc:展示删除弹窗
53605
- * @param {String} id 当前点击数据id
53606
- * @author liufan
53607
- * @date 2022年11月29日
53604
+ /**
53605
+ * del
53606
+ * @desc:展示删除弹窗
53607
+ * @param {String} id 当前点击数据id
53608
+ * @author liufan
53609
+ * @date 2022年11月29日
53608
53610
  **/
53609
53611
  del: function del(id, type) {
53610
53612
  this.modalType = type;
@@ -53612,36 +53614,36 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
53612
53614
  this.showDel = true;
53613
53615
  },
53614
53616
 
53615
- /**
53616
- * handleCurrentChange
53617
- * @desc:监听页码变化
53618
- * @param {String} val 当前页
53619
- * @author liufan
53620
- * @date 2022年11月29日
53617
+ /**
53618
+ * handleCurrentChange
53619
+ * @desc:监听页码变化
53620
+ * @param {String} val 当前页
53621
+ * @author liufan
53622
+ * @date 2022年11月29日
53621
53623
  **/
53622
53624
  handleCurrentChange: function handleCurrentChange(val) {
53623
53625
  this.currentPage = val;
53624
53626
  this.getPressList();
53625
53627
  },
53626
53628
 
53627
- /**
53628
- * handleSizeChange
53629
- * @desc:监听每页数据显示数量变化
53630
- * @param {String} val 每页展示数量
53631
- * @author liufan
53632
- * @date 2022年11月29日
53629
+ /**
53630
+ * handleSizeChange
53631
+ * @desc:监听每页数据显示数量变化
53632
+ * @param {String} val 每页展示数量
53633
+ * @author liufan
53634
+ * @date 2022年11月29日
53633
53635
  **/
53634
53636
  handleSizeChange: function handleSizeChange(val) {
53635
53637
  this.pageSize = val;
53636
53638
  this.getPressList();
53637
53639
  },
53638
53640
 
53639
- /**
53640
- * sortChange
53641
- * @desc:监听排序变化
53642
- * @param {Object} info 需要排序的字段及排序方式
53643
- * @author liufan
53644
- * @date 2022年11月29日
53641
+ /**
53642
+ * sortChange
53643
+ * @desc:监听排序变化
53644
+ * @param {Object} info 需要排序的字段及排序方式
53645
+ * @author liufan
53646
+ * @date 2022年11月29日
53645
53647
  **/
53646
53648
  sortChange: function sortChange(info) {
53647
53649
  var prop = info.prop,
@@ -53652,11 +53654,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
53652
53654
  this.getPressList();
53653
53655
  },
53654
53656
 
53655
- /**
53656
- * getPressList
53657
- * @desc:催办列表数据
53658
- * @author liufan
53659
- * @date 2022年11月29日
53657
+ /**
53658
+ * getPressList
53659
+ * @desc:催办列表数据
53660
+ * @author liufan
53661
+ * @date 2022年11月29日
53660
53662
  **/
53661
53663
  getPressList: function getPressList() {
53662
53664
  var _this10 = this;
@@ -53686,12 +53688,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
53686
53688
  });
53687
53689
  },
53688
53690
 
53689
- /**
53690
- * goPress
53691
- * @desc:催办列表查看
53692
- * @param {String} id 催办列表id
53693
- * @author liufan
53694
- * @date 2022年11月29日
53691
+ /**
53692
+ * goPress
53693
+ * @desc:催办列表查看
53694
+ * @param {String} id 催办列表id
53695
+ * @author liufan
53696
+ * @date 2022年11月29日
53695
53697
  **/
53696
53698
  goPress: function goPress(id) {
53697
53699
  this.historyId = id;
@@ -53699,23 +53701,23 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
53699
53701
  this.getPressList();
53700
53702
  },
53701
53703
 
53702
- /**
53703
- * showFile
53704
- * @desc:附件查看
53705
- * @param {String} ownId 附件id
53706
- * @author liufan
53707
- * @date 2022年11月29日
53704
+ /**
53705
+ * showFile
53706
+ * @desc:附件查看
53707
+ * @param {String} ownId 附件id
53708
+ * @author liufan
53709
+ * @date 2022年11月29日
53708
53710
  **/
53709
53711
  showFile: function showFile(ownId) {
53710
53712
  this.wfpendingid = ownId;
53711
53713
  this.showFileList = true;
53712
53714
  },
53713
53715
 
53714
- /**
53715
- * handleChange
53716
- * @desc:切换排序方式
53717
- * @author liufan
53718
- * @date 2022年11月22日
53716
+ /**
53717
+ * handleChange
53718
+ * @desc:切换排序方式
53719
+ * @author liufan
53720
+ * @date 2022年11月22日
53719
53721
  **/
53720
53722
  handleChange: function handleChange(key, value) {
53721
53723
  if (value) {
@@ -53765,11 +53767,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
53765
53767
  }))();
53766
53768
  },
53767
53769
 
53768
- /**
53769
- * getFlowList
53770
- * @desc:获取流程列表
53771
- * @author liufan
53772
- * @date 2022年11月22日
53770
+ /**
53771
+ * getFlowList
53772
+ * @desc:获取流程列表
53773
+ * @author liufan
53774
+ * @date 2022年11月22日
53773
53775
  **/
53774
53776
  getFlowList: function getFlowList(type) {
53775
53777
  var _this12 = this;
@@ -53843,12 +53845,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
53843
53845
  });
53844
53846
  },
53845
53847
 
53846
- /**
53847
- * handleClick
53848
- * @desc:表单点击事件
53849
- * @param {Object} val 当前点击行数据及按钮
53850
- * @author liufan
53851
- * @date 2022年11月10日
53848
+ /**
53849
+ * handleClick
53850
+ * @desc:表单点击事件
53851
+ * @param {Object} val 当前点击行数据及按钮
53852
+ * @author liufan
53853
+ * @date 2022年11月10日
53852
53854
  **/
53853
53855
  handleClick: function handleClick(val) {
53854
53856
  var _this13 = this;
@@ -53894,13 +53896,13 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
53894
53896
  }
53895
53897
  },
53896
53898
 
53897
- /**
53898
- * getCodeValue
53899
- * @desc:获取代码表过滤后的值
53900
- * @param {String} value 展示数据的代码值
53901
- * @param {String} type 代码表类型
53902
- * @author liufan
53903
- * @date 2022年11月10日
53899
+ /**
53900
+ * getCodeValue
53901
+ * @desc:获取代码表过滤后的值
53902
+ * @param {String} value 展示数据的代码值
53903
+ * @param {String} type 代码表类型
53904
+ * @author liufan
53905
+ * @date 2022年11月10日
53904
53906
  **/
53905
53907
  getCodeValue: function getCodeValue(value, type) {
53906
53908
  var val = this[type].filter(function (item) {
@@ -53909,12 +53911,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
53909
53911
  return val[0].shortName;
53910
53912
  },
53911
53913
 
53912
- /**
53913
- * getSysInfo
53914
- * @desc:获取代码表
53915
- * @param {String} code 编码code值
53916
- * @author liufan
53917
- * @date 2022年11月10日
53914
+ /**
53915
+ * getSysInfo
53916
+ * @desc:获取代码表
53917
+ * @param {String} code 编码code值
53918
+ * @author liufan
53919
+ * @date 2022年11月10日
53918
53920
  **/
53919
53921
  getSysInfo: function getSysInfo(code) {
53920
53922
  var _this14 = this;
@@ -53936,11 +53938,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
53936
53938
  }).catch(function (e) {});
53937
53939
  },
53938
53940
 
53939
- /**
53940
- * getListInfo
53941
- * @desc:获取预设列表数据
53942
- * @author liufan
53943
- * @date 2022年11月10日
53941
+ /**
53942
+ * getListInfo
53943
+ * @desc:获取预设列表数据
53944
+ * @author liufan
53945
+ * @date 2022年11月10日
53944
53946
  **/
53945
53947
  getListInfo: function getListInfo() {
53946
53948
  var _this15 = this;
@@ -56544,8 +56546,8 @@ layout_src_main.install = function (Vue) {
56544
56546
  };
56545
56547
 
56546
56548
  /* harmony default export */ var packages_layout = (layout_src_main);
56547
- // 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=8de35222&
56548
- var mainvue_type_template_id_8de35222_render = function () {
56549
+ // 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=727b692e&
56550
+ var mainvue_type_template_id_727b692e_render = function () {
56549
56551
  var _vm = this
56550
56552
  var _h = _vm.$createElement
56551
56553
  var _c = _vm._self._c || _h
@@ -57819,7 +57821,7 @@ var mainvue_type_template_id_8de35222_render = function () {
57819
57821
  )
57820
57822
  : _vm._e()
57821
57823
  }
57822
- var mainvue_type_template_id_8de35222_staticRenderFns = [
57824
+ var mainvue_type_template_id_727b692e_staticRenderFns = [
57823
57825
  function () {
57824
57826
  var _vm = this
57825
57827
  var _h = _vm.$createElement
@@ -57834,10 +57836,10 @@ var mainvue_type_template_id_8de35222_staticRenderFns = [
57834
57836
  ])
57835
57837
  },
57836
57838
  ]
57837
- mainvue_type_template_id_8de35222_render._withStripped = true
57839
+ mainvue_type_template_id_727b692e_render._withStripped = true
57838
57840
 
57839
57841
 
57840
- // CONCATENATED MODULE: ./packages/login/src/main.vue?vue&type=template&id=8de35222&
57842
+ // CONCATENATED MODULE: ./packages/login/src/main.vue?vue&type=template&id=727b692e&
57841
57843
 
57842
57844
  // 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=325dc074&
57843
57845
  var resetPasswordvue_type_template_id_325dc074_render = function () {
@@ -58317,7 +58319,7 @@ function resetPasswordvue_type_script_lang_js_objectWithoutProperties(obj, keys)
58317
58319
  data.operationCheckCode = this.operationCheckCode;
58318
58320
  utils_util.ajax({
58319
58321
  method: 'post',
58320
- url: /* Cannot get final name for export "loginModifyPassword" in "./src/config/api.js" (known exports: doCaLogin doUserLogin doQrLogin logout initLogin switchUserTo changeImg getLoginCode doCodeLogin updateCode getModifyPassCode codeModifyPass loginModifyPasswomodifyrd authCenter initModifyPassword doWechatQrLogin getTwoFactorLoginCode doTwoFactorLogin initRetrialAuth getRetrialAuthCode scanCodeRetrialAuth codeRetrialAuth doAssistanceQrLogin userOnline getUserAppWithTag recordUserApp mainConfig initUserSet updateUserInfo getUserImgUrl getDoorIndex refreshOnlineUsers getQuickMenuIds getApplicationIdArray getComplexApplications getComplexApplicationsNew getUserCustomInfo updateUserCustomInfo sysMsgPage ignoreSysMsg ignoreAllSysMsg searchType getSysParam getAdjunctProperties uploads uploadOnlyOne getAdjunctFileInfos uploadSort downloadByAdjunctId uploadDownloads previewAdjunct previewAdjunct2 previewAdjunctOffice delAdjunct upload_updateClassify getDeleteAdjunctFileInfos getPictureBase64 getSelectorOrgTree getSelectorOrgDetail getOrgMainTree getSelectOrgsubids findSysCode getDictList findUserBaseInfo gethelpdoc getCurrentuser mainDetail toStartFlow tempSave commonOpion addCommonOpion editCommonOpion saveCommonOpinion updateCommonOpinion deleteCommonOpion getProcessDefList getNodeInfo findCodeValues findSysParam findSysCodes getNotificationMsg getHandleInfoHtml taskHandleHtml getView register pendedhistoryList toTaskRejectHtml taskRejectHtml toStartTaskRead toStartTaskReadIndex taskReadHtml rejectAndEnd toSendMsg sendMsg endFlowHtml handleInfo loginUserInfo wss topic getPresetCustomInfo getPresetNodeInfo toTaskTransferIndex taskTransfer toPresetInfoListIndex deletePresetInfo historyListJson pendedhistoryListJson pressListJson deleteFlow modifyFlow isCanStartSubFlow toTaskUnionExamine taskUnionExamine toTaskTakeAdvice taskTakeAdvice toTaskStartDraft toTaskSupervise toTaskSuperviseSub taskStartDraft toTaskReview taskReview toTaskUnionSeal taskUnionSeal toTwoOfficesDispatch twoOfficesDispatch toResetProcessIndex resetProcess toTaskContinuationIndex taskContinuation getFreeStartFlowParams freeStartFlowWithSubmitTask checkForeignOrgStartedCircularRead pendedhistoryListWithCircularReadJson fyListJson circularReadWithdraw taskReadWithDraw startReadTransferHandleFlowWithTaskReadEnd checkBusinessIdStartedReadTransferHandle sendList sendInfo sendSave sendUpdate sendDelete sendBatch formContents directStartTaskCircularRead endFlowAndStartTaskCircularRead getNodeInfoForStart freeStartFlow getUrgencyLevelChangedNotificationType toFreeTaskCircularRead freeTaskCircularRead, known reexports: ) */ undefined,
58322
+ url: loginModifyPassword,
58321
58323
  data: data
58322
58324
  }).then(function (res) {
58323
58325
  _this4.submit = false;
@@ -59242,7 +59244,7 @@ var mainvue_type_script_lang_js_params = utils_util.getParams();
59242
59244
  name: '证书登录'
59243
59245
  },
59244
59246
  3: { type: '3', icon: 'es-icon-erweima', name: '扫码登录' },
59245
- 6: { type: '6', icon: 'es-icon-email', name: '短信登录' },
59247
+ 6: { type: '6', icon: 'es-icon-solid-duanxin', name: '短信登录' },
59246
59248
  7: { type: '7', icon: 'es-icon-dingding', name: '钉钉扫码登录' },
59247
59249
  9: { type: '9', icon: 'es-icon-weixin', name: '微信扫码登录' },
59248
59250
  11: {
@@ -60443,8 +60445,8 @@ var mainvue_type_script_lang_js_params = utils_util.getParams();
60443
60445
 
60444
60446
  var login_src_main_component = normalizeComponent(
60445
60447
  packages_login_src_mainvue_type_script_lang_js_,
60446
- mainvue_type_template_id_8de35222_render,
60447
- mainvue_type_template_id_8de35222_staticRenderFns,
60448
+ mainvue_type_template_id_727b692e_render,
60449
+ mainvue_type_template_id_727b692e_staticRenderFns,
60448
60450
  false,
60449
60451
  null,
60450
60452
  null,
@@ -60588,8 +60590,8 @@ mainvue_type_template_id_431974fc_render._withStripped = true
60588
60590
 
60589
60591
  // CONCATENATED MODULE: ./packages/main/src/main.vue?vue&type=template&id=431974fc&
60590
60592
 
60591
- // 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=cbbb7c28&scoped=true&
60592
- var simplicityvue_type_template_id_cbbb7c28_scoped_true_render = function () {
60593
+ // 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=1f3392e8&scoped=true&
60594
+ var simplicityvue_type_template_id_1f3392e8_scoped_true_render = function () {
60593
60595
  var _vm = this
60594
60596
  var _h = _vm.$createElement
60595
60597
  var _c = _vm._self._c || _h
@@ -60631,6 +60633,7 @@ var simplicityvue_type_template_id_cbbb7c28_scoped_true_render = function () {
60631
60633
  },
60632
60634
  [
60633
60635
  _c("user", {
60636
+ ref: "user",
60634
60637
  attrs: {
60635
60638
  user: _vm.user,
60636
60639
  notifyList: _vm.notifyList,
@@ -60662,9 +60665,6 @@ var simplicityvue_type_template_id_cbbb7c28_scoped_true_render = function () {
60662
60665
  ],
60663
60666
  attrs: { user: _vm.user, size: 56, "show-name": true },
60664
60667
  }),
60665
- _c("div", { staticClass: "es-simplicity-username" }, [
60666
- _vm._v(_vm._s(_vm.user.username)),
60667
- ]),
60668
60668
  _c(
60669
60669
  "div",
60670
60670
  {
@@ -60680,12 +60680,68 @@ var simplicityvue_type_template_id_cbbb7c28_scoped_true_render = function () {
60680
60680
  },
60681
60681
  [_vm._v("\n " + _vm._s(_vm.greeting) + "\n ")]
60682
60682
  ),
60683
+ _c("div", { staticClass: "es-simplicity-username" }, [
60684
+ _vm._v(_vm._s(_vm.user.username)),
60685
+ ]),
60683
60686
  ],
60684
60687
  1
60685
60688
  ),
60686
60689
  ],
60687
60690
  1
60688
60691
  ),
60692
+ _vm.user.identityList && _vm.user.identityList.length
60693
+ ? _c(
60694
+ "el-dropdown",
60695
+ {
60696
+ attrs: { trigger: "click", placement: "bottom-start" },
60697
+ on: { command: _vm.handleDepSelect },
60698
+ },
60699
+ [
60700
+ _c(
60701
+ "div",
60702
+ { staticClass: "es-simplicity-dep-post" },
60703
+ [
60704
+ _c("span", { staticClass: "es-simplicity-dep-name" }, [
60705
+ _vm._v(" " + _vm._s(_vm.user.depName)),
60706
+ ]),
60707
+ _vm.user.postName
60708
+ ? [
60709
+ _vm._v("\n |\n "),
60710
+ _c(
60711
+ "span",
60712
+ { staticClass: "es-simplicity-post-name" },
60713
+ [
60714
+ _vm._v(
60715
+ _vm._s(_vm.user.position || _vm.user.postName)
60716
+ ),
60717
+ ]
60718
+ ),
60719
+ ]
60720
+ : _vm._e(),
60721
+ _c("i", { staticClass: "es-icon-qiehuangangwei" }),
60722
+ ],
60723
+ 2
60724
+ ),
60725
+ _c(
60726
+ "el-dropdown-menu",
60727
+ { attrs: { slot: "dropdown" }, slot: "dropdown" },
60728
+ _vm._l(_vm.user.identityList, function (item) {
60729
+ return _c(
60730
+ "el-dropdown-item",
60731
+ {
60732
+ key: item.id,
60733
+ class: { "is-active": _vm.user.identityId == item.id },
60734
+ attrs: { command: item },
60735
+ },
60736
+ [_vm._v(_vm._s(item.name))]
60737
+ )
60738
+ }),
60739
+ 1
60740
+ ),
60741
+ ],
60742
+ 1
60743
+ )
60744
+ : _vm._e(),
60689
60745
  _c(
60690
60746
  "div",
60691
60747
  { staticClass: "es-simplicity-side-Application" },
@@ -61299,11 +61355,11 @@ var simplicityvue_type_template_id_cbbb7c28_scoped_true_render = function () {
61299
61355
  ),
61300
61356
  ])
61301
61357
  }
61302
- var simplicityvue_type_template_id_cbbb7c28_scoped_true_staticRenderFns = []
61303
- simplicityvue_type_template_id_cbbb7c28_scoped_true_render._withStripped = true
61358
+ var simplicityvue_type_template_id_1f3392e8_scoped_true_staticRenderFns = []
61359
+ simplicityvue_type_template_id_1f3392e8_scoped_true_render._withStripped = true
61304
61360
 
61305
61361
 
61306
- // CONCATENATED MODULE: ./packages/main/src/simplicity/index.vue?vue&type=template&id=cbbb7c28&scoped=true&
61362
+ // CONCATENATED MODULE: ./packages/main/src/simplicity/index.vue?vue&type=template&id=1f3392e8&scoped=true&
61307
61363
 
61308
61364
  // 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&
61309
61365
  var avatarvue_type_template_id_e722b45c_scoped_true_render = function () {
@@ -63360,10 +63416,10 @@ appsvue_type_template_id_f094d33e_scoped_true_render._withStripped = true
63360
63416
  this.$emit('click', res);
63361
63417
  },
63362
63418
 
63363
- /**
63364
- * @desc:获取气泡提醒
63365
- * @author huangbo
63366
- * @date 2024年9月7日
63419
+ /**
63420
+ * @desc:获取气泡提醒
63421
+ * @author huangbo
63422
+ * @date 2024年9月7日
63367
63423
  **/
63368
63424
  getBadge: function getBadge(res) {
63369
63425
  var num = res.tips || 0;
@@ -67171,6 +67227,33 @@ var simplicityvue_type_script_lang_js_extends = Object.assign || function (targe
67171
67227
  //
67172
67228
  //
67173
67229
  //
67230
+ //
67231
+ //
67232
+ //
67233
+ //
67234
+ //
67235
+ //
67236
+ //
67237
+ //
67238
+ //
67239
+ //
67240
+ //
67241
+ //
67242
+ //
67243
+ //
67244
+ //
67245
+ //
67246
+ //
67247
+ //
67248
+ //
67249
+ //
67250
+ //
67251
+ //
67252
+ //
67253
+ //
67254
+ //
67255
+ //
67256
+ //
67174
67257
 
67175
67258
 
67176
67259
 
@@ -67633,10 +67716,14 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
67633
67716
  },
67634
67717
 
67635
67718
  methods: {
67636
- /**
67637
- * @desc:匹配路由
67638
- * @author huangbo
67639
- * @date 2024年9月7日
67719
+ handleDepSelect: function handleDepSelect(res) {
67720
+ this.$refs.user.handleSelect(res);
67721
+ },
67722
+
67723
+ /**
67724
+ * @desc:匹配路由
67725
+ * @author huangbo
67726
+ * @date 2024年9月7日
67640
67727
  **/
67641
67728
  hasRouter: function hasRouter(res, url, code) {
67642
67729
  if (!url) {
@@ -67680,10 +67767,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
67680
67767
  return false;
67681
67768
  },
67682
67769
 
67683
- /**
67684
- * @desc:获取初始数据
67685
- * @author huangbo
67686
- * @date 2024年9月7日
67770
+ /**
67771
+ * @desc:获取初始数据
67772
+ * @author huangbo
67773
+ * @date 2024年9月7日
67687
67774
  **/
67688
67775
  init: function init(results, first) {
67689
67776
  this.setConfig(results);
@@ -67692,10 +67779,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
67692
67779
  }
67693
67780
  },
67694
67781
 
67695
- /**
67696
- * @desc:设置用户配置及信息
67697
- * @author huangbo
67698
- * @date 2024年9月7日
67782
+ /**
67783
+ * @desc:设置用户配置及信息
67784
+ * @author huangbo
67785
+ * @date 2024年9月7日
67699
67786
  **/
67700
67787
  setConfig: function setConfig(results) {
67701
67788
  localStorage.setItem('mainConfig', JSON.stringify(results));
@@ -67859,10 +67946,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
67859
67946
  }
67860
67947
  },
67861
67948
 
67862
- /**
67863
- * @desc:获取所有应用
67864
- * @author huangbo
67865
- * @date 2024年9月7日
67949
+ /**
67950
+ * @desc:获取所有应用
67951
+ * @author huangbo
67952
+ * @date 2024年9月7日
67866
67953
  **/
67867
67954
  getApplications: function getApplications() {
67868
67955
  var _this2 = this;
@@ -67910,10 +67997,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
67910
67997
  });
67911
67998
  },
67912
67999
 
67913
- /**
67914
- * @desc:获取菜单列表
67915
- * @author huangbo
67916
- * @date 2024年9月7日
68000
+ /**
68001
+ * @desc:获取菜单列表
68002
+ * @author huangbo
68003
+ * @date 2024年9月7日
67917
68004
  **/
67918
68005
  getMenus: function getMenus(loading) {
67919
68006
  var _this3 = this;
@@ -67946,10 +68033,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
67946
68033
  });
67947
68034
  },
67948
68035
 
67949
- /**
67950
- * @desc:处理菜单列表
67951
- * @author huangbo
67952
- * @date 2024年9月7日
68036
+ /**
68037
+ * @desc:处理菜单列表
68038
+ * @author huangbo
68039
+ * @date 2024年9月7日
67953
68040
  **/
67954
68041
  renderMenus: function renderMenus(res) {
67955
68042
  this.menus = res;
@@ -68045,10 +68132,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68045
68132
  }
68046
68133
  },
68047
68134
 
68048
- /**
68049
- * @desc:设置页面加载类型
68050
- * @author huangbo
68051
- * @date 2024年9月7日
68135
+ /**
68136
+ * @desc:设置页面加载类型
68137
+ * @author huangbo
68138
+ * @date 2024年9月7日
68052
68139
  **/
68053
68140
  setIframeType: function setIframeType(res) {
68054
68141
  var url = res.url;
@@ -68104,10 +68191,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68104
68191
  return res;
68105
68192
  },
68106
68193
 
68107
- /**
68108
- * @desc:获取菜单
68109
- * @author huangbo
68110
- * @date 2024年9月7日
68194
+ /**
68195
+ * @desc:获取菜单
68196
+ * @author huangbo
68197
+ * @date 2024年9月7日
68111
68198
  **/
68112
68199
  getMenu: function getMenu(menus, res, key) {
68113
68200
  if (Array.isArray(menus)) {
@@ -68136,10 +68223,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68136
68223
  return false;
68137
68224
  },
68138
68225
 
68139
- /**
68140
- * @desc:获取菜单第一条数据
68141
- * @author huangbo
68142
- * @date 2024年9月7日
68226
+ /**
68227
+ * @desc:获取菜单第一条数据
68228
+ * @author huangbo
68229
+ * @date 2024年9月7日
68143
68230
  **/
68144
68231
  getFirst: function getFirst(obj) {
68145
68232
  if (!obj) {
@@ -68158,10 +68245,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68158
68245
  }
68159
68246
  },
68160
68247
 
68161
- /**
68162
- * @desc:遍历设置菜单气泡提醒
68163
- * @author huangbo
68164
- * @date 2024年9月7日
68248
+ /**
68249
+ * @desc:遍历设置菜单气泡提醒
68250
+ * @author huangbo
68251
+ * @date 2024年9月7日
68165
68252
  **/
68166
68253
  setTips: function setTips(obj) {
68167
68254
  var _this4 = this;
@@ -68224,10 +68311,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68224
68311
  }
68225
68312
  },
68226
68313
 
68227
- /**
68228
- * @desc:获取气泡提醒
68229
- * @author huangbo
68230
- * @date 2024年9月7日
68314
+ /**
68315
+ * @desc:获取气泡提醒
68316
+ * @author huangbo
68317
+ * @date 2024年9月7日
68231
68318
  **/
68232
68319
  getBadge: function getBadge(res) {
68233
68320
  var num = res.tips || 0;
@@ -68241,10 +68328,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68241
68328
  };
68242
68329
  },
68243
68330
 
68244
- /**
68245
- * @desc:开启weosocket
68246
- * @author huangbo
68247
- * @date 2024年9月7日
68331
+ /**
68332
+ * @desc:开启weosocket
68333
+ * @author huangbo
68334
+ * @date 2024年9月7日
68248
68335
  **/
68249
68336
  initWebSocket: function initWebSocket() {
68250
68337
  var _this6 = this;
@@ -68293,10 +68380,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68293
68380
  });
68294
68381
  },
68295
68382
 
68296
- /**
68297
- * @desc:显示用户信息
68298
- * @author huangbo
68299
- * @date 2024年9月7日
68383
+ /**
68384
+ * @desc:显示用户信息
68385
+ * @author huangbo
68386
+ * @date 2024年9月7日
68300
68387
  **/
68301
68388
  showUserInfo: function showUserInfo() {
68302
68389
  if (this.showUser === false) {
@@ -68304,19 +68391,19 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68304
68391
  }
68305
68392
  },
68306
68393
 
68307
- /**
68308
- * @desc:删除更多应用菜单点击
68309
- * @author huangbo
68310
- * @date 2024年9月7日
68394
+ /**
68395
+ * @desc:删除更多应用菜单点击
68396
+ * @author huangbo
68397
+ * @date 2024年9月7日
68311
68398
  **/
68312
68399
  handleDelete: function handleDelete(index) {
68313
68400
  this.newApps.splice(index, 1);
68314
68401
  },
68315
68402
 
68316
- /**
68317
- * @desc:储存更多应用菜单点击
68318
- * @author huangbo
68319
- * @date 2024年9月7日
68403
+ /**
68404
+ * @desc:储存更多应用菜单点击
68405
+ * @author huangbo
68406
+ * @date 2024年9月7日
68320
68407
  **/
68321
68408
  handlerClickApps: function handlerClickApps(res) {
68322
68409
  if (res.permission === false) {
@@ -68329,10 +68416,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68329
68416
  this.handlerClickApp(res);
68330
68417
  },
68331
68418
 
68332
- /**
68333
- * @desc:侧边应用菜单点击
68334
- * @author huangbo
68335
- * @date 2024年9月7日
68419
+ /**
68420
+ * @desc:侧边应用菜单点击
68421
+ * @author huangbo
68422
+ * @date 2024年9月7日
68336
68423
  **/
68337
68424
  handlerClickApp: function handlerClickApp(res) {
68338
68425
  this.showMsg = false;
@@ -68421,10 +68508,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68421
68508
  }
68422
68509
  },
68423
68510
 
68424
- /**
68425
- * @desc:显示Drawer界面
68426
- * @author huangbo
68427
- * @date 2024年9月7日
68511
+ /**
68512
+ * @desc:显示Drawer界面
68513
+ * @author huangbo
68514
+ * @date 2024年9月7日
68428
68515
  **/
68429
68516
  handlerSetDrawer: function handlerSetDrawer(res, type) {
68430
68517
  var direction = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : 'ltr';
@@ -68444,19 +68531,19 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68444
68531
  }
68445
68532
  },
68446
68533
 
68447
- /**
68448
- * @desc:关闭Drawer界面
68449
- * @author huangbo
68450
- * @date 2024年9月7日
68534
+ /**
68535
+ * @desc:关闭Drawer界面
68536
+ * @author huangbo
68537
+ * @date 2024年9月7日
68451
68538
  **/
68452
68539
  handleCloseDrawer: function handleCloseDrawer() {
68453
68540
  this.drawer = { visible: false };
68454
68541
  },
68455
68542
 
68456
- /**
68457
- * @desc:菜单点击
68458
- * @author huangbo
68459
- * @date 2024年9月7日
68543
+ /**
68544
+ * @desc:菜单点击
68545
+ * @author huangbo
68546
+ * @date 2024年9月7日
68460
68547
  **/
68461
68548
  handlerClickMenu: function handlerClickMenu(res) {
68462
68549
  utils_util.ajax({
@@ -68505,19 +68592,19 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68505
68592
  },
68506
68593
 
68507
68594
 
68508
- /**
68509
- * @desc:用户详情请求成功
68510
- * @author huangbo
68511
- * @date 2024年9月7日
68595
+ /**
68596
+ * @desc:用户详情请求成功
68597
+ * @author huangbo
68598
+ * @date 2024年9月7日
68512
68599
  **/
68513
68600
  handleSuccess: function handleSuccess(res) {
68514
68601
  this.simpleUserInfo = res.simpleUserInfo;
68515
68602
  },
68516
68603
 
68517
- /**
68518
- * @desc:修改用户配置
68519
- * @author huangbo
68520
- * @date 2024年9月7日
68604
+ /**
68605
+ * @desc:修改用户配置
68606
+ * @author huangbo
68607
+ * @date 2024年9月7日
68521
68608
  **/
68522
68609
  handleChangeConfig: function handleChangeConfig(name, res) {
68523
68610
  if (name == 'userHeadUrl') {
@@ -68533,10 +68620,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68533
68620
  }
68534
68621
  },
68535
68622
 
68536
- /**
68537
- * @desc:关闭webSocket
68538
- * @author huangbo
68539
- * @date 2024年9月7日
68623
+ /**
68624
+ * @desc:关闭webSocket
68625
+ * @author huangbo
68626
+ * @date 2024年9月7日
68540
68627
  **/
68541
68628
  handlerClose: function handlerClose() {
68542
68629
  if (this.webSocket) {
@@ -68544,10 +68631,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68544
68631
  }
68545
68632
  },
68546
68633
 
68547
- /**
68548
- * @desc:刷新选中iframe页签
68549
- * @author huangbo
68550
- * @date 2024年9月7日
68634
+ /**
68635
+ * @desc:刷新选中iframe页签
68636
+ * @author huangbo
68637
+ * @date 2024年9月7日
68551
68638
  **/
68552
68639
  handleRefresh: function handleRefresh(arg) {
68553
68640
  var i = arg && arg != true && arg !== 'pageData' ? utils_util.indexOfObj(this.tabs, arg, 'appCode,code,id,url') : utils_util.indexOfObj(this.tabs, this.activeName, 'id');
@@ -68584,10 +68671,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68584
68671
  }
68585
68672
  },
68586
68673
 
68587
- /**
68588
- * @desc:删除iframe
68589
- * @author huangbo
68590
- * @date 2024年9月7日
68674
+ /**
68675
+ * @desc:删除iframe
68676
+ * @author huangbo
68677
+ * @date 2024年9月7日
68591
68678
  **/
68592
68679
  handleRemove: function handleRemove(name) {
68593
68680
  var len = this.tabs.length - 1;
@@ -68604,10 +68691,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68604
68691
  }
68605
68692
  },
68606
68693
 
68607
- /**
68608
- * @desc:tabs鼠标右键事件
68609
- * @author huangbo
68610
- * @date 2024年9月7日
68694
+ /**
68695
+ * @desc:tabs鼠标右键事件
68696
+ * @author huangbo
68697
+ * @date 2024年9月7日
68611
68698
  **/
68612
68699
  handleContextmenu: function handleContextmenu(tabs, e) {
68613
68700
  var disabled = {};
@@ -68632,10 +68719,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68632
68719
  window.addEventListener('click', this.closeTabsEvents);
68633
68720
  },
68634
68721
 
68635
- /**
68636
- * @desc:tabs页签事件
68637
- * @author huangbo
68638
- * @date 2024年9月7日
68722
+ /**
68723
+ * @desc:tabs页签事件
68724
+ * @author huangbo
68725
+ * @date 2024年9月7日
68639
68726
  **/
68640
68727
  handleTabsEvents: function handleTabsEvents(num) {
68641
68728
  if (this.pane !== null) {
@@ -68646,10 +68733,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68646
68733
  },
68647
68734
 
68648
68735
 
68649
- /**
68650
- * @desc:关闭页签事件面板
68651
- * @author huangbo
68652
- * @date 2024年9月7日
68736
+ /**
68737
+ * @desc:关闭页签事件面板
68738
+ * @author huangbo
68739
+ * @date 2024年9月7日
68653
68740
  **/
68654
68741
  closeTabsEvents: function closeTabsEvents(e) {
68655
68742
  if (e.target.parentNode != this.$refs.tabsHandler.$el && e.target.parentNode.parentNode != this.$refs.tabsHandler.$el) {
@@ -68659,10 +68746,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68659
68746
  },
68660
68747
 
68661
68748
 
68662
- /**
68663
- * @desc:tabs页签点击事件
68664
- * @author huangbo
68665
- * @date 2024年9月7日
68749
+ /**
68750
+ * @desc:tabs页签点击事件
68751
+ * @author huangbo
68752
+ * @date 2024年9月7日
68666
68753
  **/
68667
68754
  handleTabClick: function handleTabClick() {
68668
68755
  this.active = '';
@@ -68670,10 +68757,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68670
68757
  this.showMenu = false;
68671
68758
  },
68672
68759
 
68673
- /**
68674
- * @desc:handler工具栏点击事件
68675
- * @author huangbo
68676
- * @date 2024年9月7日
68760
+ /**
68761
+ * @desc:handler工具栏点击事件
68762
+ * @author huangbo
68763
+ * @date 2024年9月7日
68677
68764
  **/
68678
68765
  handleClick: function handleClick(res) {
68679
68766
  var type = res.type,
@@ -68754,10 +68841,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68754
68841
  this.$emit('handler-click', res);
68755
68842
  },
68756
68843
 
68757
- /**
68758
- * @desc:退出登录
68759
- * @author huangbo
68760
- * @date 2024年9月7日
68844
+ /**
68845
+ * @desc:退出登录
68846
+ * @author huangbo
68847
+ * @date 2024年9月7日
68761
68848
  **/
68762
68849
  handleQuit: function handleQuit() {
68763
68850
  var _this7 = this;
@@ -68832,10 +68919,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68832
68919
  }).catch(function (e) {});
68833
68920
  },
68834
68921
 
68835
- /**
68836
- * @desc:主题、消息回调
68837
- * @author huangbo
68838
- * @date 2024年9月7日
68922
+ /**
68923
+ * @desc:主题、消息回调
68924
+ * @author huangbo
68925
+ * @date 2024年9月7日
68839
68926
  **/
68840
68927
  handleChange: function handleChange(res) {
68841
68928
  var type = res.type,
@@ -68851,10 +68938,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68851
68938
  }
68852
68939
  },
68853
68940
 
68854
- /**
68855
- * @desc:菜单布局样式切换
68856
- * @author huangbo
68857
- * @date 2024年9月7日
68941
+ /**
68942
+ * @desc:菜单布局样式切换
68943
+ * @author huangbo
68944
+ * @date 2024年9月7日
68858
68945
  **/
68859
68946
  handleLayout: function handleLayout(res, active) {
68860
68947
  if (active) {
@@ -68863,10 +68950,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68863
68950
  this.$emit('chang-layout', res, active);
68864
68951
  },
68865
68952
 
68866
- /**
68867
- * @desc:消息修改总数
68868
- * @author huangbo
68869
- * @date 2024年9月7日
68953
+ /**
68954
+ * @desc:消息修改总数
68955
+ * @author huangbo
68956
+ * @date 2024年9月7日
68870
68957
  **/
68871
68958
  handleMenuTips: function handleMenuTips(id, num) {
68872
68959
  if (num) {
@@ -68877,10 +68964,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68877
68964
  }
68878
68965
  },
68879
68966
 
68880
- /**
68881
- * @desc:处理即时消息
68882
- * @author huangbo
68883
- * @date 2024年9月7日
68967
+ /**
68968
+ * @desc:处理即时消息
68969
+ * @author huangbo
68970
+ * @date 2024年9月7日
68884
68971
  **/
68885
68972
  handleOpened: function handleOpened(res) {
68886
68973
  var _this8 = this;
@@ -69007,11 +69094,11 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
69007
69094
 
69008
69095
  var simplicity_component = normalizeComponent(
69009
69096
  src_simplicityvue_type_script_lang_js_,
69010
- simplicityvue_type_template_id_cbbb7c28_scoped_true_render,
69011
- simplicityvue_type_template_id_cbbb7c28_scoped_true_staticRenderFns,
69097
+ simplicityvue_type_template_id_1f3392e8_scoped_true_render,
69098
+ simplicityvue_type_template_id_1f3392e8_scoped_true_staticRenderFns,
69012
69099
  false,
69013
69100
  null,
69014
- "cbbb7c28",
69101
+ "1f3392e8",
69015
69102
  null
69016
69103
 
69017
69104
  )
@@ -76181,19 +76268,19 @@ var QRCode = __webpack_require__(21);
76181
76268
  //设置logo大小
76182
76269
  var logoPosition = (_this3.mwidth - 46) / 2; //logo相对于canvas居中定位
76183
76270
  //设置获取的logo将其变为圆角以及添加白色背景
76184
- /* ctx.fillStyle = "#fff";
76185
- ctx.beginPath();
76186
- let h = 46; //圆角高 10为基数(logo四周白色背景为10/2)
76187
- let w = 46; //圆角宽
76188
- let x = logoPosition - 5;
76189
- let y = logoPosition - 5;
76190
- let r = 5; //圆角半径
76191
- ctx.moveTo(x + r, y);
76192
- ctx.arcTo(x + w, y, x + w, y + h, r);
76193
- ctx.arcTo(x + w, y + h, x, y + h, r);
76194
- ctx.arcTo(x, y + h, x, y, r);
76195
- ctx.arcTo(x, y, x + w, y, r);
76196
- ctx.closePath();
76271
+ /* ctx.fillStyle = "#fff";
76272
+ ctx.beginPath();
76273
+ let h = 46; //圆角高 10为基数(logo四周白色背景为10/2)
76274
+ let w = 46; //圆角宽
76275
+ let x = logoPosition - 5;
76276
+ let y = logoPosition - 5;
76277
+ let r = 5; //圆角半径
76278
+ ctx.moveTo(x + r, y);
76279
+ ctx.arcTo(x + w, y, x + w, y + h, r);
76280
+ ctx.arcTo(x + w, y + h, x, y + h, r);
76281
+ ctx.arcTo(x, y + h, x, y, r);
76282
+ ctx.arcTo(x, y, x + w, y, r);
76283
+ ctx.closePath();
76197
76284
  ctx.fill(); */
76198
76285
  logo.onload = function () {
76199
76286
  ctx.drawImage(logo, logoPosition, logoPosition, 46, 46);
@@ -92247,8 +92334,8 @@ form_src_table.install = function (Vue) {
92247
92334
  };
92248
92335
 
92249
92336
  /* harmony default export */ var table_form = (form_src_table);
92250
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/upload/src/main.vue?vue&type=template&id=aca9259c&
92251
- var mainvue_type_template_id_aca9259c_render = function () {
92337
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/upload/src/main.vue?vue&type=template&id=13219ac4&
92338
+ var mainvue_type_template_id_13219ac4_render = function () {
92252
92339
  var _vm = this
92253
92340
  var _h = _vm.$createElement
92254
92341
  var _c = _vm._self._c || _h
@@ -92629,11 +92716,11 @@ var mainvue_type_template_id_aca9259c_render = function () {
92629
92716
  )
92630
92717
  : _vm._e()
92631
92718
  }
92632
- var mainvue_type_template_id_aca9259c_staticRenderFns = []
92633
- mainvue_type_template_id_aca9259c_render._withStripped = true
92719
+ var mainvue_type_template_id_13219ac4_staticRenderFns = []
92720
+ mainvue_type_template_id_13219ac4_render._withStripped = true
92634
92721
 
92635
92722
 
92636
- // CONCATENATED MODULE: ./packages/upload/src/main.vue?vue&type=template&id=aca9259c&
92723
+ // CONCATENATED MODULE: ./packages/upload/src/main.vue?vue&type=template&id=13219ac4&
92637
92724
 
92638
92725
  // CONCATENATED MODULE: ./packages/upload/src/picture.js
92639
92726
  /* harmony default export */ var picture = ({
@@ -93097,19 +93184,19 @@ var mainvue_type_script_lang_js_props;
93097
93184
  gif: 'es-icon-tupian',
93098
93185
  jpg: 'es-icon-tupian',
93099
93186
  jpeg: 'es-icon-tupian',
93100
- xls: 'es-icon-excel',
93101
- xlsx: 'es-icon-excel',
93187
+ xls: 'es-icon-Excel',
93188
+ xlsx: 'es-icon-Excel',
93102
93189
  docx: 'es-icon-word',
93103
93190
  doc: 'es-icon-word',
93104
- rar: 'es-icon-zip',
93105
- zip: 'es-icon-zip',
93191
+ rar: 'es-icon-yasuobao',
93192
+ zip: 'es-icon-yasuobao',
93106
93193
  txt: 'es-icon-txt',
93107
93194
  ipa: 'es-icon-ios',
93108
93195
  apk: 'es-icon-android',
93109
- mp4: 'es-icon-video',
93110
- avi: 'es-icon-video',
93111
- mp3: 'es-icon-audioo',
93112
- wma: 'es-icon-audioo',
93196
+ mp4: 'es-icon-kebofangwenjian',
93197
+ avi: 'es-icon-kebofangwenjian',
93198
+ mp3: 'es-icon-shengyinwenjian',
93199
+ wma: 'es-icon-shengyinwenjian',
93113
93200
  pdf: 'es-icon-pdf'
93114
93201
  }, this.fileIcons);
93115
93202
  },
@@ -93792,8 +93879,8 @@ var mainvue_type_script_lang_js_props;
93792
93879
 
93793
93880
  var upload_src_main_component = normalizeComponent(
93794
93881
  packages_upload_src_mainvue_type_script_lang_js_,
93795
- mainvue_type_template_id_aca9259c_render,
93796
- mainvue_type_template_id_aca9259c_staticRenderFns,
93882
+ mainvue_type_template_id_13219ac4_render,
93883
+ mainvue_type_template_id_13219ac4_staticRenderFns,
93797
93884
  false,
93798
93885
  null,
93799
93886
  null,
@@ -94294,7 +94381,7 @@ if (typeof window !== 'undefined' && window.Vue) {
94294
94381
  }
94295
94382
 
94296
94383
  /* harmony default export */ var src_0 = __webpack_exports__["default"] = ({
94297
- version: '0.7.53',
94384
+ version: '0.7.55',
94298
94385
  install: install,
94299
94386
  Button: packages_button,
94300
94387
  ButtonGroup: button_group,