eoss-ui 0.8.26 → 0.8.27

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 (181) hide show
  1. package/lib/calogin.js +233 -233
  2. package/lib/eoss-ui.common.js +796 -796
  3. package/lib/flow.js +256 -256
  4. package/lib/index.js +1 -1
  5. package/lib/main.js +293 -293
  6. package/lib/qr-code.js +13 -13
  7. package/package.json +162 -162
  8. package/packages/button/index.js +5 -5
  9. package/packages/button/src/main.vue +418 -418
  10. package/packages/button-group/index.js +5 -5
  11. package/packages/calendar/index.js +5 -5
  12. package/packages/calogin/index.js +5 -5
  13. package/packages/calogin/src/plugin.js +915 -915
  14. package/packages/card/index.js +5 -5
  15. package/packages/card/src/main.vue +156 -156
  16. package/packages/cascader/index.js +5 -5
  17. package/packages/cascader/src/main.vue +168 -168
  18. package/packages/checkbox-group/index.js +5 -5
  19. package/packages/checkbox-group/src/main.vue +333 -333
  20. package/packages/clients/index.js +5 -5
  21. package/packages/data-table/index.js +5 -5
  22. package/packages/data-table/src/children.vue +46 -46
  23. package/packages/data-table/src/main.vue +1876 -1876
  24. package/packages/data-table/src/sizer.vue +195 -195
  25. package/packages/data-table-form/index.js +5 -5
  26. package/packages/data-table-form/src/checkbox.vue +101 -101
  27. package/packages/data-table-form/src/colgroup.vue +17 -17
  28. package/packages/data-table-form/src/main.vue +181 -181
  29. package/packages/data-table-form/src/radio.vue +65 -65
  30. package/packages/data-table-form/src/table.vue +233 -233
  31. package/packages/data-table-form/src/tbody.vue +336 -336
  32. package/packages/data-table-form/src/thead.vue +68 -68
  33. package/packages/date-picker/index.js +5 -5
  34. package/packages/date-picker/src/main.vue +236 -236
  35. package/packages/dialog/index.js +5 -5
  36. package/packages/enable-drag/index.js +5 -5
  37. package/packages/enterprise/index.js +5 -5
  38. package/packages/enterprise/src/main.vue +66 -66
  39. package/packages/error-page/index.js +5 -5
  40. package/packages/error-page/src/main.vue +44 -44
  41. package/packages/flow/index.js +5 -5
  42. package/packages/flow/src/component/Circulate.vue +420 -420
  43. package/packages/flow/src/component/CustomPreset.vue +324 -324
  44. package/packages/flow/src/component/FreeCirculation.vue +245 -245
  45. package/packages/flow/src/component/Preset.vue +257 -257
  46. package/packages/flow/src/component/TimeLimit.vue +190 -190
  47. package/packages/flow/src/component/taskUnionExamine.vue +763 -763
  48. package/packages/flow/src/freeStartFlow.vue +2898 -2898
  49. package/packages/flow/src/main.vue +4248 -4248
  50. package/packages/flow/src/processForm.vue +1806 -1806
  51. package/packages/flow/src/processReject.vue +311 -311
  52. package/packages/flow/src/reset.vue +952 -952
  53. package/packages/flow/src/startTaskRead.vue +698 -698
  54. package/packages/flow/src/supervise.vue +162 -162
  55. package/packages/flow-group/index.js +5 -5
  56. package/packages/flow-group/src/main.vue +750 -750
  57. package/packages/flow-list/index.js +5 -5
  58. package/packages/form/index.js +5 -5
  59. package/packages/form/src/form-tab-item-render.vue +145 -145
  60. package/packages/handle-user/index.js +5 -5
  61. package/packages/handle-user/src/main.vue +137 -137
  62. package/packages/handler/index.js +5 -5
  63. package/packages/handler/src/main.vue +499 -499
  64. package/packages/icon/index.js +5 -5
  65. package/packages/icons/index.js +5 -5
  66. package/packages/icons/src/main.vue +81 -81
  67. package/packages/input/index.js +5 -5
  68. package/packages/input/src/main.vue +356 -356
  69. package/packages/input-number/index.js +5 -5
  70. package/packages/input-number/src/main.vue +106 -106
  71. package/packages/label/index.js +5 -5
  72. package/packages/label/src/main.vue +457 -457
  73. package/packages/layout/index.js +5 -5
  74. package/packages/layout/src/item.vue +152 -152
  75. package/packages/layout/src/main.vue +31 -31
  76. package/packages/login/index.js +5 -5
  77. package/packages/login/src/main.vue +2088 -2088
  78. package/packages/main/index.js +5 -5
  79. package/packages/main/src/default/message.vue +249 -249
  80. package/packages/main/src/default/notice.vue +157 -157
  81. package/packages/main/src/default/userinfo.vue +513 -513
  82. package/packages/main/src/simplicity/index.vue +2403 -2403
  83. package/packages/main/src/simplicity/lists.vue +84 -84
  84. package/packages/main/src/simplicity/router-page.vue +45 -45
  85. package/packages/main/src/simplicity/userinfo.vue +408 -408
  86. package/packages/main/src/simplicityTop/index.vue +2688 -2688
  87. package/packages/main/src/simplicityTop/userinfo.vue +408 -408
  88. package/packages/menu/index.js +5 -5
  89. package/packages/menu/src/main.vue +597 -597
  90. package/packages/nav/index.js +5 -5
  91. package/packages/notify/index.js +5 -5
  92. package/packages/notify/src/main.vue +538 -538
  93. package/packages/page/index.js +5 -5
  94. package/packages/page/src/main.vue +167 -167
  95. package/packages/pagination/index.js +5 -5
  96. package/packages/pagination/src/main.vue +96 -96
  97. package/packages/player/index.js +5 -5
  98. package/packages/player/src/main.vue +194 -194
  99. package/packages/qr-code/index.js +5 -5
  100. package/packages/qr-code/src/main.vue +170 -170
  101. package/packages/radio-group/index.js +6 -6
  102. package/packages/radio-group/src/main.vue +319 -319
  103. package/packages/retrial-auth/index.js +5 -5
  104. package/packages/retrial-auth/src/main.vue +299 -299
  105. package/packages/select/index.js +5 -5
  106. package/packages/select-ganged/index.js +5 -5
  107. package/packages/select-ganged/src/main.vue +724 -724
  108. package/packages/selector/index.js +5 -5
  109. package/packages/selector-panel/index.js +5 -5
  110. package/packages/selector-panel/src/tree.vue +129 -129
  111. package/packages/sizer/index.js +5 -5
  112. package/packages/sizer/src/main.vue +257 -257
  113. package/packages/steps/index.js +5 -5
  114. package/packages/steps/src/main.vue +181 -181
  115. package/packages/switch/index.js +5 -5
  116. package/packages/table-form/index.js +5 -5
  117. package/packages/tabs/index.js +5 -5
  118. package/packages/tabs/src/main.vue +788 -788
  119. package/packages/tabs-panel/index.js +5 -5
  120. package/packages/tabs-panel/src/main.vue +29 -29
  121. package/packages/theme-chalk/src/base.scss +261 -261
  122. package/packages/theme-chalk/src/button-group.scss +176 -176
  123. package/packages/theme-chalk/src/button.scss +24 -24
  124. package/packages/theme-chalk/src/calendar.scss +113 -113
  125. package/packages/theme-chalk/src/card.scss +99 -99
  126. package/packages/theme-chalk/src/checkbox-group.scss +8 -8
  127. package/packages/theme-chalk/src/clients.scss +87 -87
  128. package/packages/theme-chalk/src/data-table-form.scss +67 -67
  129. package/packages/theme-chalk/src/date-picker.scss +7 -7
  130. package/packages/theme-chalk/src/dialog.scss +77 -77
  131. package/packages/theme-chalk/src/enable-drag.scss +181 -181
  132. package/packages/theme-chalk/src/enterprise.scss +5 -5
  133. package/packages/theme-chalk/src/error-page.scss +18 -18
  134. package/packages/theme-chalk/src/flow-group.scss +110 -110
  135. package/packages/theme-chalk/src/flow.scss +376 -376
  136. package/packages/theme-chalk/src/handle-user.scss +40 -40
  137. package/packages/theme-chalk/src/icons.scss +99 -99
  138. package/packages/theme-chalk/src/input.scss +9 -9
  139. package/packages/theme-chalk/src/label.scss +24 -24
  140. package/packages/theme-chalk/src/layout.scss +46 -46
  141. package/packages/theme-chalk/src/mixins/color.scss +117 -117
  142. package/packages/theme-chalk/src/nav.scss +111 -111
  143. package/packages/theme-chalk/src/page.scss +3 -3
  144. package/packages/theme-chalk/src/pagination.scss +29 -29
  145. package/packages/theme-chalk/src/player.scss +9 -9
  146. package/packages/theme-chalk/src/qr-code.scss +17 -17
  147. package/packages/theme-chalk/src/radio-group.scss +9 -9
  148. package/packages/theme-chalk/src/retrial-auth.scss +38 -38
  149. package/packages/theme-chalk/src/select-ganged.scss +8 -8
  150. package/packages/theme-chalk/src/select.scss +8 -8
  151. package/packages/theme-chalk/src/selector-panel.scss +204 -204
  152. package/packages/theme-chalk/src/sizer.scss +36 -36
  153. package/packages/theme-chalk/src/steps.scss +88 -88
  154. package/packages/theme-chalk/src/switch.scss +3 -3
  155. package/packages/theme-chalk/src/table-form.scss +1 -1
  156. package/packages/theme-chalk/src/tabs.scss +87 -87
  157. package/packages/theme-chalk/src/tips.scss +7 -7
  158. package/packages/theme-chalk/src/toolbar.scss +179 -179
  159. package/packages/theme-chalk/src/tree-group.scss +72 -72
  160. package/packages/theme-chalk/src/tree.scss +167 -167
  161. package/packages/theme-chalk/src/wxlogin.scss +3 -3
  162. package/packages/tips/index.js +5 -5
  163. package/packages/toolbar/index.js +5 -5
  164. package/packages/toolbar/src/main.vue +430 -430
  165. package/packages/tree/index.js +5 -5
  166. package/packages/tree-group/index.js +5 -5
  167. package/packages/upload/index.js +5 -5
  168. package/packages/upload/src/main.vue +1813 -1813
  169. package/packages/upload/src/picture.js +15 -15
  170. package/packages/wujie/index.js +5 -5
  171. package/packages/wxlogin/index.js +5 -5
  172. package/packages/wxlogin/src/main.vue +128 -128
  173. package/src/config/api.js +356 -356
  174. package/src/config/image.js +2 -2
  175. package/src/index.js +1 -1
  176. package/src/utils/bus.js +3 -3
  177. package/src/utils/date-util.js +312 -312
  178. package/src/utils/http.js +50 -50
  179. package/src/utils/store.js +21 -21
  180. package/src/utils/webSocket.js +107 -107
  181. package/packages/form/src/1.json +0 -17
@@ -6928,8 +6928,8 @@ function plugin_asyncToGenerator(fn) { return function () { var gen = fn.apply(t
6928
6928
 
6929
6929
  function plugin_classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
6930
6930
 
6931
- /**
6932
- * JIT_GW_ExtInterface 模块,提供与客户端交互的功能
6931
+ /**
6932
+ * JIT_GW_ExtInterface 模块,提供与客户端交互的功能
6933
6933
  */
6934
6934
  var plugin_CA_ExtInterface = function () {
6935
6935
  function CA_ExtInterface() {
@@ -6942,11 +6942,11 @@ var plugin_CA_ExtInterface = function () {
6942
6942
  this.init();
6943
6943
  }
6944
6944
 
6945
- /**
6946
- * 简单的 Object.assign 兼容 IE <= 11 的 polyfill
6947
- * @see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/assign
6948
- * @param {Object} target - 目标对象
6949
- * @param {Object} options - 新的选项对象
6945
+ /**
6946
+ * 简单的 Object.assign 兼容 IE <= 11 的 polyfill
6947
+ * @see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/assign
6948
+ * @param {Object} target - 目标对象
6949
+ * @param {Object} options - 新的选项对象
6950
6950
  */
6951
6951
 
6952
6952
 
@@ -6961,8 +6961,8 @@ var plugin_CA_ExtInterface = function () {
6961
6961
  }
6962
6962
  };
6963
6963
 
6964
- /**
6965
- * 检查当前会话的 WebSocket URL
6964
+ /**
6965
+ * 检查当前会话的 WebSocket URL
6966
6966
  */
6967
6967
 
6968
6968
 
@@ -6976,8 +6976,8 @@ var plugin_CA_ExtInterface = function () {
6976
6976
  }
6977
6977
  };
6978
6978
 
6979
- /**
6980
- * 检查是否使用 ActiveX
6979
+ /**
6980
+ * 检查是否使用 ActiveX
6981
6981
  */
6982
6982
 
6983
6983
 
@@ -6989,11 +6989,11 @@ var plugin_CA_ExtInterface = function () {
6989
6989
  }
6990
6990
  };
6991
6991
 
6992
- /**
6993
- * 扩展发送消息并等待响应
6994
- * @param {string} operatorCmd - 操作命令
6995
- * @param {string} sendMsg - 发送的消息
6996
- * @returns {string} 响应消息
6992
+ /**
6993
+ * 扩展发送消息并等待响应
6994
+ * @param {string} operatorCmd - 操作命令
6995
+ * @param {string} sendMsg - 发送的消息
6996
+ * @returns {string} 响应消息
6997
6997
  */
6998
6998
 
6999
6999
 
@@ -7026,11 +7026,11 @@ var plugin_CA_ExtInterface = function () {
7026
7026
  return sendAndWaitMessageEx;
7027
7027
  }();
7028
7028
 
7029
- /**
7030
- * 发送消息并等待响应
7031
- * @param {string} wsurl - WebSocket URL
7032
- * @param {string} sendMsg - 发送的消息
7033
- * @returns {string} 响应消息
7029
+ /**
7030
+ * 发送消息并等待响应
7031
+ * @param {string} wsurl - WebSocket URL
7032
+ * @param {string} sendMsg - 发送的消息
7033
+ * @returns {string} 响应消息
7034
7034
  */
7035
7035
 
7036
7036
 
@@ -7054,9 +7054,9 @@ var plugin_CA_ExtInterface = function () {
7054
7054
  }
7055
7055
  };
7056
7056
 
7057
- /**
7058
- * 配置选项
7059
- * @param {Object} extendOption - 扩展选项
7057
+ /**
7058
+ * 配置选项
7059
+ * @param {Object} extendOption - 扩展选项
7060
7060
  */
7061
7061
 
7062
7062
 
@@ -7066,8 +7066,8 @@ var plugin_CA_ExtInterface = function () {
7066
7066
  }
7067
7067
  };
