eoss-ui 0.7.54 → 0.7.56

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 (268) hide show
  1. package/lib/calogin.js +233 -233
  2. package/lib/eoss-ui.common.js +854 -769
  3. package/lib/flow-list.js +81 -81
  4. package/lib/flow.js +280 -280
  5. package/lib/icons.js +1 -1
  6. package/lib/index.js +1 -1
  7. package/lib/main.js +245 -160
  8. package/lib/qr-code.js +13 -13
  9. package/lib/theme-chalk/base.css +1 -1
  10. package/lib/theme-chalk/fonts/iconfont.ttf +0 -0
  11. package/lib/theme-chalk/fonts/iconfont.woff +0 -0
  12. package/lib/theme-chalk/icon.css +1 -1
  13. package/lib/theme-chalk/index.css +1 -1
  14. package/lib/theme-chalk/main.css +1 -1
  15. package/lib/theme-chalk/menu.css +1 -1
  16. package/lib/theme-chalk/simplicity.css +1 -1
  17. package/lib/theme-chalk/sizer.css +1 -1
  18. package/lib/theme-chalk/upload.css +1 -1
  19. package/package.json +160 -160
  20. package/packages/.DS_Store +0 -0
  21. package/packages/button/index.js +5 -5
  22. package/packages/button/src/main.vue +418 -418
  23. package/packages/button-group/index.js +5 -5
  24. package/packages/button-group/src/main.vue +346 -346
  25. package/packages/calendar/index.js +5 -5
  26. package/packages/calogin/.DS_Store +0 -0
  27. package/packages/calogin/index.js +5 -5
  28. package/packages/calogin/src/main.vue +412 -412
  29. package/packages/calogin/src/plugin.js +915 -915
  30. package/packages/card/index.js +5 -5
  31. package/packages/card/src/main.vue +156 -156
  32. package/packages/cascader/index.js +5 -5
  33. package/packages/cascader/src/main.vue +168 -168
  34. package/packages/checkbox-group/index.js +5 -5
  35. package/packages/checkbox-group/src/main.vue +333 -333
  36. package/packages/clients/index.js +5 -5
  37. package/packages/clients/src/main.vue +151 -151
  38. package/packages/data-table/index.js +5 -5
  39. package/packages/data-table/src/children.vue +39 -39
  40. package/packages/data-table/src/column.vue +992 -992
  41. package/packages/data-table/src/main.vue +1840 -1840
  42. package/packages/data-table/src/sizer.vue +195 -195
  43. package/packages/data-table-form/index.js +5 -5
  44. package/packages/data-table-form/src/checkbox.vue +101 -101
  45. package/packages/data-table-form/src/colgroup.vue +17 -17
  46. package/packages/data-table-form/src/main.vue +181 -181
  47. package/packages/data-table-form/src/radio.vue +65 -65
  48. package/packages/data-table-form/src/table.vue +233 -233
  49. package/packages/data-table-form/src/tbody.vue +336 -336
  50. package/packages/data-table-form/src/thead.vue +68 -68
  51. package/packages/date-picker/.DS_Store +0 -0
  52. package/packages/date-picker/index.js +5 -5
  53. package/packages/date-picker/src/.DS_Store +0 -0
  54. package/packages/date-picker/src/main.vue +236 -236
  55. package/packages/dialog/.DS_Store +0 -0
  56. package/packages/dialog/index.js +5 -5
  57. package/packages/enable-drag/index.js +5 -5
  58. package/packages/enterprise/index.js +5 -5
  59. package/packages/enterprise/src/main.vue +66 -66
  60. package/packages/error-page/index.js +5 -5
  61. package/packages/error-page/src/main.vue +44 -44
  62. package/packages/flow/.DS_Store +0 -0
  63. package/packages/flow/index.js +5 -5
  64. package/packages/flow/src/.DS_Store +0 -0
  65. package/packages/flow/src/component/Circulate.vue +413 -413
  66. package/packages/flow/src/component/CommonOpinions.vue +373 -373
  67. package/packages/flow/src/component/CustomPreset.vue +322 -322
  68. package/packages/flow/src/component/FileList.vue +97 -97
  69. package/packages/flow/src/component/FreeCirculation.vue +241 -241
  70. package/packages/flow/src/component/Preset.vue +255 -255
  71. package/packages/flow/src/component/SendMsg.vue +242 -242
  72. package/packages/flow/src/component/TimeLimit.vue +190 -190
  73. package/packages/flow/src/component/taskUnionExamine.vue +756 -756
  74. package/packages/flow/src/form.vue +121 -121
  75. package/packages/flow/src/freeStartFlow.vue +2846 -2846
  76. package/packages/flow/src/main.vue +3878 -3878
  77. package/packages/flow/src/processForm.vue +1365 -1365
  78. package/packages/flow/src/processReject.vue +309 -309
  79. package/packages/flow/src/reset.vue +942 -942
  80. package/packages/flow/src/startTaskRead.vue +692 -692
  81. package/packages/flow/src/supervise.vue +159 -159
  82. package/packages/flow/src/table.vue +58 -58
  83. package/packages/flow-group/index.js +5 -5
  84. package/packages/flow-group/src/main.vue +717 -717
  85. package/packages/flow-list/.DS_Store +0 -0
  86. package/packages/flow-list/index.js +5 -5
  87. package/packages/flow-list/src/main.vue +1801 -1801
  88. package/packages/form/.DS_Store +0 -0
  89. package/packages/form/index.js +5 -5
  90. package/packages/form/src/main.vue +3901 -3901
  91. package/packages/form/src/table.vue +1512 -1512
  92. package/packages/handle-user/index.js +5 -5
  93. package/packages/handle-user/src/main.vue +137 -137
  94. package/packages/handler/index.js +5 -5
  95. package/packages/handler/src/main.vue +496 -496
  96. package/packages/icon/.DS_Store +0 -0
  97. package/packages/icon/index.js +5 -5
  98. package/packages/icon/src/main.vue +104 -104
  99. package/packages/icons/index.js +5 -5
  100. package/packages/icons/src/icon.json +1 -1
  101. package/packages/icons/src/main.vue +81 -81
  102. package/packages/input/index.js +5 -5
  103. package/packages/input/src/main.vue +356 -356
  104. package/packages/input-number/index.js +5 -5
  105. package/packages/input-number/src/main.vue +106 -106
  106. package/packages/label/index.js +5 -5
  107. package/packages/label/src/main.vue +457 -457
  108. package/packages/layout/index.js +5 -5
  109. package/packages/layout/src/item.vue +152 -152
  110. package/packages/layout/src/main.vue +31 -31
  111. package/packages/login/.DS_Store +0 -0
  112. package/packages/login/index.js +5 -5
  113. package/packages/login/src/main.vue +2082 -2082
  114. package/packages/login/src/resetPassword.vue +557 -557
  115. package/packages/main/.DS_Store +0 -0
  116. package/packages/main/index.js +5 -5
  117. package/packages/main/src/.DS_Store +0 -0
  118. package/packages/main/src/default/message.vue +249 -249
  119. package/packages/main/src/default/notice.vue +157 -157
  120. package/packages/main/src/default/userinfo.vue +503 -503
  121. package/packages/main/src/public/online.vue +89 -89
  122. package/packages/main/src/public/search.vue +464 -464
  123. package/packages/main/src/public/settings.vue +227 -227
  124. package/packages/main/src/simplicity/apps.vue +388 -388
  125. package/packages/main/src/simplicity/avatar.vue +82 -82
  126. package/packages/main/src/simplicity/handler.vue +160 -160
  127. package/packages/main/src/simplicity/index.vue +2307 -2277
  128. package/packages/main/src/simplicity/lists.vue +84 -84
  129. package/packages/main/src/simplicity/menu-list.vue +135 -135
  130. package/packages/main/src/simplicity/message.vue +293 -293
  131. package/packages/main/src/simplicity/notice.vue +222 -222
  132. package/packages/main/src/simplicity/router-page.vue +45 -45
  133. package/packages/main/src/simplicity/sub-menu.vue +274 -274
  134. package/packages/main/src/simplicity/user.vue +259 -259
  135. package/packages/main/src/simplicity/userinfo.vue +401 -401
  136. package/packages/menu/.DS_Store +0 -0
  137. package/packages/menu/index.js +5 -5
  138. package/packages/menu/src/main.vue +595 -595
  139. package/packages/nav/index.js +5 -5
  140. package/packages/nav/src/main.vue +351 -351
  141. package/packages/notify/index.js +5 -5
  142. package/packages/notify/src/main.vue +538 -538
  143. package/packages/page/index.js +5 -5
  144. package/packages/page/src/main.vue +167 -167
  145. package/packages/pagination/index.js +5 -5
  146. package/packages/pagination/src/main.vue +96 -96
  147. package/packages/player/index.js +5 -5
  148. package/packages/player/src/main.vue +194 -194
  149. package/packages/qr-code/index.js +5 -5
  150. package/packages/qr-code/src/main.vue +170 -170
  151. package/packages/radio-group/index.js +6 -6
  152. package/packages/radio-group/src/main.vue +319 -319
  153. package/packages/retrial-auth/index.js +5 -5
  154. package/packages/retrial-auth/src/main.vue +280 -280
  155. package/packages/select/.DS_Store +0 -0
  156. package/packages/select/index.js +5 -5
  157. package/packages/select/src/main.vue +782 -782
  158. package/packages/select-ganged/index.js +5 -5
  159. package/packages/select-ganged/src/main.vue +724 -724
  160. package/packages/selector/.DS_Store +0 -0
  161. package/packages/selector/index.js +5 -5
  162. package/packages/selector/src/main.vue +761 -761
  163. package/packages/selector-panel/.DS_Store +0 -0
  164. package/packages/selector-panel/index.js +5 -5
  165. package/packages/selector-panel/src/main.vue +1027 -1027
  166. package/packages/selector-panel/src/selection.vue +170 -170
  167. package/packages/selector-panel/src/tree.vue +129 -129
  168. package/packages/sizer/index.js +5 -5
  169. package/packages/sizer/src/main.vue +254 -254
  170. package/packages/steps/index.js +5 -5
  171. package/packages/steps/src/main.vue +181 -181
  172. package/packages/switch/index.js +5 -5
  173. package/packages/switch/src/main.vue +170 -170
  174. package/packages/table-form/index.js +5 -5
  175. package/packages/tabs/index.js +5 -5
  176. package/packages/tabs/src/main.vue +788 -788
  177. package/packages/tabs-panel/index.js +5 -5
  178. package/packages/tabs-panel/src/main.vue +29 -29
  179. package/packages/theme-chalk/lib/base.css +1 -1
  180. package/packages/theme-chalk/lib/fonts/iconfont.ttf +0 -0
  181. package/packages/theme-chalk/lib/fonts/iconfont.woff +0 -0
  182. package/packages/theme-chalk/lib/icon.css +1 -1
  183. package/packages/theme-chalk/lib/index.css +1 -1
  184. package/packages/theme-chalk/lib/main.css +1 -1
  185. package/packages/theme-chalk/lib/menu.css +1 -1
  186. package/packages/theme-chalk/lib/simplicity.css +1 -1
  187. package/packages/theme-chalk/lib/sizer.css +1 -1
  188. package/packages/theme-chalk/lib/upload.css +1 -1
  189. package/packages/theme-chalk/src/.DS_Store +0 -0
  190. package/packages/theme-chalk/src/base.scss +261 -261
  191. package/packages/theme-chalk/src/button-group.scss +176 -176
  192. package/packages/theme-chalk/src/button.scss +24 -24
  193. package/packages/theme-chalk/src/calendar.scss +113 -113
  194. package/packages/theme-chalk/src/card.scss +99 -99
  195. package/packages/theme-chalk/src/checkbox-group.scss +8 -8
  196. package/packages/theme-chalk/src/clients.scss +87 -87
  197. package/packages/theme-chalk/src/data-table-form.scss +67 -67
  198. package/packages/theme-chalk/src/data-table.scss +297 -297
  199. package/packages/theme-chalk/src/date-picker.scss +7 -7
  200. package/packages/theme-chalk/src/dialog.scss +77 -77
  201. package/packages/theme-chalk/src/enable-drag.scss +181 -181
  202. package/packages/theme-chalk/src/enterprise.scss +5 -5
  203. package/packages/theme-chalk/src/error-page.scss +18 -18
  204. package/packages/theme-chalk/src/flow-group.scss +110 -110
  205. package/packages/theme-chalk/src/flow-list.scss +39 -39
  206. package/packages/theme-chalk/src/flow.scss +351 -351
  207. package/packages/theme-chalk/src/fonts/iconfont.ttf +0 -0
  208. package/packages/theme-chalk/src/fonts/iconfont.woff +0 -0
  209. package/packages/theme-chalk/src/form.scss +501 -501
  210. package/packages/theme-chalk/src/handle-user.scss +40 -40
  211. package/packages/theme-chalk/src/handler.scss +148 -148
  212. package/packages/theme-chalk/src/icon.scss +1608 -1540
  213. package/packages/theme-chalk/src/icons.scss +99 -99
  214. package/packages/theme-chalk/src/input.scss +9 -9
  215. package/packages/theme-chalk/src/label.scss +24 -24
  216. package/packages/theme-chalk/src/layout.scss +46 -46
  217. package/packages/theme-chalk/src/login.scss +1006 -1006
  218. package/packages/theme-chalk/src/main.scss +663 -663
  219. package/packages/theme-chalk/src/menu.scss +224 -224
  220. package/packages/theme-chalk/src/mixins/color.scss +117 -117
  221. package/packages/theme-chalk/src/nav.scss +111 -111
  222. package/packages/theme-chalk/src/page.scss +3 -3
  223. package/packages/theme-chalk/src/pagination.scss +29 -29
  224. package/packages/theme-chalk/src/player.scss +9 -9
  225. package/packages/theme-chalk/src/qr-code.scss +17 -17
  226. package/packages/theme-chalk/src/radio-group.scss +9 -9
  227. package/packages/theme-chalk/src/retrial-auth.scss +38 -38
  228. package/packages/theme-chalk/src/select-ganged.scss +8 -8
  229. package/packages/theme-chalk/src/select.scss +8 -8
  230. package/packages/theme-chalk/src/selector-panel.scss +204 -204
  231. package/packages/theme-chalk/src/selector.scss +114 -114
  232. package/packages/theme-chalk/src/simplicity.scss +1403 -1395
  233. package/packages/theme-chalk/src/sizer.scss +36 -36
  234. package/packages/theme-chalk/src/steps.scss +88 -88
  235. package/packages/theme-chalk/src/switch.scss +3 -3
  236. package/packages/theme-chalk/src/table-form.scss +1 -1
  237. package/packages/theme-chalk/src/tabs.scss +87 -87
  238. package/packages/theme-chalk/src/tips.scss +7 -7
  239. package/packages/theme-chalk/src/toolbar.scss +179 -179
  240. package/packages/theme-chalk/src/tree-group.scss +72 -72
  241. package/packages/theme-chalk/src/tree.scss +165 -165
  242. package/packages/theme-chalk/src/upload.scss +172 -172
  243. package/packages/theme-chalk/src/wxlogin.scss +3 -3
  244. package/packages/tips/index.js +5 -5
  245. package/packages/tips/src/main.vue +141 -141
  246. package/packages/toolbar/index.js +5 -5
  247. package/packages/toolbar/src/main.vue +430 -430
  248. package/packages/tree/index.js +5 -5
  249. package/packages/tree-group/index.js +5 -5
  250. package/packages/upload/.DS_Store +0 -0
  251. package/packages/upload/index.js +5 -5
  252. package/packages/upload/src/main.vue +1344 -1344
  253. package/packages/upload/src/picture.js +15 -15
  254. package/packages/wujie/index.js +5 -5
  255. package/packages/wujie/src/main.vue +145 -145
  256. package/packages/wxlogin/index.js +5 -5
  257. package/packages/wxlogin/src/main.vue +128 -128
  258. package/src/.DS_Store +0 -0
  259. package/src/config/api.js +317 -317
  260. package/src/config/image.js +2 -2
  261. package/src/index.js +163 -163
  262. package/src/utils/.DS_Store +0 -0
  263. package/src/utils/bus.js +3 -3
  264. package/src/utils/date-util.js +312 -312
  265. package/src/utils/http.js +50 -50
  266. package/src/utils/rules.js +18 -18
  267. package/src/utils/store.js +21 -21
  268. 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 */
