eoss-ui 0.6.85 → 0.6.86

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 (269) hide show
  1. package/lib/calogin.js +233 -233
  2. package/lib/eoss-ui.common.js +769 -755
  3. package/lib/flow-list.js +81 -81
  4. package/lib/flow.js +280 -280
  5. package/lib/form.js +13 -2
  6. package/lib/icons.js +1 -1
  7. package/lib/index.js +1 -1
  8. package/lib/main.js +132 -132
  9. package/lib/qr-code.js +13 -13
  10. package/lib/table-form.js +8 -5
  11. package/lib/theme-chalk/base.css +1 -1
  12. package/lib/theme-chalk/fonts/iconfont.ttf +0 -0
  13. package/lib/theme-chalk/fonts/iconfont.woff +0 -0
  14. package/lib/theme-chalk/icon.css +1 -1
  15. package/lib/theme-chalk/index.css +1 -1
  16. package/lib/theme-chalk/main.css +1 -1
  17. package/lib/theme-chalk/menu.css +1 -1
  18. package/lib/theme-chalk/simplicity.css +1 -1
  19. package/lib/theme-chalk/sizer.css +1 -1
  20. package/lib/theme-chalk/upload.css +1 -1
  21. package/package.json +160 -160
  22. package/packages/.DS_Store +0 -0
  23. package/packages/autocomplete/.DS_Store +0 -0
  24. package/packages/button/index.js +5 -5
  25. package/packages/button/src/main.vue +418 -418
  26. package/packages/button-group/index.js +5 -5
  27. package/packages/button-group/src/main.vue +298 -298
  28. package/packages/calendar/index.js +5 -5
  29. package/packages/calogin/.DS_Store +0 -0
  30. package/packages/calogin/index.js +5 -5
  31. package/packages/calogin/src/main.vue +412 -412
  32. package/packages/calogin/src/plugin.js +915 -915
  33. package/packages/card/index.js +5 -5
  34. package/packages/card/src/main.vue +156 -156
  35. package/packages/cascader/index.js +5 -5
  36. package/packages/cascader/src/main.vue +168 -168
  37. package/packages/checkbox-group/index.js +5 -5
  38. package/packages/checkbox-group/src/main.vue +333 -333
  39. package/packages/clients/index.js +5 -5
  40. package/packages/clients/src/main.vue +151 -151
  41. package/packages/data-table/index.js +5 -5
  42. package/packages/data-table/src/children.vue +39 -39
  43. package/packages/data-table/src/column.vue +989 -989
  44. package/packages/data-table/src/main.vue +1822 -1822
  45. package/packages/data-table/src/sizer.vue +195 -195
  46. package/packages/data-table-form/index.js +5 -5
  47. package/packages/data-table-form/src/checkbox.vue +101 -101
  48. package/packages/data-table-form/src/colgroup.vue +17 -17
  49. package/packages/data-table-form/src/main.vue +181 -181
  50. package/packages/data-table-form/src/radio.vue +65 -65
  51. package/packages/data-table-form/src/table.vue +233 -233
  52. package/packages/data-table-form/src/tbody.vue +336 -336
  53. package/packages/data-table-form/src/thead.vue +68 -68
  54. package/packages/date-picker/.DS_Store +0 -0
  55. package/packages/date-picker/index.js +5 -5
  56. package/packages/date-picker/src/.DS_Store +0 -0
  57. package/packages/date-picker/src/main.vue +236 -236
  58. package/packages/dialog/index.js +5 -5
  59. package/packages/enable-drag/index.js +5 -5
  60. package/packages/enterprise/index.js +5 -5
  61. package/packages/enterprise/src/main.vue +66 -66
  62. package/packages/error-page/index.js +5 -5
  63. package/packages/error-page/src/main.vue +44 -44
  64. package/packages/flow/.DS_Store +0 -0
  65. package/packages/flow/index.js +5 -5
  66. package/packages/flow/src/.DS_Store +0 -0
  67. package/packages/flow/src/component/Circulate.vue +370 -370
  68. package/packages/flow/src/component/CommonOpinions.vue +364 -364
  69. package/packages/flow/src/component/CustomPreset.vue +322 -322
  70. package/packages/flow/src/component/FileList.vue +99 -99
  71. package/packages/flow/src/component/Preset.vue +255 -255
  72. package/packages/flow/src/component/SendMsg.vue +241 -241
  73. package/packages/flow/src/component/TimeLimit.vue +190 -190
  74. package/packages/flow/src/component/taskUnionExamine.vue +639 -639
  75. package/packages/flow/src/form.vue +121 -121
  76. package/packages/flow/src/freeStartFlow.vue +2843 -2843
  77. package/packages/flow/src/main.vue +3654 -3654
  78. package/packages/flow/src/processForm.vue +1245 -1245
  79. package/packages/flow/src/processReject.vue +295 -295
  80. package/packages/flow/src/reset.vue +918 -918
  81. package/packages/flow/src/startTaskRead.vue +683 -683
  82. package/packages/flow/src/supervise.vue +152 -152
  83. package/packages/flow/src/table.vue +58 -58
  84. package/packages/flow-group/index.js +5 -5
  85. package/packages/flow-group/src/main.vue +692 -692
  86. package/packages/flow-list/.DS_Store +0 -0
  87. package/packages/flow-list/index.js +5 -5
  88. package/packages/flow-list/src/main.vue +1770 -1770
  89. package/packages/form/.DS_Store +0 -0
  90. package/packages/form/index.js +5 -5
  91. package/packages/form/src/main.vue +3814 -3809
  92. package/packages/form/src/table.vue +1508 -1508
  93. package/packages/handle-user/index.js +5 -5
  94. package/packages/handle-user/src/main.vue +138 -138
  95. package/packages/handler/index.js +5 -5
  96. package/packages/handler/src/main.vue +493 -493
  97. package/packages/icon/index.js +5 -5
  98. package/packages/icon/src/main.vue +101 -101
  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 +1998 -1998
  114. package/packages/login/src/resetPassword.vue +562 -562
  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 +458 -458
  123. package/packages/main/src/public/settings.vue +221 -221
  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 +259 -259
  127. package/packages/main/src/simplicity/index.vue +2102 -2102
  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 +259 -259
  131. package/packages/main/src/simplicity/notice.vue +190 -190
  132. package/packages/main/src/simplicity/router-page.vue +45 -45
  133. package/packages/main/src/simplicity/sub-menu.vue +264 -264
  134. package/packages/main/src/simplicity/user.vue +260 -260
  135. package/packages/main/src/simplicity/userinfo.vue +312 -312
  136. package/packages/menu/.DS_Store +0 -0
  137. package/packages/menu/index.js +5 -5
  138. package/packages/menu/src/main.vue +584 -584
  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/scrollbar/.DS_Store +0 -0
  156. package/packages/select/.DS_Store +0 -0
  157. package/packages/select/index.js +5 -5
  158. package/packages/select/src/main.vue +778 -778
  159. package/packages/select-ganged/index.js +5 -5
  160. package/packages/select-ganged/src/main.vue +724 -724
  161. package/packages/selector/.DS_Store +0 -0
  162. package/packages/selector/index.js +5 -5
  163. package/packages/selector/src/main.vue +745 -745
  164. package/packages/selector-panel/.DS_Store +0 -0
  165. package/packages/selector-panel/index.js +5 -5
  166. package/packages/selector-panel/src/main.vue +1027 -1027
  167. package/packages/selector-panel/src/selection.vue +170 -170
  168. package/packages/selector-panel/src/tree.vue +129 -129
  169. package/packages/sizer/index.js +5 -5
  170. package/packages/sizer/src/main.vue +254 -254
  171. package/packages/steps/index.js +5 -5
  172. package/packages/steps/src/main.vue +181 -181
  173. package/packages/switch/index.js +5 -5
  174. package/packages/switch/src/main.vue +154 -154
  175. package/packages/table-form/index.js +5 -5
  176. package/packages/tabs/index.js +5 -5
  177. package/packages/tabs/src/main.vue +788 -788
  178. package/packages/tabs-panel/index.js +5 -5
  179. package/packages/tabs-panel/src/main.vue +29 -29
  180. package/packages/theme-chalk/lib/base.css +1 -1
  181. package/packages/theme-chalk/lib/fonts/iconfont.ttf +0 -0
  182. package/packages/theme-chalk/lib/fonts/iconfont.woff +0 -0
  183. package/packages/theme-chalk/lib/icon.css +1 -1
  184. package/packages/theme-chalk/lib/index.css +1 -1
  185. package/packages/theme-chalk/lib/main.css +1 -1
  186. package/packages/theme-chalk/lib/menu.css +1 -1
  187. package/packages/theme-chalk/lib/simplicity.css +1 -1
  188. package/packages/theme-chalk/lib/sizer.css +1 -1
  189. package/packages/theme-chalk/lib/upload.css +1 -1
  190. package/packages/theme-chalk/src/.DS_Store +0 -0
  191. package/packages/theme-chalk/src/base.scss +261 -261
  192. package/packages/theme-chalk/src/button-group.scss +176 -176
  193. package/packages/theme-chalk/src/button.scss +24 -24
  194. package/packages/theme-chalk/src/calendar.scss +113 -113
  195. package/packages/theme-chalk/src/card.scss +99 -99
  196. package/packages/theme-chalk/src/checkbox-group.scss +8 -8
  197. package/packages/theme-chalk/src/clients.scss +87 -87
  198. package/packages/theme-chalk/src/data-table-form.scss +67 -67
  199. package/packages/theme-chalk/src/data-table.scss +293 -293
  200. package/packages/theme-chalk/src/date-picker.scss +7 -7
  201. package/packages/theme-chalk/src/dialog.scss +77 -77
  202. package/packages/theme-chalk/src/enable-drag.scss +181 -181
  203. package/packages/theme-chalk/src/enterprise.scss +5 -5
  204. package/packages/theme-chalk/src/error-page.scss +18 -18
  205. package/packages/theme-chalk/src/flow-group.scss +110 -110
  206. package/packages/theme-chalk/src/flow-list.scss +39 -39
  207. package/packages/theme-chalk/src/flow.scss +348 -348
  208. package/packages/theme-chalk/src/fonts/iconfont.ttf +0 -0
  209. package/packages/theme-chalk/src/fonts/iconfont.woff +0 -0
  210. package/packages/theme-chalk/src/form.scss +499 -499
  211. package/packages/theme-chalk/src/handle-user.scss +40 -40
  212. package/packages/theme-chalk/src/handler.scss +143 -143
  213. package/packages/theme-chalk/src/icon.scss +1817 -1809
  214. package/packages/theme-chalk/src/icons.scss +99 -99
  215. package/packages/theme-chalk/src/input.scss +9 -9
  216. package/packages/theme-chalk/src/label.scss +24 -24
  217. package/packages/theme-chalk/src/layout.scss +46 -46
  218. package/packages/theme-chalk/src/login.scss +984 -984
  219. package/packages/theme-chalk/src/main.scss +663 -663
  220. package/packages/theme-chalk/src/menu.scss +222 -222
  221. package/packages/theme-chalk/src/mixins/color.scss +117 -117
  222. package/packages/theme-chalk/src/nav.scss +111 -111
  223. package/packages/theme-chalk/src/page.scss +3 -3
  224. package/packages/theme-chalk/src/pagination.scss +29 -29
  225. package/packages/theme-chalk/src/player.scss +9 -9
  226. package/packages/theme-chalk/src/qr-code.scss +17 -17
  227. package/packages/theme-chalk/src/radio-group.scss +9 -9
  228. package/packages/theme-chalk/src/retrial-auth.scss +38 -38
  229. package/packages/theme-chalk/src/select-ganged.scss +8 -8
  230. package/packages/theme-chalk/src/select.scss +8 -8
  231. package/packages/theme-chalk/src/selector-panel.scss +204 -204
  232. package/packages/theme-chalk/src/selector.scss +91 -91
  233. package/packages/theme-chalk/src/simplicity.scss +1355 -1355
  234. package/packages/theme-chalk/src/sizer.scss +36 -36
  235. package/packages/theme-chalk/src/steps.scss +88 -88
  236. package/packages/theme-chalk/src/switch.scss +3 -3
  237. package/packages/theme-chalk/src/table-form.scss +1 -1
  238. package/packages/theme-chalk/src/tabs.scss +87 -87
  239. package/packages/theme-chalk/src/tips.scss +7 -7
  240. package/packages/theme-chalk/src/toolbar.scss +179 -179
  241. package/packages/theme-chalk/src/tree-group.scss +72 -72
  242. package/packages/theme-chalk/src/tree.scss +165 -165
  243. package/packages/theme-chalk/src/upload.scss +172 -172
  244. package/packages/theme-chalk/src/wxlogin.scss +3 -3
  245. package/packages/tips/index.js +5 -5
  246. package/packages/tips/src/main.vue +141 -141
  247. package/packages/toolbar/index.js +5 -5
  248. package/packages/toolbar/src/main.vue +430 -430
  249. package/packages/tree/index.js +5 -5
  250. package/packages/tree-group/index.js +5 -5
  251. package/packages/upload/.DS_Store +0 -0
  252. package/packages/upload/index.js +5 -5
  253. package/packages/upload/src/main.vue +1348 -1348
  254. package/packages/upload/src/picture.js +15 -15
  255. package/packages/wujie/index.js +5 -5
  256. package/packages/wujie/src/main.vue +145 -145
  257. package/packages/wxlogin/index.js +5 -5
  258. package/packages/wxlogin/src/main.vue +128 -128
  259. package/src/.DS_Store +0 -0
  260. package/src/config/api.js +294 -294
  261. package/src/config/image.js +2 -2
  262. package/src/index.js +163 -163
  263. package/src/utils/.DS_Store +0 -0
  264. package/src/utils/bus.js +3 -3
  265. package/src/utils/date-util.js +312 -312
  266. package/src/utils/http.js +50 -50
  267. package/src/utils/rules.js +18 -18
  268. package/src/utils/store.js +21 -21
  269. package/src/utils/webSocket.js +107 -107
@@ -4194,7 +4194,7 @@ module.exports = require("ua-parser-js");
4194
4194
  /* 15 */