7068
7068
 
7069
- /**
7070
- * 初始化
7069
+ /**
7070
+ * 初始化
7071
7071
  */
7072
7072
 
7073
7073
 
@@ -7075,9 +7075,9 @@ var plugin_CA_ExtInterface = function () {
7075
7075
  this.isUseActioveX();
7076
7076
  };
7077
7077
 
7078
- /**
7079
- * 返回客户端的版本
7080
- * @returns {string} 客户端版本
7078
+ /**
7079
+ * 返回客户端的版本
7080
+ * @returns {string} 客户端版本
7081
7081
  */
7082
7082
 
7083
7083
 
@@ -7090,13 +7090,13 @@ var plugin_CA_ExtInterface = function () {
7090
7090
  }
7091
7091
  };
7092
7092
 
7093
- /**
7094
- * 下载客户端程序并安装
7095
- * @param {string} bstrURL - 下载地址
7096
- * @param {string} bstrHashValue - 哈希值
7097
- * @param {boolean} bSync - 是否同步安装
7098
- * @param {boolean} bOnlySSO - 是否仅安装 SSO
7099
- * @returns {number} 安装结果
7093
+ /**
7094
+ * 下载客户端程序并安装
7095
+ * @param {string} bstrURL - 下载地址
7096
+ * @param {string} bstrHashValue - 哈希值
7097
+ * @param {boolean} bSync - 是否同步安装
7098
+ * @param {boolean} bOnlySSO - 是否仅安装 SSO
7099
+ * @returns {number} 安装结果
7100
7100
  */
7101
7101
 
7102
7102
 
@@ -7110,11 +7110,11 @@ var plugin_CA_ExtInterface = function () {
7110
7110
  }
7111
7111
  };
7112
7112
 
7113
- /**
7114
- * 获取硬件指纹信息
7115
- * @param {number} dwSign - 签名
7116
- * @param {string} strGateWayIP - 网关 IP
7117
- * @returns {string} 硬件指纹信息
7113
+ /**
7114
+ * 获取硬件指纹信息
7115
+ * @param {number} dwSign - 签名
7116
+ * @param {string} strGateWayIP - 网关 IP
7117
+ * @returns {string} 硬件指纹信息
7118
7118
  */
7119
7119
 
7120
7120
 
@@ -7128,12 +7128,12 @@ var plugin_CA_ExtInterface = function () {
7128
7128
  }
7129
7129
  };
7130
7130
 
7131
- /**
7132
- * 设置转发策略和代填策略
7133
- * @param {string} strProxyPolicy - 转发策略
7134
- * @param {string} strSSOPolicy - 代填策略
7135
- * @param {string} strGatewayAddress - 网关地址
7136
- * @returns {number} 设置结果
7131
+ /**
7132
+ * 设置转发策略和代填策略
7133
+ * @param {string} strProxyPolicy - 转发策略
7134
+ * @param {string} strSSOPolicy - 代填策略
7135
+ * @param {string} strGatewayAddress - 网关地址
7136
+ * @returns {number} 设置结果
7137
7137
  */
7138
7138
 
7139
7139
 
@@ -7147,11 +7147,11 @@ var plugin_CA_ExtInterface = function () {
7147
7147
  }
7148
7148
  };
7149
7149
 
7150
- /**
7151
- * 启动认证信息模块
7152
- * @param {string} strFileName - 文件名
7153
- * @param {string} strXmlData - XML 数据
7154
- * @returns {string} 认证信息
7150
+ /**
7151
+ * 启动认证信息模块
7152
+ * @param {string} strFileName - 文件名
7153
+ * @param {string} strXmlData - XML 数据
7154
+ * @returns {string} 认证信息
7155
7155
  */
7156
7156
 
7157
7157
 
@@ -7165,10 +7165,10 @@ var plugin_CA_ExtInterface = function () {
7165
7165
  }
7166
7166
  };
7167
7167
 
7168
- /**
7169
- * 打开 BS 应用
7170
- * @param {string} strUrl - 应用 URL
7171
- * @returns {number} 打开结果
7168
+ /**
7169
+ * 打开 BS 应用
7170
+ * @param {string} strUrl - 应用 URL
7171
+ * @returns {number} 打开结果
7172
7172
  */
7173
7173
 
7174
7174
 
@@ -7182,12 +7182,12 @@ var plugin_CA_ExtInterface = function () {
7182
7182
  }
7183
7183
  };
7184
7184
 
7185
- /**
7186
- * 打开 CS 应用
7187
- * @param {string} strGatewayAddress - 网关地址
7188
- * @param {string} strAppFlag - 应用标识
7189
- * @param {string} strAppPath - 应用路径
7190
- * @returns {number} 打开结果
7185
+ /**
7186
+ * 打开 CS 应用
7187
+ * @param {string} strGatewayAddress - 网关地址
7188
+ * @param {string} strAppFlag - 应用标识
7189
+ * @param {string} strAppPath - 应用路径
7190
+ * @returns {number} 打开结果
7191
7191
  */
7192
7192
 
7193
7193
 
@@ -7201,13 +7201,13 @@ var plugin_CA_ExtInterface = function () {
7201
7201
  }
7202
7202
  };
7203
7203
 
7204
- /**
7205
- * 设置自动更新策略
7206
- * @param {string} strGatewayAddress - 网关地址
7207
- * @param {number} nGatewayPort - 网关端口
7208
- * @param {string} strUserToken - 用户令牌
7209
- * @param {number} updatedelay - 更新延迟
7210
- * @returns {number} 设置结果
7204
+ /**
7205
+ * 设置自动更新策略
7206
+ * @param {string} strGatewayAddress - 网关地址
7207
+ * @param {number} nGatewayPort - 网关端口
7208
+ * @param {string} strUserToken - 用户令牌
7209
+ * @param {number} updatedelay - 更新延迟
7210
+ * @returns {number} 设置结果
7211
7211
  */
7212
7212
 
7213
7213
 
@@ -7221,10 +7221,10 @@ var plugin_CA_ExtInterface = function () {
7221
7221
  }
7222
7222
  };
7223
7223
 
7224
- /**
7225
- * 获取客户端 IP
7226
- * @param {string} strGatewayIP - 网关 IP
7227
- * @returns {string} 客户端 IP
7224
+ /**
7225
+ * 获取客户端 IP
7226
+ * @param {string} strGatewayIP - 网关 IP
7227
+ * @returns {string} 客户端 IP
7228
7228
  */
7229
7229
 
7230
7230
 
@@ -7238,10 +7238,10 @@ var plugin_CA_ExtInterface = function () {
7238
7238
  }
7239
7239
  };
7240
7240
 
7241
- /**
7242
- * 登出网关
7243
- * @param {string} strServerIP - 服务器 IP
7244
- * @returns {number} 登出结果
7241
+ /**
7242
+ * 登出网关
7243
+ * @param {string} strServerIP - 服务器 IP
7244
+ * @returns {number} 登出结果
7245
7245
  */
7246
7246
 
7247
7247
 
@@ -7255,11 +7255,11 @@ var plugin_CA_ExtInterface = function () {
7255
7255
  }
7256
7256
  };
7257
7257
 
7258
- /**
7259
- * 运行安装包
7260
- * @param {number} lRunType - 运行类型
7261
- * @param {boolean} bIsOnlySSO - 是否仅安装 SSO
7262
- * @returns {number} 运行结果
7258
+ /**
7259
+ * 运行安装包
7260
+ * @param {number} lRunType - 运行类型
7261
+ * @param {boolean} bIsOnlySSO - 是否仅安装 SSO
7262
+ * @returns {number} 运行结果
7263
7263
  */
7264
7264
 
7265
7265
 
@@ -7273,9 +7273,9 @@ var plugin_CA_ExtInterface = function () {
7273
7273
  }
7274
7274
  };
7275
7275
 
7276
- /**
7277
- * 获取下载进度
7278
- * @returns {number} 下载进度
7276
+ /**
7277
+ * 获取下载进度
7278
+ * @returns {number} 下载进度
7279
7279
  */
7280
7280
 
7281
7281
 
@@ -7289,9 +7289,9 @@ var plugin_CA_ExtInterface = function () {
7289
7289
  }
7290
7290
  };
7291
7291
 
7292
- /**
7293
- * 是否安装完成
7294
- * @returns {boolean} 安装完成状态
7292
+ /**
7293
+ * 是否安装完成
7294
+ * @returns {boolean} 安装完成状态
7295
7295
  */
7296
7296
 
7297
7297
 
@@ -7305,11 +7305,11 @@ var plugin_CA_ExtInterface = function () {
7305
7305
  }
7306
7306
  };
7307
7307
 
7308
- /**
7309
- * 初始化签包对象
7310
- * @param {string} strAlgType - 算法类型
7311
- * @param {string} strAuxParam - 辅助参数
7312
- * @returns {number} 初始化结果
7308
+ /**
7309
+ * 初始化签包对象
7310
+ * @param {string} strAlgType - 算法类型
7311
+ * @param {string} strAuxParam - 辅助参数
7312
+ * @returns {number} 初始化结果
7313
7313
  */
7314
7314
 
7315
7315
 
@@ -7323,10 +7323,10 @@ var plugin_CA_ExtInterface = function () {
7323
7323
  }
7324
7324
  };
7325
7325
 
7326
- /**
7327
- * 设置摘要算法
7328
- * @param {string} strDigestAlg - 摘要算法
7329
- * @returns {number} 设置结果
7326
+ /**
7327
+ * 设置摘要算法
7328
+ * @param {string} strDigestAlg - 摘要算法
7329
+ * @returns {number} 设置结果
7330
7330
  */
7331
7331
 
7332
7332
 
@@ -7340,10 +7340,10 @@ var plugin_CA_ExtInterface = function () {
7340
7340
  }
7341
7341
  };
7342
7342
 
7343
- /**
7344
- * 设置单证书是否弹出对话框
7345
- * @param {number} isChoose - 是否弹出对话框
7346
- * @returns {number} 设置结果
7343
+ /**
7344
+ * 设置单证书是否弹出对话框
7345
+ * @param {number} isChoose - 是否弹出对话框
7346
+ * @returns {number} 设置结果
7347
7347
  */
7348
7348
 
7349
7349
 
@@ -7357,11 +7357,11 @@ var plugin_CA_ExtInterface = function () {
7357
7357
  }
7358
7358
  };
7359
7359
 
7360
- /**
7361
- * 添加证书过滤条件
7362
- * @param {number} ulType - 过滤类型
7363
- * @param {string} strValue - 过滤值
7364
- * @returns {number} 添加结果
7360
+ /**
7361
+ * 添加证书过滤条件
7362
+ * @param {number} ulType - 过滤类型
7363
+ * @param {string} strValue - 过滤值
7364
+ * @returns {number} 添加结果
7365
7365
  */
7366
7366
 
7367
7367
 
@@ -7375,9 +7375,9 @@ var plugin_CA_ExtInterface = function () {
7375
7375
  }
7376
7376
  };
7377
7377
 
7378
- /**
7379
- * 清除所有过滤条件
7380
- * @returns {number} 清除结果
7378
+ /**
7379
+ * 清除所有过滤条件
7380
+ * @returns {number} 清除结果
7381
7381
  */
7382
7382
 
7383
7383
 
@@ -7391,10 +7391,10 @@ var plugin_CA_ExtInterface = function () {
7391
7391
  }
7392
7392
  };
7393
7393
 
7394
- /**
7395
- * P1 签名
7396
- * @param {string} strValueBase64 - 待签名的 Base64 字符串
7397
- * @returns {string} 签名结果
7394
+ /**
7395
+ * P1 签名
7396
+ * @param {string} strValueBase64 - 待签名的 Base64 字符串
7397
+ * @returns {string} 签名结果
7398
7398
  */
7399
7399
 
7400
7400
 
@@ -7408,10 +7408,10 @@ var plugin_CA_ExtInterface = function () {
7408
7408
  }
7409
7409
  };
7410
7410
 
7411
- /**
7412
- * P1 签名字符串
7413
- * @param {string} strValue - 待签名的字符串
7414
- * @returns {string} 签名结果
7411
+ /**
7412
+ * P1 签名字符串
7413
+ * @param {string} strValue - 待签名的字符串
7414
+ * @returns {string} 签名结果
7415
7415
  */
7416
7416
 
7417
7417
 
@@ -7425,12 +7425,12 @@ var plugin_CA_ExtInterface = function () {
7425
7425
  }
7426
7426
  };
7427
7427
 
7428
- /**
7429
- * P7 签名
7430
- * @param {string} strValueBase64 - 待签名的 Base64 字符串
7431
- * @param {boolean} isDetach - 是否分离签名
7432
- * @param {boolean} isIncludeCert - 是否包含证书
7433
- * @returns {string} 签名结果
7428
+ /**
7429
+ * P7 签名
7430
+ * @param {string} strValueBase64 - 待签名的 Base64 字符串
7431
+ * @param {boolean} isDetach - 是否分离签名
7432
+ * @param {boolean} isIncludeCert - 是否包含证书
7433
+ * @returns {string} 签名结果
7434
7434
  */
7435
7435
 
7436
7436
 
@@ -7444,12 +7444,12 @@ var plugin_CA_ExtInterface = function () {
7444
7444
  }
7445
7445
  };
7446
7446
 
7447
- /**
7448
- * P7 签名字符串
7449
- * @param {string} strValue - 待签名的字符串
7450
- * @param {boolean} isDetach - 是否分离签名
7451
- * @param {boolean} isIncludeCert - 是否包含证书
7452
- * @returns {string} 签名结果
7447
+ /**
7448
+ * P7 签名字符串
7449
+ * @param {string} strValue - 待签名的字符串
7450
+ * @param {boolean} isDetach - 是否分离签名
7451
+ * @param {boolean} isIncludeCert - 是否包含证书
7452
+ * @returns {string} 签名结果
7453
7453
  */