@@ -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;
@@ -48430,11 +48430,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48430
48430
  });
48431
48431
  },
48432
48432
 
48433
- /**
48434
- * saveInfo
48435
- * @desc:暂存
48436
- * @author liufan
48437
- * @date 2022年9月9日
48433
+ /**
48434
+ * saveInfo
48435
+ * @desc:暂存
48436
+ * @author liufan
48437
+ * @date 2022年9月9日
48438
48438
  **/
48439
48439
  saveInfo: function saveInfo(type, btn) {
48440
48440
  var _this11 = this;
@@ -48496,11 +48496,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48496
48496
  });
48497
48497
  },
48498
48498
 
48499
- /**
48500
- * rejectBtn
48501
- * @desc:点击驳回
48502
- * @author liufan
48503
- * @date 2022年5月25日
48499
+ /**
48500
+ * rejectBtn
48501
+ * @desc:点击驳回
48502
+ * @author liufan
48503
+ * @date 2022年5月25日
48504
48504
  **/
48505
48505
  rejectBtn: function rejectBtn() {
48506
48506
  var _this13 = this;
@@ -48518,11 +48518,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48518
48518
  }
48519
48519
  },
48520
48520
 
48521
- /**
48522
- * taskReadBtn
48523
- * @desc:点击分阅
48524
- * @author liufan
48525
- * @date 2022年5月25日
48521
+ /**
48522
+ * taskReadBtn
48523
+ * @desc:点击分阅
48524
+ * @author liufan
48525
+ * @date 2022年5月25日
48526
48526
  **/