4195
4195
  /***/ (function(module) {
4196
4196
 
4197
- module.exports = JSON.parse("[\"zuomian\",\"monitor\",\"maximize\",\"pointer-up\",\"pointer-left\",\"pointer-down\",\"tri-down\",\"retrograde\",\"rainfall\",\"caveat\",\"print\",\"alarm\",\"table\",\"duigouquan\",\"bumen\",\"mm\",\"accelerate\",\"quanping\",\"password\",\"qing\",\"kaifa\",\"daoru\",\"piaochongicon\",\"instructions\",\"notice\",\"wifi\",\"tishicuo\",\"minganciguanli\",\"switch-off\",\"switch-on\",\"narrow\",\"yidongduan\",\"web\",\"upload\",\"message\",\"go-back\",\"close\",\"shujutongji\",\"folder\",\"edit\",\"enter\",\"dian\",\"wendu\",\"shangwu\",\"shenbao\",\"magnifier\",\"project-add\",\"xiexian\",\"caidan\",\"tupian\",\"yinyu\",\"wenhao\",\"template\",\"daiban\",\"set\",\"zhengwen\",\"cuowu\",\"chenggong\",\"indent\",\"increase\",\"ziliaoku\",\"tuichu\",\"quit\",\"leaf\",\"refresh\",\"statistic\",\"gengduo\",\"lvyou\",\"mail\",\"user\",\"zhishi\",\"weizhi\",\"jinggao\",\"zuzhijigou\",\"xue\",\"fenxiang\",\"jinrong\",\"shanchu\",\"jianhao\",\"jiahao\",\"yinzhang\",\"renyuanqiehuan\",\"gouxuanzhong1\",\"circle\",\"fuxuankuang1\",\"fangkuang\",\"application\",\"wenjianjia\",\"jiaren\",\"xiugai\",\"duanxinguanli\",\"workbench\",\"rizhi\",\"gongwen\",\"qingshi\",\"shiwu\",\"official\",\"baogao\",\"document\",\"wodeyouxiang\",\"ziliaojiaohuan\",\"denglu\",\"podium\",\"fangkuai\",\"xuewei\",\"duoyun\",\"pm\",\"xiajia\",\"huanbao\",\"dunpai\",\"shu\",\"gongzuozheng\",\"more\",\"fenlei\",\"delete\",\"fengsu\",\"bar\",\"yuanqu\",\"duomeiti\",\"youjian\",\"qiye\",\"zuixinzixun\",\"biaoge\",\"omit\",\"diaotou\",\"jiantou-left\",\"jiantou-right\",\"jiantou-up\",\"roles\",\"jiantou-next\",\"chijiuhuacunchu\",\"zhuanhuan\",\"cloudy\",\"form\",\"wuye\",\"tri-up\",\"pointer-right\",\"bianji\",\"tri-right\",\"tri-left\",\"daimaguanli\",\"jiankong\",\"kaifazhong\",\"fujian\",\"bingtu\",\"zhuzhuangtu\",\"lose\",\"rmb\",\"move\",\"xiazai\",\"yiban\",\"laoshi\",\"clear\",\"jinyong\",\"yunxing\",\"weihu\",\"chakan\",\"pifu\",\"ren\",\"gouwuche\",\"loading2\",\"yulan\",\"ziliao\",\"yidong\",\"fenxiang11\",\"kaoqin\",\"change\",\"shidu\",\"portfolio\",\"info\",\"yanjing\",\"laba\",\"camera\",\"xitongxiaoxi\",\"xitongguanli\",\"webduan\",\"wagnz\",\"group\",\"shengqian\",\"jiantou-prev\",\"attention\",\"look\",\"guanzhu\",\"daikuan\",\"tubiao\",\"duigou\",\"star\",\"dayin\",\"xinzeng\",\"reduce\",\"goup\",\"calendar\",\"tree\",\"yingyong\",\"caution\",\"zhuanfa\",\"add\",\"zongtiqixian\",\"daochu\",\"gongwu\",\"ihouse\",\"chilun\",\"weixiu\",\"chengguo\",\"trophy\",\"duiwu\",\"qiehuanjiaose\",\"door\",\"shebei\",\"fangjian\",\"microscope\",\"huaxue\",\"shiyanshianquan\",\"shiyan\",\"qiyexinxi\",\"yewuxinxi\",\"lab\",\"shiyanguanli\",\"yuqing\",\"big-screen\",\"signal-search\",\"database\",\"star-mark\",\"cng\",\"professor\",\"informatization\",\"code\",\"science\",\"price\",\"xunhuan\",\"savings\",\"administration\",\"aid\",\"biao\",\"line\",\"xietong\",\"jingzheng\",\"enterprise\",\"datatable\",\"toubiao\",\"bingdu\",\"keji2\",\"qiyeku5\",\"touzi5\",\"zijinliu\",\"zhishichanquan3\",\"kejifuwu2\",\"zhishichanquan2\",\"zijinanquan\",\"kejifuwu1\",\"geju\",\"yiqingfangkong\",\"kejifuwu\",\"anquanfangkong\",\"shujufuwu\",\"shujuceng\",\"shujugongxiang\",\"flows\",\"setup\",\"shujulian\",\"caiwujianguan\",\"caiwuliushui\",\"mubiaogeju\",\"juxing\",\"fuwuqi\",\"touzijigou\",\"xiezilou\",\"jianzhu\",\"logo\",\"touzhi\",\"zijin\",\"fintech\",\"touzixiangmu\",\"library\",\"touziguanli\",\"zhongda\",\"ziyuan\",\"shujutai\",\"shujudongtai\",\"bank\",\"shujuzhongxin\",\"zhongyaomubiao\",\"touzishijian\",\"caiwuguanli\",\"mingzhong\",\"touzishenpi\",\"jingzhenggeju\",\"property\",\"keji\",\"qiyeku\",\"zhongyaojihui\",\"touzilicai\",\"zhishichanquan\",\"touzi\",\"tzz\",\"menu\",\"xiangmushu\",\"pdf\",\"jiazai\",\"gongsi\",\"rise\",\"jbxx\",\"zwxx\",\"jypx\",\"jcgl\",\"ndkh\",\"grjl\",\"shgx\",\"gou\",\"shijian\",\"fukuan\",\"guoji\",\"shoukuan\",\"down\",\"gongzuotai\",\"gaigedongtai\",\"xitongshezhi\",\"relation\",\"zuzhirenshi\",\"kaohepingjia\",\"caiwujiandu\",\"sanzhongyida\",\"mima\",\"xianshi\",\"zhanghao\",\"bangongshi\",\"checked\",\"checke\",\"help\",\"kuoda\",\"banli\",\"xiaoxi\",\"shouqicaidan\",\"shouqicaidan-right\",\"smile\",\"tongzhi\",\"guanji\",\"shuaxin\",\"guiji\",\"tianjiawenjianjia\",\"yunxiazai\",\"del\",\"touzifangan\",\"zongheguanli\",\"sanzhongyida_mian\",\"gongwenguanli1\",\"heguiguanli\",\"jingyingfenxi\",\"txl\",\"diannao\",\"renliziyuan\",\"caiwuxitong\",\"shiwuguanli\",\"shouye\",\"bangongyongpin\",\"sidebar\",\"zhidulashi\",\"log\",\"fawenguanli\",\"huiyiguanli\",\"zuzhishishi\",\"gongwenqianshou\",\"jinxiupeixun\",\"gongwenbao\",\"jiaohuan\",\"daibanshixiang\",\"richeng\",\"tongxunlu\",\"yongche\",\"yanzheng\",\"daibanxinxi\",\"shuben\",\"fanfu\",\"guangbo\",\"shuzhuangtu\",\"bengqiye\",\"tongguo\",\"dengdai\",\"cross\",\"daichuli\",\"zhenggai\",\"shouli\",\"shujuhecha\",\"guanli\",\"paper-file\",\"wenjian\",\"dakaiwenjian\",\"yewu\",\"jiance\",\"jiheguanli\",\"jinru\",\"arrow-right\",\"lingdao\",\"rencai\",\"prev\",\"next\",\"jianpan\",\"qrcode\",\"bohui\",\"homepage\",\"download\",\"gantanhao\",\"dingding\",\"weixin\",\"pad\",\"ios\",\"android\",\"txt\",\"doc\",\"audioo\",\"video\",\"zip\",\"shuru\",\"duanxin\",\"saoma\",\"youxiang\",\"word\",\"excel\",\"fileword\",\"picture\",\"ppt\",\"ca\",\"usb-key\",\"wenjianjiadakai\",\"yingyonglan\",\"home\",\"tiyanxinban\",\"shiyongjiuban\",\"zhuomian\",\"scan\",\"youbian\",\"zuobian\",\"saomadenglu\",\"zhanghaodenglu\",\"zhengfangti\",\"tingzhi\",\"youxiangdenglu\",\"duanxindenglu\",\"liaotian\",\"zhixiangyou\",\"zhixiangshang\",\"zhixiangxia\",\"zhixiangzuo\",\"HarmonyOs\",\"juqian\",\"shendusikao\",\"fensizengchang\",\"daimakuai\"]");
4197
+ module.exports = JSON.parse("[\"zuomian\",\"monitor\",\"maximize\",\"pointer-up\",\"pointer-left\",\"pointer-down\",\"tri-down\",\"retrograde\",\"rainfall\",\"caveat\",\"print\",\"alarm\",\"table\",\"duigouquan\",\"bumen\",\"mm\",\"accelerate\",\"quanping\",\"password\",\"qing\",\"kaifa\",\"daoru\",\"piaochongicon\",\"instructions\",\"notice\",\"wifi\",\"tishicuo\",\"minganciguanli\",\"switch-off\",\"switch-on\",\"narrow\",\"yidongduan\",\"web\",\"upload\",\"message\",\"go-back\",\"close\",\"shujutongji\",\"folder\",\"edit\",\"enter\",\"dian\",\"wendu\",\"shangwu\",\"shenbao\",\"magnifier\",\"project-add\",\"xiexian\",\"caidan\",\"tupian\",\"yinyu\",\"wenhao\",\"template\",\"daiban\",\"set\",\"zhengwen\",\"cuowu\",\"chenggong\",\"indent\",\"increase\",\"ziliaoku\",\"tuichu\",\"quit\",\"leaf\",\"refresh\",\"statistic\",\"gengduo\",\"lvyou\",\"mail\",\"user\",\"zhishi\",\"weizhi\",\"jinggao\",\"zuzhijigou\",\"xue\",\"fenxiang\",\"jinrong\",\"shanchu\",\"jianhao\",\"jiahao\",\"yinzhang\",\"renyuanqiehuan\",\"gouxuanzhong1\",\"circle\",\"fuxuankuang1\",\"fangkuang\",\"application\",\"wenjianjia\",\"jiaren\",\"xiugai\",\"duanxinguanli\",\"workbench\",\"rizhi\",\"gongwen\",\"qingshi\",\"shiwu\",\"official\",\"baogao\",\"document\",\"wodeyouxiang\",\"ziliaojiaohuan\",\"denglu\",\"podium\",\"fangkuai\",\"xuewei\",\"duoyun\",\"pm\",\"xiajia\",\"huanbao\",\"dunpai\",\"shu\",\"gongzuozheng\",\"more\",\"fenlei\",\"delete\",\"fengsu\",\"bar\",\"yuanqu\",\"duomeiti\",\"youjian\",\"qiye\",\"zuixinzixun\",\"biaoge\",\"omit\",\"diaotou\",\"jiantou-left\",\"jiantou-right\",\"jiantou-up\",\"roles\",\"jiantou-next\",\"chijiuhuacunchu\",\"zhuanhuan\",\"cloudy\",\"form\",\"wuye\",\"tri-up\",\"pointer-right\",\"bianji\",\"tri-right\",\"tri-left\",\"daimaguanli\",\"jiankong\",\"kaifazhong\",\"fujian\",\"bingtu\",\"zhuzhuangtu\",\"lose\",\"rmb\",\"move\",\"xiazai\",\"yiban\",\"laoshi\",\"clear\",\"jinyong\",\"yunxing\",\"weihu\",\"chakan\",\"pifu\",\"ren\",\"gouwuche\",\"loading2\",\"yulan\",\"ziliao\",\"yidong\",\"fenxiang11\",\"kaoqin\",\"change\",\"shidu\",\"portfolio\",\"info\",\"yanjing\",\"laba\",\"camera\",\"xitongxiaoxi\",\"xitongguanli\",\"webduan\",\"wagnz\",\"group\",\"shengqian\",\"jiantou-prev\",\"attention\",\"look\",\"guanzhu\",\"daikuan\",\"tubiao\",\"duigou\",\"star\",\"dayin\",\"xinzeng\",\"reduce\",\"goup\",\"calendar\",\"tree\",\"yingyong\",\"caution\",\"zhuanfa\",\"add\",\"zongtiqixian\",\"daochu\",\"gongwu\",\"ihouse\",\"chilun\",\"weixiu\",\"chengguo\",\"trophy\",\"duiwu\",\"qiehuanjiaose\",\"door\",\"shebei\",\"fangjian\",\"microscope\",\"huaxue\",\"shiyanshianquan\",\"shiyan\",\"qiyexinxi\",\"yewuxinxi\",\"lab\",\"shiyanguanli\",\"yuqing\",\"big-screen\",\"signal-search\",\"database\",\"star-mark\",\"cng\",\"professor\",\"informatization\",\"code\",\"science\",\"price\",\"xunhuan\",\"savings\",\"administration\",\"aid\",\"biao\",\"line\",\"xietong\",\"jingzheng\",\"enterprise\",\"datatable\",\"toubiao\",\"bingdu\",\"keji2\",\"qiyeku5\",\"touzi5\",\"zijinliu\",\"zhishichanquan3\",\"kejifuwu2\",\"zhishichanquan2\",\"zijinanquan\",\"kejifuwu1\",\"geju\",\"yiqingfangkong\",\"kejifuwu\",\"anquanfangkong\",\"shujufuwu\",\"shujuceng\",\"shujugongxiang\",\"flows\",\"setup\",\"shujulian\",\"caiwujianguan\",\"caiwuliushui\",\"mubiaogeju\",\"juxing\",\"fuwuqi\",\"touzijigou\",\"xiezilou\",\"jianzhu\",\"logo\",\"touzhi\",\"zijin\",\"fintech\",\"touzixiangmu\",\"library\",\"touziguanli\",\"zhongda\",\"ziyuan\",\"shujutai\",\"shujudongtai\",\"bank\",\"shujuzhongxin\",\"zhongyaomubiao\",\"touzishijian\",\"caiwuguanli\",\"mingzhong\",\"touzishenpi\",\"jingzhenggeju\",\"property\",\"keji\",\"qiyeku\",\"zhongyaojihui\",\"touzilicai\",\"zhishichanquan\",\"touzi\",\"tzz\",\"menu\",\"xiangmushu\",\"pdf\",\"jiazai\",\"gongsi\",\"rise\",\"jbxx\",\"zwxx\",\"jypx\",\"jcgl\",\"ndkh\",\"grjl\",\"shgx\",\"gou\",\"shijian\",\"fukuan\",\"guoji\",\"shoukuan\",\"down\",\"gongzuotai\",\"gaigedongtai\",\"xitongshezhi\",\"relation\",\"zuzhirenshi\",\"kaohepingjia\",\"caiwujiandu\",\"sanzhongyida\",\"mima\",\"xianshi\",\"zhanghao\",\"bangongshi\",\"checked\",\"checke\",\"help\",\"kuoda\",\"banli\",\"xiaoxi\",\"shouqicaidan\",\"shouqicaidan-right\",\"smile\",\"tongzhi\",\"guanji\",\"shuaxin\",\"guiji\",\"tianjiawenjianjia\",\"yunxiazai\",\"del\",\"touzifangan\",\"zongheguanli\",\"sanzhongyida_mian\",\"gongwenguanli1\",\"heguiguanli\",\"jingyingfenxi\",\"txl\",\"diannao\",\"renliziyuan\",\"caiwuxitong\",\"shiwuguanli\",\"shouye\",\"bangongyongpin\",\"sidebar\",\"zhidulashi\",\"log\",\"fawenguanli\",\"huiyiguanli\",\"zuzhishishi\",\"gongwenqianshou\",\"jinxiupeixun\",\"gongwenbao\",\"jiaohuan\",\"daibanshixiang\",\"richeng\",\"tongxunlu\",\"yongche\",\"yanzheng\",\"daibanxinxi\",\"shuben\",\"fanfu\",\"guangbo\",\"shuzhuangtu\",\"bengqiye\",\"tongguo\",\"dengdai\",\"cross\",\"daichuli\",\"zhenggai\",\"shouli\",\"shujuhecha\",\"guanli\",\"paper-file\",\"wenjian\",\"dakaiwenjian\",\"yewu\",\"jiance\",\"jiheguanli\",\"jinru\",\"arrow-right\",\"lingdao\",\"rencai\",\"prev\",\"next\",\"jianpan\",\"qrcode\",\"bohui\",\"homepage\",\"download\",\"gantanhao\",\"dingding\",\"weixin\",\"pad\",\"ios\",\"android\",\"txt\",\"doc\",\"audioo\",\"video\",\"zip\",\"shuru\",\"duanxin\",\"saoma\",\"youxiang\",\"word\",\"excel\",\"fileword\",\"picture\",\"ppt\",\"ca\",\"usb-key\",\"wenjianjiadakai\",\"yingyonglan\",\"home\",\"tiyanxinban\",\"shiyongjiuban\",\"zhuomian\",\"scan\",\"youbian\",\"zuobian\",\"saomadenglu\",\"zhanghaodenglu\",\"zhengfangti\",\"tingzhi\",\"youxiangdenglu\",\"duanxindenglu\",\"liaotian\",\"zhixiangyou\",\"zhixiangshang\",\"zhixiangxia\",\"zhixiangzuo\",\"HarmonyOs\",\"juqian\",\"shendusikao\",\"fensizengchang\",\"daimakuai\",\"stop\",\"fuzhi\"]");
4198
4198
 
4199
4199
  /***/ }),