7454
7454
 
7455
7455
 
@@ -7463,9 +7463,9 @@ var plugin_CA_ExtInterface = function () {
7463
7463
  }
7464
7464
  };
7465
7465
 
7466
- /**
7467
- * 释放签名对象
7468
- * @returns {number} 释放结果
7466
+ /**
7467
+ * 释放签名对象
7468
+ * @returns {number} 释放结果
7469
7469
  */
7470
7470
 
7471
7471
 
@@ -7479,9 +7479,9 @@ var plugin_CA_ExtInterface = function () {
7479
7479
  }
7480
7480
  };
7481
7481
 
7482
- /**
7483
- * 获取签名版本
7484
- * @returns {string} 签名版本
7482
+ /**
7483
+ * 获取签名版本
7484
+ * @returns {string} 签名版本
7485
7485
  */
7486
7486
 
7487
7487
 
@@ -7495,9 +7495,9 @@ var plugin_CA_ExtInterface = function () {
7495
7495
  }
7496
7496
  };
7497
7497
 
7498
- /**
7499
- * 获取签名证书
7500
- * @returns {string} 签名证书
7498
+ /**
7499
+ * 获取签名证书
7500
+ * @returns {string} 签名证书
7501
7501
  */
7502
7502
 
7503
7503
 
@@ -7511,9 +7511,9 @@ var plugin_CA_ExtInterface = function () {
7511
7511
  }
7512
7512
  };
7513
7513
 
7514
- /**
7515
- * 获取错误码
7516
- * @returns {number} 错误码
7514
+ /**
7515
+ * 获取错误码
7516
+ * @returns {number} 错误码
7517
7517
  */
7518
7518
 
7519
7519
 
@@ -7527,9 +7527,9 @@ var plugin_CA_ExtInterface = function () {
7527
7527
  }
7528
7528
  };
7529
7529
 
7530
- /**
7531
- * 获取错误信息
7532
- * @returns {string} 错误信息
7530
+ /**
7531
+ * 获取错误信息
7532
+ * @returns {string} 错误信息
7533
7533
  */
7534
7534
 
7535
7535
 
@@ -7543,9 +7543,9 @@ var plugin_CA_ExtInterface = function () {
7543
7543
  }
7544
7544
  };
7545
7545
 
7546
- /**
7547
- * 销毁认证对象
7548
- * @returns {number} 销毁结果
7546
+ /**
7547
+ * 销毁认证对象
7548
+ * @returns {number} 销毁结果
7549
7549
  */
7550
7550
 
7551
7551
 
@@ -7559,9 +7559,9 @@ var plugin_CA_ExtInterface = function () {
7559
7559
  }
7560
7560
  };
7561
7561
 
7562
- /**
7563
- * 获取证书类型
7564
- * @returns {string} 证书类型
7562
+ /**
7563
+ * 获取证书类型
7564
+ * @returns {string} 证书类型
7565
7565
  */
7566
7566
 
7567
7567
 
@@ -7575,9 +7575,9 @@ var plugin_CA_ExtInterface = function () {
7575
7575
  }
7576
7576
  };
7577
7577
 
7578
- /**
7579
- * 获取签名摘要算法
7580
- * @returns {string} 签名摘要算法
7578
+ /**
7579
+ * 获取签名摘要算法
7580
+ * @returns {string} 签名摘要算法
7581
7581
  */
7582
7582
 
7583
7583
 
@@ -7591,11 +7591,11 @@ var plugin_CA_ExtInterface = function () {
7591
7591
  }
7592
7592
  };
7593
7593
 
7594
- /**
7595
- * 使能调用序列
7596
- * @param {boolean} bCallQueueEnable - 是否使能调用序列
7597
- * @param {boolean} bHeadInfoEnable - 是否使能头部信息
7598
- * @returns {number} 使能结果
7594
+ /**
7595
+ * 使能调用序列
7596
+ * @param {boolean} bCallQueueEnable - 是否使能调用序列
7597
+ * @param {boolean} bHeadInfoEnable - 是否使能头部信息
7598
+ * @returns {number} 使能结果
7599
7599
  */
7600
7600
 
7601
7601
 
@@ -7609,9 +7609,9 @@ var plugin_CA_ExtInterface = function () {
7609
7609
  }
7610
7610
  };
7611
7611
 
7612
- /**
7613
- * 清空调用序列结果
7614
- * @returns {number} 清空调用序列结果
7612
+ /**
7613
+ * 清空调用序列结果
7614
+ * @returns {number} 清空调用序列结果
7615
7615
  */
7616
7616
 
7617
7617
 
@@ -7625,9 +7625,9 @@ var plugin_CA_ExtInterface = function () {
7625
7625
  }
7626
7626
  };
7627
7627
 
7628
- /**
7629
- * 获取调用序列结果
7630
- * @returns {string} 调用序列结果
7628
+ /**
7629
+ * 获取调用序列结果
7630
+ * @returns {string} 调用序列结果
7631
7631
  */
7632
7632
 
7633
7633
 
@@ -7641,12 +7641,12 @@ var plugin_CA_ExtInterface = function () {
7641
7641
  }
7642
7642
  };
7643
7643
 
7644
- /**
7645
- * 客户端安全策略检查
7646
- * @param {string} strGatewayAddress - 网关地址
7647
- * @param {number} usGatewayPort - 网关端口
7648
- * @param {string} strSecurityPolicys - 安全策略
7649
- * @returns {boolean} 检查结果
7644
+ /**
7645
+ * 客户端安全策略检查
7646
+ * @param {string} strGatewayAddress - 网关地址
7647
+ * @param {number} usGatewayPort - 网关端口
7648
+ * @param {string} strSecurityPolicys - 安全策略
7649
+ * @returns {boolean} 检查结果
7650
7650
  */
7651
7651
 
7652
7652
 
@@ -7660,9 +7660,9 @@ var plugin_CA_ExtInterface = function () {
7660
7660
  }
7661
7661
  };
7662
7662
 
7663
- /**
7664
- * 获取通讯协议版本
7665
- * @returns {string} 通讯协议版本
7663
+ /**
7664
+ * 获取通讯协议版本
7665
+ * @returns {string} 通讯协议版本
7666
7666
  */
7667
7667
 
7668
7668
 
@@ -7676,13 +7676,13 @@ var plugin_CA_ExtInterface = function () {
7676
7676
  }
7677
7677
  };
7678
7678
 
7679
- /**
7680
- * 修改 Key 的 Pin 码
7681
- * @param {string} strCertSn - 证书序列号
7682
- * @param {number} lPinCodeType - Pin 码类型
7683
- * @param {string} strCurPinCode - 当前 Pin 码
7684
- * @param {string} strNewPinCode - 新 Pin 码
7685
- * @returns {number} 修改结果
7679
+ /**
7680
+ * 修改 Key 的 Pin 码
7681
+ * @param {string} strCertSn - 证书序列号
7682
+ * @param {number} lPinCodeType - Pin 码类型
7683
+ * @param {string} strCurPinCode - 当前 Pin 码
7684
+ * @param {string} strNewPinCode - 新 Pin 码
7685
+ * @returns {number} 修改结果
7686
7686
  */
7687
7687
 
7688
7688
 
@@ -7696,10 +7696,10 @@ var plugin_CA_ExtInterface = function () {
7696
7696
  }
7697
7697
  };
7698
7698
 
7699
- /**
7700
- * 等待策略设置完毕
7701
- * @param {string} strGatewayAddress - 网关地址
7702
- * @returns {number} 等待结果
7699
+ /**
7700
+ * 等待策略设置完毕
7701
+ * @param {string} strGatewayAddress - 网关地址
7702
+ * @returns {number} 等待结果
7703
7703
  */
7704
7704
 
7705
7705
 
@@ -7713,10 +7713,10 @@ var plugin_CA_ExtInterface = function () {
7713
7713
  }
7714
7714
  };
7715
7715
 
7716
- /**
7717
- * 获取会话 Token
7718
- * @param {string} strGatewayAddress - 网关地址
7719
- * @returns {string} 会话 Token
7716
+ /**
7717
+ * 获取会话 Token
7718
+ * @param {string} strGatewayAddress - 网关地址
7719
+ * @returns {string} 会话 Token
7720
7720
  */
7721
7721
 
7722
7722
 
@@ -7730,9 +7730,9 @@ var plugin_CA_ExtInterface = function () {
7730
7730
  }
7731
7731
  };
7732
7732
 
7733
- /**
7734
- * 获取控件版本
7735
- * @returns {string} 控件版本
7733
+ /**
7734
+ * 获取控件版本
7735
+ * @returns {string} 控件版本
7736
7736
  */
7737
7737
 
7738
7738
 
@@ -7746,10 +7746,10 @@ var plugin_CA_ExtInterface = function () {
7746
7746
  }
7747
7747
  };
7748
7748
 
7749
- /**
7750
- * 设置语言资源
7751
- * @param {string} strLanguage - 语言资源
7752
- * @returns {number} 设置结果
7749
+ /**
7750
+ * 设置语言资源
7751
+ * @param {string} strLanguage - 语言资源
7752
+ * @returns {number} 设置结果
7753
7753
  */
7754
7754
 
7755
7755
 
@@ -7763,12 +7763,12 @@ var plugin_CA_ExtInterface = function () {
7763
7763
  }
7764
7764
  };
7765
7765
 
7766
- /**
7767
- * 获取用户属性
7768
- * @param {string} strGatewayAddress - 网关地址
7769
- * @param {string} strAppFlag - 应用标识
7770
- * @param {string} strAttributeName - 属性名称
7771
- * @returns {string} 用户属性值
7766
+ /**
7767
+ * 获取用户属性
7768
+ * @param {string} strGatewayAddress - 网关地址
7769
+ * @param {string} strAppFlag - 应用标识
7770
+ * @param {string} strAttributeName - 属性名称
7771
+ * @returns {string} 用户属性值
7772
7772
  */
7773
7773
 
7774
7774
 
@@ -7782,9 +7782,9 @@ var plugin_CA_ExtInterface = function () {
7782
7782
  }
7783
7783
  };
7784
7784
 
7785
- /**
7786
- * 获取签名加密 PIN 码
7787
- * @returns {string} 签名加密 PIN 码
7785
+ /**
7786
+ * 获取签名加密 PIN 码
7787
+ * @returns {string} 签名加密 PIN 码
7788
7788
  */
7789
7789
 
7790
7790
 
@@ -7797,20 +7797,20 @@ var plugin_CA_ExtInterface = function () {
7797
7797
  return result.value;
7798
7798
  }
7799
7799
  };
7800
- /*
7801
- *曙光四川CA
7802
- *'SOF_GetUserList' 证书列表
7803
- *'SOF_ExportUserCert' 导出证书
7804
- *'SOF_GetCertInfo': 获取证书信息
7805
- *'SOF_GenRandom': 生成随机数
7806
- *'SOF_SignData': 获取证书签名
7807
- *'SOF_Login': 登录证书
7808
- *'SOF_GetPinRetryCount': 剩余次数
7800
+ /*
7801
+ *曙光四川CA
7802
+ *'SOF_GetUserList' 证书列表
7803
+ *'SOF_ExportUserCert' 导出证书
7804
+ *'SOF_GetCertInfo': 获取证书信息
7805
+ *'SOF_GenRandom': 生成随机数
7806
+ *'SOF_SignData': 获取证书签名
7807
+ *'SOF_Login': 登录证书
7808
+ *'SOF_GetPinRetryCount': 剩余次数
7809
7809
  */
7810
- /**
7811
- *
7812
- * 获取webSocket消息
7813
- * @returns {string}
7810
+ /**
7811
+ *
7812
+ * 获取webSocket消息
7813
+ * @returns {string}
7814
7814
  */
7815
7815
 
7816
7816
 
@@ -7846,10 +7846,10 @@ var plugin_CA_ExtInterface = function () {
7846
7846
  };
7847
7847
  });
7848
7848
  };
7849
- /**
7850
- *
7851
- * base64解码
7852
- * @returns {string} base64解码后的字符串
7849
+ /**
7850
+ *
7851
+ * base64解码
7852
+ * @returns {string} base64解码后的字符串
7853
7853
  */
7854
7854
 
7855
7855
 
@@ -7884,10 +7884,10 @@ var plugin_CA_ExtInterface = function () {
7884
7884
  val = this.utf8_decode(val);
7885
7885
  return val;
7886
7886
  };
7887
- /**
7888
- *
7889
- * base64编码
7890
- * @returns {string} base64编码后的字符串
7887
+ /**
7888
+ *
7889
+ * base64编码
7890
+ * @returns {string} base64编码后的字符串
7891
7891
  */
7892
7892
 
7893
7893
 
@@ -7920,10 +7920,10 @@ var plugin_CA_ExtInterface = function () {
7920
7920
  }
7921
7921
  return val;
7922
7922
  };
7923
- /**
7924
- *
7925
- * utf8解码
7926
- * @returns {string} utf8解码后的字符串
7923
+ /**
7924
+ *
7925
+ * utf8解码
7926
+ * @returns {string} utf8解码后的字符串
7927
7927
  */
7928
7928
 
7929
7929
 
@@ -7952,10 +7952,10 @@ var plugin_CA_ExtInterface = function () {
7952
7952
  }
7953
7953
  return string;
7954
7954
  };
7955
- /**
7956
- *
7957
- * utf8编码
7958
- * @returns {string} utf8编码后的字符串
7955
+ /**
7956
+ *
7957
+ * utf8编码
7958
+ * @returns {string} utf8编码后的字符串
7959
7959
  */
7960
7960
 
7961
7961
 
@@ -33020,8 +33020,8 @@ var CommonOpinions_component = normalizeComponent(
33020
33020
  )
33021
33021
 
33022
33022
  /* harmony default export */ var CommonOpinions = (CommonOpinions_component.exports);