48527
48527
  taskReadBtn: function taskReadBtn() {
48528
48528
  var _this14 = this;
@@ -48541,11 +48541,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48541
48541
  }
48542
48542
  },
48543
48543
 
48544
- /**
48545
- * getFind
48546
- * @desc:获取通知方式
48547
- * @author liufan
48548
- * @date 2022年5月25日
48544
+ /**
48545
+ * getFind
48546
+ * @desc:获取通知方式
48547
+ * @author liufan
48548
+ * @date 2022年5月25日
48549
48549
  **/
48550
48550
  getFind: function getFind() {
48551
48551
  var _this15 = this;
@@ -48611,12 +48611,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48611
48611
  });
48612
48612
  },
48613
48613
 
48614
- /**
48615
- * endFlows
48616
- * @desc:直接办结
48617
- * @author liufan
48618
- * @param {Object} res 直接办结数据
48619
- * @date 2022年5月25日
48614
+ /**
48615
+ * endFlows
48616
+ * @desc:直接办结
48617
+ * @author liufan
48618
+ * @param {Object} res 直接办结数据
48619
+ * @date 2022年5月25日
48620
48620
  **/
48621
48621
  endFlows: function endFlows(res) {
48622
48622
  var _this17 = this;
@@ -48671,12 +48671,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48671
48671
  }).catch(function (e) {});
48672
48672
  },
48673
48673
 
48674
- /**
48675
- * goView
48676
- * @desc:更多流程按钮操作
48677
- * @author liufan
48678
- * @param {Object} res 当前点击操作按钮数据
48679
- * @date 2022年5月25日
48674
+ /**
48675
+ * goView
48676
+ * @desc:更多流程按钮操作
48677
+ * @author liufan
48678
+ * @param {Object} res 当前点击操作按钮数据
48679
+ * @date 2022年5月25日
48680
48680
  **/
48681
48681
  goView: function goView(res) {
48682
48682
  // 驳回并办结:rejectAndEndHtml
@@ -48763,11 +48763,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48763
48763
  // isCanStartSubFlow
48764
48764
  },
48765
48765
 
48766
- /**
48767
- * toTakeAdvice
48768
- * @desc:征求意见
48769
- * @author liufan
48770
- * @date 2022年9月29日
48766
+ /**
48767
+ * toTakeAdvice
48768
+ * @desc:征求意见
48769
+ * @author liufan
48770
+ * @date 2022年9月29日
48771
48771
  **/
48772
48772
  toTakeAdvice: function toTakeAdvice(res) {
48773
48773
  var _this19 = this;
@@ -48811,11 +48811,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48811
48811
  });
48812
48812
  },
48813
48813
 
48814
- /**
48815
- * toStartDraf
48816
- * @desc: 稿件递送、联合审核、复核
48817
- * @author liufan
48818
- * @date 2022年9月29日
48814
+ /**
48815
+ * toStartDraf
48816
+ * @desc: 稿件递送、联合审核、复核
48817
+ * @author liufan
48818
+ * @date 2022年9月29日
48819
48819
  **/
48820
48820
  toStartDraf: function toStartDraf(res) {
48821
48821
  var _this21 = this;
@@ -48829,11 +48829,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48829
48829
  }
48830
48830
  },
48831
48831
 
48832
- /**
48833
- * toSendMsg
48834
- * @desc:核稿通知
48835
- * @author liufan
48836
- * @date 2022年9月29日
48832
+ /**
48833
+ * toSendMsg
48834
+ * @desc:核稿通知
48835
+ * @author liufan
48836
+ * @date 2022年9月29日
48837
48837
  **/
48838
48838
  toSendMsg: function toSendMsg(res) {
48839
48839
  var _this22 = this;
@@ -48847,11 +48847,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48847
48847
  }
48848
48848
  },
48849
48849
 
48850
- /**
48851
- * toTaskReadAndEnd
48852
- * @desc:分阅并办结
48853
- * @author liufan
48854
- * @date 2022年9月29日
48850
+ /**
48851
+ * toTaskReadAndEnd
48852
+ * @desc:分阅并办结
48853
+ * @author liufan
48854
+ * @date 2022年9月29日
48855
48855
  **/
48856
48856
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
48857
48857
  var _this23 = this;
@@ -48869,11 +48869,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48869
48869
  }
48870
48870
  },
48871
48871
 
48872
- /**
48873
- * rejectAndEnd
48874
- * @desc:驳回并办结
48875
- * @author liufan
48876
- * @date 2022年9月29日
48872
+ /**
48873
+ * rejectAndEnd
48874
+ * @desc:驳回并办结
48875
+ * @author liufan
48876
+ * @date 2022年9月29日
48877
48877
  **/
48878
48878
  rejectAndEnd: function rejectAndEnd(res) {
48879
48879
  var _this24 = this;
@@ -48929,11 +48929,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48929
48929
  });
48930
48930
  },
48931
48931
 
48932
- /**
48933
- * toTransfer
48934
- * @desc:转办
48935
- * @author liufan
48936
- * @date 2022年9月29日
48932
+ /**
48933
+ * toTransfer
48934
+ * @desc:转办
48935
+ * @author liufan
48936
+ * @date 2022年9月29日
48937
48937
  **/
48938
48938
  toTransfer: function toTransfer(res) {
48939
48939
  var _this26 = this;
@@ -48952,11 +48952,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48952
48952
  this.nextNode.customLimitTime = val;
48953
48953
  },
48954
48954
 
48955
- /**
48956
- * getNodeInfo
48957
- * @desc:获取节点信息
48958
- * @author liufan
48959
- * @date 2022年5月25日
48955
+ /**
48956
+ * getNodeInfo
48957
+ * @desc:获取节点信息
48958
+ * @author liufan
48959
+ * @date 2022年5月25日
48960
48960
  **/
48961
48961
  getNodeInfo: function getNodeInfo() {
48962
48962
  var _this27 = this;
@@ -49063,12 +49063,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
49063
49063
  });
49064
49064
  },
49065
49065
 
49066
- /**
49067
- * selecNext
49068
- * @desc:下步节点变化时更新数据
49069
- * @author liufan
49070
- * @param {String} val 当前选中值
49071
- * @date 2022年5月25日
49066
+ /**
49067
+ * selecNext
49068
+ * @desc:下步节点变化时更新数据
49069
+ * @author liufan
49070
+ * @param {String} val 当前选中值
49071
+ * @date 2022年5月25日
49072
49072
  **/
49073
49073
  selecNext: function selecNext(val, type, isDef) {
49074
49074
  var _this28 = this;
@@ -49200,11 +49200,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
49200
49200
  this.getNodeInfo();
49201
49201
  },
49202
49202
 