4200
4200
  /* 16 */
@@ -5961,8 +5961,8 @@ var plugin_typeof = typeof Symbol === "function" && typeof Symbol.iterator === "
5961
5961
 
5962
5962
  function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
5963
5963
 
5964
- /**
5965
- * JIT_GW_ExtInterface 模块,提供与客户端交互的功能
5964
+ /**
5965
+ * JIT_GW_ExtInterface 模块,提供与客户端交互的功能
5966
5966
  */
5967
5967
  var CA_ExtInterface = function () {
5968
5968
  function CA_ExtInterface() {
@@ -5975,11 +5975,11 @@ var CA_ExtInterface = function () {
5975
5975
  this.init();
5976
5976
  }
5977
5977
 
5978
- /**
5979
- * 简单的 Object.assign 兼容 IE <= 11 的 polyfill
5980
- * @see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/assign
5981
- * @param {Object} target - 目标对象
5982
- * @param {Object} options - 新的选项对象
5978
+ /**
5979
+ * 简单的 Object.assign 兼容 IE <= 11 的 polyfill
5980
+ * @see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/assign
5981
+ * @param {Object} target - 目标对象
5982
+ * @param {Object} options - 新的选项对象
5983
5983
  */
5984
5984
 
5985
5985
 
@@ -5994,8 +5994,8 @@ var CA_ExtInterface = function () {
5994
5994
  }
5995
5995
  };
5996
5996
 
5997
- /**
5998
- * 检查当前会话的 WebSocket URL
5997
+ /**
5998
+ * 检查当前会话的 WebSocket URL
5999
5999
  */
6000
6000
 
6001
6001
 
@@ -6009,8 +6009,8 @@ var CA_ExtInterface = function () {
6009
6009
  }
6010
6010
  };
6011
6011
 
6012
- /**
6013
- * 检查是否使用 ActiveX
6012
+ /**
6013
+ * 检查是否使用 ActiveX
6014
6014
  */
6015
6015
 
6016
6016
 
@@ -6022,11 +6022,11 @@ var CA_ExtInterface = function () {
6022
6022
  }
6023
6023
  };
6024
6024
 
6025
- /**
6026
- * 扩展发送消息并等待响应
6027
- * @param {string} operatorCmd - 操作命令
6028
- * @param {string} sendMsg - 发送的消息
6029
- * @returns {string} 响应消息
6025
+ /**
6026
+ * 扩展发送消息并等待响应
6027
+ * @param {string} operatorCmd - 操作命令
6028
+ * @param {string} sendMsg - 发送的消息
6029
+ * @returns {string} 响应消息
6030
6030
  */
6031
6031
 
6032
6032
 
@@ -6036,11 +6036,11 @@ var CA_ExtInterface = function () {
6036
6036
  return this.sendAndWaitMessage(this.currentSessionWSURL, strSendMsg);
6037
6037
  };
6038
6038
 
6039
- /**
6040
- * 发送消息并等待响应
6041
- * @param {string} wsurl - WebSocket URL
6042
- * @param {string} sendMsg - 发送的消息
6043
- * @returns {string} 响应消息
6039
+ /**
6040
+ * 发送消息并等待响应
6041
+ * @param {string} wsurl - WebSocket URL
6042
+ * @param {string} sendMsg - 发送的消息
6043
+ * @returns {string} 响应消息
6044
6044
  */
6045
6045
 
6046
6046
 
@@ -6064,9 +6064,9 @@ var CA_ExtInterface = function () {
6064
6064
  return ResultMsg;
6065
6065
  };
6066
6066
 
6067
- /**
6068
- * 配置选项
6069
- * @param {Object} extendOption - 扩展选项
6067
+ /**
6068
+ * 配置选项
6069
+ * @param {Object} extendOption - 扩展选项
6070
6070
  */
6071
6071
 
6072
6072
 
@@ -6076,8 +6076,8 @@ var CA_ExtInterface = function () {
6076
6076
  }
6077
6077
  };
6078
6078
 
6079
- /**
6080
- * 初始化
6079
+ /**
6080
+ * 初始化
6081
6081
  */
6082
6082
 
6083
6083
 
@@ -6085,9 +6085,9 @@ var CA_ExtInterface = function () {
6085
6085
  this.isUseActioveX();
6086
6086
  };
6087
6087
 
6088
- /**
6089
- * 返回客户端的版本
6090
- * @returns {string} 客户端版本
6088
+ /**
6089
+ * 返回客户端的版本
6090
+ * @returns {string} 客户端版本
6091
6091
  */
6092
6092
 
6093
6093
 
@@ -6100,13 +6100,13 @@ var CA_ExtInterface = function () {
6100
6100
  }
6101
6101
  };
6102
6102
 
6103
- /**
6104
- * 下载客户端程序并安装
6105
- * @param {string} bstrURL - 下载地址
6106
- * @param {string} bstrHashValue - 哈希值
6107
- * @param {boolean} bSync - 是否同步安装
6108
- * @param {boolean} bOnlySSO - 是否仅安装 SSO
6109
- * @returns {number} 安装结果
6103
+ /**
6104
+ * 下载客户端程序并安装
6105
+ * @param {string} bstrURL - 下载地址
6106
+ * @param {string} bstrHashValue - 哈希值
6107
+ * @param {boolean} bSync - 是否同步安装
6108
+ * @param {boolean} bOnlySSO - 是否仅安装 SSO
6109
+ * @returns {number} 安装结果
6110
6110
  */
6111
6111
 
6112
6112
 
@@ -6120,11 +6120,11 @@ var CA_ExtInterface = function () {
6120
6120
  }
6121
6121
  };
6122
6122
 
6123
- /**
6124
- * 获取硬件指纹信息
6125
- * @param {number} dwSign - 签名
6126
- * @param {string} strGateWayIP - 网关 IP
6127
- * @returns {string} 硬件指纹信息
6123
+ /**
6124
+ * 获取硬件指纹信息
6125
+ * @param {number} dwSign - 签名
6126
+ * @param {string} strGateWayIP - 网关 IP
6127
+ * @returns {string} 硬件指纹信息
6128
6128
  */
6129
6129
 
6130
6130
 
@@ -6138,12 +6138,12 @@ var CA_ExtInterface = function () {
6138
6138
  }
6139
6139
  };
6140
6140
 
6141
- /**
6142
- * 设置转发策略和代填策略
6143
- * @param {string} strProxyPolicy - 转发策略
6144
- * @param {string} strSSOPolicy - 代填策略
6145
- * @param {string} strGatewayAddress - 网关地址
6146
- * @returns {number} 设置结果
6141
+ /**
6142
+ * 设置转发策略和代填策略
6143
+ * @param {string} strProxyPolicy - 转发策略
6144
+ * @param {string} strSSOPolicy - 代填策略
6145
+ * @param {string} strGatewayAddress - 网关地址
6146
+ * @returns {number} 设置结果
6147
6147
  */
6148
6148
 
6149
6149
 
@@ -6157,11 +6157,11 @@ var CA_ExtInterface = function () {
6157
6157
  }
6158
6158
  };
6159
6159
 
6160
- /**
6161
- * 启动认证信息模块
6162
- * @param {string} strFileName - 文件名
6163
- * @param {string} strXmlData - XML 数据
6164
- * @returns {string} 认证信息
6160
+ /**
6161
+ * 启动认证信息模块
6162
+ * @param {string} strFileName - 文件名
6163
+ * @param {string} strXmlData - XML 数据
6164
+ * @returns {string} 认证信息
6165
6165
  */
6166
6166
 
6167
6167
 
@@ -6175,10 +6175,10 @@ var CA_ExtInterface = function () {
6175
6175
  }
6176
6176
  };
6177
6177
 
6178
- /**
6179
- * 打开 BS 应用
6180
- * @param {string} strUrl - 应用 URL
6181
- * @returns {number} 打开结果
6178
+ /**
6179
+ * 打开 BS 应用
6180
+ * @param {string} strUrl - 应用 URL
6181
+ * @returns {number} 打开结果
6182
6182
  */
6183
6183
 
6184
6184
 
@@ -6192,12 +6192,12 @@ var CA_ExtInterface = function () {
6192
6192
  }
6193
6193
  };
6194
6194
 
6195
- /**
6196
- * 打开 CS 应用
6197
- * @param {string} strGatewayAddress - 网关地址
6198
- * @param {string} strAppFlag - 应用标识
6199
- * @param {string} strAppPath - 应用路径
6200
- * @returns {number} 打开结果
6195
+ /**
6196
+ * 打开 CS 应用
6197
+ * @param {string} strGatewayAddress - 网关地址
6198
+ * @param {string} strAppFlag - 应用标识
6199
+ * @param {string} strAppPath - 应用路径
6200
+ * @returns {number} 打开结果
6201
6201
  */
6202
6202
 
6203
6203
 
@@ -6211,13 +6211,13 @@ var CA_ExtInterface = function () {
6211
6211
  }
6212
6212
  };
6213
6213
 
6214
- /**
6215
- * 设置自动更新策略
6216
- * @param {string} strGatewayAddress - 网关地址
6217
- * @param {number} nGatewayPort - 网关端口
6218
- * @param {string} strUserToken - 用户令牌
6219
- * @param {number} updatedelay - 更新延迟
6220
- * @returns {number} 设置结果
6214
+ /**
6215
+ * 设置自动更新策略
6216
+ * @param {string} strGatewayAddress - 网关地址
6217
+ * @param {number} nGatewayPort - 网关端口
6218
+ * @param {string} strUserToken - 用户令牌
6219
+ * @param {number} updatedelay - 更新延迟
6220
+ * @returns {number} 设置结果
6221
6221
  */
6222
6222
 
6223
6223
 
@@ -6231,10 +6231,10 @@ var CA_ExtInterface = function () {
6231
6231
  }
6232
6232
  };
6233
6233
 
6234
- /**
6235
- * 获取客户端 IP
6236
- * @param {string} strGatewayIP - 网关 IP
6237
- * @returns {string} 客户端 IP
6234
+ /**
6235
+ * 获取客户端 IP
6236
+ * @param {string} strGatewayIP - 网关 IP
6237
+ * @returns {string} 客户端 IP
6238
6238
  */
6239
6239
 
6240
6240
 
@@ -6248,10 +6248,10 @@ var CA_ExtInterface = function () {
6248
6248
  }
6249
6249
  };
6250
6250
 
6251
- /**
6252
- * 登出网关
6253
- * @param {string} strServerIP - 服务器 IP
6254
- * @returns {number} 登出结果
6251
+ /**
6252
+ * 登出网关
6253
+ * @param {string} strServerIP - 服务器 IP
6254
+ * @returns {number} 登出结果
6255
6255
  */
6256
6256
 
6257
6257
 
@@ -6265,11 +6265,11 @@ var CA_ExtInterface = function () {
6265
6265
  }
6266
6266
  };
6267
6267
 
6268
- /**
6269
- * 运行安装包
6270
- * @param {number} lRunType - 运行类型
6271
- * @param {boolean} bIsOnlySSO - 是否仅安装 SSO
6272
- * @returns {number} 运行结果
6268
+ /**
6269
+ * 运行安装包
6270
+ * @param {number} lRunType - 运行类型
6271
+ * @param {boolean} bIsOnlySSO - 是否仅安装 SSO
6272
+ * @returns {number} 运行结果
6273
6273
  */
6274
6274
 
6275
6275
 
@@ -6283,9 +6283,9 @@ var CA_ExtInterface = function () {
6283
6283
  }
6284
6284
  };
6285
6285
 
6286
- /**
6287
- * 获取下载进度
6288
- * @returns {number} 下载进度
6286
+ /**
6287
+ * 获取下载进度
6288
+ * @returns {number} 下载进度
6289
6289
  */
6290
6290
 
6291
6291
 
@@ -6299,9 +6299,9 @@ var CA_ExtInterface = function () {
6299
6299
  }
6300
6300
  };
6301
6301
 
6302
- /**
6303
- * 是否安装完成
6304
- * @returns {boolean} 安装完成状态
6302
+ /**
6303
+ * 是否安装完成
6304
+ * @returns {boolean} 安装完成状态
6305
6305
  */
6306
6306
 
6307
6307
 
@@ -6315,11 +6315,11 @@ var CA_ExtInterface = function () {
6315
6315
  }
6316
6316
  };
6317
6317
 
6318
- /**
6319
- * 初始化签包对象
6320
- * @param {string} strAlgType - 算法类型
6321
- * @param {string} strAuxParam - 辅助参数
6322
- * @returns {number} 初始化结果
6318
+ /**
6319
+ * 初始化签包对象
6320
+ * @param {string} strAlgType - 算法类型
6321
+ * @param {string} strAuxParam - 辅助参数
6322
+ * @returns {number} 初始化结果
6323
6323
  */
6324
6324
 
6325
6325
 
@@ -6333,10 +6333,10 @@ var CA_ExtInterface = function () {
6333
6333
  }
6334
6334
  };
6335
6335
 
6336
- /**
6337
- * 设置摘要算法
6338
- * @param {string} strDigestAlg - 摘要算法
6339
- * @returns {number} 设置结果
6336
+ /**
6337
+ * 设置摘要算法
6338
+ * @param {string} strDigestAlg - 摘要算法
6339
+ * @returns {number} 设置结果
6340
6340
  */
6341
6341
 
6342
6342
 
@@ -6350,10 +6350,10 @@ var CA_ExtInterface = function () {
6350
6350
  }
6351
6351
  };
6352
6352
 
6353
- /**
6354
- * 设置单证书是否弹出对话框
6355
- * @param {number} isChoose - 是否弹出对话框
6356
- * @returns {number} 设置结果
6353
+ /**
6354
+ * 设置单证书是否弹出对话框
6355
+ * @param {number} isChoose - 是否弹出对话框
6356
+ * @returns {number} 设置结果
6357
6357
  */
6358
6358
 
6359
6359
 
@@ -6367,11 +6367,11 @@ var CA_ExtInterface = function () {
6367
6367
  }
6368
6368
  };
6369
6369
 
6370
- /**
6371
- * 添加证书过滤条件
6372
- * @param {number} ulType - 过滤类型
6373
- * @param {string} strValue - 过滤值
6374
- * @returns {number} 添加结果
6370
+ /**
6371
+ * 添加证书过滤条件
6372
+ * @param {number} ulType - 过滤类型
6373
+ * @param {string} strValue - 过滤值
6374
+ * @returns {number} 添加结果
6375
6375
  */
6376
6376
 
6377
6377
 
@@ -6385,9 +6385,9 @@ var CA_ExtInterface = function () {
6385
6385
  }
6386
6386
  };
6387
6387
 
6388
- /**
6389
- * 清除所有过滤条件
6390
- * @returns {number} 清除结果
6388
+ /**
6389
+ * 清除所有过滤条件
6390
+ * @returns {number} 清除结果
6391
6391
  */
6392
6392
 
6393
6393
 
@@ -6401,10 +6401,10 @@ var CA_ExtInterface = function () {
6401
6401
  }
6402
6402
  };
6403
6403
 
6404
- /**
6405
- * P1 签名
6406
- * @param {string} strValueBase64 - 待签名的 Base64 字符串
6407
- * @returns {string} 签名结果
6404
+ /**
6405
+ * P1 签名
6406
+ * @param {string} strValueBase64 - 待签名的 Base64 字符串
6407
+ * @returns {string} 签名结果
6408
6408
  */
6409
6409
 
6410
6410
 
@@ -6418,10 +6418,10 @@ var CA_ExtInterface = function () {
6418
6418
  }
6419
6419
  };
6420
6420
 
6421
- /**
6422
- * P1 签名字符串
6423
- * @param {string} strValue - 待签名的字符串
6424
- * @returns {string} 签名结果
6421
+ /**
6422
+ * P1 签名字符串
6423
+ * @param {string} strValue - 待签名的字符串
6424
+ * @returns {string} 签名结果
6425
6425
  */
6426
6426
 
6427
6427
 
@@ -6435,12 +6435,12 @@ var CA_ExtInterface = function () {
6435
6435
  }
6436
6436
  };
6437
6437
 