33023
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/processForm.vue?vue&type=template&id=ac123c98&
33024
- var processFormvue_type_template_id_ac123c98_render = function () {
33023
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/processForm.vue?vue&type=template&id=69688141&
33024
+ var processFormvue_type_template_id_69688141_render = function () {
33025
33025
  var _vm = this
33026
33026
  var _h = _vm.$createElement
33027
33027
  var _c = _vm._self._c || _h
@@ -33856,11 +33856,11 @@ var processFormvue_type_template_id_ac123c98_render = function () {
33856
33856
  1
33857
33857
  )
33858
33858
  }
33859
- var processFormvue_type_template_id_ac123c98_staticRenderFns = []
33860
- processFormvue_type_template_id_ac123c98_render._withStripped = true
33859
+ var processFormvue_type_template_id_69688141_staticRenderFns = []
33860
+ processFormvue_type_template_id_69688141_render._withStripped = true
33861
33861
 
33862
33862
 
33863
- // CONCATENATED MODULE: ./packages/flow/src/processForm.vue?vue&type=template&id=ac123c98&
33863
+ // CONCATENATED MODULE: ./packages/flow/src/processForm.vue?vue&type=template&id=69688141&
33864
33864
 
33865
33865
  // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/selectUser.vue?vue&type=template&id=e270ebde&
33866
33866
  var selectUservue_type_template_id_e270ebde_render = function () {
@@ -35932,7 +35932,7 @@ var processFormvue_type_script_lang_js_components;
35932
35932
  radioList: [],
35933
35933
  nextCurrentOrgselectUserList: [],
35934
35934
  showCustomLimitTimeText: false,
35935
- activeNames: '',
35935
+ activeNames: '1',
35936
35936
  selectUserList: [],
35937
35937
  defaultNextNode: '',
35938
35938
  presetUserJson: [],
@@ -36474,7 +36474,7 @@ var processFormvue_type_script_lang_js_components;
36474
36474
  if (_this6.isHideOtherOrg) {
36475
36475
  params.nextOtherOrgObj = nextOtherOrgObj;
36476
36476
  }
36477
- if (_this6.activeNames != '1') delete params.customPresetUserJson;
36477
+ if (_this6.activeNames != '1' || !_this6.isCustomPreset) delete params.customPresetUserJson;
36478
36478
  if (_this6.isFreeStartFlow || _this6.formType === 'readTransfer') {
36479
36479
  var newParm = {};
36480
36480
  newParm.copyHistory = _this6.copyHistory === 'needCopyPendedHistory';
@@ -36585,7 +36585,7 @@ var processFormvue_type_script_lang_js_components;
36585
36585
  if (_this6.isHideOtherOrg) {
36586
36586
  params.nextOtherOrgObj = nextOtherOrgObj;
36587
36587
  }
36588
- if (_this6.activeNames != '1') delete params.customPresetUserJson;
36588
+ if (_this6.activeNames != '1' || !_this6.isCustomPreset) delete params.customPresetUserJson;
36589
36589
  if (_this6.isFreeStartFlow || _this6.formType === 'readTransfer') {
36590
36590
  var newParm = {};
36591
36591
  newParm.copyHistory = _this6.copyHistory === 'needCopyPendedHistory';
@@ -36835,11 +36835,11 @@ var processFormvue_type_script_lang_js_components;
36835
36835
  });
36836
36836
  },
36837
36837
 
36838
- /**
36839
- * isMultiple
36840
- * @desc:是否多选
36841
- * @author liufan
36842
- * @date 2022年9月13日
36838
+ /**
36839
+ * isMultiple
36840
+ * @desc:是否多选
36841
+ * @author liufan
36842
+ * @date 2022年9月13日
36843
36843
  **/
36844
36844
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
36845
36845
  var multiple = false;
@@ -37027,8 +37027,8 @@ var processFormvue_type_script_lang_js_components;
37027
37027
 
37028
37028
  var processForm_component = normalizeComponent(
37029
37029
  src_processFormvue_type_script_lang_js_,
37030
- processFormvue_type_template_id_ac123c98_render,
37031
- processFormvue_type_template_id_ac123c98_staticRenderFns,
37030
+ processFormvue_type_template_id_69688141_render,
37031
+ processFormvue_type_template_id_69688141_staticRenderFns,
37032
37032
  false,
37033
37033
  null,
37034
37034
  null,
@@ -41089,11 +41089,11 @@ var resetvue_type_script_lang_js_components;
41089
41089
  });
41090
41090
  },
41091
41091
 
41092
- /**
41093
- * isMultiple
41094
- * @desc:是否多选
41095
- * @author liufan
41096
- * @date 2022年9月13日
41092
+ /**
41093
+ * isMultiple
41094
+ * @desc:是否多选
41095
+ * @author liufan
41096
+ * @date 2022年9月13日
41097
41097
  **/
41098
41098
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
41099
41099
  var multiple = false;
@@ -45741,11 +45741,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45741
45741
  });
45742
45742
  },
45743
45743
 
45744
- /**
45745
- * saveInfo
45746
- * @desc:暂存
45747
- * @author liufan
45748
- * @date 2022年9月9日
45744
+ /**
45745
+ * saveInfo
45746
+ * @desc:暂存
45747
+ * @author liufan
45748
+ * @date 2022年9月9日
45749
45749
  **/
45750
45750
  saveInfo: function saveInfo(type, btn) {
45751
45751
  var _this6 = this;
@@ -45807,11 +45807,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45807
45807
  });
45808
45808
  },
45809
45809
 
45810
- /**
45811
- * rejectBtn
45812
- * @desc:点击驳回
45813
- * @author liufan
45814
- * @date 2022年5月25日
45810
+ /**
45811
+ * rejectBtn
45812
+ * @desc:点击驳回
45813
+ * @author liufan
45814
+ * @date 2022年5月25日
45815
45815
  **/
45816
45816
  rejectBtn: function rejectBtn() {
45817
45817
  var _this8 = this;
@@ -45829,11 +45829,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45829
45829
  }
45830
45830
  },
45831
45831
 
45832
- /**
45833
- * taskReadBtn
45834
- * @desc:点击分阅
45835
- * @author liufan
45836
- * @date 2022年5月25日
45832
+ /**
45833
+ * taskReadBtn
45834
+ * @desc:点击分阅
45835
+ * @author liufan
45836
+ * @date 2022年5月25日
45837
45837
  **/
45838
45838
  taskReadBtn: function taskReadBtn() {
45839
45839
  var _this9 = this;
@@ -45852,11 +45852,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45852
45852
  }
45853
45853
  },
45854
45854
 
45855
- /**
45856
- * getFind
45857
- * @desc:获取通知方式
45858
- * @author liufan
45859
- * @date 2022年5月25日
45855
+ /**
45856
+ * getFind
45857
+ * @desc:获取通知方式
45858
+ * @author liufan
45859
+ * @date 2022年5月25日
45860
45860
  **/
45861
45861
  getFind: function getFind() {
45862
45862
  var _this10 = this;
@@ -45912,12 +45912,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45912
45912
  });
45913
45913
  },
45914
45914
 
45915
- /**
45916
- * endFlows
45917
- * @desc:直接办结
45918
- * @author liufan
45919
- * @param {Object} res 直接办结数据
45920
- * @date 2022年5月25日
45915
+ /**
45916
+ * endFlows
45917
+ * @desc:直接办结
45918
+ * @author liufan
45919
+ * @param {Object} res 直接办结数据
45920
+ * @date 2022年5月25日
45921
45921
  **/
45922
45922
  endFlows: function endFlows(res) {
45923
45923
  var _this12 = this;
@@ -45971,12 +45971,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45971
45971
  }).catch(function (e) {});
45972
45972
  },
45973
45973
 
45974
- /**
45975
- * goView
45976
- * @desc:更多流程按钮操作
45977
- * @author liufan
45978
- * @param {Object} res 当前点击操作按钮数据
45979
- * @date 2022年5月25日
45974
+ /**
45975
+ * goView
45976
+ * @desc:更多流程按钮操作
45977
+ * @author liufan
45978
+ * @param {Object} res 当前点击操作按钮数据
45979
+ * @date 2022年5月25日
45980
45980
  **/
45981
45981
  goView: function goView(res) {
45982
45982
  // 驳回并办结:rejectAndEndHtml
@@ -46061,11 +46061,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
46061
46061
  // isCanStartSubFlow
46062
46062
  },
46063
46063
 
46064
- /**
46065
- * toTakeAdvice
46066
- * @desc:征求意见
46067
- * @author liufan
46068
- * @date 2022年9月29日
46064
+ /**
46065
+ * toTakeAdvice
46066
+ * @desc:征求意见
46067
+ * @author liufan
46068
+ * @date 2022年9月29日
46069
46069
  **/
46070
46070
  toTakeAdvice: function toTakeAdvice(res) {
46071
46071
  var _this14 = this;
@@ -46109,11 +46109,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
46109
46109
  });
46110
46110
  },
46111
46111
 
46112
- /**
46113
- * toStartDraf
46114
- * @desc: 稿件递送、联合审核、复核
46115
- * @author liufan
46116
- * @date 2022年9月29日
46112
+ /**
46113
+ * toStartDraf
46114
+ * @desc: 稿件递送、联合审核、复核
46115
+ * @author liufan
46116
+ * @date 2022年9月29日
46117
46117
  **/
46118
46118
  toStartDraf: function toStartDraf(res) {
46119
46119
  var _this16 = this;
@@ -46127,11 +46127,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
46127
46127
  }
46128
46128
  },
46129
46129
 
46130
- /**
46131
- * toSendMsg
46132
- * @desc:核稿通知
46133
- * @author liufan
46134
- * @date 2022年9月29日
46130
+ /**
46131
+ * toSendMsg
46132
+ * @desc:核稿通知
46133
+ * @author liufan
46134
+ * @date 2022年9月29日
46135
46135
  **/
46136
46136
  toSendMsg: function toSendMsg(res) {
46137
46137
  var _this17 = this;
@@ -46145,11 +46145,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
46145
46145
  }
46146
46146
  },
46147
46147
 
46148
- /**
46149
- * toTaskReadAndEnd
46150
- * @desc:分阅并办结
46151
- * @author liufan
46152
- * @date 2022年9月29日
46148
+ /**
46149
+ * toTaskReadAndEnd
46150
+ * @desc:分阅并办结
46151
+ * @author liufan
46152
+ * @date 2022年9月29日
46153
46153
  **/
46154
46154
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
46155
46155
  var _this18 = this;
@@ -46167,11 +46167,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
46167
46167
  }
46168
46168
  },
46169
46169
 
46170
- /**
46171
- * rejectAndEnd
46172
- * @desc:驳回并办结
46173
- * @author liufan
46174
- * @date 2022年9月29日
46170
+ /**
46171
+ * rejectAndEnd
46172
+ * @desc:驳回并办结
46173
+ * @author liufan
46174
+ * @date 2022年9月29日
46175
46175
  **/
46176
46176
  rejectAndEnd: function rejectAndEnd(res) {
46177
46177
  var _this19 = this;
@@ -46226,11 +46226,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
46226
46226
  });
46227
46227
  },
46228
46228
 
46229
- /**
46230
- * toTransfer
46231
- * @desc:转办
46232
- * @author liufan
46233
- * @date 2022年9月29日
46229
+ /**
46230
+ * toTransfer
46231
+ * @desc:转办
46232
+ * @author liufan
46233
+ * @date 2022年9月29日
46234
46234
  **/
46235
46235
  toTransfer: function toTransfer(res) {
46236
46236
  var _this21 = this;
@@ -46246,11 +46246,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
46246
46246
  }
46247
46247
  },
46248
46248
 
46249
- /**
46250
- * getNodeInfo
46251
- * @desc:获取节点信息
46252
- * @author liufan
46253
- * @date 2022年5月25日
46249
+ /**
46250
+ * getNodeInfo
46251
+ * @desc:获取节点信息
46252
+ * @author liufan
46253
+ * @date 2022年5月25日
46254
46254
  **/
46255
46255
  getNodeInfo: function getNodeInfo() {
46256
46256
  var _this22 = this;
@@ -46349,12 +46349,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
46349
46349
  });
46350
46350
  },
46351
46351
 
46352
- /**
46353
- * selecNext
46354
- * @desc:下步节点变化时更新数据
46355
- * @author liufan
46356
- * @param {String} val 当前选中值
46357
- * @date 2022年5月25日
46352
+ /**
46353
+ * selecNext
46354
+ * @desc:下步节点变化时更新数据
46355
+ * @author liufan
46356
+ * @param {String} val 当前选中值
46357
+ * @date 2022年5月25日
46358
46358
  **/
46359
46359
  selecNext: function selecNext(val, type, isDef) {
46360
46360
  var _this23 = this;
@@ -46463,11 +46463,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
46463
46463
  if (isDef !== true) this.getNodeInfo();
46464
46464
  },
46465
46465
 
46466
- /**
46467
- * isMultiple
46468
- * @desc:是否多选
46469
- * @author liufan
46470
- * @date 2022年9月13日
46466
+ /**
46467
+ * isMultiple
46468
+ * @desc:是否多选
46469
+ * @author liufan
46470
+ * @date 2022年9月13日
46471
46471
  **/
46472
46472
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
46473
46473
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -46499,11 +46499,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
46499
46499
  }
46500
46500
  },
46501
46501
 
46502
- /**
46503
- * getHedInfo
46504
- * @desc:获取审核页面数据
46505
- * @author liufan
46506
- * @date 2022年5月25日
46502
+ /**
46503
+ * getHedInfo
46504
+ * @desc:获取审核页面数据
46505
+ * @author liufan
46506
+ * @date 2022年5月25日
46507
46507
  **/
46508
46508
  getHedInfo: function getHedInfo() {
46509
46509
  var _this24 = this;
@@ -46739,13 +46739,13 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
46739
46739
  });
46740
46740
  },
46741
46741
 
46742
- /**
46743
- * closeProcess
46744
- * @desc:关闭弹窗
46745
- * @author liufan
46746
- * @param {boolean} val 当前是否办理流程
46747
- * @param {String} type 当前点击的弹窗类型
46748
- * @date 2022年5月25日
46742
+ /**
46743
+ * closeProcess
46744
+ * @desc:关闭弹窗
46745
+ * @author liufan
46746
+ * @param {boolean} val 当前是否办理流程
46747
+ * @param {String} type 当前点击的弹窗类型
46748
+ * @date 2022年5月25日
46749
46749
  **/