49203
- /**
49204
- * isMultiple
49205
- * @desc:是否多选
49206
- * @author liufan
49207
- * @date 2022年9月13日
49203
+ /**
49204
+ * isMultiple
49205
+ * @desc:是否多选
49206
+ * @author liufan
49207
+ * @date 2022年9月13日
49208
49208
  **/
49209
49209
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
49210
49210
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -49236,11 +49236,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
49236
49236
  }
49237
49237
  },
49238
49238
 
49239
- /**
49240
- * getHedInfo
49241
- * @desc:获取审核页面数据
49242
- * @author liufan
49243
- * @date 2022年5月25日
49239
+ /**
49240
+ * getHedInfo
49241
+ * @desc:获取审核页面数据
49242
+ * @author liufan
49243
+ * @date 2022年5月25日
49244
49244
  **/
49245
49245
  getHedInfo: function getHedInfo() {
49246
49246
  var _this29 = this;
@@ -49544,13 +49544,13 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
49544
49544
  });
49545
49545
  },
49546
49546
 
49547
- /**
49548
- * closeProcess
49549
- * @desc:关闭弹窗
49550
- * @author liufan
49551
- * @param {boolean} val 当前是否办理流程
49552
- * @param {String} type 当前点击的弹窗类型
49553
- * @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日
49554
49554
  **/
49555
49555
  closeProcess: function closeProcess(val, type, closeParent) {
49556
49556
  if (this.closeParent && !this.startFlowPageEmbeddedIntoStartFlowIndex) {
@@ -49570,23 +49570,23 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
49570
49570
  }
49571
49571
  },
49572
49572
 
49573
- /**
49574
- * selectChange
49575
- * @desc:常用语选择
49576
- * @author liufan
49577
- * @param {String} val 选中值
49578
- * @date 2022年5月25日
49573
+ /**
49574
+ * selectChange
49575
+ * @desc:常用语选择
49576
+ * @author liufan
49577
+ * @param {String} val 选中值
49578
+ * @date 2022年5月25日
49579
49579
  **/
49580
49580
  selectChange: function selectChange(val) {
49581
49581
  this.value = val;
49582
49582
  },
49583
49583
 
49584
- /**
49585
- * upDate
49586
- * @desc:修改常用语
49587
- * @author liufan
49588
- * @param {Object} val 修改值
49589
- * @date 2022年5月25日
49584
+ /**
49585
+ * upDate
49586
+ * @desc:修改常用语
49587
+ * @author liufan
49588
+ * @param {Object} val 修改值
49589
+ * @date 2022年5月25日
49590
49590
  **/
49591
49591
  upDate: function upDate(val) {
49592
49592
  this.FormData.id = val.id;
@@ -49594,11 +49594,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
49594
49594
  },
49595
49595
 
49596
49596
 
49597
- /**
49598
- * getProcess
49599
- * @desc:获取选择流程
49600
- * @author liufan
49601
- * @date 2022年5月25日
49597
+ /**
49598
+ * getProcess
49599
+ * @desc:获取选择流程
49600
+ * @author liufan
49601
+ * @date 2022年5月25日
49602
49602
  **/
49603
49603
  getProcess: function getProcess(val) {
49604
49604
  var _this30 = this;
@@ -49658,11 +49658,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
49658
49658
  });
49659
49659
  },
49660
49660
 
49661
- /**
49662
- * getPendedhistoryList
49663
- * @desc:获取流程列表
49664
- * @author liufan
49665
- * @date 2022年5月25日
49661
+ /**
49662
+ * getPendedhistoryList
49663
+ * @desc:获取流程列表
49664
+ * @author liufan
49665
+ * @date 2022年5月25日
49666
49666
  **/
49667
49667
  getPendedhistoryList: function getPendedhistoryList() {
49668
49668
  var _this31 = this;
@@ -49730,12 +49730,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
49730
49730
  },
49731
49731
 
49732
49732
  // 提交流程
49733
- /**
49734
- * subProcess
49735
- * @desc:提交流程
49736
- * @author liufan
49737
- * @param {String} formName 当前form表单ref值
49738
- * @date 2022年5月25日
49733
+ /**
49734
+ * subProcess
49735
+ * @desc:提交流程
49736
+ * @author liufan
49737
+ * @param {String} formName 当前form表单ref值
49738
+ * @date 2022年5月25日
49739
49739
  **/
49740
49740
  subProcess: function subProcess(val, type) {
49741
49741
  var _this33 = this;
@@ -53560,12 +53560,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
53560
53560
  }
53561
53561
  },
53562
53562
 
53563
- /**
53564
- * handleFormSubmit
53565
- * @desc:删除节点点击事件
53566
- * @param {Object} formData 点击删除的form数据
53567
- * @author liufan
53568
- * @date 2022年11月29日
53563
+ /**
53564
+ * handleFormSubmit
53565
+ * @desc:删除节点点击事件
53566
+ * @param {Object} formData 点击删除的form数据
53567
+ * @author liufan
53568
+ * @date 2022年11月29日
53569
53569
  **/
53570
53570
  handleFormSubmit: function handleFormSubmit(formData) {
53571
53571
  var _this9 = this;
@@ -53601,12 +53601,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
53601
53601
  });
53602
53602
  },
53603
53603
 
53604
- /**
53605
- * del
53606
- * @desc:展示删除弹窗
53607
- * @param {String} id 当前点击数据id
53608
- * @author liufan
53609
- * @date 2022年11月29日
53604
+ /**
53605
+ * del
53606
+ * @desc:展示删除弹窗
53607
+ * @param {String} id 当前点击数据id
53608
+ * @author liufan
53609
+ * @date 2022年11月29日
53610
53610
  **/
53611
53611
  del: function del(id, type) {
53612
53612
  this.modalType = type;
@@ -53614,36 +53614,36 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
53614
53614
  this.showDel = true;
53615
53615
  },
53616
53616
 
53617
- /**
53618
- * handleCurrentChange
53619
- * @desc:监听页码变化
53620
- * @param {String} val 当前页
53621
- * @author liufan
53622
- * @date 2022年11月29日
53617
+ /**
53618
+ * handleCurrentChange
53619
+ * @desc:监听页码变化
53620
+ * @param {String} val 当前页
53621
+ * @author liufan
53622
+ * @date 2022年11月29日
53623
53623
  **/
53624
53624
  handleCurrentChange: function handleCurrentChange(val) {
53625
53625
  this.currentPage = val;
53626
53626
  this.getPressList();
53627
53627
  },
53628
53628
 
53629
- /**
53630
- * handleSizeChange
53631
- * @desc:监听每页数据显示数量变化
53632
- * @param {String} val 每页展示数量
53633
- * @author liufan
53634
- * @date 2022年11月29日
53629
+ /**
53630
+ * handleSizeChange
53631
+ * @desc:监听每页数据显示数量变化
53632
+ * @param {String} val 每页展示数量
53633
+ * @author liufan
53634
+ * @date 2022年11月29日
53635
53635
  **/
53636
53636
  handleSizeChange: function handleSizeChange(val) {
53637
53637
  this.pageSize = val;
53638
53638
  this.getPressList();
53639
53639
  },
53640
53640
 
53641
- /**
53642
- * sortChange
53643
- * @desc:监听排序变化
53644
- * @param {Object} info 需要排序的字段及排序方式
53645
- * @author liufan
53646
- * @date 2022年11月29日
53641
+ /**
53642
+ * sortChange
53643
+ * @desc:监听排序变化
53644
+ * @param {Object} info 需要排序的字段及排序方式
53645
+ * @author liufan
53646
+ * @date 2022年11月29日
53647
53647
  **/
53648
53648
  sortChange: function sortChange(info) {
53649
53649
  var prop = info.prop,
@@ -53654,11 +53654,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
53654
53654
  this.getPressList();
53655
53655
  },
53656
53656
 
53657
- /**
53658
- * getPressList
53659
- * @desc:催办列表数据
53660
- * @author liufan
53661
- * @date 2022年11月29日
53657
+ /**
53658
+ * getPressList
53659
+ * @desc:催办列表数据
53660
+ * @author liufan
53661
+ * @date 2022年11月29日
53662
53662
  **/
53663
53663
  getPressList: function getPressList() {
53664
53664
  var _this10 = this;
@@ -53688,12 +53688,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
53688
53688
  });