6438
- /**
6439
- * P7 签名
6440
- * @param {string} strValueBase64 - 待签名的 Base64 字符串
6441
- * @param {boolean} isDetach - 是否分离签名
6442
- * @param {boolean} isIncludeCert - 是否包含证书
6443
- * @returns {string} 签名结果
6438
+ /**
6439
+ * P7 签名
6440
+ * @param {string} strValueBase64 - 待签名的 Base64 字符串
6441
+ * @param {boolean} isDetach - 是否分离签名
6442
+ * @param {boolean} isIncludeCert - 是否包含证书
6443
+ * @returns {string} 签名结果
6444
6444
  */
6445
6445
 
6446
6446
 
@@ -6454,12 +6454,12 @@ var CA_ExtInterface = function () {
6454
6454
  }
6455
6455
  };
6456
6456
 
6457
- /**
6458
- * P7 签名字符串
6459
- * @param {string} strValue - 待签名的字符串
6460
- * @param {boolean} isDetach - 是否分离签名
6461
- * @param {boolean} isIncludeCert - 是否包含证书
6462
- * @returns {string} 签名结果
6457
+ /**
6458
+ * P7 签名字符串
6459
+ * @param {string} strValue - 待签名的字符串
6460
+ * @param {boolean} isDetach - 是否分离签名
6461
+ * @param {boolean} isIncludeCert - 是否包含证书
6462
+ * @returns {string} 签名结果
6463
6463
  */
6464
6464
 
6465
6465
 
@@ -6473,9 +6473,9 @@ var CA_ExtInterface = function () {
6473
6473
  }
6474
6474
  };
6475
6475
 
6476
- /**
6477
- * 释放签名对象
6478
- * @returns {number} 释放结果
6476
+ /**
6477
+ * 释放签名对象
6478
+ * @returns {number} 释放结果
6479
6479
  */
6480
6480
 
6481
6481
 
@@ -6489,9 +6489,9 @@ var CA_ExtInterface = function () {
6489
6489
  }
6490
6490
  };
6491
6491
 
6492
- /**
6493
- * 获取签名版本
6494
- * @returns {string} 签名版本
6492
+ /**
6493
+ * 获取签名版本
6494
+ * @returns {string} 签名版本
6495
6495
  */
6496
6496
 
6497
6497
 
@@ -6505,9 +6505,9 @@ var CA_ExtInterface = function () {
6505
6505
  }
6506
6506
  };
6507
6507
 
6508
- /**
6509
- * 获取签名证书
6510
- * @returns {string} 签名证书
6508
+ /**
6509
+ * 获取签名证书
6510
+ * @returns {string} 签名证书
6511
6511
  */
6512
6512
 
6513
6513
 
@@ -6521,9 +6521,9 @@ var CA_ExtInterface = function () {
6521
6521
  }
6522
6522
  };
6523
6523
 
6524
- /**
6525
- * 获取错误码
6526
- * @returns {number} 错误码
6524
+ /**
6525
+ * 获取错误码
6526
+ * @returns {number} 错误码
6527
6527
  */
6528
6528
 
6529
6529
 
@@ -6537,9 +6537,9 @@ var CA_ExtInterface = function () {
6537
6537
  }
6538
6538
  };
6539
6539
 
6540
- /**
6541
- * 获取错误信息
6542
- * @returns {string} 错误信息
6540
+ /**
6541
+ * 获取错误信息
6542
+ * @returns {string} 错误信息
6543
6543
  */
6544
6544
 
6545
6545
 
@@ -6553,9 +6553,9 @@ var CA_ExtInterface = function () {
6553
6553
  }
6554
6554
  };
6555
6555
 
6556
- /**
6557
- * 销毁认证对象
6558
- * @returns {number} 销毁结果
6556
+ /**
6557
+ * 销毁认证对象
6558
+ * @returns {number} 销毁结果
6559
6559
  */
6560
6560
 
6561
6561
 
@@ -6569,9 +6569,9 @@ var CA_ExtInterface = function () {
6569
6569
  }
6570
6570
  };
6571
6571
 
6572
- /**
6573
- * 获取证书类型
6574
- * @returns {string} 证书类型
6572
+ /**
6573
+ * 获取证书类型
6574
+ * @returns {string} 证书类型
6575
6575
  */
6576
6576
 
6577
6577
 
@@ -6585,9 +6585,9 @@ var CA_ExtInterface = function () {
6585
6585
  }
6586
6586
  };
6587
6587
 
6588
- /**
6589
- * 获取签名摘要算法
6590
- * @returns {string} 签名摘要算法
6588
+ /**
6589
+ * 获取签名摘要算法
6590
+ * @returns {string} 签名摘要算法
6591
6591
  */
6592
6592
 
6593
6593
 
@@ -6601,11 +6601,11 @@ var CA_ExtInterface = function () {
6601
6601
  }
6602
6602
  };
6603
6603
 
6604
- /**
6605
- * 使能调用序列
6606
- * @param {boolean} bCallQueueEnable - 是否使能调用序列
6607
- * @param {boolean} bHeadInfoEnable - 是否使能头部信息
6608
- * @returns {number} 使能结果
6604
+ /**
6605
+ * 使能调用序列
6606
+ * @param {boolean} bCallQueueEnable - 是否使能调用序列
6607
+ * @param {boolean} bHeadInfoEnable - 是否使能头部信息
6608
+ * @returns {number} 使能结果
6609
6609
  */
6610
6610
 
6611
6611
 
@@ -6619,9 +6619,9 @@ var CA_ExtInterface = function () {
6619
6619
  }
6620
6620
  };
6621
6621
 
6622
- /**
6623
- * 清空调用序列结果
6624
- * @returns {number} 清空调用序列结果
6622
+ /**
6623
+ * 清空调用序列结果
6624
+ * @returns {number} 清空调用序列结果
6625
6625
  */
6626
6626
 
6627
6627
 
@@ -6635,9 +6635,9 @@ var CA_ExtInterface = function () {
6635
6635
  }
6636
6636
  };
6637
6637
 
6638
- /**
6639
- * 获取调用序列结果
6640
- * @returns {string} 调用序列结果
6638
+ /**
6639
+ * 获取调用序列结果
6640
+ * @returns {string} 调用序列结果
6641
6641
  */
6642
6642
 
6643
6643
 
@@ -6651,12 +6651,12 @@ var CA_ExtInterface = function () {
6651
6651
  }
6652
6652
  };
6653
6653
 
6654
- /**
6655
- * 客户端安全策略检查
6656
- * @param {string} strGatewayAddress - 网关地址
6657
- * @param {number} usGatewayPort - 网关端口
6658
- * @param {string} strSecurityPolicys - 安全策略
6659
- * @returns {boolean} 检查结果
6654
+ /**
6655
+ * 客户端安全策略检查
6656
+ * @param {string} strGatewayAddress - 网关地址
6657
+ * @param {number} usGatewayPort - 网关端口
6658
+ * @param {string} strSecurityPolicys - 安全策略
6659
+ * @returns {boolean} 检查结果
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,13 +6686,13 @@ var CA_ExtInterface = function () {
6686
6686
  }
6687
6687
  };
6688
6688
 
6689
- /**
6690
- * 修改 Key 的 Pin 码
6691
- * @param {string} strCertSn - 证书序列号
6692
- * @param {number} lPinCodeType - Pin 码类型
6693
- * @param {string} strCurPinCode - 当前 Pin 码
6694
- * @param {string} strNewPinCode - 新 Pin 码
6695
- * @returns {number} 修改结果
6689
+ /**
6690
+ * 修改 Key 的 Pin 码
6691
+ * @param {string} strCertSn - 证书序列号
6692
+ * @param {number} lPinCodeType - Pin 码类型
6693
+ * @param {string} strCurPinCode - 当前 Pin 码
6694
+ * @param {string} strNewPinCode - 新 Pin 码
6695
+ * @returns {number} 修改结果
6696
6696
  */
6697
6697
 
6698
6698
 
@@ -6706,10 +6706,10 @@ var CA_ExtInterface = function () {
6706
6706
  }
6707
6707
  };
6708
6708
 
6709
- /**
6710
- * 等待策略设置完毕
6711
- * @param {string} strGatewayAddress - 网关地址
6712
- * @returns {number} 等待结果
6709
+ /**
6710
+ * 等待策略设置完毕
6711
+ * @param {string} strGatewayAddress - 网关地址
6712
+ * @returns {number} 等待结果
6713
6713
  */
6714
6714
 
6715
6715
 
@@ -6723,10 +6723,10 @@ var CA_ExtInterface = function () {
6723
6723
  }
6724
6724
  };
6725
6725
 
6726
- /**
6727
- * 获取会话 Token
6728
- * @param {string} strGatewayAddress - 网关地址
6729
- * @returns {string} 会话 Token
6726
+ /**
6727
+ * 获取会话 Token
6728
+ * @param {string} strGatewayAddress - 网关地址
6729
+ * @returns {string} 会话 Token
6730
6730
  */
6731
6731
 
6732
6732
 
@@ -6740,9 +6740,9 @@ var CA_ExtInterface = function () {
6740
6740
  }
6741
6741
  };
6742
6742
 
6743
- /**
6744
- * 获取控件版本
6745
- * @returns {string} 控件版本
6743
+ /**
6744
+ * 获取控件版本
6745
+ * @returns {string} 控件版本
6746
6746
  */
6747
6747
 
6748
6748
 
@@ -6756,10 +6756,10 @@ var CA_ExtInterface = function () {
6756
6756
  }
6757
6757
  };
6758
6758
 
6759
- /**
6760
- * 设置语言资源
6761
- * @param {string} strLanguage - 语言资源
6762
- * @returns {number} 设置结果
6759
+ /**
6760
+ * 设置语言资源
6761
+ * @param {string} strLanguage - 语言资源
6762
+ * @returns {number} 设置结果
6763
6763
  */
6764
6764
 
6765
6765
 
@@ -6773,12 +6773,12 @@ var CA_ExtInterface = function () {
6773
6773
  }
6774
6774
  };
6775
6775
 
6776
- /**
6777
- * 获取用户属性
6778
- * @param {string} strGatewayAddress - 网关地址
6779
- * @param {string} strAppFlag - 应用标识
6780
- * @param {string} strAttributeName - 属性名称
6781
- * @returns {string} 用户属性值
6776
+ /**
6777
+ * 获取用户属性
6778
+ * @param {string} strGatewayAddress - 网关地址
6779
+ * @param {string} strAppFlag - 应用标识
6780
+ * @param {string} strAttributeName - 属性名称
6781
+ * @returns {string} 用户属性值
6782
6782
  */
6783
6783
 
6784
6784
 
@@ -6792,9 +6792,9 @@ var CA_ExtInterface = function () {
6792
6792
  }
6793
6793
  };
6794
6794
 
6795
- /**
6796
- * 获取签名加密 PIN 码
6797
- * @returns {string} 签名加密 PIN 码
6795
+ /**
6796
+ * 获取签名加密 PIN 码
6797
+ * @returns {string} 签名加密 PIN 码
6798
6798
  */
6799
6799
 
6800
6800
 
@@ -6807,20 +6807,20 @@ var CA_ExtInterface = function () {
6807
6807
  return result.value;
6808
6808
  }
6809
6809
  };
6810
- /*
6811
- *曙光四川CA
6812
- *'SOF_GetUserList' 证书列表
6813
- *'SOF_ExportUserCert' 导出证书
6814
- *'SOF_GetCertInfo': 获取证书信息
6815
- *'SOF_GenRandom': 生成随机数
6816
- *'SOF_SignData': 获取证书签名
6817
- *'SOF_Login': 登录证书
6818
- *'SOF_GetPinRetryCount': 剩余次数
6810
+ /*
6811
+ *曙光四川CA
6812
+ *'SOF_GetUserList' 证书列表
6813
+ *'SOF_ExportUserCert' 导出证书
6814
+ *'SOF_GetCertInfo': 获取证书信息
6815
+ *'SOF_GenRandom': 生成随机数
6816
+ *'SOF_SignData': 获取证书签名
6817
+ *'SOF_Login': 登录证书
6818
+ *'SOF_GetPinRetryCount': 剩余次数
6819
6819
  */
6820
- /**
6821
- *
6822
- * 获取webSocket消息
6823
- * @returns {string}
6820
+ /**
6821
+ *
6822
+ * 获取webSocket消息
6823
+ * @returns {string}
6824
6824
  */
6825
6825
 
6826
6826
 
@@ -6856,10 +6856,10 @@ var CA_ExtInterface = function () {
6856
6856
  };
6857
6857
  });
6858
6858
  };
6859
- /**
6860
- *
6861
- * base64解码
6862
- * @returns {string} base64解码后的字符串
6859
+ /**
6860
+ *
6861
+ * base64解码
6862
+ * @returns {string} base64解码后的字符串
6863
6863
  */
6864
6864
 
6865
6865
 
@@ -6894,10 +6894,10 @@ var CA_ExtInterface = function () {
6894
6894
  val = this.utf8_decode(val);
6895
6895
  return val;
6896
6896
  };
6897
- /**
6898
- *
6899
- * base64编码
6900
- * @returns {string} base64编码后的字符串
6897
+ /**
6898
+ *
6899
+ * base64编码
6900
+ * @returns {string} base64编码后的字符串
6901
6901
  */
6902
6902
 
6903
6903
 
@@ -6930,10 +6930,10 @@ var CA_ExtInterface = function () {
6930
6930
  }
6931
6931
  return val;
6932
6932
  };
6933
- /**
6934
- *
6935
- * utf8解码
6936
- * @returns {string} utf8解码后的字符串
6933
+ /**
6934
+ *
6935
+ * utf8解码
6936
+ * @returns {string} utf8解码后的字符串
6937
6937
  */
6938
6938
 
6939
6939
 
@@ -6962,10 +6962,10 @@ var CA_ExtInterface = function () {
6962
6962
  }
6963
6963
  return string;
6964
6964
  };
6965
- /**
6966
- *
6967
- * utf8编码
6968
- * @returns {string} utf8编码后的字符串
6965
+ /**
6966
+ *
6967
+ * utf8编码
6968
+ * @returns {string} utf8编码后的字符串
6969
6969
  */
6970
6970
 
6971
6971
 
@@ -17218,8 +17218,8 @@ error_page_src_main.install = function (Vue) {
17218
17218
  };
17219
17219
 
17220
17220
  /* harmony default export */ var error_page = (error_page_src_main);
17221
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/form/src/main.vue?vue&type=template&id=099da8e8&
17222
- var mainvue_type_template_id_099da8e8_render = function () {
17221
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/form/src/main.vue?vue&type=template&id=63df963e&
17222
+ var mainvue_type_template_id_63df963e_render = function () {
17223
17223
  var _vm = this
17224
17224
  var _h = _vm.$createElement
17225
17225
  var _c = _vm._self._c || _h
@@ -19079,6 +19079,7 @@ var mainvue_type_template_id_099da8e8_render = function () {
19079
19079
  "value",
19080
19080
  "type",
19081
19081
  "is",
19082
+ "label",
19082
19083
  ],
19083
19084
  }
19084
19085
  ),
@@ -19777,6 +19778,7 @@ var mainvue_type_template_id_099da8e8_render = function () {
19777
19778
  "value",
19778
19779
  "type",
19779
19780
  "is",
19781
+ "label",
19780
19782
  ],
19781
19783
  }
19782
19784
  ),
@@ -20528,6 +20530,7 @@ var mainvue_type_template_id_099da8e8_render = function () {
20528
20530
  "value",
20529
20531
  "type",
20530
20532
  "is",
20533
+ "label",
20531
20534
  ],
20532
20535
  }
20533
20536
  ),
@@ -21733,6 +21736,7 @@ var mainvue_type_template_id_099da8e8_render = function () {
21733
21736
  "value",
21734
21737
  "type",
21735
21738
  "is",
21739
+ "label",
21736
21740
  ],
21737
21741
  }
21738
21742
  ),
@@ -22417,6 +22421,7 @@ var mainvue_type_template_id_099da8e8_render = function () {
22417
22421
  "value",
22418
22422
  "type",
22419
22423
  "is",
22424
+ "label",
22420
22425
  ],