46750
46750
  closeProcess: function closeProcess(val, type, closeParent) {
46751
46751
  if (closeParent) {
@@ -46762,23 +46762,23 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
46762
46762
  }
46763
46763
  },
46764
46764
 
46765
- /**
46766
- * selectChange
46767
- * @desc:常用语选择
46768
- * @author liufan
46769
- * @param {String} val 选中值
46770
- * @date 2022年5月25日
46765
+ /**
46766
+ * selectChange
46767
+ * @desc:常用语选择
46768
+ * @author liufan
46769
+ * @param {String} val 选中值
46770
+ * @date 2022年5月25日
46771
46771
  **/
46772
46772
  selectChange: function selectChange(val) {
46773
46773
  this.value = val;
46774
46774
  },
46775
46775
 
46776
- /**
46777
- * upDate
46778
- * @desc:修改常用语
46779
- * @author liufan
46780
- * @param {Object} val 修改值
46781
- * @date 2022年5月25日
46776
+ /**
46777
+ * upDate
46778
+ * @desc:修改常用语
46779
+ * @author liufan
46780
+ * @param {Object} val 修改值
46781
+ * @date 2022年5月25日
46782
46782
  **/
46783
46783
  upDate: function upDate(val) {
46784
46784
  this.FormData.id = val.id;
@@ -46786,11 +46786,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
46786
46786
  },
46787
46787
 
46788
46788
 
46789
- /**
46790
- * getProcess
46791
- * @desc:获取选择流程
46792
- * @author liufan
46793
- * @date 2022年5月25日
46789
+ /**
46790
+ * getProcess
46791
+ * @desc:获取选择流程
46792
+ * @author liufan
46793
+ * @date 2022年5月25日
46794
46794
  **/
46795
46795
  getProcess: function getProcess() {
46796
46796
  var _this25 = this;
@@ -46844,11 +46844,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
46844
46844
  });
46845
46845
  },
46846
46846
 
46847
- /**
46848
- * getPendedhistoryList
46849
- * @desc:获取流程列表
46850
- * @author liufan
46851
- * @date 2022年5月25日
46847
+ /**
46848
+ * getPendedhistoryList
46849
+ * @desc:获取流程列表
46850
+ * @author liufan
46851
+ * @date 2022年5月25日
46852
46852
  **/
46853
46853
  getPendedhistoryList: function getPendedhistoryList() {
46854
46854
  var _this26 = this;
@@ -46880,12 +46880,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
46880
46880
  },
46881
46881
 
46882
46882
  // 提交流程
46883
- /**
46884
- * subProcess
46885
- * @desc:提交流程
46886
- * @author liufan
46887
- * @param {String} formName 当前form表单ref值
46888
- * @date 2022年5月25日
46883
+ /**
46884
+ * subProcess
46885
+ * @desc:提交流程
46886
+ * @author liufan
46887
+ * @param {String} formName 当前form表单ref值
46888
+ * @date 2022年5月25日
46889
46889
  **/
46890
46890
  subProcess: function subProcess(val) {
46891
46891
  var _this27 = this;
@@ -50861,11 +50861,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50861
50861
  });
50862
50862
  },
50863
50863
 
50864
- /**
50865
- * saveInfo
50866
- * @desc:暂存
50867
- * @author liufan
50868
- * @date 2022年9月9日
50864
+ /**
50865
+ * saveInfo
50866
+ * @desc:暂存
50867
+ * @author liufan
50868
+ * @date 2022年9月9日
50869
50869
  **/
50870
50870
  saveInfo: function saveInfo(type, btn) {
50871
50871
  var _this14 = this;
@@ -50927,11 +50927,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50927
50927
  });
50928
50928
  },
50929
50929
 
50930
- /**
50931
- * rejectBtn
50932
- * @desc:点击驳回
50933
- * @author liufan
50934
- * @date 2022年5月25日
50930
+ /**
50931
+ * rejectBtn
50932
+ * @desc:点击驳回
50933
+ * @author liufan
50934
+ * @date 2022年5月25日
50935
50935
  **/
50936
50936
  rejectBtn: function rejectBtn() {
50937
50937
  var _this16 = this;
@@ -50949,11 +50949,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50949
50949
  }
50950
50950
  },
50951
50951
 
50952
- /**
50953
- * taskReadBtn
50954
- * @desc:点击分阅
50955
- * @author liufan
50956
- * @date 2022年5月25日
50952
+ /**
50953
+ * taskReadBtn
50954
+ * @desc:点击分阅
50955
+ * @author liufan
50956
+ * @date 2022年5月25日
50957
50957
  **/
50958
50958
  taskReadBtn: function taskReadBtn() {
50959
50959
  var _this17 = this;
@@ -50972,11 +50972,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50972
50972
  }
50973
50973
  },
50974
50974
 
50975
- /**
50976
- * getFind
50977
- * @desc:获取通知方式
50978
- * @author liufan
50979
- * @date 2022年5月25日
50975
+ /**
50976
+ * getFind
50977
+ * @desc:获取通知方式
50978
+ * @author liufan
50979
+ * @date 2022年5月25日
50980
50980
  **/
50981
50981
  getFind: function getFind() {
50982
50982
  var _this18 = this;
@@ -51043,12 +51043,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51043
51043
  });
51044
51044
  },
51045
51045
 
51046
- /**
51047
- * endFlows
51048
- * @desc:直接办结
51049
- * @author liufan
51050
- * @param {Object} res 直接办结数据
51051
- * @date 2022年5月25日
51046
+ /**
51047
+ * endFlows
51048
+ * @desc:直接办结
51049
+ * @author liufan
51050
+ * @param {Object} res 直接办结数据
51051
+ * @date 2022年5月25日
51052
51052
  **/
51053
51053
  endFlows: function endFlows(res) {
51054
51054
  var _this20 = this;
@@ -51103,12 +51103,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51103
51103
  }).catch(function (e) {});
51104
51104
  },
51105
51105
 
51106
- /**
51107
- * goView
51108
- * @desc:更多流程按钮操作
51109
- * @author liufan
51110
- * @param {Object} res 当前点击操作按钮数据
51111
- * @date 2022年5月25日
51106
+ /**
51107
+ * goView
51108
+ * @desc:更多流程按钮操作
51109
+ * @author liufan
51110
+ * @param {Object} res 当前点击操作按钮数据
51111
+ * @date 2022年5月25日
51112
51112
  **/
51113
51113
  goView: function goView(res) {
51114
51114
  // 驳回并办结:rejectAndEndHtml
@@ -51195,11 +51195,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51195
51195
  // isCanStartSubFlow
51196
51196
  },
51197
51197
 
51198
- /**
51199
- * toTakeAdvice
51200
- * @desc:征求意见
51201
- * @author liufan
51202
- * @date 2022年9月29日
51198
+ /**
51199
+ * toTakeAdvice
51200
+ * @desc:征求意见
51201
+ * @author liufan
51202
+ * @date 2022年9月29日
51203
51203
  **/
51204
51204
  toTakeAdvice: function toTakeAdvice(res) {
51205
51205
  var _this22 = this;
@@ -51243,11 +51243,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51243
51243
  });
51244
51244
  },
51245
51245
 
51246
- /**
51247
- * toStartDraf
51248
- * @desc: 稿件递送、联合审核、复核
51249
- * @author liufan
51250
- * @date 2022年9月29日
51246
+ /**
51247
+ * toStartDraf
51248
+ * @desc: 稿件递送、联合审核、复核
51249
+ * @author liufan
51250
+ * @date 2022年9月29日
51251
51251
  **/
51252
51252
  toStartDraf: function toStartDraf(res) {
51253
51253
  var _this24 = this;
@@ -51261,11 +51261,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51261
51261
  }
51262
51262
  },
51263
51263
 
51264
- /**
51265
- * toSendMsg
51266
- * @desc:核稿通知
51267
- * @author liufan
51268
- * @date 2022年9月29日
51264
+ /**
51265
+ * toSendMsg
51266
+ * @desc:核稿通知
51267
+ * @author liufan
51268
+ * @date 2022年9月29日
51269
51269
  **/
51270
51270
  toSendMsg: function toSendMsg(res) {
51271
51271
  var _this25 = this;
@@ -51279,11 +51279,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51279
51279
  }
51280
51280
  },
51281
51281
 
51282
- /**
51283
- * toTaskReadAndEnd
51284
- * @desc:分阅并办结
51285
- * @author liufan
51286
- * @date 2022年9月29日
51282
+ /**
51283
+ * toTaskReadAndEnd
51284
+ * @desc:分阅并办结
51285
+ * @author liufan
51286
+ * @date 2022年9月29日
51287
51287
  **/
51288
51288
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
51289
51289
  var _this26 = this;
@@ -51301,11 +51301,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51301
51301
  }
51302
51302
  },
51303
51303
 
51304
- /**
51305
- * rejectAndEnd
51306
- * @desc:驳回并办结
51307
- * @author liufan
51308
- * @date 2022年9月29日
51304
+ /**
51305
+ * rejectAndEnd
51306
+ * @desc:驳回并办结
51307
+ * @author liufan
51308
+ * @date 2022年9月29日
51309
51309
  **/
51310
51310
  rejectAndEnd: function rejectAndEnd(res) {
51311
51311
  var _this27 = this;
@@ -51361,11 +51361,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51361
51361
  });
51362
51362
  },
51363
51363
 
51364
- /**
51365
- * toTransfer
51366
- * @desc:转办
51367
- * @author liufan
51368
- * @date 2022年9月29日
51364
+ /**
51365
+ * toTransfer
51366
+ * @desc:转办
51367
+ * @author liufan
51368
+ * @date 2022年9月29日
51369
51369
  **/
51370
51370
  toTransfer: function toTransfer(res) {
51371
51371
  var _this29 = this;
@@ -51384,11 +51384,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51384
51384
  this.nextNode.customLimitTime = val;
51385
51385
  },
51386
51386
 
51387
- /**
51388
- * getNodeInfo
51389
- * @desc:获取节点信息
51390
- * @author liufan
51391
- * @date 2022年5月25日
51387
+ /**
51388
+ * getNodeInfo
51389
+ * @desc:获取节点信息
51390
+ * @author liufan
51391
+ * @date 2022年5月25日
51392
51392
  **/
51393
51393
  getNodeInfo: function getNodeInfo() {
51394
51394
  var _this30 = this;
@@ -51519,12 +51519,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51519
51519
  });
51520
51520
  },
51521
51521
 
51522
- /**
51523
- * selecNext
51524
- * @desc:下步节点变化时更新数据
51525
- * @author liufan
51526
- * @param {String} val 当前选中值
51527
- * @date 2022年5月25日
51522
+ /**
51523
+ * selecNext
51524
+ * @desc:下步节点变化时更新数据
51525
+ * @author liufan
51526
+ * @param {String} val 当前选中值
51527
+ * @date 2022年5月25日
51528
51528
  **/
51529
51529
  selecNext: function selecNext(val, type, isDef) {
51530
51530
  var _this31 = this;
@@ -51664,11 +51664,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51664
51664
  }
51665
51665
  },
51666
51666
 
51667
- /**
51668
- * isMultiple
51669
- * @desc:是否多选
51670
- * @author liufan
51671
- * @date 2022年9月13日
51667
+ /**
51668
+ * isMultiple
51669
+ * @desc:是否多选
51670
+ * @author liufan
51671
+ * @date 2022年9月13日
51672
51672
  **/
51673
51673
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
51674
51674
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -51700,11 +51700,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51700
51700
  }
51701
51701
  },
51702
51702
 
51703
- /**
51704
- * getHedInfo
51705
- * @desc:获取审核页面数据
51706
- * @author liufan
51707
- * @date 2022年5月25日
51703
+ /**
51704
+ * getHedInfo
51705
+ * @desc:获取审核页面数据
51706
+ * @author liufan
51707
+ * @date 2022年5月25日
51708
51708
  **/
51709
51709
  getHedInfo: function getHedInfo() {
51710
51710
  var _this32 = this;
@@ -52021,13 +52021,13 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
52021
52021
  });
52022
52022
  },
52023
52023
 
52024
- /**
52025
- * closeProcess
52026
- * @desc:关闭弹窗
52027
- * @author liufan
52028
- * @param {boolean} val 当前是否办理流程
52029
- * @param {String} type 当前点击的弹窗类型
52030
- * @date 2022年5月25日
52024
+ /**
52025
+ * closeProcess
52026
+ * @desc:关闭弹窗
52027
+ * @author liufan
52028
+ * @param {boolean} val 当前是否办理流程
52029
+ * @param {String} type 当前点击的弹窗类型
52030
+ * @date 2022年5月25日
52031
52031
  **/
52032
52032
  closeProcess: function closeProcess(val, type, closeParent) {
52033
52033
  if (this.closeParent && !this.startFlowPageEmbeddedIntoStartFlowIndex) {
@@ -52047,23 +52047,23 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
52047
52047
  }
52048
52048
  },
52049
52049
 
52050
- /**
52051
- * selectChange
52052
- * @desc:常用语选择
52053
- * @author liufan
52054
- * @param {String} val 选中值
52055
- * @date 2022年5月25日
52050
+ /**
52051
+ * selectChange
52052
+ * @desc:常用语选择
52053
+ * @author liufan
52054
+ * @param {String} val 选中值
52055
+ * @date 2022年5月25日
52056
52056
  **/
52057
52057
  selectChange: function selectChange(val) {
52058
52058
  this.value = val;
52059
52059
  },
52060
52060
 
52061
- /**
52062
- * upDate
52063
- * @desc:修改常用语
52064
- * @author liufan
52065
- * @param {Object} val 修改值
52066
- * @date 2022年5月25日
52061
+ /**
52062
+ * upDate
52063
+ * @desc:修改常用语
52064
+ * @author liufan
52065
+ * @param {Object} val 修改值
52066
+ * @date 2022年5月25日
52067
52067
  **/
52068
52068
  upDate: function upDate(val) {
52069
52069
  this.FormData.id = val.id;
@@ -52071,11 +52071,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
52071
52071
  },
52072
52072
 
52073
52073
 