53689
53689
  },
53690
53690
 
53691
- /**
53692
- * goPress
53693
- * @desc:催办列表查看
53694
- * @param {String} id 催办列表id
53695
- * @author liufan
53696
- * @date 2022年11月29日
53691
+ /**
53692
+ * goPress
53693
+ * @desc:催办列表查看
53694
+ * @param {String} id 催办列表id
53695
+ * @author liufan
53696
+ * @date 2022年11月29日
53697
53697
  **/
53698
53698
  goPress: function goPress(id) {
53699
53699
  this.historyId = id;
@@ -53701,23 +53701,23 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
53701
53701
  this.getPressList();
53702
53702
  },
53703
53703
 
53704
- /**
53705
- * showFile
53706
- * @desc:附件查看
53707
- * @param {String} ownId 附件id
53708
- * @author liufan
53709
- * @date 2022年11月29日
53704
+ /**
53705
+ * showFile
53706
+ * @desc:附件查看
53707
+ * @param {String} ownId 附件id
53708
+ * @author liufan
53709
+ * @date 2022年11月29日
53710
53710
  **/
53711
53711
  showFile: function showFile(ownId) {
53712
53712
  this.wfpendingid = ownId;
53713
53713
  this.showFileList = true;
53714
53714
  },
53715
53715
 
53716
- /**
53717
- * handleChange
53718
- * @desc:切换排序方式
53719
- * @author liufan
53720
- * @date 2022年11月22日
53716
+ /**
53717
+ * handleChange
53718
+ * @desc:切换排序方式
53719
+ * @author liufan
53720
+ * @date 2022年11月22日
53721
53721
  **/
53722
53722
  handleChange: function handleChange(key, value) {
53723
53723
  if (value) {
@@ -53767,11 +53767,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
53767
53767
  }))();
53768
53768
  },
53769
53769
 
53770
- /**
53771
- * getFlowList
53772
- * @desc:获取流程列表
53773
- * @author liufan
53774
- * @date 2022年11月22日
53770
+ /**
53771
+ * getFlowList
53772
+ * @desc:获取流程列表
53773
+ * @author liufan
53774
+ * @date 2022年11月22日
53775
53775
  **/
53776
53776
  getFlowList: function getFlowList(type) {
53777
53777
  var _this12 = this;
@@ -53845,12 +53845,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
53845
53845
  });
53846
53846
  },
53847
53847
 
53848
- /**
53849
- * handleClick
53850
- * @desc:表单点击事件
53851
- * @param {Object} val 当前点击行数据及按钮
53852
- * @author liufan
53853
- * @date 2022年11月10日
53848
+ /**
53849
+ * handleClick
53850
+ * @desc:表单点击事件
53851
+ * @param {Object} val 当前点击行数据及按钮
53852
+ * @author liufan
53853
+ * @date 2022年11月10日
53854
53854
  **/
53855
53855
  handleClick: function handleClick(val) {
53856
53856
  var _this13 = this;
@@ -53896,13 +53896,13 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
53896
53896
  }
53897
53897
  },
53898
53898
 
53899
- /**
53900
- * getCodeValue
53901
- * @desc:获取代码表过滤后的值
53902
- * @param {String} value 展示数据的代码值
53903
- * @param {String} type 代码表类型
53904
- * @author liufan
53905
- * @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日
53906
53906
  **/
53907
53907
  getCodeValue: function getCodeValue(value, type) {
53908
53908
  var val = this[type].filter(function (item) {
@@ -53911,12 +53911,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
53911
53911
  return val[0].shortName;
53912
53912
  },
53913
53913
 
53914
- /**
53915
- * getSysInfo
53916
- * @desc:获取代码表
53917
- * @param {String} code 编码code值
53918
- * @author liufan
53919
- * @date 2022年11月10日
53914
+ /**
53915
+ * getSysInfo
53916
+ * @desc:获取代码表
53917
+ * @param {String} code 编码code值
53918
+ * @author liufan
53919
+ * @date 2022年11月10日
53920
53920
  **/
53921
53921
  getSysInfo: function getSysInfo(code) {
53922
53922
  var _this14 = this;
@@ -53938,11 +53938,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
53938
53938
  }).catch(function (e) {});
53939
53939
  },
53940
53940
 
53941
- /**
53942
- * getListInfo
53943
- * @desc:获取预设列表数据
53944
- * @author liufan
53945
- * @date 2022年11月10日
53941
+ /**
53942
+ * getListInfo
53943
+ * @desc:获取预设列表数据
53944
+ * @author liufan
53945
+ * @date 2022年11月10日
53946
53946
  **/
53947
53947
  getListInfo: function getListInfo() {
53948
53948
  var _this15 = this;
@@ -60590,8 +60590,8 @@ mainvue_type_template_id_431974fc_render._withStripped = true
60590
60590
 
60591
60591
  // CONCATENATED MODULE: ./packages/main/src/main.vue?vue&type=template&id=431974fc&
60592
60592
 
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=cbbb7c28&scoped=true&
60594
- 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=129bf7fd&scoped=true&
60594
+ var simplicityvue_type_template_id_129bf7fd_scoped_true_render = function () {
60595
60595
  var _vm = this
60596
60596
  var _h = _vm.$createElement
60597
60597
  var _c = _vm._self._c || _h
@@ -60625,6 +60625,59 @@ var simplicityvue_type_template_id_cbbb7c28_scoped_true_render = function () {
60625
60625
  ),
60626
60626
  ]
60627
60627
  ),
60628
+ _vm.user.identityList && _vm.user.identityList.length > 1
60629
+ ? _c(
60630
+ "el-dropdown",
60631
+ {
60632
+ attrs: { trigger: "click", placement: "bottom-start" },
60633
+ on: { command: _vm.handleDepSelect },
60634
+ },
60635
+ [
60636
+ _c(
60637
+ "div",
60638
+ { staticClass: "es-simplicity-dep-post" },
60639
+ [
60640
+ _c("span", { staticClass: "es-simplicity-dep-name" }, [
60641
+ _vm._v(" " + _vm._s(_vm.user.depName)),
60642
+ ]),
60643
+ _vm.user.postName
60644
+ ? [
60645
+ _vm._v("\n |\n "),
60646
+ _c(
60647
+ "span",
60648
+ { staticClass: "es-simplicity-post-name" },
60649
+ [
60650
+ _vm._v(
60651
+ _vm._s(_vm.user.position || _vm.user.postName)
60652
+ ),
60653
+ ]
60654
+ ),
60655
+ ]
60656
+ : _vm._e(),
60657
+ _c("i", { staticClass: "es-icon-qiehuangangwei" }),
60658
+ ],
60659
+ 2
60660
+ ),
60661
+ _c(
60662
+ "el-dropdown-menu",
60663
+ { attrs: { slot: "dropdown" }, slot: "dropdown" },
60664
+ _vm._l(_vm.user.identityList, function (item) {
60665
+ return _c(
60666
+ "el-dropdown-item",
60667
+ {
60668
+ key: item.id,
60669
+ class: { "is-active": _vm.user.identityId == item.id },
60670
+ attrs: { command: item },
60671
+ },
60672
+ [_vm._v(_vm._s(item.name))]
60673
+ )
60674
+ }),
60675
+ 1
60676
+ ),
60677
+ ],
60678
+ 1
60679
+ )
60680
+ : _vm._e(),
60628
60681
  _c(
60629
60682
  "el-popover",
60630
60683
  {
@@ -60633,6 +60686,7 @@ var simplicityvue_type_template_id_cbbb7c28_scoped_true_render = function () {
60633
60686
  },
60634
60687
  [
60635
60688
  _c("user", {
60689
+ ref: "user",
60636
60690
  attrs: {
60637
60691
  user: _vm.user,
60638
60692
  notifyList: _vm.notifyList,
@@ -60664,9 +60718,6 @@ var simplicityvue_type_template_id_cbbb7c28_scoped_true_render = function () {
60664
60718
  ],
60665
60719
  attrs: { user: _vm.user, size: 56, "show-name": true },
60666
60720
  }),
60667
- _c("div", { staticClass: "es-simplicity-username" }, [
60668
- _vm._v(_vm._s(_vm.user.username)),
60669
- ]),
60670
60721
  _c(
60671
60722
  "div",
60672
60723
  {
@@ -60682,6 +60733,9 @@ var simplicityvue_type_template_id_cbbb7c28_scoped_true_render = function () {
60682
60733
  },
60683
60734
  [_vm._v("\n " + _vm._s(_vm.greeting) + "\n ")]
60684
60735
  ),
60736
+ _c("div", { staticClass: "es-simplicity-username" }, [
60737
+ _vm._v(_vm._s(_vm.user.username)),
60738
+ ]),
60685
60739
  ],
60686
60740
  1
60687
60741
  ),
@@ -61301,11 +61355,11 @@ var simplicityvue_type_template_id_cbbb7c28_scoped_true_render = function () {
61301
61355
  ),
61302
61356
  ])
61303
61357
  }