22421
22426
  }
22422
22427
  ),
@@ -23089,6 +23094,7 @@ var mainvue_type_template_id_099da8e8_render = function () {
23089
23094
  "value",
23090
23095
  "type",
23091
23096
  "is",
23097
+ "label",
23092
23098
  ],
23093
23099
  }
23094
23100
  ),
@@ -23340,11 +23346,11 @@ var mainvue_type_template_id_099da8e8_render = function () {
23340
23346
  )
23341
23347
  : _vm._e()
23342
23348
  }
23343
- var mainvue_type_template_id_099da8e8_staticRenderFns = []
23344
- mainvue_type_template_id_099da8e8_render._withStripped = true
23349
+ var mainvue_type_template_id_63df963e_staticRenderFns = []
23350
+ mainvue_type_template_id_63df963e_render._withStripped = true
23345
23351
 
23346
23352
 
23347
- // CONCATENATED MODULE: ./packages/form/src/main.vue?vue&type=template&id=099da8e8&
23353
+ // CONCATENATED MODULE: ./packages/form/src/main.vue?vue&type=template&id=63df963e&
23348
23354
 
23349
23355
  // CONCATENATED MODULE: ./src/utils/rules.js
23350
23356
  // 手机号
@@ -25780,6 +25786,11 @@ function form_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
25780
25786
  //
25781
25787
  //
25782
25788
  //
25789
+ //
25790
+ //
25791
+ //
25792
+ //
25793
+ //
25783
25794
 
25784
25795
 
25785
25796
 
@@ -27114,8 +27125,8 @@ var mainvue_type_script_lang_js_pageView = utils_util["a" /* default */].getPara
27114
27125
 
27115
27126
  var form_src_main_component = normalizeComponent(
27116
27127
  packages_form_src_mainvue_type_script_lang_js_,
27117
- mainvue_type_template_id_099da8e8_render,
27118
- mainvue_type_template_id_099da8e8_staticRenderFns,
27128
+ mainvue_type_template_id_63df963e_render,
27129
+ mainvue_type_template_id_63df963e_staticRenderFns,
27119
27130
  false,
27120
27131
  null,
27121
27132
  null,
@@ -30850,21 +30861,21 @@ var CommonOpinionsvue_type_script_lang_js_components;
30850
30861
  return validSate;
30851
30862
  },
30852
30863
 
30853
- /**
30854
- * changeOpinion
30855
- * @desc:监听意见变化
30856
- * @author liufan
30857
- * @date 2022年10月28日
30864
+ /**
30865
+ * changeOpinion
30866
+ * @desc:监听意见变化
30867
+ * @author liufan
30868
+ * @date 2022年10月28日
30858
30869
  **/
30859
30870
  changeOpinion: function changeOpinion() {
30860
30871
  this.$emit('change', this.form.value);
30861
30872
  },
30862
30873
 
30863
- /**
30864
- * getCommonOpion
30865
- * @desc:获取意见
30866
- * @author liufan
30867
- * @date 2022年5月25日
30874
+ /**
30875
+ * getCommonOpion
30876
+ * @desc:获取意见
30877
+ * @author liufan
30878
+ * @date 2022年5月25日
30868
30879
  **/
30869
30880
  getCommonOpion: function getCommonOpion() {
30870
30881
  var _this = this;
@@ -30893,24 +30904,24 @@ var CommonOpinionsvue_type_script_lang_js_components;
30893
30904
  });
30894
30905
  },
30895
30906
 
30896
- /**
30897
- * upDate
30898
- * @desc:修改常用语
30899
- * @author liufan
30900
- * @param {Object} val 修改值
30901
- * @date 2022年5月25日
30907
+ /**
30908
+ * upDate
30909
+ * @desc:修改常用语
30910
+ * @author liufan
30911
+ * @param {Object} val 修改值
30912
+ * @date 2022年5月25日
30902
30913
  **/
30903
30914
  upDate: function upDate(val) {
30904
30915
  this.FormData.id = val.id;
30905
30916
  this.addVisible = true;
30906
30917
  },
30907
30918
 
30908
- /**
30909
- * selectChange
30910
- * @desc:常用语选择
30911
- * @author liufan
30912
- * @param {String} val 选中值
30913
- * @date 2022年5月25日
30919
+ /**
30920
+ * selectChange
30921
+ * @desc:常用语选择
30922
+ * @author liufan
30923
+ * @param {String} val 选中值
30924
+ * @date 2022年5月25日
30914
30925
  **/
30915
30926
  selectChange: function selectChange(val) {
30916
30927
  var _this2 = this;
@@ -30929,12 +30940,12 @@ var CommonOpinionsvue_type_script_lang_js_components;
30929
30940
  });
30930
30941
  },
30931
30942
 
30932
- /**
30933
- * del
30934
- * @desc:删除常用语
30935
- * @author liufan
30936
- * @param {Object} val 删除的数据
30937
- * @date 2022年5月25日
30943
+ /**
30944
+ * del
30945
+ * @desc:删除常用语
30946
+ * @author liufan
30947
+ * @param {Object} val 删除的数据
30948
+ * @date 2022年5月25日
30938
30949
  **/
30939
30950
  del: function del(val) {
30940
30951
  var _this3 = this;
@@ -30976,12 +30987,12 @@ var CommonOpinionsvue_type_script_lang_js_components;
30976
30987
  }).catch(function (e) {});
30977
30988
  },
30978
30989
 
30979
- /**
30980
- * submit
30981
- * @desc:新增/编辑意见保存
30982
- * @author liufan
30983
- * @param {Object} val 保存数据
30984
- * @date 2022年5月25日
30990
+ /**
30991
+ * submit
30992
+ * @desc:新增/编辑意见保存
30993
+ * @author liufan
30994
+ * @param {Object} val 保存数据
30995
+ * @date 2022年5月25日
30985
30996
  **/
30986
30997
  submit: function submit(val) {
30987
30998
  var _this4 = this;
@@ -34311,11 +34322,11 @@ var processFormvue_type_script_lang_js_components;
34311
34322
  });
34312
34323
  },
34313
34324
 
34314
- /**
34315
- * isMultiple
34316
- * @desc:是否多选
34317
- * @author liufan
34318
- * @date 2022年9月13日
34325
+ /**
34326
+ * isMultiple
34327
+ * @desc:是否多选
34328
+ * @author liufan
34329
+ * @date 2022年9月13日
34319
34330
  **/
34320
34331
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
34321
34332
  var multiple = false;
@@ -38417,11 +38428,11 @@ var resetvue_type_script_lang_js_components;
38417
38428
  });
38418
38429
  },
38419
38430
 
38420
- /**
38421
- * isMultiple
38422
- * @desc:是否多选
38423
- * @author liufan
38424
- * @date 2022年9月13日
38431
+ /**
38432
+ * isMultiple
38433
+ * @desc:是否多选
38434
+ * @author liufan
38435
+ * @date 2022年9月13日
38425
38436
  **/
38426
38437
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
38427
38438
  var multiple = false;
@@ -42821,11 +42832,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
42821
42832
  });
42822
42833
  },
42823
42834
 
42824
- /**
42825
- * saveInfo
42826
- * @desc:暂存
42827
- * @author liufan
42828
- * @date 2022年9月9日
42835
+ /**
42836
+ * saveInfo
42837
+ * @desc:暂存
42838
+ * @author liufan
42839
+ * @date 2022年9月9日
42829
42840
  **/
42830
42841
  saveInfo: function saveInfo(type, btn) {
42831
42842
  var _this6 = this;
@@ -42887,11 +42898,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
42887
42898
  });
42888
42899
  },
42889
42900
 
42890
- /**
42891
- * rejectBtn
42892
- * @desc:点击驳回
42893
- * @author liufan
42894
- * @date 2022年5月25日
42901
+ /**
42902
+ * rejectBtn
42903
+ * @desc:点击驳回
42904
+ * @author liufan
42905
+ * @date 2022年5月25日
42895
42906
  **/
42896
42907
  rejectBtn: function rejectBtn() {
42897
42908
  var _this8 = this;
@@ -42909,11 +42920,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
42909
42920
  }
42910
42921
  },
42911
42922
 
42912
- /**
42913
- * taskReadBtn
42914
- * @desc:点击分阅
42915
- * @author liufan
42916
- * @date 2022年5月25日
42923
+ /**
42924
+ * taskReadBtn
42925
+ * @desc:点击分阅
42926
+ * @author liufan
42927
+ * @date 2022年5月25日
42917
42928
  **/
42918
42929
  taskReadBtn: function taskReadBtn() {
42919
42930
  var _this9 = this;
@@ -42932,11 +42943,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
42932
42943
  }
42933
42944
  },
42934
42945
 
42935
- /**
42936
- * getFind
42937
- * @desc:获取通知方式
42938
- * @author liufan
42939
- * @date 2022年5月25日
42946
+ /**
42947
+ * getFind
42948
+ * @desc:获取通知方式
42949
+ * @author liufan
42950
+ * @date 2022年5月25日
42940
42951
  **/
42941
42952
  getFind: function getFind() {
42942
42953
  var _this10 = this;
@@ -42991,12 +43002,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
42991
43002
  });
42992
43003
  },
42993
43004
 
42994
- /**
42995
- * endFlows
42996
- * @desc:直接办结
42997
- * @author liufan
42998
- * @param {Object} res 直接办结数据
42999
- * @date 2022年5月25日
43005
+ /**
43006
+ * endFlows
43007
+ * @desc:直接办结
43008
+ * @author liufan
43009
+ * @param {Object} res 直接办结数据
43010
+ * @date 2022年5月25日
43000
43011
  **/
43001
43012
  endFlows: function endFlows(res) {
43002
43013
  var _this12 = this;
@@ -43050,12 +43061,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43050
43061
  }).catch(function (e) {});
43051
43062
  },
43052
43063
 
43053
- /**
43054
- * goView
43055
- * @desc:更多流程按钮操作
43056
- * @author liufan
43057
- * @param {Object} res 当前点击操作按钮数据
43058
- * @date 2022年5月25日
43064
+ /**
43065
+ * goView
43066
+ * @desc:更多流程按钮操作
43067
+ * @author liufan
43068
+ * @param {Object} res 当前点击操作按钮数据
43069
+ * @date 2022年5月25日
43059
43070
  **/
43060
43071
  goView: function goView(res) {
43061
43072
  // 驳回并办结:rejectAndEndHtml
@@ -43140,11 +43151,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43140
43151
  // isCanStartSubFlow
43141
43152
  },
43142
43153
 
43143
- /**
43144
- * toTakeAdvice
43145
- * @desc:征求意见
43146
- * @author liufan
43147
- * @date 2022年9月29日
43154
+ /**
43155
+ * toTakeAdvice
43156
+ * @desc:征求意见
43157
+ * @author liufan
43158
+ * @date 2022年9月29日
43148
43159
  **/
43149
43160
  toTakeAdvice: function toTakeAdvice(res) {
43150
43161
  var _this14 = this;
@@ -43188,11 +43199,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43188
43199
  });
43189
43200
  },
43190
43201
 
43191
- /**
43192
- * toStartDraf
43193
- * @desc: 稿件递送、联合审核、复核
43194
- * @author liufan
43195
- * @date 2022年9月29日
43202
+ /**
43203
+ * toStartDraf
43204
+ * @desc: 稿件递送、联合审核、复核
43205
+ * @author liufan
43206
+ * @date 2022年9月29日
43196
43207
  **/
43197
43208
  toStartDraf: function toStartDraf(res) {
43198
43209
  var _this16 = this;
@@ -43206,11 +43217,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43206
43217
  }
43207
43218
  },
43208
43219
 
43209
- /**
43210
- * toSendMsg
43211
- * @desc:核稿通知
43212
- * @author liufan
43213
- * @date 2022年9月29日
43220
+ /**
43221
+ * toSendMsg
43222
+ * @desc:核稿通知
43223
+ * @author liufan
43224
+ * @date 2022年9月29日
43214
43225
  **/
43215
43226
  toSendMsg: function toSendMsg(res) {
43216
43227
  var _this17 = this;
@@ -43224,11 +43235,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43224
43235
  }
43225
43236
  },
43226
43237
 
43227
- /**
43228
- * toTaskReadAndEnd
43229
- * @desc:分阅并办结
43230
- * @author liufan
43231
- * @date 2022年9月29日
43238
+ /**
43239
+ * toTaskReadAndEnd
43240
+ * @desc:分阅并办结
43241
+ * @author liufan
43242
+ * @date 2022年9月29日
43232
43243
  **/
43233
43244
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
43234
43245
  var _this18 = this;
@@ -43246,11 +43257,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43246
43257
  }
43247
43258
  },
43248
43259
 
43249
- /**
43250
- * rejectAndEnd
43251
- * @desc:驳回并办结
43252
- * @author liufan
43253
- * @date 2022年9月29日
43260
+ /**
43261
+ * rejectAndEnd
43262
+ * @desc:驳回并办结
43263
+ * @author liufan
43264
+ * @date 2022年9月29日
43254
43265
  **/
43255
43266
  rejectAndEnd: function rejectAndEnd(res) {
43256
43267
  var _this19 = this;
@@ -43305,11 +43316,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43305
43316
  });
43306
43317
  },
43307
43318
 
43308
- /**
43309
- * toTransfer
43310
- * @desc:转办
43311
- * @author liufan
43312
- * @date 2022年9月29日
43319
+ /**
43320
+ * toTransfer
43321
+ * @desc:转办
43322
+ * @author liufan
43323
+ * @date 2022年9月29日
43313
43324
  **/
43314
43325
  toTransfer: function toTransfer(res) {
43315
43326
  var _this21 = this;
@@ -43325,11 +43336,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43325
43336
  }
43326
43337
  },
43327
43338
 
43328
- /**
43329
- * getNodeInfo
43330
- * @desc:获取节点信息
43331
- * @author liufan
43332
- * @date 2022年5月25日
43339
+ /**
43340
+ * getNodeInfo
43341
+ * @desc:获取节点信息
43342
+ * @author liufan
43343
+ * @date 2022年5月25日
43333
43344
  **/
43334
43345
  getNodeInfo: function getNodeInfo() {
43335
43346
  var _this22 = this;
@@ -43428,12 +43439,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43428
43439
  });
43429
43440
  },
43430
43441
 
43431
- /**
43432
- * selecNext
43433
- * @desc:下步节点变化时更新数据
43434
- * @author liufan
43435
- * @param {String} val 当前选中值
43436
- * @date 2022年5月25日
43442
+ /**
43443
+ * selecNext
43444
+ * @desc:下步节点变化时更新数据
43445
+ * @author liufan
43446
+ * @param {String} val 当前选中值
43447
+ * @date 2022年5月25日
43437
43448
  **/
43438
43449
  selecNext: function selecNext(val, type, isDef) {
43439
43450
  var _this23 = this;
@@ -43542,11 +43553,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43542
43553
  if (isDef !== true) this.getNodeInfo();
43543
43554
  },
43544
43555
 
43545
- /**
43546
- * isMultiple
43547
- * @desc:是否多选
43548
- * @author liufan
43549
- * @date 2022年9月13日
43556
+ /**
43557
+ * isMultiple
43558
+ * @desc:是否多选
43559
+ * @author liufan
43560
+ * @date 2022年9月13日
43550
43561
  **/
43551
43562
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
43552
43563
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -43578,11 +43589,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43578
43589
  }
43579
43590
  },
43580
43591
 
43581
- /**
43582
- * getHedInfo
43583
- * @desc:获取审核页面数据
43584
- * @author liufan
43585
- * @date 2022年5月25日
43592
+ /**
43593
+ * getHedInfo
43594
+ * @desc:获取审核页面数据
43595
+ * @author liufan
43596
+ * @date 2022年5月25日
43586
43597
  **/
43587
43598
  getHedInfo: function getHedInfo() {
43588
43599
  var _this24 = this;
@@ -43818,13 +43829,13 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43818
43829
  });
43819
43830
  },
43820
43831
 