52074
- /**
52075
- * getProcess
52076
- * @desc:获取选择流程
52077
- * @author liufan
52078
- * @date 2022年5月25日
52074
+ /**
52075
+ * getProcess
52076
+ * @desc:获取选择流程
52077
+ * @author liufan
52078
+ * @date 2022年5月25日
52079
52079
  **/
52080
52080
  getProcess: function getProcess(val) {
52081
52081
  var _this33 = this;
@@ -52135,11 +52135,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
52135
52135
  });
52136
52136
  },
52137
52137
 
52138
- /**
52139
- * getPendedhistoryList
52140
- * @desc:获取流程列表
52141
- * @author liufan
52142
- * @date 2022年5月25日
52138
+ /**
52139
+ * getPendedhistoryList
52140
+ * @desc:获取流程列表
52141
+ * @author liufan
52142
+ * @date 2022年5月25日
52143
52143
  **/
52144
52144
  getPendedhistoryList: function getPendedhistoryList() {
52145
52145
  var _this34 = this;
@@ -52210,12 +52210,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
52210
52210
  beforeSubProcess: function beforeSubProcess() {},
52211
52211
 
52212
52212
  // 提交流程
52213
- /**
52214
- * subProcess
52215
- * @desc:提交流程
52216
- * @author liufan
52217
- * @param {String} formName 当前form表单ref值
52218
- * @date 2022年5月25日
52213
+ /**
52214
+ * subProcess
52215
+ * @desc:提交流程
52216
+ * @author liufan
52217
+ * @param {String} formName 当前form表单ref值
52218
+ * @date 2022年5月25日
52219
52219
  **/
52220
52220
  subProcess: function subProcess(val, type) {
52221
52221
  var _this36 = this;
@@ -71221,10 +71221,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71221
71221
  this.$refs.user.handleSelect(res);
71222
71222
  },
71223
71223
 
71224
- /**
71225
- * @desc:匹配路由
71226
- * @author huangbo
71227
- * @date 2024年9月7日
71224
+ /**
71225
+ * @desc:匹配路由
71226
+ * @author huangbo
71227
+ * @date 2024年9月7日
71228
71228
  **/
71229
71229
  hasRouter: function hasRouter(res, url, code) {
71230
71230
  if (!url) {
@@ -71268,10 +71268,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71268
71268
  return false;
71269
71269
  },
71270
71270
 
71271
- /**
71272
- * @desc:获取初始数据
71273
- * @author huangbo
71274
- * @date 2024年9月7日
71271
+ /**
71272
+ * @desc:获取初始数据
71273
+ * @author huangbo
71274
+ * @date 2024年9月7日
71275
71275
  **/
71276
71276
  init: function init(results, first) {
71277
71277
  this.setConfig(results);
@@ -71280,10 +71280,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71280
71280
  }
71281
71281
  },
71282
71282
 
71283
- /**
71284
- * @desc:设置用户配置及信息
71285
- * @author huangbo
71286
- * @date 2024年9月7日
71283
+ /**
71284
+ * @desc:设置用户配置及信息
71285
+ * @author huangbo
71286
+ * @date 2024年9月7日
71287
71287
  **/
71288
71288
  setConfig: function setConfig(results) {
71289
71289
  localStorage.setItem('mainConfig', JSON.stringify(results));
@@ -71451,10 +71451,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71451
71451
  }
71452
71452
  },
71453
71453
 
71454
- /**
71455
- * @desc:获取所有应用
71456
- * @author huangbo
71457
- * @date 2024年9月7日
71454
+ /**
71455
+ * @desc:获取所有应用
71456
+ * @author huangbo
71457
+ * @date 2024年9月7日
71458
71458
  **/
71459
71459
  getApplications: function getApplications() {
71460
71460
  var _this2 = this;
@@ -71502,10 +71502,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71502
71502
  });
71503
71503
  },
71504
71504
 
71505
- /**
71506
- * @desc:获取菜单列表
71507
- * @author huangbo
71508
- * @date 2024年9月7日
71505
+ /**
71506
+ * @desc:获取菜单列表
71507
+ * @author huangbo
71508
+ * @date 2024年9月7日
71509
71509
  **/
71510
71510
  getMenus: function getMenus(loading) {
71511
71511
  var _this3 = this;
@@ -71538,10 +71538,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71538
71538
  });
71539
71539
  },
71540
71540
 
71541
- /**
71542
- * @desc:处理菜单列表
71543
- * @author huangbo
71544
- * @date 2024年9月7日
71541
+ /**
71542
+ * @desc:处理菜单列表
71543
+ * @author huangbo
71544
+ * @date 2024年9月7日
71545
71545
  **/
71546
71546
  renderMenus: function renderMenus(res) {
71547
71547
  this.menus = res;
@@ -71637,10 +71637,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71637
71637
  }
71638
71638
  },
71639
71639
 
71640
- /**
71641
- * @desc:设置页面加载类型
71642
- * @author huangbo
71643
- * @date 2024年9月7日
71640
+ /**
71641
+ * @desc:设置页面加载类型
71642
+ * @author huangbo
71643
+ * @date 2024年9月7日
71644
71644
  **/
71645
71645
  setIframeType: function setIframeType(res) {
71646
71646
  var url = res.url;
@@ -71696,10 +71696,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71696
71696
  return res;
71697
71697
  },
71698
71698
 
71699
- /**
71700
- * @desc:获取菜单
71701
- * @author huangbo
71702
- * @date 2024年9月7日
71699
+ /**
71700
+ * @desc:获取菜单
71701
+ * @author huangbo
71702
+ * @date 2024年9月7日
71703
71703
  **/
71704
71704
  getMenu: function getMenu(menus, res, key) {
71705
71705
  if (Array.isArray(menus)) {
@@ -71728,10 +71728,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71728
71728
  return false;
71729
71729
  },
71730
71730
 
71731
- /**
71732
- * @desc:获取菜单第一条数据
71733
- * @author huangbo
71734
- * @date 2024年9月7日
71731
+ /**
71732
+ * @desc:获取菜单第一条数据
71733
+ * @author huangbo
71734
+ * @date 2024年9月7日
71735
71735
  **/
71736
71736
  getFirst: function getFirst(obj) {
71737
71737
  if (!obj) {
@@ -71750,10 +71750,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71750
71750
  }
71751
71751
  },
71752
71752
 
71753
- /**
71754
- * @desc:遍历设置菜单气泡提醒
71755
- * @author huangbo
71756
- * @date 2024年9月7日
71753
+ /**
71754
+ * @desc:遍历设置菜单气泡提醒
71755
+ * @author huangbo
71756
+ * @date 2024年9月7日
71757
71757
  **/
71758
71758
  setTips: function setTips(obj) {
71759
71759
  var _this4 = this;
@@ -71824,10 +71824,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71824
71824
  }
71825
71825
  },
71826
71826
 
71827
- /**
71828
- * @desc:获取气泡提醒
71829
- * @author huangbo
71830
- * @date 2024年9月7日
71827
+ /**
71828
+ * @desc:获取气泡提醒
71829
+ * @author huangbo
71830
+ * @date 2024年9月7日
71831
71831
  **/
71832
71832
  getBadge: function getBadge(res) {
71833
71833
  var num = res.tips || 0;
@@ -71841,10 +71841,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71841
71841
  };
71842
71842
  },
71843
71843
 
71844
- /**
71845
- * @desc:开启weosocket
71846
- * @author huangbo
71847
- * @date 2024年9月7日
71844
+ /**
71845
+ * @desc:开启weosocket
71846
+ * @author huangbo
71847
+ * @date 2024年9月7日
71848
71848
  **/
71849
71849
  initWebSocket: function initWebSocket() {
71850
71850
  var _this6 = this;
@@ -71893,10 +71893,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71893
71893
  });
71894
71894
  },
71895
71895
 
71896
- /**
71897
- * @desc:显示用户信息
71898
- * @author huangbo
71899
- * @date 2024年9月7日
71896
+ /**
71897
+ * @desc:显示用户信息
71898
+ * @author huangbo
71899
+ * @date 2024年9月7日
71900
71900
  **/
71901
71901
  showUserInfo: function showUserInfo() {
71902
71902
  if (this.showUser === false) {
@@ -71904,19 +71904,19 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71904
71904
  }
71905
71905
  },
71906
71906
 
71907
- /**
71908
- * @desc:删除更多应用菜单点击
71909
- * @author huangbo
71910
- * @date 2024年9月7日
71907
+ /**
71908
+ * @desc:删除更多应用菜单点击
71909
+ * @author huangbo
71910
+ * @date 2024年9月7日
71911
71911
  **/
71912
71912
  handleDelete: function handleDelete(index) {
71913
71913
  this.newApps.splice(index, 1);
71914
71914
  },
71915
71915
 
71916
- /**
71917
- * @desc:储存更多应用菜单点击
71918
- * @author huangbo
71919
- * @date 2024年9月7日
71916
+ /**
71917
+ * @desc:储存更多应用菜单点击
71918
+ * @author huangbo
71919
+ * @date 2024年9月7日
71920
71920
  **/
71921
71921
  handlerClickApps: function handlerClickApps(res) {
71922
71922
  if (res.permission === false) {
@@ -71929,10 +71929,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71929
71929
  this.handlerClickApp(res);
71930
71930
  },
71931
71931
 
71932
- /**
71933
- * @desc:侧边应用菜单点击
71934
- * @author huangbo
71935
- * @date 2024年9月7日
71932
+ /**
71933
+ * @desc:侧边应用菜单点击
71934
+ * @author huangbo
71935
+ * @date 2024年9月7日
71936
71936
  **/
71937
71937
  handlerClickApp: function handlerClickApp(res) {
71938
71938
  this.showMsg = false;
@@ -72021,10 +72021,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
72021
72021
  }
72022
72022
  },
72023
72023
 
72024
- /**
72025
- * @desc:显示Drawer界面
72026
- * @author huangbo
72027
- * @date 2024年9月7日
72024
+ /**
72025
+ * @desc:显示Drawer界面
72026
+ * @author huangbo
72027
+ * @date 2024年9月7日
72028
72028
  **/
72029
72029
  handlerSetDrawer: function handlerSetDrawer(res, type) {
72030
72030
  var direction = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : 'ltr';
@@ -72044,19 +72044,19 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
72044
72044
  }
72045
72045
  },
72046
72046
 
72047
- /**
72048
- * @desc:关闭Drawer界面
72049
- * @author huangbo
72050
- * @date 2024年9月7日
72047
+ /**
72048
+ * @desc:关闭Drawer界面
72049
+ * @author huangbo
72050
+ * @date 2024年9月7日
72051
72051
  **/
72052
72052
  handleCloseDrawer: function handleCloseDrawer() {
72053
72053
  this.drawer = { visible: false };
72054
72054
  },
72055
72055
 
72056
- /**
72057
- * @desc:菜单点击
72058
- * @author huangbo
72059
- * @date 2024年9月7日
72056
+ /**
72057
+ * @desc:菜单点击
72058
+ * @author huangbo
72059
+ * @date 2024年9月7日
72060
72060
  **/
72061
72061
  handlerClickMenu: function handlerClickMenu(res) {
72062
72062
  utils_util.ajax({
@@ -72105,19 +72105,19 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
72105
72105
  },
72106
72106
 
72107
72107
 
72108
- /**
72109
- * @desc:用户详情请求成功
72110
- * @author huangbo
72111
- * @date 2024年9月7日
72108
+ /**
72109
+ * @desc:用户详情请求成功
72110
+ * @author huangbo
72111
+ * @date 2024年9月7日
72112
72112
  **/
72113
72113
  handleSuccess: function handleSuccess(res) {
72114
72114
  this.simpleUserInfo = res.simpleUserInfo;
72115
72115
  },
72116
72116
 
72117
- /**
72118
- * @desc:修改用户配置
72119
- * @author huangbo
72120
- * @date 2024年9月7日
72117
+ /**
72118
+ * @desc:修改用户配置
72119
+ * @author huangbo
72120
+ * @date 2024年9月7日
72121
72121
  **/
72122
72122
  handleChangeConfig: function handleChangeConfig(name, res) {
72123
72123
  if (name == 'userHeadUrl') {
@@ -72133,10 +72133,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
72133
72133
  }
72134
72134
  },
72135
72135
 
72136
- /**
72137
- * @desc:关闭webSocket
72138
- * @author huangbo
72139
- * @date 2024年9月7日
72136
+ /**
72137
+ * @desc:关闭webSocket
72138
+ * @author huangbo
72139
+ * @date 2024年9月7日
72140
72140
  **/
72141
72141
  handlerClose: function handlerClose() {
72142
72142
  if (this.webSocket) {
@@ -72144,10 +72144,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
72144
72144
  }
72145
72145
  },
72146
72146
 
72147
- /**
72148
- * @desc:刷新选中iframe页签
72149
- * @author huangbo
72150
- * @date 2024年9月7日
72147
+ /**
72148
+ * @desc:刷新选中iframe页签
72149
+ * @author huangbo
72150
+ * @date 2024年9月7日
72151
72151
  **/
72152
72152
  handleRefresh: function handleRefresh(arg) {
72153
72153
  var _this7 = this;
@@ -72201,11 +72201,11 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
72201
72201
  }
72202
72202
  },
72203
72203
 
72204
- /**
72205
- * @desc:构建 Wujie 子应用 URL(处理路由参数)
72206
- * @param {String} baseUrl - 基础 URL
72207
- * @param {Object} routeInfo - 路由信息 { path, params, query }
72208
- * @returns {String} 拼接后的完整 URL
72204
+ /**
72205
+ * @desc:构建 Wujie 子应用 URL(处理路由参数)
72206
+ * @param {String} baseUrl - 基础 URL
72207
+ * @param {Object} routeInfo - 路由信息 { path, params, query }
72208
+ * @returns {String} 拼接后的完整 URL
72209
72209
  **/
72210
72210
  buildWujieUrl: function buildWujieUrl(baseUrl, routeInfo) {
72211
72211
  var path = routeInfo.path,
@@ -72256,10 +72256,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
72256
72256
  return baseUrlPrefix + fullPath;
72257
72257
  },
72258
72258
 
72259
- /**
72260
- * @desc:删除iframe
72261
- * @author huangbo
72262
- * @date 2024年9月7日
72259
+ /**
72260
+ * @desc:删除iframe
72261
+ * @author huangbo
72262
+ * @date 2024年9月7日
72263
72263
  **/
72264
72264
  handleRemove: function handleRemove(name) {
72265
72265
  var len = this.tabs.length - 1;
@@ -72276,10 +72276,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
72276
72276
  }
72277
72277
  },