61304
- var simplicityvue_type_template_id_cbbb7c28_scoped_true_staticRenderFns = []
61305
- simplicityvue_type_template_id_cbbb7c28_scoped_true_render._withStripped = true
61358
+ var simplicityvue_type_template_id_129bf7fd_scoped_true_staticRenderFns = []
61359
+ simplicityvue_type_template_id_129bf7fd_scoped_true_render._withStripped = true
61306
61360
 
61307
61361
 
61308
- // 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=129bf7fd&scoped=true&
61309
61363
 
61310
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&
61311
61365
  var avatarvue_type_template_id_e722b45c_scoped_true_render = function () {
@@ -63362,10 +63416,10 @@ appsvue_type_template_id_f094d33e_scoped_true_render._withStripped = true
63362
63416
  this.$emit('click', res);
63363
63417
  },
63364
63418
 
63365
- /**
63366
- * @desc:获取气泡提醒
63367
- * @author huangbo
63368
- * @date 2024年9月7日
63419
+ /**
63420
+ * @desc:获取气泡提醒
63421
+ * @author huangbo
63422
+ * @date 2024年9月7日
63369
63423
  **/
63370
63424
  getBadge: function getBadge(res) {
63371
63425
  var num = res.tips || 0;
@@ -63402,8 +63456,8 @@ var apps_component = normalizeComponent(
63402
63456
  )
63403
63457
 
63404
63458
  /* harmony default export */ var simplicity_apps = (apps_component.exports);
63405
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/simplicity/user.vue?vue&type=template&id=02400bd7&scoped=true&
63406
- var uservue_type_template_id_02400bd7_scoped_true_render = function () {
63459
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/simplicity/user.vue?vue&type=template&id=6bbe7986&scoped=true&
63460
+ var uservue_type_template_id_6bbe7986_scoped_true_render = function () {
63407
63461
  var _vm = this
63408
63462
  var _h = _vm.$createElement
63409
63463
  var _c = _vm._self._c || _h
@@ -63420,7 +63474,7 @@ var uservue_type_template_id_02400bd7_scoped_true_render = function () {
63420
63474
  { staticClass: "es-simplicity-user-name" },
63421
63475
  [
63422
63476
  _vm._v("\n " + _vm._s(_vm.user.username) + "\n "),
63423
- _vm.user.identityList && _vm.user.identityList.length
63477
+ _vm.user.identityList && _vm.user.identityList.length > 1
63424
63478
  ? _c(
63425
63479
  "el-dropdown",
63426
63480
  {
@@ -63539,11 +63593,11 @@ var uservue_type_template_id_02400bd7_scoped_true_render = function () {
63539
63593
  1
63540
63594
  )
63541
63595
  }
63542
- var uservue_type_template_id_02400bd7_scoped_true_staticRenderFns = []
63543
- uservue_type_template_id_02400bd7_scoped_true_render._withStripped = true
63596
+ var uservue_type_template_id_6bbe7986_scoped_true_staticRenderFns = []
63597
+ uservue_type_template_id_6bbe7986_scoped_true_render._withStripped = true
63544
63598
 
63545
63599
 
63546
- // CONCATENATED MODULE: ./packages/main/src/simplicity/user.vue?vue&type=template&id=02400bd7&scoped=true&
63600
+ // CONCATENATED MODULE: ./packages/main/src/simplicity/user.vue?vue&type=template&id=6bbe7986&scoped=true&
63547
63601
 
63548
63602
  // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/simplicity/userinfo.vue?vue&type=template&id=3984338e&
63549
63603
  var userinfovue_type_template_id_3984338e_render = function () {
@@ -64182,11 +64236,11 @@ var userinfo_component = normalizeComponent(
64182
64236
 
64183
64237
  var user_component = normalizeComponent(
64184
64238
  simplicity_uservue_type_script_lang_js_,
64185
- uservue_type_template_id_02400bd7_scoped_true_render,
64186
- uservue_type_template_id_02400bd7_scoped_true_staticRenderFns,
64239
+ uservue_type_template_id_6bbe7986_scoped_true_render,
64240
+ uservue_type_template_id_6bbe7986_scoped_true_staticRenderFns,
64187
64241
  false,
64188
64242
  null,
64189
- "02400bd7",
64243
+ "6bbe7986",
64190
64244
  null
64191
64245
 
64192
64246
  )
@@ -67173,6 +67227,33 @@ var simplicityvue_type_script_lang_js_extends = Object.assign || function (targe
67173
67227
  //
67174
67228
  //
67175
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
+ //
67176
67257
 
67177
67258
 
67178
67259
 
@@ -67635,10 +67716,14 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
67635
67716
  },
67636
67717
 
67637
67718
  methods: {
67638
- /**
67639
- * @desc:匹配路由
67640
- * @author huangbo
67641
- * @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日
67642
67727
  **/
67643
67728
  hasRouter: function hasRouter(res, url, code) {
67644
67729
  if (!url) {
@@ -67682,10 +67767,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
67682
67767
  return false;
67683
67768
  },
67684
67769
 
67685
- /**
67686
- * @desc:获取初始数据
67687
- * @author huangbo
67688
- * @date 2024年9月7日
67770
+ /**
67771
+ * @desc:获取初始数据
67772
+ * @author huangbo
67773
+ * @date 2024年9月7日
67689
67774
  **/
67690
67775
  init: function init(results, first) {
67691
67776
  this.setConfig(results);
@@ -67694,10 +67779,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
67694
67779
  }
67695
67780
  },
67696
67781
 
67697
- /**
67698
- * @desc:设置用户配置及信息
67699
- * @author huangbo
67700
- * @date 2024年9月7日
67782
+ /**
67783
+ * @desc:设置用户配置及信息
67784
+ * @author huangbo
67785
+ * @date 2024年9月7日
67701
67786
  **/
67702
67787
  setConfig: function setConfig(results) {
67703
67788
  localStorage.setItem('mainConfig', JSON.stringify(results));
@@ -67861,10 +67946,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
67861
67946
  }
67862
67947
  },
67863
67948
 
67864
- /**
67865
- * @desc:获取所有应用
67866
- * @author huangbo
67867
- * @date 2024年9月7日
67949
+ /**
67950
+ * @desc:获取所有应用
67951
+ * @author huangbo
67952
+ * @date 2024年9月7日
67868
67953
  **/
67869
67954
  getApplications: function getApplications() {
67870
67955
  var _this2 = this;
@@ -67912,10 +67997,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
67912
67997
  });
67913
67998
  },
67914
67999
 
67915
- /**
67916
- * @desc:获取菜单列表
67917
- * @author huangbo
67918
- * @date 2024年9月7日
68000
+ /**
68001
+ * @desc:获取菜单列表
68002
+ * @author huangbo
68003
+ * @date 2024年9月7日
67919
68004
  **/
67920
68005
  getMenus: function getMenus(loading) {
67921
68006
  var _this3 = this;
@@ -67948,10 +68033,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
67948
68033
  });
67949
68034
  },
67950
68035
 
67951
- /**
67952
- * @desc:处理菜单列表
67953
- * @author huangbo
67954
- * @date 2024年9月7日
68036
+ /**
68037
+ * @desc:处理菜单列表
68038
+ * @author huangbo
68039
+ * @date 2024年9月7日
67955
68040
  **/
67956
68041
  renderMenus: function renderMenus(res) {
67957
68042
  this.menus = res;
@@ -68047,10 +68132,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68047
68132
  }
68048
68133
  },
68049
68134
 
68050
- /**
68051
- * @desc:设置页面加载类型
68052
- * @author huangbo
68053
- * @date 2024年9月7日
68135
+ /**
68136
+ * @desc:设置页面加载类型
68137
+ * @author huangbo
68138
+ * @date 2024年9月7日
68054
68139
  **/
68055
68140
  setIframeType: function setIframeType(res) {
68056
68141
  var url = res.url;
@@ -68106,10 +68191,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68106
68191
  return res;
68107
68192
  },
68108
68193
 
68109
- /**
68110
- * @desc:获取菜单
68111
- * @author huangbo
68112
- * @date 2024年9月7日
68194
+ /**
68195
+ * @desc:获取菜单
68196
+ * @author huangbo
68197
+ * @date 2024年9月7日
68113
68198
  **/
68114
68199
  getMenu: function getMenu(menus, res, key) {
68115
68200
  if (Array.isArray(menus)) {
@@ -68138,10 +68223,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68138
68223
  return false;
68139
68224
  },
68140
68225
 
68141
- /**
68142
- * @desc:获取菜单第一条数据
68143
- * @author huangbo
68144
- * @date 2024年9月7日
68226
+ /**
68227
+ * @desc:获取菜单第一条数据
68228
+ * @author huangbo
68229
+ * @date 2024年9月7日
68145
68230
  **/
68146
68231
  getFirst: function getFirst(obj) {
68147
68232
  if (!obj) {
@@ -68160,10 +68245,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68160
68245
  }
68161
68246
  },
68162
68247
 
68163
- /**
68164
- * @desc:遍历设置菜单气泡提醒
68165
- * @author huangbo
68166
- * @date 2024年9月7日
68248
+ /**
68249
+ * @desc:遍历设置菜单气泡提醒
68250
+ * @author huangbo
68251
+ * @date 2024年9月7日
68167
68252
  **/
68168
68253
  setTips: function setTips(obj) {
68169
68254
  var _this4 = this;
@@ -68226,10 +68311,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68226
68311
  }
68227
68312
  },
68228
68313
 
68229
- /**
68230
- * @desc:获取气泡提醒
68231
- * @author huangbo
68232
- * @date 2024年9月7日
68314
+ /**
68315
+ * @desc:获取气泡提醒
68316
+ * @author huangbo
68317
+ * @date 2024年9月7日
68233
68318
  **/
68234
68319
  getBadge: function getBadge(res) {
68235
68320
  var num = res.tips || 0;
@@ -68243,10 +68328,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68243
68328
  };
68244
68329
  },
68245
68330
 
68246
- /**
68247
- * @desc:开启weosocket
68248
- * @author huangbo
68249
- * @date 2024年9月7日
68331
+ /**
68332
+ * @desc:开启weosocket
68333
+ * @author huangbo
68334
+ * @date 2024年9月7日
68250
68335
  **/
68251
68336
  initWebSocket: function initWebSocket() {
68252
68337
  var _this6 = this;
@@ -68295,10 +68380,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68295
68380
  });
68296
68381
  },