43821
- /**
43822
- * closeProcess
43823
- * @desc:关闭弹窗
43824
- * @author liufan
43825
- * @param {boolean} val 当前是否办理流程
43826
- * @param {String} type 当前点击的弹窗类型
43827
- * @date 2022年5月25日
43832
+ /**
43833
+ * closeProcess
43834
+ * @desc:关闭弹窗
43835
+ * @author liufan
43836
+ * @param {boolean} val 当前是否办理流程
43837
+ * @param {String} type 当前点击的弹窗类型
43838
+ * @date 2022年5月25日
43828
43839
  **/
43829
43840
  closeProcess: function closeProcess(val, type, closeParent) {
43830
43841
  if (closeParent) {
@@ -43841,23 +43852,23 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43841
43852
  }
43842
43853
  },
43843
43854
 
43844
- /**
43845
- * selectChange
43846
- * @desc:常用语选择
43847
- * @author liufan
43848
- * @param {String} val 选中值
43849
- * @date 2022年5月25日
43855
+ /**
43856
+ * selectChange
43857
+ * @desc:常用语选择
43858
+ * @author liufan
43859
+ * @param {String} val 选中值
43860
+ * @date 2022年5月25日
43850
43861
  **/
43851
43862
  selectChange: function selectChange(val) {
43852
43863
  this.value = val;
43853
43864
  },
43854
43865
 
43855
- /**
43856
- * upDate
43857
- * @desc:修改常用语
43858
- * @author liufan
43859
- * @param {Object} val 修改值
43860
- * @date 2022年5月25日
43866
+ /**
43867
+ * upDate
43868
+ * @desc:修改常用语
43869
+ * @author liufan
43870
+ * @param {Object} val 修改值
43871
+ * @date 2022年5月25日
43861
43872
  **/
43862
43873
  upDate: function upDate(val) {
43863
43874
  this.FormData.id = val.id;
@@ -43865,11 +43876,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43865
43876
  },
43866
43877
 
43867
43878
 
43868
- /**
43869
- * getProcess
43870
- * @desc:获取选择流程
43871
- * @author liufan
43872
- * @date 2022年5月25日
43879
+ /**
43880
+ * getProcess
43881
+ * @desc:获取选择流程
43882
+ * @author liufan
43883
+ * @date 2022年5月25日
43873
43884
  **/
43874
43885
  getProcess: function getProcess() {
43875
43886
  var _this25 = this;
@@ -43923,11 +43934,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43923
43934
  });
43924
43935
  },
43925
43936
 
43926
- /**
43927
- * getPendedhistoryList
43928
- * @desc:获取流程列表
43929
- * @author liufan
43930
- * @date 2022年5月25日
43937
+ /**
43938
+ * getPendedhistoryList
43939
+ * @desc:获取流程列表
43940
+ * @author liufan
43941
+ * @date 2022年5月25日
43931
43942
  **/
43932
43943
  getPendedhistoryList: function getPendedhistoryList() {
43933
43944
  var _this26 = this;
@@ -43959,12 +43970,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43959
43970
  },
43960
43971
 
43961
43972
  // 提交流程
43962
- /**
43963
- * subProcess
43964
- * @desc:提交流程
43965
- * @author liufan
43966
- * @param {String} formName 当前form表单ref值
43967
- * @date 2022年5月25日
43973
+ /**
43974
+ * subProcess
43975
+ * @desc:提交流程
43976
+ * @author liufan
43977
+ * @param {String} formName 当前form表单ref值
43978
+ * @date 2022年5月25日
43968
43979
  **/
43969
43980
  subProcess: function subProcess(val) {
43970
43981
  var _this27 = this;
@@ -47008,11 +47019,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47008
47019
  });
47009
47020
  },
47010
47021
 
47011
- /**
47012
- * saveInfo
47013
- * @desc:暂存
47014
- * @author liufan
47015
- * @date 2022年9月9日
47022
+ /**
47023
+ * saveInfo
47024
+ * @desc:暂存
47025
+ * @author liufan
47026
+ * @date 2022年9月9日
47016
47027
  **/
47017
47028
  saveInfo: function saveInfo(type, btn) {
47018
47029
  var _this9 = this;
@@ -47074,11 +47085,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47074
47085
  });
47075
47086
  },
47076
47087
 
47077
- /**
47078
- * rejectBtn
47079
- * @desc:点击驳回
47080
- * @author liufan
47081
- * @date 2022年5月25日
47088
+ /**
47089
+ * rejectBtn
47090
+ * @desc:点击驳回
47091
+ * @author liufan
47092
+ * @date 2022年5月25日
47082
47093
  **/
47083
47094
  rejectBtn: function rejectBtn() {
47084
47095
  var _this11 = this;
@@ -47096,11 +47107,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47096
47107
  }
47097
47108
  },
47098
47109
 
47099
- /**
47100
- * taskReadBtn
47101
- * @desc:点击分阅
47102
- * @author liufan
47103
- * @date 2022年5月25日
47110
+ /**
47111
+ * taskReadBtn
47112
+ * @desc:点击分阅
47113
+ * @author liufan
47114
+ * @date 2022年5月25日
47104
47115
  **/
47105
47116
  taskReadBtn: function taskReadBtn() {
47106
47117
  var _this12 = this;
@@ -47119,11 +47130,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47119
47130
  }
47120
47131
  },
47121
47132
 
47122
- /**
47123
- * getFind
47124
- * @desc:获取通知方式
47125
- * @author liufan
47126
- * @date 2022年5月25日
47133
+ /**
47134
+ * getFind
47135
+ * @desc:获取通知方式
47136
+ * @author liufan
47137
+ * @date 2022年5月25日
47127
47138
  **/
47128
47139
  getFind: function getFind() {
47129
47140
  var _this13 = this;
@@ -47189,12 +47200,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47189
47200
  });
47190
47201
  },
47191
47202
 
47192
- /**
47193
- * endFlows
47194
- * @desc:直接办结
47195
- * @author liufan
47196
- * @param {Object} res 直接办结数据
47197
- * @date 2022年5月25日
47203
+ /**
47204
+ * endFlows
47205
+ * @desc:直接办结
47206
+ * @author liufan
47207
+ * @param {Object} res 直接办结数据
47208
+ * @date 2022年5月25日
47198
47209
  **/
47199
47210
  endFlows: function endFlows(res) {
47200
47211
  var _this15 = this;
@@ -47249,12 +47260,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47249
47260
  }).catch(function (e) {});
47250
47261
  },
47251
47262
 
47252
- /**
47253
- * goView
47254
- * @desc:更多流程按钮操作
47255
- * @author liufan
47256
- * @param {Object} res 当前点击操作按钮数据
47257
- * @date 2022年5月25日
47263
+ /**
47264
+ * goView
47265
+ * @desc:更多流程按钮操作
47266
+ * @author liufan
47267
+ * @param {Object} res 当前点击操作按钮数据
47268
+ * @date 2022年5月25日
47258
47269
  **/
47259
47270
  goView: function goView(res) {
47260
47271
  // 驳回并办结:rejectAndEndHtml
@@ -47339,11 +47350,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47339
47350
  // isCanStartSubFlow
47340
47351
  },
47341
47352
 
47342
- /**
47343
- * toTakeAdvice
47344
- * @desc:征求意见
47345
- * @author liufan
47346
- * @date 2022年9月29日
47353
+ /**
47354
+ * toTakeAdvice
47355
+ * @desc:征求意见
47356
+ * @author liufan
47357
+ * @date 2022年9月29日
47347
47358
  **/
47348
47359
  toTakeAdvice: function toTakeAdvice(res) {
47349
47360
  var _this17 = this;
@@ -47387,11 +47398,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47387
47398
  });
47388
47399
  },
47389
47400
 
47390
- /**
47391
- * toStartDraf
47392
- * @desc: 稿件递送、联合审核、复核
47393
- * @author liufan
47394
- * @date 2022年9月29日
47401
+ /**
47402
+ * toStartDraf
47403
+ * @desc: 稿件递送、联合审核、复核
47404
+ * @author liufan
47405
+ * @date 2022年9月29日
47395
47406
  **/
47396
47407
  toStartDraf: function toStartDraf(res) {
47397
47408
  var _this19 = this;
@@ -47405,11 +47416,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47405
47416
  }
47406
47417
  },
47407
47418
 
47408
- /**
47409
- * toSendMsg
47410
- * @desc:核稿通知
47411
- * @author liufan
47412
- * @date 2022年9月29日
47419
+ /**
47420
+ * toSendMsg
47421
+ * @desc:核稿通知
47422
+ * @author liufan
47423
+ * @date 2022年9月29日
47413
47424
  **/
47414
47425
  toSendMsg: function toSendMsg(res) {
47415
47426
  var _this20 = this;
@@ -47423,11 +47434,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47423
47434
  }
47424
47435
  },
47425
47436
 
47426
- /**
47427
- * toTaskReadAndEnd
47428
- * @desc:分阅并办结
47429
- * @author liufan
47430
- * @date 2022年9月29日
47437
+ /**
47438
+ * toTaskReadAndEnd
47439
+ * @desc:分阅并办结
47440
+ * @author liufan
47441
+ * @date 2022年9月29日
47431
47442
  **/
47432
47443
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
47433
47444
  var _this21 = this;
@@ -47445,11 +47456,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47445
47456
  }
47446
47457
  },
47447
47458
 
47448
- /**
47449
- * rejectAndEnd
47450
- * @desc:驳回并办结
47451
- * @author liufan
47452
- * @date 2022年9月29日
47459
+ /**
47460
+ * rejectAndEnd
47461
+ * @desc:驳回并办结
47462
+ * @author liufan
47463
+ * @date 2022年9月29日
47453
47464
  **/
47454
47465
  rejectAndEnd: function rejectAndEnd(res) {
47455
47466
  var _this22 = this;
@@ -47505,11 +47516,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47505
47516
  });
47506
47517
  },
47507
47518
 
47508
- /**
47509
- * toTransfer
47510
- * @desc:转办
47511
- * @author liufan
47512
- * @date 2022年9月29日
47519
+ /**
47520
+ * toTransfer
47521
+ * @desc:转办
47522
+ * @author liufan
47523
+ * @date 2022年9月29日
47513
47524
  **/
47514
47525
  toTransfer: function toTransfer(res) {
47515
47526
  var _this24 = this;
@@ -47525,11 +47536,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47525
47536
  }
47526
47537
  },
47527
47538
 
47528
- /**
47529
- * getNodeInfo
47530
- * @desc:获取节点信息
47531
- * @author liufan
47532
- * @date 2022年5月25日
47539
+ /**
47540
+ * getNodeInfo
47541
+ * @desc:获取节点信息
47542
+ * @author liufan
47543
+ * @date 2022年5月25日
47533
47544
  **/
47534
47545
  getNodeInfo: function getNodeInfo() {
47535
47546
  var _this25 = this;
@@ -47633,12 +47644,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47633
47644
  });
47634
47645
  },
47635
47646
 
47636
- /**
47637
- * selecNext
47638
- * @desc:下步节点变化时更新数据
47639
- * @author liufan
47640
- * @param {String} val 当前选中值
47641
- * @date 2022年5月25日
47647
+ /**
47648
+ * selecNext
47649
+ * @desc:下步节点变化时更新数据
47650
+ * @author liufan
47651
+ * @param {String} val 当前选中值
47652
+ * @date 2022年5月25日
47642
47653
  **/
47643
47654
  selecNext: function selecNext(val, type, isDef) {
47644
47655
  var _this26 = this;
@@ -47770,11 +47781,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47770
47781
  this.getNodeInfo();
47771
47782
  },
47772
47783
 
47773
- /**
47774
- * isMultiple
47775
- * @desc:是否多选
47776
- * @author liufan
47777
- * @date 2022年9月13日
47784
+ /**
47785
+ * isMultiple
47786
+ * @desc:是否多选
47787
+ * @author liufan
47788
+ * @date 2022年9月13日
47778
47789
  **/
47779
47790
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
47780
47791
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -47806,11 +47817,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47806
47817
  }
47807
47818
  },
47808
47819
 
47809
- /**
47810
- * getHedInfo
47811
- * @desc:获取审核页面数据
47812
- * @author liufan
47813
- * @date 2022年5月25日
47820
+ /**
47821
+ * getHedInfo
47822
+ * @desc:获取审核页面数据
47823
+ * @author liufan
47824
+ * @date 2022年5月25日
47814
47825
  **/
47815
47826
  getHedInfo: function getHedInfo() {
47816
47827
  var _this27 = this;
@@ -48097,13 +48108,13 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48097
48108
  });
48098
48109
  },
48099
48110
 
48100
- /**
48101
- * closeProcess
48102
- * @desc:关闭弹窗
48103
- * @author liufan
48104
- * @param {boolean} val 当前是否办理流程
48105
- * @param {String} type 当前点击的弹窗类型
48106
- * @date 2022年5月25日
48111
+ /**
48112
+ * closeProcess
48113
+ * @desc:关闭弹窗
48114
+ * @author liufan
48115
+ * @param {boolean} val 当前是否办理流程
48116
+ * @param {String} type 当前点击的弹窗类型
48117
+ * @date 2022年5月25日
48107
48118
  **/
48108
48119
  closeProcess: function closeProcess(val, type, closeParent) {
48109
48120
  if (closeParent && !this.startFlowPageEmbeddedIntoStartFlowIndex) {
@@ -48123,23 +48134,23 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48123
48134
  }
48124
48135
  },
48125
48136
 
48126
- /**
48127
- * selectChange
48128
- * @desc:常用语选择
48129
- * @author liufan
48130
- * @param {String} val 选中值
48131
- * @date 2022年5月25日
48137
+ /**
48138
+ * selectChange
48139
+ * @desc:常用语选择
48140
+ * @author liufan
48141
+ * @param {String} val 选中值
48142
+ * @date 2022年5月25日
48132
48143
  **/
48133
48144
  selectChange: function selectChange(val) {
48134
48145
  this.value = val;
48135
48146
  },
48136
48147
 
48137
- /**
48138
- * upDate
48139
- * @desc:修改常用语
48140
- * @author liufan
48141
- * @param {Object} val 修改值
48142
- * @date 2022年5月25日
48148
+ /**
48149
+ * upDate
48150
+ * @desc:修改常用语
48151
+ * @author liufan
48152
+ * @param {Object} val 修改值
48153
+ * @date 2022年5月25日
48143
48154
  **/
48144
48155
  upDate: function upDate(val) {
48145
48156
  this.FormData.id = val.id;
@@ -48147,11 +48158,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48147
48158
  },
48148
48159
 
48149
48160
 
48150
- /**
48151
- * getProcess
48152
- * @desc:获取选择流程
48153
- * @author liufan
48154
- * @date 2022年5月25日
48161
+ /**
48162
+ * getProcess
48163
+ * @desc:获取选择流程
48164
+ * @author liufan
48165
+ * @date 2022年5月25日
48155
48166
  **/
48156
48167
  getProcess: function getProcess(val) {
48157
48168
  var _this28 = this;
@@ -48207,11 +48218,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48207
48218
  });
48208
48219
  },
48209
48220
 
48210
- /**
48211
- * getPendedhistoryList
48212
- * @desc:获取流程列表
48213
- * @author liufan
48214
- * @date 2022年5月25日
48221
+ /**
48222
+ * getPendedhistoryList
48223
+ * @desc:获取流程列表
48224
+ * @author liufan
48225
+ * @date 2022年5月25日
48215
48226
  **/
48216
48227
  getPendedhistoryList: function getPendedhistoryList() {
48217
48228
  var _this29 = this;
@@ -48279,12 +48290,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48279
48290
  },
48280
48291
 
48281
48292
  // 提交流程
48282
- /**
48283
- * subProcess
48284
- * @desc:提交流程
48285
- * @author liufan
48286
- * @param {String} formName 当前form表单ref值
48287
- * @date 2022年5月25日
48293
+ /**
48294
+ * subProcess
48295
+ * @desc:提交流程
48296
+ * @author liufan
48297
+ * @param {String} formName 当前form表单ref值
48298
+ * @date 2022年5月25日
48288
48299
  **/