72278
72278
 
72279
- /**
72280
- * @desc:tabs鼠标右键事件
72281
- * @author huangbo
72282
- * @date 2024年9月7日
72279
+ /**
72280
+ * @desc:tabs鼠标右键事件
72281
+ * @author huangbo
72282
+ * @date 2024年9月7日
72283
72283
  **/
72284
72284
  handleContextmenu: function handleContextmenu(tabs, e) {
72285
72285
  var disabled = {};
@@ -72304,10 +72304,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
72304
72304
  window.addEventListener('click', this.closeTabsEvents);
72305
72305
  },
72306
72306
 
72307
- /**
72308
- * @desc:tabs页签事件
72309
- * @author huangbo
72310
- * @date 2024年9月7日
72307
+ /**
72308
+ * @desc:tabs页签事件
72309
+ * @author huangbo
72310
+ * @date 2024年9月7日
72311
72311
  **/
72312
72312
  handleTabsEvents: function handleTabsEvents(num) {
72313
72313
  if (this.pane !== null) {
@@ -72318,10 +72318,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
72318
72318
  },
72319
72319
 
72320
72320
 
72321
- /**
72322
- * @desc:关闭页签事件面板
72323
- * @author huangbo
72324
- * @date 2024年9月7日
72321
+ /**
72322
+ * @desc:关闭页签事件面板
72323
+ * @author huangbo
72324
+ * @date 2024年9月7日
72325
72325
  **/
72326
72326
  closeTabsEvents: function closeTabsEvents(e) {
72327
72327
  if (e.target.parentNode != this.$refs.tabsHandler.$el && e.target.parentNode.parentNode != this.$refs.tabsHandler.$el) {
@@ -72331,10 +72331,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
72331
72331
  },
72332
72332
 
72333
72333
 
72334
- /**
72335
- * @desc:tabs页签点击事件
72336
- * @author huangbo
72337
- * @date 2024年9月7日
72334
+ /**
72335
+ * @desc:tabs页签点击事件
72336
+ * @author huangbo
72337
+ * @date 2024年9月7日
72338
72338
  **/
72339
72339
  handleTabClick: function handleTabClick() {
72340
72340
  this.active = '';
@@ -72342,10 +72342,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
72342
72342
  this.showMenu = false;
72343
72343
  },
72344
72344
 
72345
- /**
72346
- * @desc:handler工具栏点击事件
72347
- * @author huangbo
72348
- * @date 2024年9月7日
72345
+ /**
72346
+ * @desc:handler工具栏点击事件
72347
+ * @author huangbo
72348
+ * @date 2024年9月7日
72349
72349
  **/
72350
72350
  handleClick: function handleClick(res) {
72351
72351
  var type = res.type,
@@ -72426,10 +72426,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
72426
72426
  this.$emit('handler-click', res);
72427
72427
  },
72428
72428
 
72429
- /**
72430
- * @desc:退出登录
72431
- * @author huangbo
72432
- * @date 2024年9月7日
72429
+ /**
72430
+ * @desc:退出登录
72431
+ * @author huangbo
72432
+ * @date 2024年9月7日
72433
72433
  **/
72434
72434
  handleQuit: function handleQuit() {
72435
72435
  var _this8 = this;
@@ -72510,10 +72510,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
72510
72510
  }).catch(function (e) {});
72511
72511
  },
72512
72512
 
72513
- /**
72514
- * @desc:主题、消息回调
72515
- * @author huangbo
72516
- * @date 2024年9月7日
72513
+ /**
72514
+ * @desc:主题、消息回调
72515
+ * @author huangbo
72516
+ * @date 2024年9月7日
72517
72517
  **/
72518
72518
  handleChange: function handleChange(res) {
72519
72519
  var type = res.type,
@@ -72529,10 +72529,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
72529
72529
  }
72530
72530
  },
72531
72531
 
72532
- /**
72533
- * @desc:菜单布局样式切换
72534
- * @author huangbo
72535
- * @date 2024年9月7日
72532
+ /**
72533
+ * @desc:菜单布局样式切换
72534
+ * @author huangbo
72535
+ * @date 2024年9月7日
72536
72536
  **/
72537
72537
  handleLayout: function handleLayout(res, active) {
72538
72538
  if (active) {
@@ -72542,10 +72542,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
72542
72542
  this.$emit('chang-layout', res, active);
72543
72543
  },
72544
72544
 
72545
- /**
72546
- * @desc:消息修改总数
72547
- * @author huangbo
72548
- * @date 2024年9月7日
72545
+ /**
72546
+ * @desc:消息修改总数
72547
+ * @author huangbo
72548
+ * @date 2024年9月7日
72549
72549
  **/
72550
72550
  handleMenuTips: function handleMenuTips(id, num) {
72551
72551
  if (num) {
@@ -72556,10 +72556,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
72556
72556
  }
72557
72557
  },
72558
72558
 
72559
- /**
72560
- * @desc:处理即时消息
72561
- * @author huangbo
72562
- * @date 2024年9月7日
72559
+ /**
72560
+ * @desc:处理即时消息
72561
+ * @author huangbo
72562
+ * @date 2024年9月7日
72563
72563
  **/
72564
72564
  handleOpened: function handleOpened(res) {
72565
72565
  var _this9 = this;
@@ -76587,8 +76587,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76587
76587
  this.currentPage = this.setIframeType(this.fourthTabs[0]);
76588
76588
  },
76589
76589
 
76590
- /**
76591
- * queryChildMenu: 查询左侧我的提醒和我的快捷菜单
76590
+ /**
76591
+ * queryChildMenu: 查询左侧我的提醒和我的快捷菜单
76592
76592
  */
76593
76593
  queryChildMenuData: function queryChildMenuData() {
76594
76594
  var _this2 = this;
@@ -76707,8 +76707,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76707
76707
  }))();
76708
76708
  },
76709
76709
 
76710
- /**
76711
- * getVoteMeetingNum: 查询会议数量
76710
+ /**
76711
+ * getVoteMeetingNum: 查询会议数量
76712
76712
  */
76713
76713
  getVoteMeetingNum: function getVoteMeetingNum() {
76714
76714
  var _this5 = this;
@@ -76733,8 +76733,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76733
76733
  });
76734
76734
  },
76735
76735
 
76736
- /**
76737
- * getShareFilesReceiveCountNew: 查询待接收文件数量
76736
+ /**
76737
+ * getShareFilesReceiveCountNew: 查询待接收文件数量
76738
76738
  */
76739
76739
  getShareFilesReceiveCountNew: function getShareFilesReceiveCountNew() {
76740
76740
  var _this6 = this;
@@ -76759,8 +76759,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76759
76759
  },
76760
76760
 
76761
76761
 
76762
- /**
76763
- * getUserTipsInstanceNum: 查询待签收/据签收任务数量 1是拒签收 0是待签收
76762
+ /**
76763
+ * getUserTipsInstanceNum: 查询待签收/据签收任务数量 1是拒签收 0是待签收
76764
76764
  */
76765
76765
  getUserTipsInstanceNum: function getUserTipsInstanceNum(type) {
76766
76766
  var _this7 = this;
@@ -76788,8 +76788,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76788
76788
  });
76789
76789
  },
76790
76790
 
76791
- /**
76792
- * getIndexCount: 查询待办任务数量
76791
+ /**
76792
+ * getIndexCount: 查询待办任务数量
76793
76793
  */
76794
76794
  getIndexCount: function getIndexCount() {
76795
76795
  var _this8 = this;
@@ -76820,10 +76820,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76820
76820
  this.$refs.user.handleSelect(res);
76821
76821
  },
76822
76822
 
76823
- /**
76824
- * @desc:匹配路由
76825
- * @author huangbo
76826
- * @date 2024年9月7日
76823
+ /**
76824
+ * @desc:匹配路由
76825
+ * @author huangbo
76826
+ * @date 2024年9月7日
76827
76827
  **/
76828
76828
  hasRouter: function hasRouter(res, url, code) {
76829
76829
  if (!url) {
@@ -76867,10 +76867,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76867
76867
  return false;
76868
76868
  },
76869
76869
 
76870
- /**
76871
- * @desc:获取初始数据
76872
- * @author huangbo
76873
- * @date 2024年9月7日
76870
+ /**
76871
+ * @desc:获取初始数据
76872
+ * @author huangbo
76873
+ * @date 2024年9月7日
76874
76874
  **/
76875
76875
  init: function init(results) {
76876
76876
  this.setConfig(results);
@@ -76881,10 +76881,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76881
76881
  // }
76882
76882
  },
76883
76883
 
76884
- /**
76885
- * @desc:设置用户配置及信息
76886
- * @author huangbo
76887
- * @date 2024年9月7日
76884
+ /**
76885
+ * @desc:设置用户配置及信息
76886
+ * @author huangbo
76887
+ * @date 2024年9月7日
76888
76888
  **/
76889
76889
  setConfig: function setConfig(results) {
76890
76890
  localStorage.setItem('mainConfig', JSON.stringify(results));
@@ -77048,8 +77048,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77048
77048
  }
77049
77049
  },
77050
77050
 
77051
- /**
77052
- * @desc:获取用户自定义菜单
77051
+ /**
77052
+ * @desc:获取用户自定义菜单
77053
77053
  **/
77054
77054
  getUseCommonMenu: function getUseCommonMenu() {
77055
77055
  var _this9 = this;
@@ -77079,10 +77079,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77079
77079
  });
77080
77080
  },
77081
77081
 
77082
- /**
77083
- * @desc:获取所有应用
77084
- * @author huangbo
77085
- * @date 2024年9月7日
77082
+ /**
77083
+ * @desc:获取所有应用
77084
+ * @author huangbo
77085
+ * @date 2024年9月7日
77086
77086
  **/
77087
77087
  getApplications: function getApplications() {
77088
77088
  var _this10 = this;
@@ -77130,10 +77130,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77130
77130
  });
77131
77131
  },
77132
77132
 
77133
- /**
77134
- * @desc:获取菜单列表
77135
- * @author huangbo
77136
- * @date 2024年9月7日
77133
+ /**
77134
+ * @desc:获取菜单列表
77135
+ * @author huangbo
77136
+ * @date 2024年9月7日
77137
77137
  **/
77138
77138
  getMenus: function getMenus(loading) {
77139
77139
  var _this11 = this;
@@ -77160,10 +77160,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77160
77160
  });
77161
77161
  },
77162
77162
 
77163
- /**
77164
- * @desc:处理菜单列表
77165
- * @author huangbo
77166
- * @date 2024年9月7日
77163
+ /**
77164
+ * @desc:处理菜单列表
77165
+ * @author huangbo
77166
+ * @date 2024年9月7日
77167
77167
  **/
77168
77168
  renderMenus: function renderMenus(res) {
77169
77169
  // // console.log(res, 'renderMenus');
@@ -77209,9 +77209,9 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77209
77209
  // console.log(this.currentPage, 'currentPage');
77210
77210
  },
77211
77211
 
77212
- /**
77213
- * 更新myRemind中各项的权限状态
77214
- * @param {Array} menus - 完整的菜单列表
77212
+ /**
77213
+ * 更新myRemind中各项的权限状态
77214
+ * @param {Array} menus - 完整的菜单列表
77215
77215
  */
77216
77216
  updateRemindPermission: function updateRemindPermission(menus) {
77217
77217
  // 创建一个Set存储所有菜单的id,方便快速查找
@@ -77239,10 +77239,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77239
77239
  });
77240
77240
  },
77241
77241
 
77242
- /**
77243
- * @desc:设置页面加载类型
77244
- * @author huangbo
77245
- * @date 2024年9月7日
77242
+ /**
77243
+ * @desc:设置页面加载类型
77244
+ * @author huangbo
77245
+ * @date 2024年9月7日
77246
77246
  **/
77247
77247
  setIframeType: function setIframeType(res) {
77248
77248
  var url = res.url;
@@ -77299,10 +77299,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77299
77299
  return res;
77300
77300
  },
77301
77301
 
77302
- /**
77303
- * @desc:获取菜单
77304
- * @author huangbo
77305
- * @date 2024年9月7日
77302
+ /**
77303
+ * @desc:获取菜单
77304
+ * @author huangbo
77305
+ * @date 2024年9月7日
77306
77306
  **/
77307
77307
  getMenu: function getMenu(menus, res, key) {
77308
77308
  if (Array.isArray(menus)) {
@@ -77331,10 +77331,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77331
77331
  return false;
77332
77332
  },
77333
77333
 
77334
- /**
77335
- * @desc:获取菜单第一条数据
77336
- * @author huangbo
77337
- * @date 2024年9月7日
77334
+ /**
77335
+ * @desc:获取菜单第一条数据
77336
+ * @author huangbo
77337
+ * @date 2024年9月7日
77338
77338
  **/
77339
77339
  getFirst: function getFirst(obj) {
77340
77340
  if (!obj) {
@@ -77353,10 +77353,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77353
77353
  }
77354
77354
  },
77355
77355
 
77356
- /**
77357
- * @desc:遍历设置菜单气泡提醒
77358
- * @author huangbo
77359
- * @date 2024年9月7日
77356
+ /**
77357
+ * @desc:遍历设置菜单气泡提醒
77358
+ * @author huangbo
77359
+ * @date 2024年9月7日
77360
77360
  **/
77361
77361
  setTips: function setTips(obj) {
77362
77362
  var _this12 = this;
@@ -77421,10 +77421,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77421
77421
  }
77422
77422
  },
77423
77423
 
77424
- /**
77425
- * @desc:获取气泡提醒
77426
- * @author huangbo
77427
- * @date 2024年9月7日
77424
+ /**
77425
+ * @desc:获取气泡提醒
77426
+ * @author huangbo
77427
+ * @date 2024年9月7日
77428
77428
  **/
77429
77429
  getBadge: function getBadge(res) {
77430
77430
  var num = res.tips || 0;
@@ -77438,10 +77438,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77438
77438
  };
77439
77439
  },
77440
77440
 