68297
68382
 
68298
- /**
68299
- * @desc:显示用户信息
68300
- * @author huangbo
68301
- * @date 2024年9月7日
68383
+ /**
68384
+ * @desc:显示用户信息
68385
+ * @author huangbo
68386
+ * @date 2024年9月7日
68302
68387
  **/
68303
68388
  showUserInfo: function showUserInfo() {
68304
68389
  if (this.showUser === false) {
@@ -68306,19 +68391,19 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68306
68391
  }
68307
68392
  },
68308
68393
 
68309
- /**
68310
- * @desc:删除更多应用菜单点击
68311
- * @author huangbo
68312
- * @date 2024年9月7日
68394
+ /**
68395
+ * @desc:删除更多应用菜单点击
68396
+ * @author huangbo
68397
+ * @date 2024年9月7日
68313
68398
  **/
68314
68399
  handleDelete: function handleDelete(index) {
68315
68400
  this.newApps.splice(index, 1);
68316
68401
  },
68317
68402
 
68318
- /**
68319
- * @desc:储存更多应用菜单点击
68320
- * @author huangbo
68321
- * @date 2024年9月7日
68403
+ /**
68404
+ * @desc:储存更多应用菜单点击
68405
+ * @author huangbo
68406
+ * @date 2024年9月7日
68322
68407
  **/
68323
68408
  handlerClickApps: function handlerClickApps(res) {
68324
68409
  if (res.permission === false) {
@@ -68331,10 +68416,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68331
68416
  this.handlerClickApp(res);
68332
68417
  },
68333
68418
 
68334
- /**
68335
- * @desc:侧边应用菜单点击
68336
- * @author huangbo
68337
- * @date 2024年9月7日
68419
+ /**
68420
+ * @desc:侧边应用菜单点击
68421
+ * @author huangbo
68422
+ * @date 2024年9月7日
68338
68423
  **/
68339
68424
  handlerClickApp: function handlerClickApp(res) {
68340
68425
  this.showMsg = false;
@@ -68423,10 +68508,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68423
68508
  }
68424
68509
  },
68425
68510
 
68426
- /**
68427
- * @desc:显示Drawer界面
68428
- * @author huangbo
68429
- * @date 2024年9月7日
68511
+ /**
68512
+ * @desc:显示Drawer界面
68513
+ * @author huangbo
68514
+ * @date 2024年9月7日
68430
68515
  **/
68431
68516
  handlerSetDrawer: function handlerSetDrawer(res, type) {
68432
68517
  var direction = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : 'ltr';
@@ -68446,19 +68531,19 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68446
68531
  }
68447
68532
  },
68448
68533
 
68449
- /**
68450
- * @desc:关闭Drawer界面
68451
- * @author huangbo
68452
- * @date 2024年9月7日
68534
+ /**
68535
+ * @desc:关闭Drawer界面
68536
+ * @author huangbo
68537
+ * @date 2024年9月7日
68453
68538
  **/
68454
68539
  handleCloseDrawer: function handleCloseDrawer() {
68455
68540
  this.drawer = { visible: false };
68456
68541
  },
68457
68542
 
68458
- /**
68459
- * @desc:菜单点击
68460
- * @author huangbo
68461
- * @date 2024年9月7日
68543
+ /**
68544
+ * @desc:菜单点击
68545
+ * @author huangbo
68546
+ * @date 2024年9月7日
68462
68547
  **/
68463
68548
  handlerClickMenu: function handlerClickMenu(res) {
68464
68549
  utils_util.ajax({
@@ -68507,19 +68592,19 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68507
68592
  },
68508
68593
 
68509
68594
 
68510
- /**
68511
- * @desc:用户详情请求成功
68512
- * @author huangbo
68513
- * @date 2024年9月7日
68595
+ /**
68596
+ * @desc:用户详情请求成功
68597
+ * @author huangbo
68598
+ * @date 2024年9月7日
68514
68599
  **/
68515
68600
  handleSuccess: function handleSuccess(res) {
68516
68601
  this.simpleUserInfo = res.simpleUserInfo;
68517
68602
  },
68518
68603
 
68519
- /**
68520
- * @desc:修改用户配置
68521
- * @author huangbo
68522
- * @date 2024年9月7日
68604
+ /**
68605
+ * @desc:修改用户配置
68606
+ * @author huangbo
68607
+ * @date 2024年9月7日
68523
68608
  **/
68524
68609
  handleChangeConfig: function handleChangeConfig(name, res) {
68525
68610
  if (name == 'userHeadUrl') {
@@ -68535,10 +68620,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68535
68620
  }
68536
68621
  },
68537
68622
 
68538
- /**
68539
- * @desc:关闭webSocket
68540
- * @author huangbo
68541
- * @date 2024年9月7日
68623
+ /**
68624
+ * @desc:关闭webSocket
68625
+ * @author huangbo
68626
+ * @date 2024年9月7日
68542
68627
  **/
68543
68628
  handlerClose: function handlerClose() {
68544
68629
  if (this.webSocket) {
@@ -68546,10 +68631,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68546
68631
  }
68547
68632
  },
68548
68633
 
68549
- /**
68550
- * @desc:刷新选中iframe页签
68551
- * @author huangbo
68552
- * @date 2024年9月7日
68634
+ /**
68635
+ * @desc:刷新选中iframe页签
68636
+ * @author huangbo
68637
+ * @date 2024年9月7日
68553
68638
  **/
68554
68639
  handleRefresh: function handleRefresh(arg) {
68555
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');
@@ -68586,10 +68671,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68586
68671
  }
68587
68672
  },
68588
68673
 
68589
- /**
68590
- * @desc:删除iframe
68591
- * @author huangbo
68592
- * @date 2024年9月7日
68674
+ /**
68675
+ * @desc:删除iframe
68676
+ * @author huangbo
68677
+ * @date 2024年9月7日
68593
68678
  **/
68594
68679
  handleRemove: function handleRemove(name) {
68595
68680
  var len = this.tabs.length - 1;
@@ -68606,10 +68691,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68606
68691
  }
68607
68692
  },