48289
48300
  subProcess: function subProcess(val, type) {
48290
48301
  var _this31 = this;
@@ -52040,12 +52051,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
52040
52051
  }
52041
52052
  },
52042
52053
 
52043
- /**
52044
- * handleFormSubmit
52045
- * @desc:删除节点点击事件
52046
- * @param {Object} formData 点击删除的form数据
52047
- * @author liufan
52048
- * @date 2022年11月29日
52054
+ /**
52055
+ * handleFormSubmit
52056
+ * @desc:删除节点点击事件
52057
+ * @param {Object} formData 点击删除的form数据
52058
+ * @author liufan
52059
+ * @date 2022年11月29日
52049
52060
  **/
52050
52061
  handleFormSubmit: function handleFormSubmit(formData) {
52051
52062
  var _this9 = this;
@@ -52076,48 +52087,48 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
52076
52087
  });
52077
52088
  },
52078
52089
 
52079
- /**
52080
- * del
52081
- * @desc:展示删除弹窗
52082
- * @param {String} id 当前点击数据id
52083
- * @author liufan
52084
- * @date 2022年11月29日
52090
+ /**
52091
+ * del
52092
+ * @desc:展示删除弹窗
52093
+ * @param {String} id 当前点击数据id
52094
+ * @author liufan
52095
+ * @date 2022年11月29日
52085
52096
  **/
52086
52097
  del: function del(id) {
52087
52098
  this.historyId = id;
52088
52099
  this.showDel = true;
52089
52100
  },
52090
52101
 
52091
- /**
52092
- * handleCurrentChange
52093
- * @desc:监听页码变化
52094
- * @param {String} val 当前页
52095
- * @author liufan
52096
- * @date 2022年11月29日
52102
+ /**
52103
+ * handleCurrentChange
52104
+ * @desc:监听页码变化
52105
+ * @param {String} val 当前页
52106
+ * @author liufan
52107
+ * @date 2022年11月29日
52097
52108
  **/
52098
52109
  handleCurrentChange: function handleCurrentChange(val) {
52099
52110
  this.currentPage = val;
52100
52111
  this.getPressList();
52101
52112
  },
52102
52113
 
52103
- /**
52104
- * handleSizeChange
52105
- * @desc:监听每页数据显示数量变化
52106
- * @param {String} val 每页展示数量
52107
- * @author liufan
52108
- * @date 2022年11月29日
52114
+ /**
52115
+ * handleSizeChange
52116
+ * @desc:监听每页数据显示数量变化
52117
+ * @param {String} val 每页展示数量
52118
+ * @author liufan
52119
+ * @date 2022年11月29日
52109
52120
  **/
52110
52121
  handleSizeChange: function handleSizeChange(val) {
52111
52122
  this.pageSize = val;
52112
52123
  this.getPressList();
52113
52124
  },
52114
52125
 
52115
- /**
52116
- * sortChange
52117
- * @desc:监听排序变化
52118
- * @param {Object} info 需要排序的字段及排序方式
52119
- * @author liufan
52120
- * @date 2022年11月29日
52126
+ /**
52127
+ * sortChange
52128
+ * @desc:监听排序变化
52129
+ * @param {Object} info 需要排序的字段及排序方式
52130
+ * @author liufan
52131
+ * @date 2022年11月29日
52121
52132
  **/
52122
52133
  sortChange: function sortChange(info) {
52123
52134
  var prop = info.prop,
@@ -52128,11 +52139,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
52128
52139
  this.getPressList();
52129
52140
  },
52130
52141
 
52131
- /**
52132
- * getPressList
52133
- * @desc:催办列表数据
52134
- * @author liufan
52135
- * @date 2022年11月29日
52142
+ /**
52143
+ * getPressList
52144
+ * @desc:催办列表数据
52145
+ * @author liufan
52146
+ * @date 2022年11月29日
52136
52147
  **/
52137
52148
  getPressList: function getPressList() {
52138
52149
  var _this10 = this;
@@ -52162,12 +52173,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
52162
52173
  });
52163
52174
  },
52164
52175
 
52165
- /**
52166
- * goPress
52167
- * @desc:催办列表查看
52168
- * @param {String} id 催办列表id
52169
- * @author liufan
52170
- * @date 2022年11月29日
52176
+ /**
52177
+ * goPress
52178
+ * @desc:催办列表查看
52179
+ * @param {String} id 催办列表id
52180
+ * @author liufan
52181
+ * @date 2022年11月29日
52171
52182
  **/
52172
52183
  goPress: function goPress(id) {
52173
52184
  this.historyId = id;
@@ -52175,23 +52186,23 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
52175
52186
  this.getPressList();
52176
52187
  },
52177
52188
 
52178
- /**
52179
- * showFile
52180
- * @desc:附件查看
52181
- * @param {String} ownId 附件id
52182
- * @author liufan
52183
- * @date 2022年11月29日
52189
+ /**
52190
+ * showFile
52191
+ * @desc:附件查看
52192
+ * @param {String} ownId 附件id
52193
+ * @author liufan
52194
+ * @date 2022年11月29日
52184
52195
  **/
52185
52196
  showFile: function showFile(ownId) {
52186
52197
  this.wfpendingid = ownId;
52187
52198
  this.showFileList = true;
52188
52199
  },
52189
52200
 
52190
- /**
52191
- * handleChange
52192
- * @desc:切换排序方式
52193
- * @author liufan
52194
- * @date 2022年11月22日
52201
+ /**
52202
+ * handleChange
52203
+ * @desc:切换排序方式
52204
+ * @author liufan
52205
+ * @date 2022年11月22日
52195
52206
  **/
52196
52207
  handleChange: function handleChange(key, value) {
52197
52208
  if (value) {
@@ -52241,11 +52252,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
52241
52252
  }))();
52242
52253
  },
52243
52254
 
52244
- /**
52245
- * getFlowList
52246
- * @desc:获取流程列表
52247
- * @author liufan
52248
- * @date 2022年11月22日
52255
+ /**
52256
+ * getFlowList
52257
+ * @desc:获取流程列表
52258
+ * @author liufan
52259
+ * @date 2022年11月22日
52249
52260
  **/
52250
52261
  getFlowList: function getFlowList() {
52251
52262
  var _this12 = this;
@@ -52317,12 +52328,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
52317
52328
  });
52318
52329
  },
52319
52330
 
52320
- /**
52321
- * handleClick
52322
- * @desc:表单点击事件
52323
- * @param {Object} val 当前点击行数据及按钮
52324
- * @author liufan
52325
- * @date 2022年11月10日
52331
+ /**
52332
+ * handleClick
52333
+ * @desc:表单点击事件
52334
+ * @param {Object} val 当前点击行数据及按钮
52335
+ * @author liufan
52336
+ * @date 2022年11月10日
52326
52337
  **/
52327
52338
  handleClick: function handleClick(val) {
52328
52339
  var _this13 = this;
@@ -52368,13 +52379,13 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
52368
52379
  }
52369
52380
  },
52370
52381
 
52371
- /**
52372
- * getCodeValue
52373
- * @desc:获取代码表过滤后的值
52374
- * @param {String} value 展示数据的代码值
52375
- * @param {String} type 代码表类型
52376
- * @author liufan
52377
- * @date 2022年11月10日
52382
+ /**
52383
+ * getCodeValue
52384
+ * @desc:获取代码表过滤后的值
52385
+ * @param {String} value 展示数据的代码值
52386
+ * @param {String} type 代码表类型
52387
+ * @author liufan
52388
+ * @date 2022年11月10日
52378
52389
  **/
52379
52390
  getCodeValue: function getCodeValue(value, type) {
52380
52391
  var val = this[type].filter(function (item) {
@@ -52383,12 +52394,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
52383
52394
  return val[0].shortName;
52384
52395
  },
52385
52396
 
52386
- /**
52387
- * getSysInfo
52388
- * @desc:获取代码表
52389
- * @param {String} code 编码code值
52390
- * @author liufan
52391
- * @date 2022年11月10日
52397
+ /**
52398
+ * getSysInfo
52399
+ * @desc:获取代码表
52400
+ * @param {String} code 编码code值
52401
+ * @author liufan
52402
+ * @date 2022年11月10日
52392
52403
  **/
52393
52404
  getSysInfo: function getSysInfo(code) {
52394
52405
  var _this14 = this;
@@ -52410,11 +52421,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
52410
52421
  }).catch(function (e) {});
52411
52422
  },
52412
52423
 
52413
- /**
52414
- * getListInfo
52415
- * @desc:获取预设列表数据
52416
- * @author liufan
52417
- * @date 2022年11月10日
52424
+ /**
52425
+ * getListInfo
52426
+ * @desc:获取预设列表数据
52427
+ * @author liufan
52428
+ * @date 2022年11月10日
52418
52429
  **/
52419
52430
  getListInfo: function getListInfo() {
52420
52431
  var _this15 = this;
@@ -61641,10 +61652,10 @@ appsvue_type_template_id_71b9cb14_scoped_true_render._withStripped = true
61641
61652
  this.$emit('click', res);
61642
61653
  },
61643
61654
 
61644
- /**
61645
- * @desc:获取气泡提醒
61646
- * @author huangbo
61647
- * @date 2024年9月7日
61655
+ /**
61656
+ * @desc:获取气泡提醒
61657
+ * @author huangbo
61658
+ * @date 2024年9月7日
61648
61659
  **/