77441
- /**
77442
- * @desc:开启weosocket
77443
- * @author huangbo
77444
- * @date 2024年9月7日
77441
+ /**
77442
+ * @desc:开启weosocket
77443
+ * @author huangbo
77444
+ * @date 2024年9月7日
77445
77445
  **/
77446
77446
  initWebSocket: function initWebSocket() {
77447
77447
  var _this14 = this;
@@ -77509,10 +77509,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77509
77509
  });
77510
77510
  },
77511
77511
 
77512
- /**
77513
- * @desc:显示用户信息
77514
- * @author huangbo
77515
- * @date 2024年9月7日
77512
+ /**
77513
+ * @desc:显示用户信息
77514
+ * @author huangbo
77515
+ * @date 2024年9月7日
77516
77516
  **/
77517
77517
  showUserInfo: function showUserInfo() {
77518
77518
  if (this.showUser === false) {
@@ -77520,19 +77520,19 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77520
77520
  }
77521
77521
  },
77522
77522
 
77523
- /**
77524
- * @desc:删除更多应用菜单点击
77525
- * @author huangbo
77526
- * @date 2024年9月7日
77523
+ /**
77524
+ * @desc:删除更多应用菜单点击
77525
+ * @author huangbo
77526
+ * @date 2024年9月7日
77527
77527
  **/
77528
77528
  handleDelete: function handleDelete(index) {
77529
77529
  this.newApps.splice(index, 1);
77530
77530
  },
77531
77531
 
77532
- /**
77533
- * @desc:显示Drawer界面
77534
- * @author huangbo
77535
- * @date 2024年9月7日
77532
+ /**
77533
+ * @desc:显示Drawer界面
77534
+ * @author huangbo
77535
+ * @date 2024年9月7日
77536
77536
  **/
77537
77537
  handlerSetDrawer: function handlerSetDrawer(res, type) {
77538
77538
  var direction = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : 'ltr';
@@ -77552,28 +77552,28 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77552
77552
  }
77553
77553
  },
77554
77554
 
77555
- /**
77556
- * @desc:关闭Drawer界面
77557
- * @author huangbo
77558
- * @date 2024年9月7日
77555
+ /**
77556
+ * @desc:关闭Drawer界面
77557
+ * @author huangbo
77558
+ * @date 2024年9月7日
77559
77559
  **/
77560
77560
  handleCloseDrawer: function handleCloseDrawer() {
77561
77561
  this.drawer = { visible: false };
77562
77562
  },
77563
77563
 
77564
- /**
77565
- * @desc:用户详情请求成功
77566
- * @author huangbo
77567
- * @date 2024年9月7日
77564
+ /**
77565
+ * @desc:用户详情请求成功
77566
+ * @author huangbo
77567
+ * @date 2024年9月7日
77568
77568
  **/
77569
77569
  handleSuccess: function handleSuccess(res) {
77570
77570
  this.simpleUserInfo = res.simpleUserInfo;
77571
77571
  },
77572
77572
 
77573
- /**
77574
- * @desc:修改用户配置
77575
- * @author huangbo
77576
- * @date 2024年9月7日
77573
+ /**
77574
+ * @desc:修改用户配置
77575
+ * @author huangbo
77576
+ * @date 2024年9月7日
77577
77577
  **/
77578
77578
  handleChangeConfig: function handleChangeConfig(name, res) {
77579
77579
  if (name == 'userHeadUrl') {
@@ -77589,10 +77589,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77589
77589
  }
77590
77590
  },
77591
77591
 
77592
- /**
77593
- * @desc:关闭webSocket
77594
- * @author huangbo
77595
- * @date 2024年9月7日
77592
+ /**
77593
+ * @desc:关闭webSocket
77594
+ * @author huangbo
77595
+ * @date 2024年9月7日
77596
77596
  **/
77597
77597
  handlerClose: function handlerClose() {
77598
77598
  if (this.webSocket) {
@@ -77603,10 +77603,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77603
77603
  this.handleRefresh(1);
77604
77604
  },
77605
77605
 
77606
- /**
77607
- * @desc:刷新选中iframe页签
77608
- * @author huangbo
77609
- * @date 2024年9月7日
77606
+ /**
77607
+ * @desc:刷新选中iframe页签
77608
+ * @author huangbo
77609
+ * @date 2024年9月7日
77610
77610
  **/
77611
77611
  handleRefresh: function handleRefresh(arg) {
77612
77612
  if (arg !== 1) {
@@ -77664,11 +77664,11 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77664
77664
  }
77665
77665
  },
77666
77666
 
77667
- /**
77668
- * @desc:构建 Wujie 子应用 URL(处理路由参数)
77669
- * @param {String} baseUrl - 基础 URL
77670
- * @param {Object} routeInfo - 路由信息 { path, params, query }
77671
- * @returns {String} 拼接后的完整 URL
77667
+ /**
77668
+ * @desc:构建 Wujie 子应用 URL(处理路由参数)
77669
+ * @param {String} baseUrl - 基础 URL
77670
+ * @param {Object} routeInfo - 路由信息 { path, params, query }
77671
+ * @returns {String} 拼接后的完整 URL
77672
77672
  **/
77673
77673
  buildWujieUrl: function buildWujieUrl(baseUrl, routeInfo) {
77674
77674
  var path = routeInfo.path,
@@ -77719,10 +77719,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77719
77719
  return baseUrlPrefix + fullPath;
77720
77720
  },
77721
77721
 
77722
- /**
77723
- * @desc:删除iframe
77724
- * @author huangbo
77725
- * @date 2024年9月7日
77722
+ /**
77723
+ * @desc:删除iframe
77724
+ * @author huangbo
77725
+ * @date 2024年9月7日
77726
77726
  **/
77727
77727
  handleRemove: function handleRemove(name) {
77728
77728
  var len = this.tabs.length - 1;
@@ -77739,10 +77739,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77739
77739
  }
77740
77740
  },
77741
77741
 
77742
- /**
77743
- * @desc:tabs鼠标右键事件
77744
- * @author huangbo
77745
- * @date 2024年9月7日
77742
+ /**
77743
+ * @desc:tabs鼠标右键事件
77744
+ * @author huangbo
77745
+ * @date 2024年9月7日
77746
77746
  **/
77747
77747
  handleContextmenu: function handleContextmenu(tabs, e) {
77748
77748
  var disabled = {};
@@ -77767,10 +77767,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77767
77767
  window.addEventListener('click', this.closeTabsEvents);
77768
77768
  },
77769
77769
 
77770
- /**
77771
- * @desc:tabs页签事件
77772
- * @author huangbo
77773
- * @date 2024年9月7日
77770
+ /**
77771
+ * @desc:tabs页签事件
77772
+ * @author huangbo
77773
+ * @date 2024年9月7日
77774
77774
  **/
77775
77775
  handleTabsEvents: function handleTabsEvents(num) {
77776
77776
  if (this.pane !== null) {
@@ -77781,10 +77781,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77781
77781
  },
77782
77782
 
77783
77783
 
77784
- /**
77785
- * @desc:关闭页签事件面板
77786
- * @author huangbo
77787
- * @date 2024年9月7日
77784
+ /**
77785
+ * @desc:关闭页签事件面板
77786
+ * @author huangbo
77787
+ * @date 2024年9月7日
77788
77788
  **/
77789
77789
  closeTabsEvents: function closeTabsEvents(e) {
77790
77790
  if (e.target.parentNode != this.$refs.tabsHandler.$el && e.target.parentNode.parentNode != this.$refs.tabsHandler.$el) {
@@ -77794,10 +77794,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77794
77794
  },
77795
77795
 
77796
77796
 
77797
- /**
77798
- * @desc:tabs页签点击事件
77799
- * @author huangbo
77800
- * @date 2024年9月7日
77797
+ /**
77798
+ * @desc:tabs页签点击事件
77799
+ * @author huangbo
77800
+ * @date 2024年9月7日
77801
77801
  **/
77802
77802
  handleTabClick: function handleTabClick() {
77803
77803
  this.active = '';
@@ -77805,10 +77805,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77805
77805
  this.showMenu = false;
77806
77806
  },
77807
77807
 
77808
- /**
77809
- * @desc:handler工具栏点击事件
77810
- * @author huangbo
77811
- * @date 2024年9月7日
77808
+ /**
77809
+ * @desc:handler工具栏点击事件
77810
+ * @author huangbo
77811
+ * @date 2024年9月7日
77812
77812
  **/
77813
77813
  handleClick: function handleClick(res) {
77814
77814
  var type = res.type,
@@ -77898,10 +77898,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77898
77898
  this.$emit('handler-click', res);
77899
77899
  },
77900
77900
 
77901
- /**
77902
- * @desc:退出登录
77903
- * @author huangbo
77904
- * @date 2024年9月7日
77901
+ /**
77902
+ * @desc:退出登录
77903
+ * @author huangbo
77904
+ * @date 2024年9月7日
77905
77905
  **/
77906
77906
  handleQuit: function handleQuit() {
77907
77907
  var _this15 = this;
@@ -77976,10 +77976,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77976
77976
  }).catch(function (e) {});
77977
77977
  },
77978
77978
 
77979
- /**
77980
- * @desc:主题、消息回调
77981
- * @author huangbo
77982
- * @date 2024年9月7日
77979
+ /**
77980
+ * @desc:主题、消息回调
77981
+ * @author huangbo
77982
+ * @date 2024年9月7日
77983
77983
  **/
77984
77984
  handleChange: function handleChange(res) {
77985
77985
  var type = res.type,
@@ -77995,10 +77995,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77995
77995
  }
77996
77996
  },
77997
77997
 
77998
- /**
77999
- * @desc:菜单布局样式切换
78000
- * @author huangbo
78001
- * @date 2024年9月7日
77998
+ /**
77999
+ * @desc:菜单布局样式切换
78000
+ * @author huangbo
78001
+ * @date 2024年9月7日
78002
78002
  **/
78003
78003
  handleLayout: function handleLayout(res, active) {
78004
78004
  if (active) {
@@ -78008,10 +78008,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
78008
78008
  this.$emit('chang-layout', res, active);
78009
78009
  },
78010
78010
 
78011
- /**
78012
- * @desc:消息修改总数
78013
- * @author huangbo
78014
- * @date 2024年9月7日
78011
+ /**
78012
+ * @desc:消息修改总数
78013
+ * @author huangbo
78014
+ * @date 2024年9月7日
78015
78015
  **/
78016
78016
  handleMenuTips: function handleMenuTips(id, num) {
78017
78017
  if (num) {
@@ -78022,10 +78022,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
78022
78022
  }
78023
78023
  },
78024
78024
 
78025
- /**
78026
- * @desc:处理即时消息
78027
- * @author huangbo
78028
- * @date 2024年9月7日
78025
+ /**
78026
+ * @desc:处理即时消息
78027
+ * @author huangbo
78028
+ * @date 2024年9月7日
78029
78029
  **/
78030
78030
  handleOpened: function handleOpened(res) {
78031
78031
  var _this16 = this;
@@ -78041,14 +78041,14 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
78041
78041
  }
78042
78042
  },
78043
78043
 
78044
- /**
78045
- * @desc:菜单点击事件
78046
- * @author huangbo
78047
- * @date 2024年9月7日
78048
- * @param {*} res 菜单点击事件参数
78049
- * @param {*} method 菜单点击事件方法
78050
- * 1.顶部菜单点击跳转已经实现
78051
- * 2.其他地方点击跳转,需要选中跳转的一二级菜单
78044
+ /**
78045
+ * @desc:菜单点击事件
78046
+ * @author huangbo
78047
+ * @date 2024年9月7日
78048
+ * @param {*} res 菜单点击事件参数
78049
+ * @param {*} method 菜单点击事件方法
78050
+ * 1.顶部菜单点击跳转已经实现
78051
+ * 2.其他地方点击跳转,需要选中跳转的一二级菜单
78052
78052
  **/
78053
78053
  handleSelect: function handleSelect(res) {
78054
78054
  var params = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
@@ -85463,19 +85463,19 @@ var QRCode = __webpack_require__(29);
85463
85463
  //设置logo大小
85464
85464
  var logoPosition = (_this3.mwidth - 46) / 2; //logo相对于canvas居中定位
85465
85465
  //设置获取的logo将其变为圆角以及添加白色背景
85466
- /* ctx.fillStyle = "#fff";
85467
- ctx.beginPath();
85468
- let h = 46; //圆角高 10为基数(logo四周白色背景为10/2)
85469
- let w = 46; //圆角宽
85470
- let x = logoPosition - 5;
85471
- let y = logoPosition - 5;
85472
- let r = 5; //圆角半径
85473
- ctx.moveTo(x + r, y);
85474
- ctx.arcTo(x + w, y, x + w, y + h, r);
85475
- ctx.arcTo(x + w, y + h, x, y + h, r);
85476
- ctx.arcTo(x, y + h, x, y, r);
85477
- ctx.arcTo(x, y, x + w, y, r);
85478
- ctx.closePath();
85466
+ /* ctx.fillStyle = "#fff";
85467
+ ctx.beginPath();
85468
+ let h = 46; //圆角高 10为基数(logo四周白色背景为10/2)
85469
+ let w = 46; //圆角宽
85470
+ let x = logoPosition - 5;
85471
+ let y = logoPosition - 5;
85472
+ let r = 5; //圆角半径
85473
+ ctx.moveTo(x + r, y);
85474
+ ctx.arcTo(x + w, y, x + w, y + h, r);
85475
+ ctx.arcTo(x + w, y + h, x, y + h, r);
85476
+ ctx.arcTo(x, y + h, x, y, r);
85477
+ ctx.arcTo(x, y, x + w, y, r);
85478
+ ctx.closePath();
85479
85479
  ctx.fill(); */
85480
85480
  logo.onload = function () {
85481
85481
  ctx.drawImage(logo, logoPosition, logoPosition, 46, 46);
@@ -104142,7 +104142,7 @@ if (typeof window !== 'undefined' && window.Vue) {
104142
104142
  }
104143
104143
 
104144
104144
  /* harmony default export */ var src_0 = __webpack_exports__["default"] = ({
104145
- version: '0.8.26',
104145
+ version: '0.8.27',
104146
104146
  install: install,
104147
104147
  Button: packages_button,
104148
104148
  ButtonGroup: button_group,