68608
68693
 
68609
- /**
68610
- * @desc:tabs鼠标右键事件
68611
- * @author huangbo
68612
- * @date 2024年9月7日
68694
+ /**
68695
+ * @desc:tabs鼠标右键事件
68696
+ * @author huangbo
68697
+ * @date 2024年9月7日
68613
68698
  **/
68614
68699
  handleContextmenu: function handleContextmenu(tabs, e) {
68615
68700
  var disabled = {};
@@ -68634,10 +68719,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68634
68719
  window.addEventListener('click', this.closeTabsEvents);
68635
68720
  },
68636
68721
 
68637
- /**
68638
- * @desc:tabs页签事件
68639
- * @author huangbo
68640
- * @date 2024年9月7日
68722
+ /**
68723
+ * @desc:tabs页签事件
68724
+ * @author huangbo
68725
+ * @date 2024年9月7日
68641
68726
  **/
68642
68727
  handleTabsEvents: function handleTabsEvents(num) {
68643
68728
  if (this.pane !== null) {
@@ -68648,10 +68733,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68648
68733
  },
68649
68734
 
68650
68735
 
68651
- /**
68652
- * @desc:关闭页签事件面板
68653
- * @author huangbo
68654
- * @date 2024年9月7日
68736
+ /**
68737
+ * @desc:关闭页签事件面板
68738
+ * @author huangbo
68739
+ * @date 2024年9月7日
68655
68740
  **/
68656
68741
  closeTabsEvents: function closeTabsEvents(e) {
68657
68742
  if (e.target.parentNode != this.$refs.tabsHandler.$el && e.target.parentNode.parentNode != this.$refs.tabsHandler.$el) {
@@ -68661,10 +68746,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68661
68746
  },
68662
68747
 
68663
68748
 
68664
- /**
68665
- * @desc:tabs页签点击事件
68666
- * @author huangbo
68667
- * @date 2024年9月7日
68749
+ /**
68750
+ * @desc:tabs页签点击事件
68751
+ * @author huangbo
68752
+ * @date 2024年9月7日
68668
68753
  **/
68669
68754
  handleTabClick: function handleTabClick() {
68670
68755
  this.active = '';
@@ -68672,10 +68757,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68672
68757
  this.showMenu = false;
68673
68758
  },
68674
68759
 
68675
- /**
68676
- * @desc:handler工具栏点击事件
68677
- * @author huangbo
68678
- * @date 2024年9月7日
68760
+ /**
68761
+ * @desc:handler工具栏点击事件
68762
+ * @author huangbo
68763
+ * @date 2024年9月7日
68679
68764
  **/
68680
68765
  handleClick: function handleClick(res) {
68681
68766
  var type = res.type,
@@ -68756,10 +68841,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68756
68841
  this.$emit('handler-click', res);
68757
68842
  },
68758
68843
 
68759
- /**
68760
- * @desc:退出登录
68761
- * @author huangbo
68762
- * @date 2024年9月7日
68844
+ /**
68845
+ * @desc:退出登录
68846
+ * @author huangbo
68847
+ * @date 2024年9月7日
68763
68848
  **/
68764
68849
  handleQuit: function handleQuit() {
68765
68850
  var _this7 = this;
@@ -68834,10 +68919,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68834
68919
  }).catch(function (e) {});
68835
68920
  },
68836
68921
 
68837
- /**
68838
- * @desc:主题、消息回调
68839
- * @author huangbo
68840
- * @date 2024年9月7日
68922
+ /**
68923
+ * @desc:主题、消息回调
68924
+ * @author huangbo
68925
+ * @date 2024年9月7日
68841
68926
  **/
68842
68927
  handleChange: function handleChange(res) {
68843
68928
  var type = res.type,
@@ -68853,10 +68938,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68853
68938
  }
68854
68939
  },
68855
68940
 
68856
- /**
68857
- * @desc:菜单布局样式切换
68858
- * @author huangbo
68859
- * @date 2024年9月7日
68941
+ /**
68942
+ * @desc:菜单布局样式切换
68943
+ * @author huangbo
68944
+ * @date 2024年9月7日
68860
68945
  **/
68861
68946
  handleLayout: function handleLayout(res, active) {
68862
68947
  if (active) {
@@ -68865,10 +68950,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68865
68950
  this.$emit('chang-layout', res, active);
68866
68951
  },
68867
68952
 
68868
- /**
68869
- * @desc:消息修改总数
68870
- * @author huangbo
68871
- * @date 2024年9月7日
68953
+ /**
68954
+ * @desc:消息修改总数
68955
+ * @author huangbo
68956
+ * @date 2024年9月7日
68872
68957
  **/
68873
68958
  handleMenuTips: function handleMenuTips(id, num) {
68874
68959
  if (num) {
@@ -68879,10 +68964,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68879
68964
  }
68880
68965
  },
68881
68966
 
68882
- /**
68883
- * @desc:处理即时消息
68884
- * @author huangbo
68885
- * @date 2024年9月7日
68967
+ /**
68968
+ * @desc:处理即时消息
68969
+ * @author huangbo
68970
+ * @date 2024年9月7日
68886
68971
  **/
68887
68972
  handleOpened: function handleOpened(res) {
68888
68973
  var _this8 = this;
@@ -69009,11 +69094,11 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
69009
69094
 
69010
69095
  var simplicity_component = normalizeComponent(
69011
69096
  src_simplicityvue_type_script_lang_js_,
69012
- simplicityvue_type_template_id_cbbb7c28_scoped_true_render,
69013
- simplicityvue_type_template_id_cbbb7c28_scoped_true_staticRenderFns,
69097
+ simplicityvue_type_template_id_129bf7fd_scoped_true_render,
69098
+ simplicityvue_type_template_id_129bf7fd_scoped_true_staticRenderFns,
69014
69099
  false,
69015
69100
  null,
69016
- "cbbb7c28",
69101
+ "129bf7fd",
69017
69102
  null
69018
69103
 
69019
69104
  )
@@ -76183,19 +76268,19 @@ var QRCode = __webpack_require__(21);
76183
76268
  //设置logo大小
76184
76269
  var logoPosition = (_this3.mwidth - 46) / 2; //logo相对于canvas居中定位
76185
76270
  //设置获取的logo将其变为圆角以及添加白色背景
76186
- /* ctx.fillStyle = "#fff";
76187
- ctx.beginPath();
76188
- let h = 46; //圆角高 10为基数(logo四周白色背景为10/2)
76189
- let w = 46; //圆角宽
76190
- let x = logoPosition - 5;
76191
- let y = logoPosition - 5;
76192
- let r = 5; //圆角半径
76193
- ctx.moveTo(x + r, y);
76194
- ctx.arcTo(x + w, y, x + w, y + h, r);
76195
- ctx.arcTo(x + w, y + h, x, y + h, r);
76196
- ctx.arcTo(x, y + h, x, y, r);
76197
- ctx.arcTo(x, y, x + w, y, r);
76198
- 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();
76199
76284
  ctx.fill(); */
76200
76285
  logo.onload = function () {
76201
76286
  ctx.drawImage(logo, logoPosition, logoPosition, 46, 46);
@@ -94296,7 +94381,7 @@ if (typeof window !== 'undefined' && window.Vue) {
94296
94381
  }
94297
94382
 
94298
94383
  /* harmony default export */ var src_0 = __webpack_exports__["default"] = ({
94299
- version: '0.7.54',
94384
+ version: '0.7.56',
94300
94385
  install: install,
94301
94386
  Button: packages_button,
94302
94387
  ButtonGroup: button_group,