61649
61660
  getBadge: function getBadge(res) {
61650
61661
  var num = res.tips || 0;
@@ -65670,10 +65681,10 @@ var events = [function (tabs, index, that) {
65670
65681
  },
65671
65682
 
65672
65683
  methods: {
65673
- /**
65674
- * @desc:匹配路由
65675
- * @author huangbo
65676
- * @date 2024年9月7日
65684
+ /**
65685
+ * @desc:匹配路由
65686
+ * @author huangbo
65687
+ * @date 2024年9月7日
65677
65688
  **/
65678
65689
  hasRouter: function hasRouter(res, url, code) {
65679
65690
  if (!url) {
@@ -65717,10 +65728,10 @@ var events = [function (tabs, index, that) {
65717
65728
  return false;
65718
65729
  },
65719
65730
 
65720
- /**
65721
- * @desc:获取初始数据
65722
- * @author huangbo
65723
- * @date 2024年9月7日
65731
+ /**
65732
+ * @desc:获取初始数据
65733
+ * @author huangbo
65734
+ * @date 2024年9月7日
65724
65735
  **/
65725
65736
  init: function init(results, first) {
65726
65737
  this.setConfig(results);
@@ -65729,10 +65740,10 @@ var events = [function (tabs, index, that) {
65729
65740
  }
65730
65741
  },
65731
65742
 
65732
- /**
65733
- * @desc:设置用户配置及信息
65734
- * @author huangbo
65735
- * @date 2024年9月7日
65743
+ /**
65744
+ * @desc:设置用户配置及信息
65745
+ * @author huangbo
65746
+ * @date 2024年9月7日
65736
65747
  **/
65737
65748
  setConfig: function setConfig(results) {
65738
65749
  localStorage.setItem('mainConfig', JSON.stringify(results));
@@ -65866,10 +65877,10 @@ var events = [function (tabs, index, that) {
65866
65877
  }
65867
65878
  },
65868
65879
 
65869
- /**
65870
- * @desc:获取所有应用
65871
- * @author huangbo
65872
- * @date 2024年9月7日
65880
+ /**
65881
+ * @desc:获取所有应用
65882
+ * @author huangbo
65883
+ * @date 2024年9月7日
65873
65884
  **/
65874
65885
  getApplications: function getApplications() {
65875
65886
  var _this = this;
@@ -65917,10 +65928,10 @@ var events = [function (tabs, index, that) {
65917
65928
  });
65918
65929
  },
65919
65930
 
65920
- /**
65921
- * @desc:获取菜单列表
65922
- * @author huangbo
65923
- * @date 2024年9月7日
65931
+ /**
65932
+ * @desc:获取菜单列表
65933
+ * @author huangbo
65934
+ * @date 2024年9月7日
65924
65935
  **/
65925
65936
  getMenus: function getMenus(loading) {
65926
65937
  var _this2 = this;
@@ -65953,10 +65964,10 @@ var events = [function (tabs, index, that) {
65953
65964
  });
65954
65965
  },
65955
65966
 
65956
- /**
65957
- * @desc:处理菜单列表
65958
- * @author huangbo
65959
- * @date 2024年9月7日
65967
+ /**
65968
+ * @desc:处理菜单列表
65969
+ * @author huangbo
65970
+ * @date 2024年9月7日
65960
65971
  **/
65961
65972
  renderMenus: function renderMenus(res) {
65962
65973
  this.menus = res;
@@ -66052,10 +66063,10 @@ var events = [function (tabs, index, that) {
66052
66063
  }
66053
66064
  },
66054
66065
 
66055
- /**
66056
- * @desc:设置页面加载类型
66057
- * @author huangbo
66058
- * @date 2024年9月7日
66066
+ /**
66067
+ * @desc:设置页面加载类型
66068
+ * @author huangbo
66069
+ * @date 2024年9月7日
66059
66070
  **/
66060
66071
  setIframeType: function setIframeType(res) {
66061
66072
  var url = res.url;
@@ -66111,10 +66122,10 @@ var events = [function (tabs, index, that) {
66111
66122
  return res;
66112
66123
  },
66113
66124
 
66114
- /**
66115
- * @desc:获取菜单
66116
- * @author huangbo
66117
- * @date 2024年9月7日
66125
+ /**
66126
+ * @desc:获取菜单
66127
+ * @author huangbo
66128
+ * @date 2024年9月7日
66118
66129
  **/
66119
66130
  getMenu: function getMenu(menus, res, key) {
66120
66131
  if (Array.isArray(menus)) {
@@ -66143,10 +66154,10 @@ var events = [function (tabs, index, that) {
66143
66154
  return false;
66144
66155
  },
66145
66156
 
66146
- /**
66147
- * @desc:获取菜单第一条数据
66148
- * @author huangbo
66149
- * @date 2024年9月7日
66157
+ /**
66158
+ * @desc:获取菜单第一条数据
66159
+ * @author huangbo
66160
+ * @date 2024年9月7日
66150
66161
  **/
66151
66162
  getFirst: function getFirst(obj) {
66152
66163
  if (!obj) {
@@ -66165,10 +66176,10 @@ var events = [function (tabs, index, that) {
66165
66176
  }
66166
66177
  },
66167
66178
 
66168
- /**
66169
- * @desc:遍历设置菜单气泡提醒
66170
- * @author huangbo
66171
- * @date 2024年9月7日
66179
+ /**
66180
+ * @desc:遍历设置菜单气泡提醒
66181
+ * @author huangbo
66182
+ * @date 2024年9月7日
66172
66183
  **/
66173
66184
  setTips: function setTips(obj) {
66174
66185
  var _this3 = this;
@@ -66231,10 +66242,10 @@ var events = [function (tabs, index, that) {
66231
66242
  }
66232
66243
  },
66233
66244
 
66234
- /**
66235
- * @desc:获取气泡提醒
66236
- * @author huangbo
66237
- * @date 2024年9月7日
66245
+ /**
66246
+ * @desc:获取气泡提醒
66247
+ * @author huangbo
66248
+ * @date 2024年9月7日
66238
66249
  **/
66239
66250
  getBadge: function getBadge(res) {
66240
66251
  var num = res.tips || 0;
@@ -66248,10 +66259,10 @@ var events = [function (tabs, index, that) {
66248
66259
  };
66249
66260
  },
66250
66261
 
66251
- /**
66252
- * @desc:开启weosocket
66253
- * @author huangbo
66254
- * @date 2024年9月7日
66262
+ /**
66263
+ * @desc:开启weosocket
66264
+ * @author huangbo
66265
+ * @date 2024年9月7日
66255
66266
  **/
66256
66267
  initWebSocket: function initWebSocket() {
66257
66268
  var _this5 = this;
@@ -66300,10 +66311,10 @@ var events = [function (tabs, index, that) {
66300
66311
  });
66301
66312
  },
66302
66313
 
66303
- /**
66304
- * @desc:显示用户信息
66305
- * @author huangbo
66306
- * @date 2024年9月7日
66314
+ /**
66315
+ * @desc:显示用户信息
66316
+ * @author huangbo
66317
+ * @date 2024年9月7日
66307
66318
  **/
66308
66319
  showUserInfo: function showUserInfo() {
66309
66320
  if (this.showUser === false) {
@@ -66311,19 +66322,19 @@ var events = [function (tabs, index, that) {
66311
66322
  }
66312
66323
  },
66313
66324
 
66314
- /**
66315
- * @desc:删除更多应用菜单点击
66316
- * @author huangbo
66317
- * @date 2024年9月7日
66325
+ /**
66326
+ * @desc:删除更多应用菜单点击
66327
+ * @author huangbo
66328
+ * @date 2024年9月7日
66318
66329
  **/
66319
66330
  handleDelete: function handleDelete(index) {
66320
66331
  this.newApps.splice(index, 1);
66321
66332
  },
66322
66333
 
66323
- /**
66324
- * @desc:储存更多应用菜单点击
66325
- * @author huangbo
66326
- * @date 2024年9月7日
66334
+ /**
66335
+ * @desc:储存更多应用菜单点击
66336
+ * @author huangbo
66337
+ * @date 2024年9月7日
66327
66338
  **/
66328
66339
  handlerClickApps: function handlerClickApps(res) {
66329
66340
  if (res.permission === false) {
@@ -66336,10 +66347,10 @@ var events = [function (tabs, index, that) {
66336
66347
  this.handlerClickApp(res);
66337
66348
  },
66338
66349
 
66339
- /**
66340
- * @desc:侧边应用菜单点击
66341
- * @author huangbo
66342
- * @date 2024年9月7日
66350
+ /**
66351
+ * @desc:侧边应用菜单点击
66352
+ * @author huangbo
66353
+ * @date 2024年9月7日
66343
66354
  **/
66344
66355
  handlerClickApp: function handlerClickApp(res) {
66345
66356
  this.showMsg = false;
@@ -66428,10 +66439,10 @@ var events = [function (tabs, index, that) {
66428
66439
  }
66429
66440
  },
66430
66441
 
66431
- /**
66432
- * @desc:显示Drawer界面
66433
- * @author huangbo
66434
- * @date 2024年9月7日
66442
+ /**
66443
+ * @desc:显示Drawer界面
66444
+ * @author huangbo
66445
+ * @date 2024年9月7日
66435
66446
  **/
66436
66447
  handlerSetDrawer: function handlerSetDrawer(res, type) {
66437
66448
  var direction = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : 'ltr';
@@ -66451,19 +66462,19 @@ var events = [function (tabs, index, that) {
66451
66462
  }
66452
66463
  },
66453
66464
 
66454
- /**
66455
- * @desc:关闭Drawer界面
66456
- * @author huangbo
66457
- * @date 2024年9月7日
66465
+ /**
66466
+ * @desc:关闭Drawer界面
66467
+ * @author huangbo
66468
+ * @date 2024年9月7日
66458
66469
  **/
66459
66470
  handleCloseDrawer: function handleCloseDrawer() {
66460
66471
  this.drawer = { visible: false };
66461
66472
  },
66462
66473
 
66463
- /**
66464
- * @desc:菜单点击
66465
- * @author huangbo
66466
- * @date 2024年9月7日
66474
+ /**
66475
+ * @desc:菜单点击
66476
+ * @author huangbo
66477
+ * @date 2024年9月7日
66467
66478
  **/
66468
66479
  handlerClickMenu: function handlerClickMenu(res) {
66469
66480
  utils_util["a" /* default */].ajax({
@@ -66512,19 +66523,19 @@ var events = [function (tabs, index, that) {
66512
66523
  },
66513
66524
 
66514
66525
 
66515
- /**
66516
- * @desc:用户详情请求成功
66517
- * @author huangbo
66518
- * @date 2024年9月7日
66526
+ /**
66527
+ * @desc:用户详情请求成功
66528
+ * @author huangbo
66529
+ * @date 2024年9月7日
66519
66530
  **/
66520
66531
  handleSuccess: function handleSuccess(res) {
66521
66532
  this.simpleUserInfo = res.simpleUserInfo;
66522
66533
  },
66523
66534
 
66524
- /**
66525
- * @desc:修改用户配置
66526
- * @author huangbo
66527
- * @date 2024年9月7日
66535
+ /**
66536
+ * @desc:修改用户配置
66537
+ * @author huangbo
66538
+ * @date 2024年9月7日
66528
66539
  **/
66529
66540
  handleChangeConfig: function handleChangeConfig(name, res) {
66530
66541
  if (name == 'userHeadUrl') {
@@ -66540,10 +66551,10 @@ var events = [function (tabs, index, that) {
66540
66551
  }
66541
66552
  },
66542
66553
 
66543
- /**
66544
- * @desc:关闭webSocket
66545
- * @author huangbo
66546
- * @date 2024年9月7日
66554
+ /**
66555
+ * @desc:关闭webSocket
66556
+ * @author huangbo
66557
+ * @date 2024年9月7日
66547
66558
  **/
66548
66559
  handlerClose: function handlerClose() {
66549
66560
  if (this.webSocket) {
@@ -66551,10 +66562,10 @@ var events = [function (tabs, index, that) {
66551
66562
  }
66552
66563
  },
66553
66564
 
66554
- /**
66555
- * @desc:刷新选中iframe页签
66556
- * @author huangbo
66557
- * @date 2024年9月7日
66565
+ /**
66566
+ * @desc:刷新选中iframe页签
66567
+ * @author huangbo
66568
+ * @date 2024年9月7日
66558
66569
  **/
66559
66570
  handleRefresh: function handleRefresh() {
66560
66571
  var i = utils_util["a" /* default */].indexOfObj(this.tabs, this.activeName, 'id');
@@ -66575,10 +66586,10 @@ var events = [function (tabs, index, that) {
66575
66586
  }
66576
66587
  },
66577
66588
 
66578
- /**
66579
- * @desc:删除iframe
66580
- * @author huangbo
66581
- * @date 2024年9月7日
66589
+ /**
66590
+ * @desc:删除iframe
66591
+ * @author huangbo
66592
+ * @date 2024年9月7日
66582
66593
  **/
66583
66594
  handleRemove: function handleRemove(name) {
66584
66595
  var len = this.tabs.length - 1;
@@ -66595,10 +66606,10 @@ var events = [function (tabs, index, that) {
66595
66606
  }
66596
66607
  },
66597
66608
 
66598
- /**
66599
- * @desc:tabs鼠标右键事件
66600
- * @author huangbo
66601
- * @date 2024年9月7日
66609
+ /**
66610
+ * @desc:tabs鼠标右键事件
66611
+ * @author huangbo
66612
+ * @date 2024年9月7日
66602
66613
  **/
66603
66614
  handleContextmenu: function handleContextmenu(tabs, e) {
66604
66615
  var disabled = {};
@@ -66623,10 +66634,10 @@ var events = [function (tabs, index, that) {
66623
66634
  window.addEventListener('click', this.closeTabsEvents);
66624
66635
  },
66625
66636
 
66626
- /**
66627
- * @desc:tabs页签事件
66628
- * @author huangbo
66629
- * @date 2024年9月7日
66637
+ /**
66638
+ * @desc:tabs页签事件
66639
+ * @author huangbo
66640
+ * @date 2024年9月7日
66630
66641
  **/
66631
66642
  handleTabsEvents: function handleTabsEvents(num) {
66632
66643
  if (this.pane !== null) {
@@ -66644,10 +66655,10 @@ var events = [function (tabs, index, that) {
66644
66655
  window.removeEventListener('click', this.closeTabsEvents);
66645
66656
  },
66646
66657
 
66647
- /**
66648
- * @desc:handler工具栏点击事件
66649
- * @author huangbo
66650
- * @date 2024年9月7日
66658
+ /**
66659
+ * @desc:handler工具栏点击事件
66660
+ * @author huangbo
66661
+ * @date 2024年9月7日
66651
66662
  **/
66652
66663
  handleClick: function handleClick(res) {
66653
66664
  var type = res.type,
@@ -66725,10 +66736,10 @@ var events = [function (tabs, index, that) {
66725
66736
  this.$emit('handler-click', res);
66726
66737
  },
66727
66738
 
66728
- /**
66729
- * @desc:退出登录
66730
- * @author huangbo
66731
- * @date 2024年9月7日
66739
+ /**
66740
+ * @desc:退出登录
66741
+ * @author huangbo
66742
+ * @date 2024年9月7日
66732
66743
  **/
66733
66744
  handleQuit: function handleQuit() {
66734
66745
  var _this6 = this;
@@ -66803,10 +66814,10 @@ var events = [function (tabs, index, that) {
66803
66814
  }).catch(function (e) {});
66804
66815
  },
66805
66816
 
66806
- /**
66807
- * @desc:主题、消息回调
66808
- * @author huangbo
66809
- * @date 2024年9月7日
66817
+ /**
66818
+ * @desc:主题、消息回调
66819
+ * @author huangbo
66820
+ * @date 2024年9月7日
66810
66821
  **/
66811
66822
  handleChange: function handleChange(res) {
66812
66823
  var type = res.type,
@@ -66822,10 +66833,10 @@ var events = [function (tabs, index, that) {
66822
66833
  }
66823
66834
  },
66824
66835
 
66825
- /**
66826
- * @desc:菜单布局样式切换
66827
- * @author huangbo
66828
- * @date 2024年9月7日
66836
+ /**
66837
+ * @desc:菜单布局样式切换
66838
+ * @author huangbo
66839
+ * @date 2024年9月7日
66829
66840
  **/
66830
66841
  handleLayout: function handleLayout(res, active) {
66831
66842
  if (active) {
@@ -66834,10 +66845,10 @@ var events = [function (tabs, index, that) {
66834
66845
  this.$emit('chang-layout', res, active);
66835
66846
  },
66836
66847
 
66837
- /**
66838
- * @desc:消息修改总数
66839
- * @author huangbo
66840
- * @date 2024年9月7日
66848
+ /**
66849
+ * @desc:消息修改总数
66850
+ * @author huangbo
66851
+ * @date 2024年9月7日
66841
66852
  **/
66842
66853
  handleMenuTips: function handleMenuTips(id, num) {
66843
66854
  if (num) {
@@ -66848,10 +66859,10 @@ var events = [function (tabs, index, that) {
66848
66859
  }
66849
66860
  },
66850
66861
 
66851
- /**
66852
- * @desc:处理即时消息
66853
- * @author huangbo
66854
- * @date 2024年9月7日
66862
+ /**
66863
+ * @desc:处理即时消息
66864
+ * @author huangbo
66865
+ * @date 2024年9月7日
66855
66866
  **/
66856
66867
  handleOpened: function handleOpened(res) {
66857
66868
  var _this7 = this;
@@ -74014,19 +74025,19 @@ var QRCode = __webpack_require__(24);
74014
74025
  //设置logo大小
74015
74026
  var logoPosition = (_this3.mwidth - 46) / 2; //logo相对于canvas居中定位
74016
74027
  //设置获取的logo将其变为圆角以及添加白色背景
74017
- /* ctx.fillStyle = "#fff";
74018
- ctx.beginPath();
74019
- let h = 46; //圆角高 10为基数(logo四周白色背景为10/2)
74020
- let w = 46; //圆角宽
74021
- let x = logoPosition - 5;
74022
- let y = logoPosition - 5;
74023
- let r = 5; //圆角半径
74024
- ctx.moveTo(x + r, y);
74025
- ctx.arcTo(x + w, y, x + w, y + h, r);
74026
- ctx.arcTo(x + w, y + h, x, y + h, r);
74027
- ctx.arcTo(x, y + h, x, y, r);
74028
- ctx.arcTo(x, y, x + w, y, r);
74029
- ctx.closePath();
74028
+ /* ctx.fillStyle = "#fff";
74029
+ ctx.beginPath();
74030
+ let h = 46; //圆角高 10为基数(logo四周白色背景为10/2)
74031
+ let w = 46; //圆角宽
74032
+ let x = logoPosition - 5;
74033
+ let y = logoPosition - 5;
74034
+ let r = 5; //圆角半径
74035
+ ctx.moveTo(x + r, y);
74036
+ ctx.arcTo(x + w, y, x + w, y + h, r);
74037
+ ctx.arcTo(x + w, y + h, x, y + h, r);
74038
+ ctx.arcTo(x, y + h, x, y, r);
74039
+ ctx.arcTo(x, y, x + w, y, r);
74040
+ ctx.closePath();
74030
74041
  ctx.fill(); */
74031
74042
  logo.onload = function () {
74032
74043
  ctx.drawImage(logo, logoPosition, logoPosition, 46, 46);
@@ -85662,8 +85673,8 @@ toolbar_src_main.install = function (Vue) {
85662
85673
  };
85663
85674
 
85664
85675
  /* harmony default export */ var packages_toolbar = (toolbar_src_main);
85665
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/form/src/table.vue?vue&type=template&id=a829d438&
85666
- var tablevue_type_template_id_a829d438_render = function () {
85676
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/form/src/table.vue?vue&type=template&id=0d90ce54&
85677
+ var tablevue_type_template_id_0d90ce54_render = function () {
85667
85678
  var _vm = this
85668
85679
  var _h = _vm.$createElement
85669
85680
  var _c = _vm._self._c || _h
@@ -86707,6 +86718,7 @@ var tablevue_type_template_id_a829d438_render = function () {
86707
86718
  data: item,
86708
86719
  attrs: [
86709
86720
  "value",
86721
+ "label",
86710
86722
  ],
86711
86723
  }
86712
86724
  ),
@@ -87494,6 +87506,7 @@ var tablevue_type_template_id_a829d438_render = function () {
87494
87506
  attrs:
87495
87507
  [
87496
87508
  "value",
87509
+ "label",
87497
87510
  ],
87498
87511
  }
87499
87512
  ),
@@ -88153,6 +88166,7 @@ var tablevue_type_template_id_a829d438_render = function () {
88153
88166
  attrs:
88154
88167
  [
88155
88168
  "value",
88169
+ "label",
88156
88170
  ],
88157
88171
  }
88158
88172
  ),
@@ -88505,11 +88519,11 @@ var tablevue_type_template_id_a829d438_render = function () {
88505
88519
  2
88506
88520
  )
88507
88521
  }
88508
- var tablevue_type_template_id_a829d438_staticRenderFns = []
88509
- tablevue_type_template_id_a829d438_render._withStripped = true
88522
+ var tablevue_type_template_id_0d90ce54_staticRenderFns = []
88523
+ tablevue_type_template_id_0d90ce54_render._withStripped = true
88510
88524
 
88511
88525
 
88512
- // CONCATENATED MODULE: ./packages/form/src/table.vue?vue&type=template&id=a829d438&
88526
+ // CONCATENATED MODULE: ./packages/form/src/table.vue?vue&type=template&id=0d90ce54&
88513
88527
 
88514
88528
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/form/src/table.vue?vue&type=script&lang=js&
88515
88529
  var src_tablevue_type_script_lang_js_extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
@@ -90017,8 +90031,8 @@ var src_tablevue_type_script_lang_js_extends = Object.assign || function (target
90017
90031
 
90018
90032
  var form_src_table_component = normalizeComponent(
90019
90033
  packages_form_src_tablevue_type_script_lang_js_,
90020
- tablevue_type_template_id_a829d438_render,
90021
- tablevue_type_template_id_a829d438_staticRenderFns,
90034
+ tablevue_type_template_id_0d90ce54_render,
90035
+ tablevue_type_template_id_0d90ce54_staticRenderFns,
90022
90036
  false,
90023
90037
  null,
90024
90038
  null,
@@ -92085,7 +92099,7 @@ if (typeof window !== 'undefined' && window.Vue) {
92085
92099
  }
92086
92100
 
92087
92101
  /* harmony default export */ var src_0 = __webpack_exports__["default"] = ({
92088
- version: '0.6.85',
92102
+ version: '0.6.86',
92089
92103
  install: install,
92090
92104
  Button: packages_button,
92091
92105
  ButtonGroup: button_group,