eoss-ui 0.8.19 → 0.8.21

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 +795 -796
  3. package/lib/flow.js +252 -254
  4. package/lib/index.js +1 -1
  5. package/lib/main.js +283 -283
  6. package/lib/qr-code.js +13 -13
  7. package/lib/theme-chalk/index.css +1 -1
  8. package/lib/theme-chalk/login.css +1 -1
  9. package/lib/upload.js +6 -5
  10. package/package.json +2 -2
  11. package/packages/button/index.js +5 -5
  12. package/packages/button/src/main.vue +418 -418
  13. package/packages/button-group/index.js +5 -5
  14. package/packages/calendar/index.js +5 -5
  15. package/packages/calogin/index.js +5 -5
  16. package/packages/calogin/src/plugin.js +915 -915
  17. package/packages/card/index.js +5 -5
  18. package/packages/card/src/main.vue +156 -156
  19. package/packages/cascader/index.js +5 -5
  20. package/packages/cascader/src/main.vue +168 -168
  21. package/packages/checkbox-group/index.js +5 -5
  22. package/packages/checkbox-group/src/main.vue +333 -333
  23. package/packages/clients/index.js +5 -5
  24. package/packages/data-table/index.js +5 -5
  25. package/packages/data-table/src/children.vue +46 -46
  26. package/packages/data-table/src/main.vue +1876 -1876
  27. package/packages/data-table/src/sizer.vue +195 -195
  28. package/packages/data-table-form/index.js +5 -5
  29. package/packages/data-table-form/src/checkbox.vue +101 -101
  30. package/packages/data-table-form/src/colgroup.vue +17 -17
  31. package/packages/data-table-form/src/main.vue +181 -181
  32. package/packages/data-table-form/src/radio.vue +65 -65
  33. package/packages/data-table-form/src/table.vue +233 -233
  34. package/packages/data-table-form/src/tbody.vue +336 -336
  35. package/packages/data-table-form/src/thead.vue +68 -68
  36. package/packages/date-picker/index.js +5 -5
  37. package/packages/date-picker/src/main.vue +236 -236
  38. package/packages/dialog/index.js +5 -5
  39. package/packages/enable-drag/index.js +5 -5
  40. package/packages/enterprise/index.js +5 -5
  41. package/packages/enterprise/src/main.vue +66 -66
  42. package/packages/error-page/index.js +5 -5
  43. package/packages/error-page/src/main.vue +44 -44
  44. package/packages/flow/index.js +5 -5
  45. package/packages/flow/src/component/Circulate.vue +420 -420
  46. package/packages/flow/src/component/CustomPreset.vue +324 -324
  47. package/packages/flow/src/component/FreeCirculation.vue +245 -245
  48. package/packages/flow/src/component/Preset.vue +257 -257
  49. package/packages/flow/src/component/TimeLimit.vue +190 -190
  50. package/packages/flow/src/component/taskUnionExamine.vue +763 -763
  51. package/packages/flow/src/freeStartFlow.vue +2898 -2898
  52. package/packages/flow/src/main.vue +4248 -4248
  53. package/packages/flow/src/processForm.vue +1806 -1806
  54. package/packages/flow/src/processReject.vue +311 -311
  55. package/packages/flow/src/reset.vue +952 -952
  56. package/packages/flow/src/startTaskRead.vue +698 -698
  57. package/packages/flow/src/supervise.vue +162 -162
  58. package/packages/flow-group/index.js +5 -5
  59. package/packages/flow-group/src/main.vue +750 -750
  60. package/packages/flow-list/index.js +5 -5
  61. package/packages/form/index.js +5 -5
  62. package/packages/handle-user/index.js +5 -5
  63. package/packages/handle-user/src/main.vue +137 -137
  64. package/packages/handler/index.js +5 -5
  65. package/packages/handler/src/main.vue +499 -499
  66. package/packages/icon/index.js +5 -5
  67. package/packages/icons/index.js +5 -5
  68. package/packages/icons/src/main.vue +81 -81
  69. package/packages/input/index.js +5 -5
  70. package/packages/input/src/main.vue +356 -356
  71. package/packages/input-number/index.js +5 -5
  72. package/packages/input-number/src/main.vue +106 -106
  73. package/packages/label/index.js +5 -5
  74. package/packages/label/src/main.vue +457 -457
  75. package/packages/layout/index.js +5 -5
  76. package/packages/layout/src/item.vue +152 -152
  77. package/packages/layout/src/main.vue +31 -31
  78. package/packages/login/index.js +5 -5
  79. package/packages/login/src/main.vue +2088 -2088
  80. package/packages/main/index.js +5 -5
  81. package/packages/main/src/default/message.vue +249 -249
  82. package/packages/main/src/default/notice.vue +157 -157
  83. package/packages/main/src/default/userinfo.vue +513 -513
  84. package/packages/main/src/simplicity/index.vue +2335 -2335
  85. package/packages/main/src/simplicity/lists.vue +84 -84
  86. package/packages/main/src/simplicity/router-page.vue +45 -45
  87. package/packages/main/src/simplicity/userinfo.vue +408 -408
  88. package/packages/main/src/simplicityTop/index.vue +2626 -2626
  89. package/packages/main/src/simplicityTop/userinfo.vue +408 -408
  90. package/packages/menu/index.js +5 -5
  91. package/packages/menu/src/main.vue +597 -597
  92. package/packages/nav/index.js +5 -5
  93. package/packages/notify/index.js +5 -5
  94. package/packages/notify/src/main.vue +538 -538
  95. package/packages/page/index.js +5 -5
  96. package/packages/page/src/main.vue +167 -167
  97. package/packages/pagination/index.js +5 -5
  98. package/packages/pagination/src/main.vue +96 -96
  99. package/packages/player/index.js +5 -5
  100. package/packages/player/src/main.vue +194 -194
  101. package/packages/qr-code/index.js +5 -5
  102. package/packages/qr-code/src/main.vue +170 -170
  103. package/packages/radio-group/index.js +6 -6
  104. package/packages/radio-group/src/main.vue +319 -319
  105. package/packages/retrial-auth/index.js +5 -5
  106. package/packages/retrial-auth/src/main.vue +299 -299
  107. package/packages/select/index.js +5 -5
  108. package/packages/select-ganged/index.js +5 -5
  109. package/packages/select-ganged/src/main.vue +724 -724
  110. package/packages/selector/index.js +5 -5
  111. package/packages/selector-panel/index.js +5 -5
  112. package/packages/selector-panel/src/tree.vue +129 -129
  113. package/packages/sizer/index.js +5 -5
  114. package/packages/sizer/src/main.vue +257 -257
  115. package/packages/steps/index.js +5 -5
  116. package/packages/steps/src/main.vue +181 -181
  117. package/packages/switch/index.js +5 -5
  118. package/packages/table-form/index.js +5 -5
  119. package/packages/tabs/index.js +5 -5
  120. package/packages/tabs/src/main.vue +788 -788
  121. package/packages/tabs-panel/index.js +5 -5
  122. package/packages/tabs-panel/src/main.vue +29 -29
  123. package/packages/theme-chalk/src/base.scss +261 -261
  124. package/packages/theme-chalk/src/button-group.scss +176 -176
  125. package/packages/theme-chalk/src/button.scss +24 -24
  126. package/packages/theme-chalk/src/calendar.scss +113 -113
  127. package/packages/theme-chalk/src/card.scss +99 -99
  128. package/packages/theme-chalk/src/checkbox-group.scss +8 -8
  129. package/packages/theme-chalk/src/clients.scss +87 -87
  130. package/packages/theme-chalk/src/data-table-form.scss +67 -67
  131. package/packages/theme-chalk/src/date-picker.scss +7 -7
  132. package/packages/theme-chalk/src/dialog.scss +77 -77
  133. package/packages/theme-chalk/src/enable-drag.scss +181 -181
  134. package/packages/theme-chalk/src/enterprise.scss +5 -5
  135. package/packages/theme-chalk/src/error-page.scss +18 -18
  136. package/packages/theme-chalk/src/flow-group.scss +110 -110
  137. package/packages/theme-chalk/src/flow.scss +376 -376
  138. package/packages/theme-chalk/src/handle-user.scss +40 -40
  139. package/packages/theme-chalk/src/icons.scss +99 -99
  140. package/packages/theme-chalk/src/input.scss +9 -9
  141. package/packages/theme-chalk/src/label.scss +24 -24
  142. package/packages/theme-chalk/src/layout.scss +46 -46
  143. package/packages/theme-chalk/src/mixins/color.scss +117 -117
  144. package/packages/theme-chalk/src/nav.scss +111 -111
  145. package/packages/theme-chalk/src/page.scss +3 -3
  146. package/packages/theme-chalk/src/pagination.scss +29 -29
  147. package/packages/theme-chalk/src/player.scss +9 -9
  148. package/packages/theme-chalk/src/qr-code.scss +17 -17
  149. package/packages/theme-chalk/src/radio-group.scss +9 -9
  150. package/packages/theme-chalk/src/retrial-auth.scss +38 -38
  151. package/packages/theme-chalk/src/select-ganged.scss +8 -8
  152. package/packages/theme-chalk/src/select.scss +8 -8
  153. package/packages/theme-chalk/src/selector-panel.scss +204 -204
  154. package/packages/theme-chalk/src/sizer.scss +36 -36
  155. package/packages/theme-chalk/src/steps.scss +88 -88
  156. package/packages/theme-chalk/src/switch.scss +3 -3
  157. package/packages/theme-chalk/src/table-form.scss +1 -1
  158. package/packages/theme-chalk/src/tabs.scss +87 -87
  159. package/packages/theme-chalk/src/tips.scss +7 -7
  160. package/packages/theme-chalk/src/toolbar.scss +179 -179
  161. package/packages/theme-chalk/src/tree-group.scss +72 -72
  162. package/packages/theme-chalk/src/wxlogin.scss +3 -3
  163. package/packages/tips/index.js +5 -5
  164. package/packages/toolbar/index.js +5 -5
  165. package/packages/toolbar/src/main.vue +430 -430
  166. package/packages/tree/index.js +5 -5
  167. package/packages/tree-group/index.js +5 -5
  168. package/packages/upload/index.js +5 -5
  169. package/packages/upload/src/main.vue +1345 -1344
  170. package/packages/upload/src/picture.js +15 -15
  171. package/packages/wujie/index.js +5 -5
  172. package/packages/wxlogin/index.js +5 -5
  173. package/packages/wxlogin/src/main.vue +128 -128
  174. package/src/config/api.js +351 -351
  175. package/src/config/image.js +2 -2
  176. package/src/index.js +1 -1
  177. package/src/utils/bus.js +3 -3
  178. package/src/utils/date-util.js +312 -312
  179. package/src/utils/http.js +50 -50
  180. package/src/utils/store.js +21 -21
  181. package/src/utils/webSocket.js +107 -107
@@ -6913,8 +6913,8 @@ function plugin_asyncToGenerator(fn) { return function () { var gen = fn.apply(t
6913
6913
 
6914
6914
  function plugin_classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
6915
6915
 
6916
- /**
6917
- * JIT_GW_ExtInterface 模块,提供与客户端交互的功能
6916
+ /**
6917
+ * JIT_GW_ExtInterface 模块,提供与客户端交互的功能
6918
6918
  */
6919
6919
  var plugin_CA_ExtInterface = function () {
6920
6920
  function CA_ExtInterface() {
@@ -6927,11 +6927,11 @@ var plugin_CA_ExtInterface = function () {
6927
6927
  this.init();
6928
6928
  }
6929
6929
 
6930
- /**
6931
- * 简单的 Object.assign 兼容 IE <= 11 的 polyfill
6932
- * @see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/assign
6933
- * @param {Object} target - 目标对象
6934
- * @param {Object} options - 新的选项对象
6930
+ /**
6931
+ * 简单的 Object.assign 兼容 IE <= 11 的 polyfill
6932
+ * @see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/assign
6933
+ * @param {Object} target - 目标对象
6934
+ * @param {Object} options - 新的选项对象
6935
6935
  */
6936
6936
 
6937
6937
 
@@ -6946,8 +6946,8 @@ var plugin_CA_ExtInterface = function () {
6946
6946
  }
6947
6947
  };
6948
6948
 
6949
- /**
6950
- * 检查当前会话的 WebSocket URL
6949
+ /**
6950
+ * 检查当前会话的 WebSocket URL
6951
6951
  */
6952
6952
 
6953
6953
 
@@ -6961,8 +6961,8 @@ var plugin_CA_ExtInterface = function () {
6961
6961
  }
6962
6962
  };
6963
6963
 
6964
- /**
6965
- * 检查是否使用 ActiveX
6964
+ /**
6965
+ * 检查是否使用 ActiveX
6966
6966
  */
6967
6967
 
6968
6968
 
@@ -6974,11 +6974,11 @@ var plugin_CA_ExtInterface = function () {
6974
6974
  }
6975
6975
  };
6976
6976
 
6977
- /**
6978
- * 扩展发送消息并等待响应
6979
- * @param {string} operatorCmd - 操作命令
6980
- * @param {string} sendMsg - 发送的消息
6981
- * @returns {string} 响应消息
6977
+ /**
6978
+ * 扩展发送消息并等待响应
6979
+ * @param {string} operatorCmd - 操作命令
6980
+ * @param {string} sendMsg - 发送的消息
6981
+ * @returns {string} 响应消息
6982
6982
  */
6983
6983
 
6984
6984
 
@@ -7011,11 +7011,11 @@ var plugin_CA_ExtInterface = function () {
7011
7011
  return sendAndWaitMessageEx;
7012
7012
  }();
7013
7013
 
7014
- /**
7015
- * 发送消息并等待响应
7016
- * @param {string} wsurl - WebSocket URL
7017
- * @param {string} sendMsg - 发送的消息
7018
- * @returns {string} 响应消息
7014
+ /**
7015
+ * 发送消息并等待响应
7016
+ * @param {string} wsurl - WebSocket URL
7017
+ * @param {string} sendMsg - 发送的消息
7018
+ * @returns {string} 响应消息
7019
7019
  */
7020
7020
 
7021
7021
 
@@ -7039,9 +7039,9 @@ var plugin_CA_ExtInterface = function () {
7039
7039
  }
7040
7040
  };
7041
7041
 
7042
- /**
7043
- * 配置选项
7044
- * @param {Object} extendOption - 扩展选项
7042
+ /**
7043
+ * 配置选项
7044
+ * @param {Object} extendOption - 扩展选项
7045
7045
  */
7046
7046
 
7047
7047
 
@@ -7051,8 +7051,8 @@ var plugin_CA_ExtInterface = function () {
7051
7051
  }
7052
7052
  };
7053
7053
 
7054
- /**
7055
- * 初始化
7054
+ /**
7055
+ * 初始化
7056
7056
  */
7057
7057
 
7058
7058
 
@@ -7060,9 +7060,9 @@ var plugin_CA_ExtInterface = function () {
7060
7060
  this.isUseActioveX();
7061
7061
  };
7062
7062
 
7063
- /**
7064
- * 返回客户端的版本
7065
- * @returns {string} 客户端版本
7063
+ /**
7064
+ * 返回客户端的版本
7065
+ * @returns {string} 客户端版本
7066
7066
  */
7067
7067
 
7068
7068
 
@@ -7075,13 +7075,13 @@ var plugin_CA_ExtInterface = function () {
7075
7075
  }
7076
7076
  };
7077
7077
 
7078
- /**
7079
- * 下载客户端程序并安装
7080
- * @param {string} bstrURL - 下载地址
7081
- * @param {string} bstrHashValue - 哈希值
7082
- * @param {boolean} bSync - 是否同步安装
7083
- * @param {boolean} bOnlySSO - 是否仅安装 SSO
7084
- * @returns {number} 安装结果
7078
+ /**
7079
+ * 下载客户端程序并安装
7080
+ * @param {string} bstrURL - 下载地址
7081
+ * @param {string} bstrHashValue - 哈希值
7082
+ * @param {boolean} bSync - 是否同步安装
7083
+ * @param {boolean} bOnlySSO - 是否仅安装 SSO
7084
+ * @returns {number} 安装结果
7085
7085
  */
7086
7086
 
7087
7087
 
@@ -7095,11 +7095,11 @@ var plugin_CA_ExtInterface = function () {
7095
7095
  }
7096
7096
  };
7097
7097
 
7098
- /**
7099
- * 获取硬件指纹信息
7100
- * @param {number} dwSign - 签名
7101
- * @param {string} strGateWayIP - 网关 IP
7102
- * @returns {string} 硬件指纹信息
7098
+ /**
7099
+ * 获取硬件指纹信息
7100
+ * @param {number} dwSign - 签名
7101
+ * @param {string} strGateWayIP - 网关 IP
7102
+ * @returns {string} 硬件指纹信息
7103
7103
  */
7104
7104
 
7105
7105
 
@@ -7113,12 +7113,12 @@ var plugin_CA_ExtInterface = function () {
7113
7113
  }
7114
7114
  };
7115
7115
 
7116
- /**
7117
- * 设置转发策略和代填策略
7118
- * @param {string} strProxyPolicy - 转发策略
7119
- * @param {string} strSSOPolicy - 代填策略
7120
- * @param {string} strGatewayAddress - 网关地址
7121
- * @returns {number} 设置结果
7116
+ /**
7117
+ * 设置转发策略和代填策略
7118
+ * @param {string} strProxyPolicy - 转发策略
7119
+ * @param {string} strSSOPolicy - 代填策略
7120
+ * @param {string} strGatewayAddress - 网关地址
7121
+ * @returns {number} 设置结果
7122
7122
  */
7123
7123
 
7124
7124
 
@@ -7132,11 +7132,11 @@ var plugin_CA_ExtInterface = function () {
7132
7132
  }
7133
7133
  };
7134
7134
 
7135
- /**
7136
- * 启动认证信息模块
7137
- * @param {string} strFileName - 文件名
7138
- * @param {string} strXmlData - XML 数据
7139
- * @returns {string} 认证信息
7135
+ /**
7136
+ * 启动认证信息模块
7137
+ * @param {string} strFileName - 文件名
7138
+ * @param {string} strXmlData - XML 数据
7139
+ * @returns {string} 认证信息
7140
7140
  */
7141
7141
 
7142
7142
 
@@ -7150,10 +7150,10 @@ var plugin_CA_ExtInterface = function () {
7150
7150
  }
7151
7151
  };
7152
7152
 
7153
- /**
7154
- * 打开 BS 应用
7155
- * @param {string} strUrl - 应用 URL
7156
- * @returns {number} 打开结果
7153
+ /**
7154
+ * 打开 BS 应用
7155
+ * @param {string} strUrl - 应用 URL
7156
+ * @returns {number} 打开结果
7157
7157
  */
7158
7158
 
7159
7159
 
@@ -7167,12 +7167,12 @@ var plugin_CA_ExtInterface = function () {
7167
7167
  }
7168
7168
  };
7169
7169
 
7170
- /**
7171
- * 打开 CS 应用
7172
- * @param {string} strGatewayAddress - 网关地址
7173
- * @param {string} strAppFlag - 应用标识
7174
- * @param {string} strAppPath - 应用路径
7175
- * @returns {number} 打开结果
7170
+ /**
7171
+ * 打开 CS 应用
7172
+ * @param {string} strGatewayAddress - 网关地址
7173
+ * @param {string} strAppFlag - 应用标识
7174
+ * @param {string} strAppPath - 应用路径
7175
+ * @returns {number} 打开结果
7176
7176
  */
7177
7177
 
7178
7178
 
@@ -7186,13 +7186,13 @@ var plugin_CA_ExtInterface = function () {
7186
7186
  }
7187
7187
  };
7188
7188
 
7189
- /**
7190
- * 设置自动更新策略
7191
- * @param {string} strGatewayAddress - 网关地址
7192
- * @param {number} nGatewayPort - 网关端口
7193
- * @param {string} strUserToken - 用户令牌
7194
- * @param {number} updatedelay - 更新延迟
7195
- * @returns {number} 设置结果
7189
+ /**
7190
+ * 设置自动更新策略
7191
+ * @param {string} strGatewayAddress - 网关地址
7192
+ * @param {number} nGatewayPort - 网关端口
7193
+ * @param {string} strUserToken - 用户令牌
7194
+ * @param {number} updatedelay - 更新延迟
7195
+ * @returns {number} 设置结果
7196
7196
  */
7197
7197
 
7198
7198
 
@@ -7206,10 +7206,10 @@ var plugin_CA_ExtInterface = function () {
7206
7206
  }
7207
7207
  };
7208
7208
 
7209
- /**
7210
- * 获取客户端 IP
7211
- * @param {string} strGatewayIP - 网关 IP
7212
- * @returns {string} 客户端 IP
7209
+ /**
7210
+ * 获取客户端 IP
7211
+ * @param {string} strGatewayIP - 网关 IP
7212
+ * @returns {string} 客户端 IP
7213
7213
  */
7214
7214
 
7215
7215
 
@@ -7223,10 +7223,10 @@ var plugin_CA_ExtInterface = function () {
7223
7223
  }
7224
7224
  };
7225
7225
 
7226
- /**
7227
- * 登出网关
7228
- * @param {string} strServerIP - 服务器 IP
7229
- * @returns {number} 登出结果
7226
+ /**
7227
+ * 登出网关
7228
+ * @param {string} strServerIP - 服务器 IP
7229
+ * @returns {number} 登出结果
7230
7230
  */
7231
7231
 
7232
7232
 
@@ -7240,11 +7240,11 @@ var plugin_CA_ExtInterface = function () {
7240
7240
  }
7241
7241
  };
7242
7242
 
7243
- /**
7244
- * 运行安装包
7245
- * @param {number} lRunType - 运行类型
7246
- * @param {boolean} bIsOnlySSO - 是否仅安装 SSO
7247
- * @returns {number} 运行结果
7243
+ /**
7244
+ * 运行安装包
7245
+ * @param {number} lRunType - 运行类型
7246
+ * @param {boolean} bIsOnlySSO - 是否仅安装 SSO
7247
+ * @returns {number} 运行结果
7248
7248
  */
7249
7249
 
7250
7250
 
@@ -7258,9 +7258,9 @@ var plugin_CA_ExtInterface = function () {
7258
7258
  }
7259
7259
  };
7260
7260
 
7261
- /**
7262
- * 获取下载进度
7263
- * @returns {number} 下载进度
7261
+ /**
7262
+ * 获取下载进度
7263
+ * @returns {number} 下载进度
7264
7264
  */
7265
7265
 
7266
7266
 
@@ -7274,9 +7274,9 @@ var plugin_CA_ExtInterface = function () {
7274
7274
  }
7275
7275
  };
7276
7276
 
7277
- /**
7278
- * 是否安装完成
7279
- * @returns {boolean} 安装完成状态
7277
+ /**
7278
+ * 是否安装完成
7279
+ * @returns {boolean} 安装完成状态
7280
7280
  */
7281
7281
 
7282
7282
 
@@ -7290,11 +7290,11 @@ var plugin_CA_ExtInterface = function () {
7290
7290
  }
7291
7291
  };
7292
7292
 
7293
- /**
7294
- * 初始化签包对象
7295
- * @param {string} strAlgType - 算法类型
7296
- * @param {string} strAuxParam - 辅助参数
7297
- * @returns {number} 初始化结果
7293
+ /**
7294
+ * 初始化签包对象
7295
+ * @param {string} strAlgType - 算法类型
7296
+ * @param {string} strAuxParam - 辅助参数
7297
+ * @returns {number} 初始化结果
7298
7298
  */
7299
7299
 
7300
7300
 
@@ -7308,10 +7308,10 @@ var plugin_CA_ExtInterface = function () {
7308
7308
  }
7309
7309
  };
7310
7310
 
7311
- /**
7312
- * 设置摘要算法
7313
- * @param {string} strDigestAlg - 摘要算法
7314
- * @returns {number} 设置结果
7311
+ /**
7312
+ * 设置摘要算法
7313
+ * @param {string} strDigestAlg - 摘要算法
7314
+ * @returns {number} 设置结果
7315
7315
  */
7316
7316
 
7317
7317
 
@@ -7325,10 +7325,10 @@ var plugin_CA_ExtInterface = function () {
7325
7325
  }
7326
7326
  };
7327
7327
 
7328
- /**
7329
- * 设置单证书是否弹出对话框
7330
- * @param {number} isChoose - 是否弹出对话框
7331
- * @returns {number} 设置结果
7328
+ /**
7329
+ * 设置单证书是否弹出对话框
7330
+ * @param {number} isChoose - 是否弹出对话框
7331
+ * @returns {number} 设置结果
7332
7332
  */
7333
7333
 
7334
7334
 
@@ -7342,11 +7342,11 @@ var plugin_CA_ExtInterface = function () {
7342
7342
  }
7343
7343
  };
7344
7344
 
7345
- /**
7346
- * 添加证书过滤条件
7347
- * @param {number} ulType - 过滤类型
7348
- * @param {string} strValue - 过滤值
7349
- * @returns {number} 添加结果
7345
+ /**
7346
+ * 添加证书过滤条件
7347
+ * @param {number} ulType - 过滤类型
7348
+ * @param {string} strValue - 过滤值
7349
+ * @returns {number} 添加结果
7350
7350
  */
7351
7351
 
7352
7352
 
@@ -7360,9 +7360,9 @@ var plugin_CA_ExtInterface = function () {
7360
7360
  }
7361
7361
  };
7362
7362
 
7363
- /**
7364
- * 清除所有过滤条件
7365
- * @returns {number} 清除结果
7363
+ /**
7364
+ * 清除所有过滤条件
7365
+ * @returns {number} 清除结果
7366
7366
  */
7367
7367
 
7368
7368
 
@@ -7376,10 +7376,10 @@ var plugin_CA_ExtInterface = function () {
7376
7376
  }
7377
7377
  };
7378
7378
 
7379
- /**
7380
- * P1 签名
7381
- * @param {string} strValueBase64 - 待签名的 Base64 字符串
7382
- * @returns {string} 签名结果
7379
+ /**
7380
+ * P1 签名
7381
+ * @param {string} strValueBase64 - 待签名的 Base64 字符串
7382
+ * @returns {string} 签名结果
7383
7383
  */
7384
7384
 
7385
7385
 
@@ -7393,10 +7393,10 @@ var plugin_CA_ExtInterface = function () {
7393
7393
  }
7394
7394
  };
7395
7395
 
7396
- /**
7397
- * P1 签名字符串
7398
- * @param {string} strValue - 待签名的字符串
7399
- * @returns {string} 签名结果
7396
+ /**
7397
+ * P1 签名字符串
7398
+ * @param {string} strValue - 待签名的字符串
7399
+ * @returns {string} 签名结果
7400
7400
  */
7401
7401
 
7402
7402
 
@@ -7410,12 +7410,12 @@ var plugin_CA_ExtInterface = function () {
7410
7410
  }
7411
7411
  };
7412
7412
 
7413
- /**
7414
- * P7 签名
7415
- * @param {string} strValueBase64 - 待签名的 Base64 字符串
7416
- * @param {boolean} isDetach - 是否分离签名
7417
- * @param {boolean} isIncludeCert - 是否包含证书
7418
- * @returns {string} 签名结果
7413
+ /**
7414
+ * P7 签名
7415
+ * @param {string} strValueBase64 - 待签名的 Base64 字符串
7416
+ * @param {boolean} isDetach - 是否分离签名
7417
+ * @param {boolean} isIncludeCert - 是否包含证书
7418
+ * @returns {string} 签名结果
7419
7419
  */
7420
7420
 
7421
7421
 
@@ -7429,12 +7429,12 @@ var plugin_CA_ExtInterface = function () {
7429
7429
  }
7430
7430
  };
7431
7431
 
7432
- /**
7433
- * P7 签名字符串
7434
- * @param {string} strValue - 待签名的字符串
7435
- * @param {boolean} isDetach - 是否分离签名
7436
- * @param {boolean} isIncludeCert - 是否包含证书
7437
- * @returns {string} 签名结果
7432
+ /**
7433
+ * P7 签名字符串
7434
+ * @param {string} strValue - 待签名的字符串
7435
+ * @param {boolean} isDetach - 是否分离签名
7436
+ * @param {boolean} isIncludeCert - 是否包含证书
7437
+ * @returns {string} 签名结果
7438
7438
  */
7439
7439
 
7440
7440
 
@@ -7448,9 +7448,9 @@ var plugin_CA_ExtInterface = function () {
7448
7448
  }
7449
7449
  };
7450
7450
 
7451
- /**
7452
- * 释放签名对象
7453
- * @returns {number} 释放结果
7451
+ /**
7452
+ * 释放签名对象
7453
+ * @returns {number} 释放结果
7454
7454
  */
7455
7455
 
7456
7456
 
@@ -7464,9 +7464,9 @@ var plugin_CA_ExtInterface = function () {
7464
7464
  }
7465
7465
  };
7466
7466
 
7467
- /**
7468
- * 获取签名版本
7469
- * @returns {string} 签名版本
7467
+ /**
7468
+ * 获取签名版本
7469
+ * @returns {string} 签名版本
7470
7470
  */
7471
7471
 
7472
7472
 
@@ -7480,9 +7480,9 @@ var plugin_CA_ExtInterface = function () {
7480
7480
  }
7481
7481
  };
7482
7482
 
7483
- /**
7484
- * 获取签名证书
7485
- * @returns {string} 签名证书
7483
+ /**
7484
+ * 获取签名证书
7485
+ * @returns {string} 签名证书
7486
7486
  */
7487
7487
 
7488
7488
 
@@ -7496,9 +7496,9 @@ var plugin_CA_ExtInterface = function () {
7496
7496
  }
7497
7497
  };
7498
7498
 
7499
- /**
7500
- * 获取错误码
7501
- * @returns {number} 错误码
7499
+ /**
7500
+ * 获取错误码
7501
+ * @returns {number} 错误码
7502
7502
  */
7503
7503
 
7504
7504
 
@@ -7512,9 +7512,9 @@ var plugin_CA_ExtInterface = function () {
7512
7512
  }
7513
7513
  };
7514
7514
 
7515
- /**
7516
- * 获取错误信息
7517
- * @returns {string} 错误信息
7515
+ /**
7516
+ * 获取错误信息
7517
+ * @returns {string} 错误信息
7518
7518
  */
7519
7519
 
7520
7520
 
@@ -7528,9 +7528,9 @@ var plugin_CA_ExtInterface = function () {
7528
7528
  }
7529
7529
  };
7530
7530
 
7531
- /**
7532
- * 销毁认证对象
7533
- * @returns {number} 销毁结果
7531
+ /**
7532
+ * 销毁认证对象
7533
+ * @returns {number} 销毁结果
7534
7534
  */
7535
7535
 
7536
7536
 
@@ -7544,9 +7544,9 @@ var plugin_CA_ExtInterface = function () {
7544
7544
  }
7545
7545
  };
7546
7546
 
7547
- /**
7548
- * 获取证书类型
7549
- * @returns {string} 证书类型
7547
+ /**
7548
+ * 获取证书类型
7549
+ * @returns {string} 证书类型
7550
7550
  */
7551
7551
 
7552
7552
 
@@ -7560,9 +7560,9 @@ var plugin_CA_ExtInterface = function () {
7560
7560
  }
7561
7561
  };
7562
7562
 
7563
- /**
7564
- * 获取签名摘要算法
7565
- * @returns {string} 签名摘要算法
7563
+ /**
7564
+ * 获取签名摘要算法
7565
+ * @returns {string} 签名摘要算法
7566
7566
  */
7567
7567
 
7568
7568
 
@@ -7576,11 +7576,11 @@ var plugin_CA_ExtInterface = function () {
7576
7576
  }
7577
7577
  };
7578
7578
 
7579
- /**
7580
- * 使能调用序列
7581
- * @param {boolean} bCallQueueEnable - 是否使能调用序列
7582
- * @param {boolean} bHeadInfoEnable - 是否使能头部信息
7583
- * @returns {number} 使能结果
7579
+ /**
7580
+ * 使能调用序列
7581
+ * @param {boolean} bCallQueueEnable - 是否使能调用序列
7582
+ * @param {boolean} bHeadInfoEnable - 是否使能头部信息
7583
+ * @returns {number} 使能结果
7584
7584
  */
7585
7585
 
7586
7586
 
@@ -7594,9 +7594,9 @@ var plugin_CA_ExtInterface = function () {
7594
7594
  }
7595
7595
  };
7596
7596
 
7597
- /**
7598
- * 清空调用序列结果
7599
- * @returns {number} 清空调用序列结果
7597
+ /**
7598
+ * 清空调用序列结果
7599
+ * @returns {number} 清空调用序列结果
7600
7600
  */
7601
7601
 
7602
7602
 
@@ -7610,9 +7610,9 @@ var plugin_CA_ExtInterface = function () {
7610
7610
  }
7611
7611
  };
7612
7612
 
7613
- /**
7614
- * 获取调用序列结果
7615
- * @returns {string} 调用序列结果
7613
+ /**
7614
+ * 获取调用序列结果
7615
+ * @returns {string} 调用序列结果
7616
7616
  */
7617
7617
 
7618
7618
 
@@ -7626,12 +7626,12 @@ var plugin_CA_ExtInterface = function () {
7626
7626
  }
7627
7627
  };
7628
7628
 
7629
- /**
7630
- * 客户端安全策略检查
7631
- * @param {string} strGatewayAddress - 网关地址
7632
- * @param {number} usGatewayPort - 网关端口
7633
- * @param {string} strSecurityPolicys - 安全策略
7634
- * @returns {boolean} 检查结果
7629
+ /**
7630
+ * 客户端安全策略检查
7631
+ * @param {string} strGatewayAddress - 网关地址
7632
+ * @param {number} usGatewayPort - 网关端口
7633
+ * @param {string} strSecurityPolicys - 安全策略
7634
+ * @returns {boolean} 检查结果
7635
7635
  */
7636
7636
 
7637
7637
 
@@ -7645,9 +7645,9 @@ var plugin_CA_ExtInterface = function () {
7645
7645
  }
7646
7646
  };
7647
7647
 
7648
- /**
7649
- * 获取通讯协议版本
7650
- * @returns {string} 通讯协议版本
7648
+ /**
7649
+ * 获取通讯协议版本
7650
+ * @returns {string} 通讯协议版本
7651
7651
  */
7652
7652
 
7653
7653
 
@@ -7661,13 +7661,13 @@ var plugin_CA_ExtInterface = function () {
7661
7661
  }
7662
7662
  };
7663
7663
 
7664
- /**
7665
- * 修改 Key 的 Pin 码
7666
- * @param {string} strCertSn - 证书序列号
7667
- * @param {number} lPinCodeType - Pin 码类型
7668
- * @param {string} strCurPinCode - 当前 Pin 码
7669
- * @param {string} strNewPinCode - 新 Pin 码
7670
- * @returns {number} 修改结果
7664
+ /**
7665
+ * 修改 Key 的 Pin 码
7666
+ * @param {string} strCertSn - 证书序列号
7667
+ * @param {number} lPinCodeType - Pin 码类型
7668
+ * @param {string} strCurPinCode - 当前 Pin 码
7669
+ * @param {string} strNewPinCode - 新 Pin 码
7670
+ * @returns {number} 修改结果
7671
7671
  */
7672
7672
 
7673
7673
 
@@ -7681,10 +7681,10 @@ var plugin_CA_ExtInterface = function () {
7681
7681
  }
7682
7682
  };
7683
7683
 
7684
- /**
7685
- * 等待策略设置完毕
7686
- * @param {string} strGatewayAddress - 网关地址
7687
- * @returns {number} 等待结果
7684
+ /**
7685
+ * 等待策略设置完毕
7686
+ * @param {string} strGatewayAddress - 网关地址
7687
+ * @returns {number} 等待结果
7688
7688
  */
7689
7689
 
7690
7690
 
@@ -7698,10 +7698,10 @@ var plugin_CA_ExtInterface = function () {
7698
7698
  }
7699
7699
  };
7700
7700
 
7701
- /**
7702
- * 获取会话 Token
7703
- * @param {string} strGatewayAddress - 网关地址
7704
- * @returns {string} 会话 Token
7701
+ /**
7702
+ * 获取会话 Token
7703
+ * @param {string} strGatewayAddress - 网关地址
7704
+ * @returns {string} 会话 Token
7705
7705
  */
7706
7706
 
7707
7707
 
@@ -7715,9 +7715,9 @@ var plugin_CA_ExtInterface = function () {
7715
7715
  }
7716
7716
  };
7717
7717
 
7718
- /**
7719
- * 获取控件版本
7720
- * @returns {string} 控件版本
7718
+ /**
7719
+ * 获取控件版本
7720
+ * @returns {string} 控件版本
7721
7721
  */
7722
7722
 
7723
7723
 
@@ -7731,10 +7731,10 @@ var plugin_CA_ExtInterface = function () {
7731
7731
  }
7732
7732
  };
7733
7733
 
7734
- /**
7735
- * 设置语言资源
7736
- * @param {string} strLanguage - 语言资源
7737
- * @returns {number} 设置结果
7734
+ /**
7735
+ * 设置语言资源
7736
+ * @param {string} strLanguage - 语言资源
7737
+ * @returns {number} 设置结果
7738
7738
  */
7739
7739
 
7740
7740
 
@@ -7748,12 +7748,12 @@ var plugin_CA_ExtInterface = function () {
7748
7748
  }
7749
7749
  };
7750
7750
 
7751
- /**
7752
- * 获取用户属性
7753
- * @param {string} strGatewayAddress - 网关地址
7754
- * @param {string} strAppFlag - 应用标识
7755
- * @param {string} strAttributeName - 属性名称
7756
- * @returns {string} 用户属性值
7751
+ /**
7752
+ * 获取用户属性
7753
+ * @param {string} strGatewayAddress - 网关地址
7754
+ * @param {string} strAppFlag - 应用标识
7755
+ * @param {string} strAttributeName - 属性名称
7756
+ * @returns {string} 用户属性值
7757
7757
  */
7758
7758
 
7759
7759
 
@@ -7767,9 +7767,9 @@ var plugin_CA_ExtInterface = function () {
7767
7767
  }
7768
7768
  };
7769
7769
 
7770
- /**
7771
- * 获取签名加密 PIN 码
7772
- * @returns {string} 签名加密 PIN 码
7770
+ /**
7771
+ * 获取签名加密 PIN 码
7772
+ * @returns {string} 签名加密 PIN 码
7773
7773
  */
7774
7774
 
7775
7775
 
@@ -7782,20 +7782,20 @@ var plugin_CA_ExtInterface = function () {
7782
7782
  return result.value;
7783
7783
  }
7784
7784
  };
7785
- /*
7786
- *曙光四川CA
7787
- *'SOF_GetUserList' 证书列表
7788
- *'SOF_ExportUserCert' 导出证书
7789
- *'SOF_GetCertInfo': 获取证书信息
7790
- *'SOF_GenRandom': 生成随机数
7791
- *'SOF_SignData': 获取证书签名
7792
- *'SOF_Login': 登录证书
7793
- *'SOF_GetPinRetryCount': 剩余次数
7785
+ /*
7786
+ *曙光四川CA
7787
+ *'SOF_GetUserList' 证书列表
7788
+ *'SOF_ExportUserCert' 导出证书
7789
+ *'SOF_GetCertInfo': 获取证书信息
7790
+ *'SOF_GenRandom': 生成随机数
7791
+ *'SOF_SignData': 获取证书签名
7792
+ *'SOF_Login': 登录证书
7793
+ *'SOF_GetPinRetryCount': 剩余次数
7794
7794
  */
7795
- /**
7796
- *
7797
- * 获取webSocket消息
7798
- * @returns {string}
7795
+ /**
7796
+ *
7797
+ * 获取webSocket消息
7798
+ * @returns {string}
7799
7799
  */
7800
7800
 
7801
7801
 
@@ -7831,10 +7831,10 @@ var plugin_CA_ExtInterface = function () {
7831
7831
  };
7832
7832
  });
7833
7833
  };
7834
- /**
7835
- *
7836
- * base64解码
7837
- * @returns {string} base64解码后的字符串
7834
+ /**
7835
+ *
7836
+ * base64解码
7837
+ * @returns {string} base64解码后的字符串
7838
7838
  */
7839
7839
 
7840
7840
 
@@ -7869,10 +7869,10 @@ var plugin_CA_ExtInterface = function () {
7869
7869
  val = this.utf8_decode(val);
7870
7870
  return val;
7871
7871
  };
7872
- /**
7873
- *
7874
- * base64编码
7875
- * @returns {string} base64编码后的字符串
7872
+ /**
7873
+ *
7874
+ * base64编码
7875
+ * @returns {string} base64编码后的字符串
7876
7876
  */
7877
7877
 
7878
7878
 
@@ -7905,10 +7905,10 @@ var plugin_CA_ExtInterface = function () {
7905
7905
  }
7906
7906
  return val;
7907
7907
  };
7908
- /**
7909
- *
7910
- * utf8解码
7911
- * @returns {string} utf8解码后的字符串
7908
+ /**
7909
+ *
7910
+ * utf8解码
7911
+ * @returns {string} utf8解码后的字符串
7912
7912
  */
7913
7913
 
7914
7914
 
@@ -7937,10 +7937,10 @@ var plugin_CA_ExtInterface = function () {
7937
7937
  }
7938
7938
  return string;
7939
7939
  };
7940
- /**
7941
- *
7942
- * utf8编码
7943
- * @returns {string} utf8编码后的字符串
7940
+ /**
7941
+ *
7942
+ * utf8编码
7943
+ * @returns {string} utf8编码后的字符串
7944
7944
  */
7945
7945
 
7946
7946
 
@@ -28418,8 +28418,8 @@ form_src_main.install = function (Vue) {
28418
28418
  };
28419
28419
 
28420
28420
  /* harmony default export */ var packages_form = (form_src_main);
28421
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/main.vue?vue&type=template&id=3f77c73e&
28422
- var mainvue_type_template_id_3f77c73e_render = function () {
28421
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/main.vue?vue&type=template&id=59cacbe1&
28422
+ var mainvue_type_template_id_59cacbe1_render = function () {
28423
28423
  var _vm = this
28424
28424
  var _h = _vm.$createElement
28425
28425
  var _c = _vm._self._c || _h
@@ -31498,11 +31498,11 @@ var mainvue_type_template_id_3f77c73e_render = function () {
31498
31498
  )
31499
31499
  : _vm._e()
31500
31500
  }
31501
- var mainvue_type_template_id_3f77c73e_staticRenderFns = []
31502
- mainvue_type_template_id_3f77c73e_render._withStripped = true
31501
+ var mainvue_type_template_id_59cacbe1_staticRenderFns = []
31502
+ mainvue_type_template_id_59cacbe1_render._withStripped = true
31503
31503
 
31504
31504
 
31505
- // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=3f77c73e&
31505
+ // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=59cacbe1&
31506
31506
 
31507
31507
  // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/CommonOpinions.vue?vue&type=template&id=7b4f1542&
31508
31508
  var CommonOpinionsvue_type_template_id_7b4f1542_render = function () {
@@ -36368,11 +36368,11 @@ var processFormvue_type_script_lang_js_components;
36368
36368
  });
36369
36369
  },
36370
36370
 
36371
- /**
36372
- * isMultiple
36373
- * @desc:是否多选
36374
- * @author liufan
36375
- * @date 2022年9月13日
36371
+ /**
36372
+ * isMultiple
36373
+ * @desc:是否多选
36374
+ * @author liufan
36375
+ * @date 2022年9月13日
36376
36376
  **/
36377
36377
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
36378
36378
  var multiple = false;
@@ -40622,11 +40622,11 @@ var resetvue_type_script_lang_js_components;
40622
40622
  });
40623
40623
  },
40624
40624
 
40625
- /**
40626
- * isMultiple
40627
- * @desc:是否多选
40628
- * @author liufan
40629
- * @date 2022年9月13日
40625
+ /**
40626
+ * isMultiple
40627
+ * @desc:是否多选
40628
+ * @author liufan
40629
+ * @date 2022年9月13日
40630
40630
  **/
40631
40631
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
40632
40632
  var multiple = false;
@@ -45274,11 +45274,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45274
45274
  });
45275
45275
  },
45276
45276
 
45277
- /**
45278
- * saveInfo
45279
- * @desc:暂存
45280
- * @author liufan
45281
- * @date 2022年9月9日
45277
+ /**
45278
+ * saveInfo
45279
+ * @desc:暂存
45280
+ * @author liufan
45281
+ * @date 2022年9月9日
45282
45282
  **/
45283
45283
  saveInfo: function saveInfo(type, btn) {
45284
45284
  var _this6 = this;
@@ -45340,11 +45340,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45340
45340
  });
45341
45341
  },
45342
45342
 
45343
- /**
45344
- * rejectBtn
45345
- * @desc:点击驳回
45346
- * @author liufan
45347
- * @date 2022年5月25日
45343
+ /**
45344
+ * rejectBtn
45345
+ * @desc:点击驳回
45346
+ * @author liufan
45347
+ * @date 2022年5月25日
45348
45348
  **/
45349
45349
  rejectBtn: function rejectBtn() {
45350
45350
  var _this8 = this;
@@ -45362,11 +45362,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45362
45362
  }
45363
45363
  },
45364
45364
 
45365
- /**
45366
- * taskReadBtn
45367
- * @desc:点击分阅
45368
- * @author liufan
45369
- * @date 2022年5月25日
45365
+ /**
45366
+ * taskReadBtn
45367
+ * @desc:点击分阅
45368
+ * @author liufan
45369
+ * @date 2022年5月25日
45370
45370
  **/
45371
45371
  taskReadBtn: function taskReadBtn() {
45372
45372
  var _this9 = this;
@@ -45385,11 +45385,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45385
45385
  }
45386
45386
  },
45387
45387
 
45388
- /**
45389
- * getFind
45390
- * @desc:获取通知方式
45391
- * @author liufan
45392
- * @date 2022年5月25日
45388
+ /**
45389
+ * getFind
45390
+ * @desc:获取通知方式
45391
+ * @author liufan
45392
+ * @date 2022年5月25日
45393
45393
  **/
45394
45394
  getFind: function getFind() {
45395
45395
  var _this10 = this;
@@ -45445,12 +45445,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45445
45445
  });
45446
45446
  },
45447
45447
 
45448
- /**
45449
- * endFlows
45450
- * @desc:直接办结
45451
- * @author liufan
45452
- * @param {Object} res 直接办结数据
45453
- * @date 2022年5月25日
45448
+ /**
45449
+ * endFlows
45450
+ * @desc:直接办结
45451
+ * @author liufan
45452
+ * @param {Object} res 直接办结数据
45453
+ * @date 2022年5月25日
45454
45454
  **/
45455
45455
  endFlows: function endFlows(res) {
45456
45456
  var _this12 = this;
@@ -45504,12 +45504,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45504
45504
  }).catch(function (e) {});
45505
45505
  },
45506
45506
 
45507
- /**
45508
- * goView
45509
- * @desc:更多流程按钮操作
45510
- * @author liufan
45511
- * @param {Object} res 当前点击操作按钮数据
45512
- * @date 2022年5月25日
45507
+ /**
45508
+ * goView
45509
+ * @desc:更多流程按钮操作
45510
+ * @author liufan
45511
+ * @param {Object} res 当前点击操作按钮数据
45512
+ * @date 2022年5月25日
45513
45513
  **/
45514
45514
  goView: function goView(res) {
45515
45515
  // 驳回并办结:rejectAndEndHtml
@@ -45594,11 +45594,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45594
45594
  // isCanStartSubFlow
45595
45595
  },
45596
45596
 
45597
- /**
45598
- * toTakeAdvice
45599
- * @desc:征求意见
45600
- * @author liufan
45601
- * @date 2022年9月29日
45597
+ /**
45598
+ * toTakeAdvice
45599
+ * @desc:征求意见
45600
+ * @author liufan
45601
+ * @date 2022年9月29日
45602
45602
  **/
45603
45603
  toTakeAdvice: function toTakeAdvice(res) {
45604
45604
  var _this14 = this;
@@ -45642,11 +45642,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45642
45642
  });
45643
45643
  },
45644
45644
 
45645
- /**
45646
- * toStartDraf
45647
- * @desc: 稿件递送、联合审核、复核
45648
- * @author liufan
45649
- * @date 2022年9月29日
45645
+ /**
45646
+ * toStartDraf
45647
+ * @desc: 稿件递送、联合审核、复核
45648
+ * @author liufan
45649
+ * @date 2022年9月29日
45650
45650
  **/
45651
45651
  toStartDraf: function toStartDraf(res) {
45652
45652
  var _this16 = this;
@@ -45660,11 +45660,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45660
45660
  }
45661
45661
  },
45662
45662
 
45663
- /**
45664
- * toSendMsg
45665
- * @desc:核稿通知
45666
- * @author liufan
45667
- * @date 2022年9月29日
45663
+ /**
45664
+ * toSendMsg
45665
+ * @desc:核稿通知
45666
+ * @author liufan
45667
+ * @date 2022年9月29日
45668
45668
  **/
45669
45669
  toSendMsg: function toSendMsg(res) {
45670
45670
  var _this17 = this;
@@ -45678,11 +45678,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45678
45678
  }
45679
45679
  },
45680
45680
 
45681
- /**
45682
- * toTaskReadAndEnd
45683
- * @desc:分阅并办结
45684
- * @author liufan
45685
- * @date 2022年9月29日
45681
+ /**
45682
+ * toTaskReadAndEnd
45683
+ * @desc:分阅并办结
45684
+ * @author liufan
45685
+ * @date 2022年9月29日
45686
45686
  **/
45687
45687
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
45688
45688
  var _this18 = this;
@@ -45700,11 +45700,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45700
45700
  }
45701
45701
  },
45702
45702
 
45703
- /**
45704
- * rejectAndEnd
45705
- * @desc:驳回并办结
45706
- * @author liufan
45707
- * @date 2022年9月29日
45703
+ /**
45704
+ * rejectAndEnd
45705
+ * @desc:驳回并办结
45706
+ * @author liufan
45707
+ * @date 2022年9月29日
45708
45708
  **/
45709
45709
  rejectAndEnd: function rejectAndEnd(res) {
45710
45710
  var _this19 = this;
@@ -45759,11 +45759,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45759
45759
  });
45760
45760
  },
45761
45761
 
45762
- /**
45763
- * toTransfer
45764
- * @desc:转办
45765
- * @author liufan
45766
- * @date 2022年9月29日
45762
+ /**
45763
+ * toTransfer
45764
+ * @desc:转办
45765
+ * @author liufan
45766
+ * @date 2022年9月29日
45767
45767
  **/
45768
45768
  toTransfer: function toTransfer(res) {
45769
45769
  var _this21 = this;
@@ -45779,11 +45779,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45779
45779
  }
45780
45780
  },
45781
45781
 
45782
- /**
45783
- * getNodeInfo
45784
- * @desc:获取节点信息
45785
- * @author liufan
45786
- * @date 2022年5月25日
45782
+ /**
45783
+ * getNodeInfo
45784
+ * @desc:获取节点信息
45785
+ * @author liufan
45786
+ * @date 2022年5月25日
45787
45787
  **/
45788
45788
  getNodeInfo: function getNodeInfo() {
45789
45789
  var _this22 = this;
@@ -45882,12 +45882,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45882
45882
  });
45883
45883
  },
45884
45884
 
45885
- /**
45886
- * selecNext
45887
- * @desc:下步节点变化时更新数据
45888
- * @author liufan
45889
- * @param {String} val 当前选中值
45890
- * @date 2022年5月25日
45885
+ /**
45886
+ * selecNext
45887
+ * @desc:下步节点变化时更新数据
45888
+ * @author liufan
45889
+ * @param {String} val 当前选中值
45890
+ * @date 2022年5月25日
45891
45891
  **/
45892
45892
  selecNext: function selecNext(val, type, isDef) {
45893
45893
  var _this23 = this;
@@ -45996,11 +45996,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45996
45996
  if (isDef !== true) this.getNodeInfo();
45997
45997
  },
45998
45998
 
45999
- /**
46000
- * isMultiple
46001
- * @desc:是否多选
46002
- * @author liufan
46003
- * @date 2022年9月13日
45999
+ /**
46000
+ * isMultiple
46001
+ * @desc:是否多选
46002
+ * @author liufan
46003
+ * @date 2022年9月13日
46004
46004
  **/
46005
46005
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
46006
46006
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -46032,11 +46032,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
46032
46032
  }
46033
46033
  },
46034
46034
 
46035
- /**
46036
- * getHedInfo
46037
- * @desc:获取审核页面数据
46038
- * @author liufan
46039
- * @date 2022年5月25日
46035
+ /**
46036
+ * getHedInfo
46037
+ * @desc:获取审核页面数据
46038
+ * @author liufan
46039
+ * @date 2022年5月25日
46040
46040
  **/
46041
46041
  getHedInfo: function getHedInfo() {
46042
46042
  var _this24 = this;
@@ -46272,13 +46272,13 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
46272
46272
  });
46273
46273
  },
46274
46274
 
46275
- /**
46276
- * closeProcess
46277
- * @desc:关闭弹窗
46278
- * @author liufan
46279
- * @param {boolean} val 当前是否办理流程
46280
- * @param {String} type 当前点击的弹窗类型
46281
- * @date 2022年5月25日
46275
+ /**
46276
+ * closeProcess
46277
+ * @desc:关闭弹窗
46278
+ * @author liufan
46279
+ * @param {boolean} val 当前是否办理流程
46280
+ * @param {String} type 当前点击的弹窗类型
46281
+ * @date 2022年5月25日
46282
46282
  **/
46283
46283
  closeProcess: function closeProcess(val, type, closeParent) {
46284
46284
  if (closeParent) {
@@ -46295,23 +46295,23 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
46295
46295
  }
46296
46296
  },
46297
46297
 
46298
- /**
46299
- * selectChange
46300
- * @desc:常用语选择
46301
- * @author liufan
46302
- * @param {String} val 选中值
46303
- * @date 2022年5月25日
46298
+ /**
46299
+ * selectChange
46300
+ * @desc:常用语选择
46301
+ * @author liufan
46302
+ * @param {String} val 选中值
46303
+ * @date 2022年5月25日
46304
46304
  **/
46305
46305
  selectChange: function selectChange(val) {
46306
46306
  this.value = val;
46307
46307
  },
46308
46308
 
46309
- /**
46310
- * upDate
46311
- * @desc:修改常用语
46312
- * @author liufan
46313
- * @param {Object} val 修改值
46314
- * @date 2022年5月25日
46309
+ /**
46310
+ * upDate
46311
+ * @desc:修改常用语
46312
+ * @author liufan
46313
+ * @param {Object} val 修改值
46314
+ * @date 2022年5月25日
46315
46315
  **/
46316
46316
  upDate: function upDate(val) {
46317
46317
  this.FormData.id = val.id;
@@ -46319,11 +46319,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
46319
46319
  },
46320
46320
 
46321
46321
 
46322
- /**
46323
- * getProcess
46324
- * @desc:获取选择流程
46325
- * @author liufan
46326
- * @date 2022年5月25日
46322
+ /**
46323
+ * getProcess
46324
+ * @desc:获取选择流程
46325
+ * @author liufan
46326
+ * @date 2022年5月25日
46327
46327
  **/
46328
46328
  getProcess: function getProcess() {
46329
46329
  var _this25 = this;
@@ -46377,11 +46377,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
46377
46377
  });
46378
46378
  },
46379
46379
 
46380
- /**
46381
- * getPendedhistoryList
46382
- * @desc:获取流程列表
46383
- * @author liufan
46384
- * @date 2022年5月25日
46380
+ /**
46381
+ * getPendedhistoryList
46382
+ * @desc:获取流程列表
46383
+ * @author liufan
46384
+ * @date 2022年5月25日
46385
46385
  **/
46386
46386
  getPendedhistoryList: function getPendedhistoryList() {
46387
46387
  var _this26 = this;
@@ -46413,12 +46413,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
46413
46413
  },
46414
46414
 
46415
46415
  // 提交流程
46416
- /**
46417
- * subProcess
46418
- * @desc:提交流程
46419
- * @author liufan
46420
- * @param {String} formName 当前form表单ref值
46421
- * @date 2022年5月25日
46416
+ /**
46417
+ * subProcess
46418
+ * @desc:提交流程
46419
+ * @author liufan
46420
+ * @param {String} formName 当前form表单ref值
46421
+ * @date 2022年5月25日
46422
46422
  **/
46423
46423
  subProcess: function subProcess(val) {
46424
46424
  var _this27 = this;
@@ -50394,11 +50394,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50394
50394
  });
50395
50395
  },
50396
50396
 
50397
- /**
50398
- * saveInfo
50399
- * @desc:暂存
50400
- * @author liufan
50401
- * @date 2022年9月9日
50397
+ /**
50398
+ * saveInfo
50399
+ * @desc:暂存
50400
+ * @author liufan
50401
+ * @date 2022年9月9日
50402
50402
  **/
50403
50403
  saveInfo: function saveInfo(type, btn) {
50404
50404
  var _this14 = this;
@@ -50460,11 +50460,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50460
50460
  });
50461
50461
  },
50462
50462
 
50463
- /**
50464
- * rejectBtn
50465
- * @desc:点击驳回
50466
- * @author liufan
50467
- * @date 2022年5月25日
50463
+ /**
50464
+ * rejectBtn
50465
+ * @desc:点击驳回
50466
+ * @author liufan
50467
+ * @date 2022年5月25日
50468
50468
  **/
50469
50469
  rejectBtn: function rejectBtn() {
50470
50470
  var _this16 = this;
@@ -50482,11 +50482,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50482
50482
  }
50483
50483
  },
50484
50484
 
50485
- /**
50486
- * taskReadBtn
50487
- * @desc:点击分阅
50488
- * @author liufan
50489
- * @date 2022年5月25日
50485
+ /**
50486
+ * taskReadBtn
50487
+ * @desc:点击分阅
50488
+ * @author liufan
50489
+ * @date 2022年5月25日
50490
50490
  **/
50491
50491
  taskReadBtn: function taskReadBtn() {
50492
50492
  var _this17 = this;
@@ -50505,11 +50505,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50505
50505
  }
50506
50506
  },
50507
50507
 
50508
- /**
50509
- * getFind
50510
- * @desc:获取通知方式
50511
- * @author liufan
50512
- * @date 2022年5月25日
50508
+ /**
50509
+ * getFind
50510
+ * @desc:获取通知方式
50511
+ * @author liufan
50512
+ * @date 2022年5月25日
50513
50513
  **/
50514
50514
  getFind: function getFind() {
50515
50515
  var _this18 = this;
@@ -50576,12 +50576,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50576
50576
  });
50577
50577
  },
50578
50578
 
50579
- /**
50580
- * endFlows
50581
- * @desc:直接办结
50582
- * @author liufan
50583
- * @param {Object} res 直接办结数据
50584
- * @date 2022年5月25日
50579
+ /**
50580
+ * endFlows
50581
+ * @desc:直接办结
50582
+ * @author liufan
50583
+ * @param {Object} res 直接办结数据
50584
+ * @date 2022年5月25日
50585
50585
  **/
50586
50586
  endFlows: function endFlows(res) {
50587
50587
  var _this20 = this;
@@ -50636,12 +50636,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50636
50636
  }).catch(function (e) {});
50637
50637
  },
50638
50638
 
50639
- /**
50640
- * goView
50641
- * @desc:更多流程按钮操作
50642
- * @author liufan
50643
- * @param {Object} res 当前点击操作按钮数据
50644
- * @date 2022年5月25日
50639
+ /**
50640
+ * goView
50641
+ * @desc:更多流程按钮操作
50642
+ * @author liufan
50643
+ * @param {Object} res 当前点击操作按钮数据
50644
+ * @date 2022年5月25日
50645
50645
  **/
50646
50646
  goView: function goView(res) {
50647
50647
  // 驳回并办结:rejectAndEndHtml
@@ -50728,11 +50728,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50728
50728
  // isCanStartSubFlow
50729
50729
  },
50730
50730
 
50731
- /**
50732
- * toTakeAdvice
50733
- * @desc:征求意见
50734
- * @author liufan
50735
- * @date 2022年9月29日
50731
+ /**
50732
+ * toTakeAdvice
50733
+ * @desc:征求意见
50734
+ * @author liufan
50735
+ * @date 2022年9月29日
50736
50736
  **/
50737
50737
  toTakeAdvice: function toTakeAdvice(res) {
50738
50738
  var _this22 = this;
@@ -50776,11 +50776,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50776
50776
  });
50777
50777
  },
50778
50778
 
50779
- /**
50780
- * toStartDraf
50781
- * @desc: 稿件递送、联合审核、复核
50782
- * @author liufan
50783
- * @date 2022年9月29日
50779
+ /**
50780
+ * toStartDraf
50781
+ * @desc: 稿件递送、联合审核、复核
50782
+ * @author liufan
50783
+ * @date 2022年9月29日
50784
50784
  **/
50785
50785
  toStartDraf: function toStartDraf(res) {
50786
50786
  var _this24 = this;
@@ -50794,11 +50794,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50794
50794
  }
50795
50795
  },
50796
50796
 
50797
- /**
50798
- * toSendMsg
50799
- * @desc:核稿通知
50800
- * @author liufan
50801
- * @date 2022年9月29日
50797
+ /**
50798
+ * toSendMsg
50799
+ * @desc:核稿通知
50800
+ * @author liufan
50801
+ * @date 2022年9月29日
50802
50802
  **/
50803
50803
  toSendMsg: function toSendMsg(res) {
50804
50804
  var _this25 = this;
@@ -50812,11 +50812,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50812
50812
  }
50813
50813
  },
50814
50814
 
50815
- /**
50816
- * toTaskReadAndEnd
50817
- * @desc:分阅并办结
50818
- * @author liufan
50819
- * @date 2022年9月29日
50815
+ /**
50816
+ * toTaskReadAndEnd
50817
+ * @desc:分阅并办结
50818
+ * @author liufan
50819
+ * @date 2022年9月29日
50820
50820
  **/
50821
50821
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
50822
50822
  var _this26 = this;
@@ -50834,11 +50834,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50834
50834
  }
50835
50835
  },
50836
50836
 
50837
- /**
50838
- * rejectAndEnd
50839
- * @desc:驳回并办结
50840
- * @author liufan
50841
- * @date 2022年9月29日
50837
+ /**
50838
+ * rejectAndEnd
50839
+ * @desc:驳回并办结
50840
+ * @author liufan
50841
+ * @date 2022年9月29日
50842
50842
  **/
50843
50843
  rejectAndEnd: function rejectAndEnd(res) {
50844
50844
  var _this27 = this;
@@ -50894,11 +50894,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50894
50894
  });
50895
50895
  },
50896
50896
 
50897
- /**
50898
- * toTransfer
50899
- * @desc:转办
50900
- * @author liufan
50901
- * @date 2022年9月29日
50897
+ /**
50898
+ * toTransfer
50899
+ * @desc:转办
50900
+ * @author liufan
50901
+ * @date 2022年9月29日
50902
50902
  **/
50903
50903
  toTransfer: function toTransfer(res) {
50904
50904
  var _this29 = this;
@@ -50917,11 +50917,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50917
50917
  this.nextNode.customLimitTime = val;
50918
50918
  },
50919
50919
 
50920
- /**
50921
- * getNodeInfo
50922
- * @desc:获取节点信息
50923
- * @author liufan
50924
- * @date 2022年5月25日
50920
+ /**
50921
+ * getNodeInfo
50922
+ * @desc:获取节点信息
50923
+ * @author liufan
50924
+ * @date 2022年5月25日
50925
50925
  **/
50926
50926
  getNodeInfo: function getNodeInfo() {
50927
50927
  var _this30 = this;
@@ -51052,12 +51052,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51052
51052
  });
51053
51053
  },
51054
51054
 
51055
- /**
51056
- * selecNext
51057
- * @desc:下步节点变化时更新数据
51058
- * @author liufan
51059
- * @param {String} val 当前选中值
51060
- * @date 2022年5月25日
51055
+ /**
51056
+ * selecNext
51057
+ * @desc:下步节点变化时更新数据
51058
+ * @author liufan
51059
+ * @param {String} val 当前选中值
51060
+ * @date 2022年5月25日
51061
51061
  **/
51062
51062
  selecNext: function selecNext(val, type, isDef) {
51063
51063
  var _this31 = this;
@@ -51197,11 +51197,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51197
51197
  }
51198
51198
  },
51199
51199
 
51200
- /**
51201
- * isMultiple
51202
- * @desc:是否多选
51203
- * @author liufan
51204
- * @date 2022年9月13日
51200
+ /**
51201
+ * isMultiple
51202
+ * @desc:是否多选
51203
+ * @author liufan
51204
+ * @date 2022年9月13日
51205
51205
  **/
51206
51206
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
51207
51207
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -51233,11 +51233,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51233
51233
  }
51234
51234
  },
51235
51235
 
51236
- /**
51237
- * getHedInfo
51238
- * @desc:获取审核页面数据
51239
- * @author liufan
51240
- * @date 2022年5月25日
51236
+ /**
51237
+ * getHedInfo
51238
+ * @desc:获取审核页面数据
51239
+ * @author liufan
51240
+ * @date 2022年5月25日
51241
51241
  **/
51242
51242
  getHedInfo: function getHedInfo() {
51243
51243
  var _this32 = this;
@@ -51380,12 +51380,10 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51380
51380
  if (!_this32.isFlow) _this32.getFile(_this32.pendingId, attachedCode);
51381
51381
  if (nextNodeList && nextNodeList.length != 0) {
51382
51382
  _this32.nextNodeList = nextNodeList;
51383
- // if (nextNodeList[0].nodeType === 'endEvent') {
51384
- // this.isNextUser = nextNodeList[0].nodeType != 'endEvent';
51385
- // nextNodeList[0].nodeType === 'endEvent'
51386
- // ? (this.endFlow = true)
51387
- // : '';
51388
- // }
51383
+ if (nextNodeList[0].nodeType === 'endEvent') {
51384
+ _this32.isNextUser = nextNodeList[0].nodeType != 'endEvent';
51385
+ nextNodeList[0].nodeType === 'endEvent' ? _this32.endFlow = true : '';
51386
+ }
51389
51387
  }
51390
51388
 
51391
51389
  if (canRemoveSignUserList && canRemoveSignUserList.length != 0) _this32.removeUsers = canRemoveSignUserList;
@@ -51556,13 +51554,13 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51556
51554
  });
51557
51555
  },
51558
51556
 
51559
- /**
51560
- * closeProcess
51561
- * @desc:关闭弹窗
51562
- * @author liufan
51563
- * @param {boolean} val 当前是否办理流程
51564
- * @param {String} type 当前点击的弹窗类型
51565
- * @date 2022年5月25日
51557
+ /**
51558
+ * closeProcess
51559
+ * @desc:关闭弹窗
51560
+ * @author liufan
51561
+ * @param {boolean} val 当前是否办理流程
51562
+ * @param {String} type 当前点击的弹窗类型
51563
+ * @date 2022年5月25日
51566
51564
  **/
51567
51565
  closeProcess: function closeProcess(val, type, closeParent) {
51568
51566
  if (this.closeParent && !this.startFlowPageEmbeddedIntoStartFlowIndex) {
@@ -51582,23 +51580,23 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51582
51580
  }
51583
51581
  },
51584
51582
 
51585
- /**
51586
- * selectChange
51587
- * @desc:常用语选择
51588
- * @author liufan
51589
- * @param {String} val 选中值
51590
- * @date 2022年5月25日
51583
+ /**
51584
+ * selectChange
51585
+ * @desc:常用语选择
51586
+ * @author liufan
51587
+ * @param {String} val 选中值
51588
+ * @date 2022年5月25日
51591
51589
  **/
51592
51590
  selectChange: function selectChange(val) {
51593
51591
  this.value = val;
51594
51592
  },
51595
51593
 
51596
- /**
51597
- * upDate
51598
- * @desc:修改常用语
51599
- * @author liufan
51600
- * @param {Object} val 修改值
51601
- * @date 2022年5月25日
51594
+ /**
51595
+ * upDate
51596
+ * @desc:修改常用语
51597
+ * @author liufan
51598
+ * @param {Object} val 修改值
51599
+ * @date 2022年5月25日
51602
51600
  **/
51603
51601
  upDate: function upDate(val) {
51604
51602
  this.FormData.id = val.id;
@@ -51606,11 +51604,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51606
51604
  },
51607
51605
 
51608
51606
 
51609
- /**
51610
- * getProcess
51611
- * @desc:获取选择流程
51612
- * @author liufan
51613
- * @date 2022年5月25日
51607
+ /**
51608
+ * getProcess
51609
+ * @desc:获取选择流程
51610
+ * @author liufan
51611
+ * @date 2022年5月25日
51614
51612
  **/
51615
51613
  getProcess: function getProcess(val) {
51616
51614
  var _this33 = this;
@@ -51670,11 +51668,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51670
51668
  });
51671
51669
  },
51672
51670
 
51673
- /**
51674
- * getPendedhistoryList
51675
- * @desc:获取流程列表
51676
- * @author liufan
51677
- * @date 2022年5月25日
51671
+ /**
51672
+ * getPendedhistoryList
51673
+ * @desc:获取流程列表
51674
+ * @author liufan
51675
+ * @date 2022年5月25日
51678
51676
  **/
51679
51677
  getPendedhistoryList: function getPendedhistoryList() {
51680
51678
  var _this34 = this;
@@ -51745,12 +51743,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51745
51743
  beforeSubProcess: function beforeSubProcess() {},
51746
51744
 
51747
51745
  // 提交流程
51748
- /**
51749
- * subProcess
51750
- * @desc:提交流程
51751
- * @author liufan
51752
- * @param {String} formName 当前form表单ref值
51753
- * @date 2022年5月25日
51746
+ /**
51747
+ * subProcess
51748
+ * @desc:提交流程
51749
+ * @author liufan
51750
+ * @param {String} formName 当前form表单ref值
51751
+ * @date 2022年5月25日
51754
51752
  **/
51755
51753
  subProcess: function subProcess(val, type) {
51756
51754
  var _this36 = this;
@@ -52233,8 +52231,8 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
52233
52231
 
52234
52232
  var flow_src_main_component = normalizeComponent(
52235
52233
  packages_flow_src_mainvue_type_script_lang_js_,
52236
- mainvue_type_template_id_3f77c73e_render,
52237
- mainvue_type_template_id_3f77c73e_staticRenderFns,
52234
+ mainvue_type_template_id_59cacbe1_render,
52235
+ mainvue_type_template_id_59cacbe1_staticRenderFns,
52238
52236
  false,
52239
52237
  null,
52240
52238
  null,
@@ -70754,10 +70752,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70754
70752
  this.$refs.user.handleSelect(res);
70755
70753
  },
70756
70754
 
70757
- /**
70758
- * @desc:匹配路由
70759
- * @author huangbo
70760
- * @date 2024年9月7日
70755
+ /**
70756
+ * @desc:匹配路由
70757
+ * @author huangbo
70758
+ * @date 2024年9月7日
70761
70759
  **/
70762
70760
  hasRouter: function hasRouter(res, url, code) {
70763
70761
  if (!url) {
@@ -70801,10 +70799,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70801
70799
  return false;
70802
70800
  },
70803
70801
 
70804
- /**
70805
- * @desc:获取初始数据
70806
- * @author huangbo
70807
- * @date 2024年9月7日
70802
+ /**
70803
+ * @desc:获取初始数据
70804
+ * @author huangbo
70805
+ * @date 2024年9月7日
70808
70806
  **/
70809
70807
  init: function init(results, first) {
70810
70808
  this.setConfig(results);
@@ -70813,10 +70811,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70813
70811
  }
70814
70812
  },
70815
70813
 
70816
- /**
70817
- * @desc:设置用户配置及信息
70818
- * @author huangbo
70819
- * @date 2024年9月7日
70814
+ /**
70815
+ * @desc:设置用户配置及信息
70816
+ * @author huangbo
70817
+ * @date 2024年9月7日
70820
70818
  **/
70821
70819
  setConfig: function setConfig(results) {
70822
70820
  localStorage.setItem('mainConfig', JSON.stringify(results));
@@ -70984,10 +70982,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70984
70982
  }
70985
70983
  },
70986
70984
 
70987
- /**
70988
- * @desc:获取所有应用
70989
- * @author huangbo
70990
- * @date 2024年9月7日
70985
+ /**
70986
+ * @desc:获取所有应用
70987
+ * @author huangbo
70988
+ * @date 2024年9月7日
70991
70989
  **/
70992
70990
  getApplications: function getApplications() {
70993
70991
  var _this2 = this;
@@ -71035,10 +71033,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71035
71033
  });
71036
71034
  },
71037
71035
 
71038
- /**
71039
- * @desc:获取菜单列表
71040
- * @author huangbo
71041
- * @date 2024年9月7日
71036
+ /**
71037
+ * @desc:获取菜单列表
71038
+ * @author huangbo
71039
+ * @date 2024年9月7日
71042
71040
  **/
71043
71041
  getMenus: function getMenus(loading) {
71044
71042
  var _this3 = this;
@@ -71071,10 +71069,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71071
71069
  });
71072
71070
  },
71073
71071
 
71074
- /**
71075
- * @desc:处理菜单列表
71076
- * @author huangbo
71077
- * @date 2024年9月7日
71072
+ /**
71073
+ * @desc:处理菜单列表
71074
+ * @author huangbo
71075
+ * @date 2024年9月7日
71078
71076
  **/
71079
71077
  renderMenus: function renderMenus(res) {
71080
71078
  this.menus = res;
@@ -71170,10 +71168,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71170
71168
  }
71171
71169
  },
71172
71170
 
71173
- /**
71174
- * @desc:设置页面加载类型
71175
- * @author huangbo
71176
- * @date 2024年9月7日
71171
+ /**
71172
+ * @desc:设置页面加载类型
71173
+ * @author huangbo
71174
+ * @date 2024年9月7日
71177
71175
  **/
71178
71176
  setIframeType: function setIframeType(res) {
71179
71177
  var url = res.url;
@@ -71229,10 +71227,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71229
71227
  return res;
71230
71228
  },
71231
71229
 
71232
- /**
71233
- * @desc:获取菜单
71234
- * @author huangbo
71235
- * @date 2024年9月7日
71230
+ /**
71231
+ * @desc:获取菜单
71232
+ * @author huangbo
71233
+ * @date 2024年9月7日
71236
71234
  **/
71237
71235
  getMenu: function getMenu(menus, res, key) {
71238
71236
  if (Array.isArray(menus)) {
@@ -71261,10 +71259,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71261
71259
  return false;
71262
71260
  },
71263
71261
 
71264
- /**
71265
- * @desc:获取菜单第一条数据
71266
- * @author huangbo
71267
- * @date 2024年9月7日
71262
+ /**
71263
+ * @desc:获取菜单第一条数据
71264
+ * @author huangbo
71265
+ * @date 2024年9月7日
71268
71266
  **/
71269
71267
  getFirst: function getFirst(obj) {
71270
71268
  if (!obj) {
@@ -71283,10 +71281,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71283
71281
  }
71284
71282
  },
71285
71283
 
71286
- /**
71287
- * @desc:遍历设置菜单气泡提醒
71288
- * @author huangbo
71289
- * @date 2024年9月7日
71284
+ /**
71285
+ * @desc:遍历设置菜单气泡提醒
71286
+ * @author huangbo
71287
+ * @date 2024年9月7日
71290
71288
  **/
71291
71289
  setTips: function setTips(obj) {
71292
71290
  var _this4 = this;
@@ -71357,10 +71355,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71357
71355
  }
71358
71356
  },
71359
71357
 
71360
- /**
71361
- * @desc:获取气泡提醒
71362
- * @author huangbo
71363
- * @date 2024年9月7日
71358
+ /**
71359
+ * @desc:获取气泡提醒
71360
+ * @author huangbo
71361
+ * @date 2024年9月7日
71364
71362
  **/
71365
71363
  getBadge: function getBadge(res) {
71366
71364
  var num = res.tips || 0;
@@ -71374,10 +71372,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71374
71372
  };
71375
71373
  },
71376
71374
 
71377
- /**
71378
- * @desc:开启weosocket
71379
- * @author huangbo
71380
- * @date 2024年9月7日
71375
+ /**
71376
+ * @desc:开启weosocket
71377
+ * @author huangbo
71378
+ * @date 2024年9月7日
71381
71379
  **/
71382
71380
  initWebSocket: function initWebSocket() {
71383
71381
  var _this6 = this;
@@ -71426,10 +71424,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71426
71424
  });
71427
71425
  },
71428
71426
 
71429
- /**
71430
- * @desc:显示用户信息
71431
- * @author huangbo
71432
- * @date 2024年9月7日
71427
+ /**
71428
+ * @desc:显示用户信息
71429
+ * @author huangbo
71430
+ * @date 2024年9月7日
71433
71431
  **/
71434
71432
  showUserInfo: function showUserInfo() {
71435
71433
  if (this.showUser === false) {
@@ -71437,19 +71435,19 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71437
71435
  }
71438
71436
  },
71439
71437
 
71440
- /**
71441
- * @desc:删除更多应用菜单点击
71442
- * @author huangbo
71443
- * @date 2024年9月7日
71438
+ /**
71439
+ * @desc:删除更多应用菜单点击
71440
+ * @author huangbo
71441
+ * @date 2024年9月7日
71444
71442
  **/
71445
71443
  handleDelete: function handleDelete(index) {
71446
71444
  this.newApps.splice(index, 1);
71447
71445
  },
71448
71446
 
71449
- /**
71450
- * @desc:储存更多应用菜单点击
71451
- * @author huangbo
71452
- * @date 2024年9月7日
71447
+ /**
71448
+ * @desc:储存更多应用菜单点击
71449
+ * @author huangbo
71450
+ * @date 2024年9月7日
71453
71451
  **/
71454
71452
  handlerClickApps: function handlerClickApps(res) {
71455
71453
  if (res.permission === false) {
@@ -71462,10 +71460,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71462
71460
  this.handlerClickApp(res);
71463
71461
  },
71464
71462
 
71465
- /**
71466
- * @desc:侧边应用菜单点击
71467
- * @author huangbo
71468
- * @date 2024年9月7日
71463
+ /**
71464
+ * @desc:侧边应用菜单点击
71465
+ * @author huangbo
71466
+ * @date 2024年9月7日
71469
71467
  **/
71470
71468
  handlerClickApp: function handlerClickApp(res) {
71471
71469
  this.showMsg = false;
@@ -71554,10 +71552,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71554
71552
  }
71555
71553
  },
71556
71554
 
71557
- /**
71558
- * @desc:显示Drawer界面
71559
- * @author huangbo
71560
- * @date 2024年9月7日
71555
+ /**
71556
+ * @desc:显示Drawer界面
71557
+ * @author huangbo
71558
+ * @date 2024年9月7日
71561
71559
  **/
71562
71560
  handlerSetDrawer: function handlerSetDrawer(res, type) {
71563
71561
  var direction = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : 'ltr';
@@ -71577,19 +71575,19 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71577
71575
  }
71578
71576
  },
71579
71577
 
71580
- /**
71581
- * @desc:关闭Drawer界面
71582
- * @author huangbo
71583
- * @date 2024年9月7日
71578
+ /**
71579
+ * @desc:关闭Drawer界面
71580
+ * @author huangbo
71581
+ * @date 2024年9月7日
71584
71582
  **/
71585
71583
  handleCloseDrawer: function handleCloseDrawer() {
71586
71584
  this.drawer = { visible: false };
71587
71585
  },
71588
71586
 
71589
- /**
71590
- * @desc:菜单点击
71591
- * @author huangbo
71592
- * @date 2024年9月7日
71587
+ /**
71588
+ * @desc:菜单点击
71589
+ * @author huangbo
71590
+ * @date 2024年9月7日
71593
71591
  **/
71594
71592
  handlerClickMenu: function handlerClickMenu(res) {
71595
71593
  utils_util.ajax({
@@ -71638,19 +71636,19 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71638
71636
  },
71639
71637
 
71640
71638
 
71641
- /**
71642
- * @desc:用户详情请求成功
71643
- * @author huangbo
71644
- * @date 2024年9月7日
71639
+ /**
71640
+ * @desc:用户详情请求成功
71641
+ * @author huangbo
71642
+ * @date 2024年9月7日
71645
71643
  **/
71646
71644
  handleSuccess: function handleSuccess(res) {
71647
71645
  this.simpleUserInfo = res.simpleUserInfo;
71648
71646
  },
71649
71647
 
71650
- /**
71651
- * @desc:修改用户配置
71652
- * @author huangbo
71653
- * @date 2024年9月7日
71648
+ /**
71649
+ * @desc:修改用户配置
71650
+ * @author huangbo
71651
+ * @date 2024年9月7日
71654
71652
  **/
71655
71653
  handleChangeConfig: function handleChangeConfig(name, res) {
71656
71654
  if (name == 'userHeadUrl') {
@@ -71666,10 +71664,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71666
71664
  }
71667
71665
  },
71668
71666
 
71669
- /**
71670
- * @desc:关闭webSocket
71671
- * @author huangbo
71672
- * @date 2024年9月7日
71667
+ /**
71668
+ * @desc:关闭webSocket
71669
+ * @author huangbo
71670
+ * @date 2024年9月7日
71673
71671
  **/
71674
71672
  handlerClose: function handlerClose() {
71675
71673
  if (this.webSocket) {
@@ -71677,10 +71675,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71677
71675
  }
71678
71676
  },
71679
71677
 
71680
- /**
71681
- * @desc:刷新选中iframe页签
71682
- * @author huangbo
71683
- * @date 2024年9月7日
71678
+ /**
71679
+ * @desc:刷新选中iframe页签
71680
+ * @author huangbo
71681
+ * @date 2024年9月7日
71684
71682
  **/
71685
71683
  handleRefresh: function handleRefresh(arg) {
71686
71684
  var i = arg && arg != true && arg !== 'pageData' ? utils_util.indexOfObj(this.tabs, arg, 'appCode,code,id,url') : utils_util.indexOfObj(this.tabs, this.activeName, 'id');
@@ -71717,10 +71715,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71717
71715
  }
71718
71716
  },
71719
71717
 
71720
- /**
71721
- * @desc:删除iframe
71722
- * @author huangbo
71723
- * @date 2024年9月7日
71718
+ /**
71719
+ * @desc:删除iframe
71720
+ * @author huangbo
71721
+ * @date 2024年9月7日
71724
71722
  **/
71725
71723
  handleRemove: function handleRemove(name) {
71726
71724
  var len = this.tabs.length - 1;
@@ -71737,10 +71735,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71737
71735
  }
71738
71736
  },
71739
71737
 
71740
- /**
71741
- * @desc:tabs鼠标右键事件
71742
- * @author huangbo
71743
- * @date 2024年9月7日
71738
+ /**
71739
+ * @desc:tabs鼠标右键事件
71740
+ * @author huangbo
71741
+ * @date 2024年9月7日
71744
71742
  **/
71745
71743
  handleContextmenu: function handleContextmenu(tabs, e) {
71746
71744
  var disabled = {};
@@ -71765,10 +71763,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71765
71763
  window.addEventListener('click', this.closeTabsEvents);
71766
71764
  },
71767
71765
 
71768
- /**
71769
- * @desc:tabs页签事件
71770
- * @author huangbo
71771
- * @date 2024年9月7日
71766
+ /**
71767
+ * @desc:tabs页签事件
71768
+ * @author huangbo
71769
+ * @date 2024年9月7日
71772
71770
  **/
71773
71771
  handleTabsEvents: function handleTabsEvents(num) {
71774
71772
  if (this.pane !== null) {
@@ -71779,10 +71777,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71779
71777
  },
71780
71778
 
71781
71779
 
71782
- /**
71783
- * @desc:关闭页签事件面板
71784
- * @author huangbo
71785
- * @date 2024年9月7日
71780
+ /**
71781
+ * @desc:关闭页签事件面板
71782
+ * @author huangbo
71783
+ * @date 2024年9月7日
71786
71784
  **/
71787
71785
  closeTabsEvents: function closeTabsEvents(e) {
71788
71786
  if (e.target.parentNode != this.$refs.tabsHandler.$el && e.target.parentNode.parentNode != this.$refs.tabsHandler.$el) {
@@ -71792,10 +71790,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71792
71790
  },
71793
71791
 
71794
71792
 
71795
- /**
71796
- * @desc:tabs页签点击事件
71797
- * @author huangbo
71798
- * @date 2024年9月7日
71793
+ /**
71794
+ * @desc:tabs页签点击事件
71795
+ * @author huangbo
71796
+ * @date 2024年9月7日
71799
71797
  **/
71800
71798
  handleTabClick: function handleTabClick() {
71801
71799
  this.active = '';
@@ -71803,10 +71801,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71803
71801
  this.showMenu = false;
71804
71802
  },
71805
71803
 
71806
- /**
71807
- * @desc:handler工具栏点击事件
71808
- * @author huangbo
71809
- * @date 2024年9月7日
71804
+ /**
71805
+ * @desc:handler工具栏点击事件
71806
+ * @author huangbo
71807
+ * @date 2024年9月7日
71810
71808
  **/
71811
71809
  handleClick: function handleClick(res) {
71812
71810
  var type = res.type,
@@ -71887,10 +71885,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71887
71885
  this.$emit('handler-click', res);
71888
71886
  },
71889
71887
 
71890
- /**
71891
- * @desc:退出登录
71892
- * @author huangbo
71893
- * @date 2024年9月7日
71888
+ /**
71889
+ * @desc:退出登录
71890
+ * @author huangbo
71891
+ * @date 2024年9月7日
71894
71892
  **/
71895
71893
  handleQuit: function handleQuit() {
71896
71894
  var _this7 = this;
@@ -71971,10 +71969,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71971
71969
  }).catch(function (e) {});
71972
71970
  },
71973
71971
 
71974
- /**
71975
- * @desc:主题、消息回调
71976
- * @author huangbo
71977
- * @date 2024年9月7日
71972
+ /**
71973
+ * @desc:主题、消息回调
71974
+ * @author huangbo
71975
+ * @date 2024年9月7日
71978
71976
  **/
71979
71977
  handleChange: function handleChange(res) {
71980
71978
  var type = res.type,
@@ -71990,10 +71988,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71990
71988
  }
71991
71989
  },
71992
71990
 
71993
- /**
71994
- * @desc:菜单布局样式切换
71995
- * @author huangbo
71996
- * @date 2024年9月7日
71991
+ /**
71992
+ * @desc:菜单布局样式切换
71993
+ * @author huangbo
71994
+ * @date 2024年9月7日
71997
71995
  **/
71998
71996
  handleLayout: function handleLayout(res, active) {
71999
71997
  if (active) {
@@ -72003,10 +72001,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
72003
72001
  this.$emit('chang-layout', res, active);
72004
72002
  },
72005
72003
 
72006
- /**
72007
- * @desc:消息修改总数
72008
- * @author huangbo
72009
- * @date 2024年9月7日
72004
+ /**
72005
+ * @desc:消息修改总数
72006
+ * @author huangbo
72007
+ * @date 2024年9月7日
72010
72008
  **/
72011
72009
  handleMenuTips: function handleMenuTips(id, num) {
72012
72010
  if (num) {
@@ -72017,10 +72015,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
72017
72015
  }
72018
72016
  },
72019
72017
 
72020
- /**
72021
- * @desc:处理即时消息
72022
- * @author huangbo
72023
- * @date 2024年9月7日
72018
+ /**
72019
+ * @desc:处理即时消息
72020
+ * @author huangbo
72021
+ * @date 2024年9月7日
72024
72022
  **/
72025
72023
  handleOpened: function handleOpened(res) {
72026
72024
  var _this8 = this;
@@ -76046,8 +76044,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76046
76044
  this.currentPage = this.setIframeType(this.fourthTabs[0]);
76047
76045
  },
76048
76046
 
76049
- /**
76050
- * queryChildMenu: 查询左侧我的提醒和我的快捷菜单
76047
+ /**
76048
+ * queryChildMenu: 查询左侧我的提醒和我的快捷菜单
76051
76049
  */
76052
76050
  queryChildMenuData: function queryChildMenuData() {
76053
76051
  var _this2 = this;
@@ -76166,8 +76164,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76166
76164
  }))();
76167
76165
  },
76168
76166
 
76169
- /**
76170
- * getVoteMeetingNum: 查询会议数量
76167
+ /**
76168
+ * getVoteMeetingNum: 查询会议数量
76171
76169
  */
76172
76170
  getVoteMeetingNum: function getVoteMeetingNum() {
76173
76171
  var _this5 = this;
@@ -76192,8 +76190,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76192
76190
  });
76193
76191
  },
76194
76192
 
76195
- /**
76196
- * getShareFilesReceiveCountNew: 查询待接收文件数量
76193
+ /**
76194
+ * getShareFilesReceiveCountNew: 查询待接收文件数量
76197
76195
  */
76198
76196
  getShareFilesReceiveCountNew: function getShareFilesReceiveCountNew() {
76199
76197
  var _this6 = this;
@@ -76218,8 +76216,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76218
76216
  },
76219
76217
 
76220
76218
 
76221
- /**
76222
- * getUserTipsInstanceNum: 查询待签收/据签收任务数量 1是拒签收 0是待签收
76219
+ /**
76220
+ * getUserTipsInstanceNum: 查询待签收/据签收任务数量 1是拒签收 0是待签收
76223
76221
  */
76224
76222
  getUserTipsInstanceNum: function getUserTipsInstanceNum(type) {
76225
76223
  var _this7 = this;
@@ -76247,8 +76245,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76247
76245
  });
76248
76246
  },
76249
76247
 
76250
- /**
76251
- * getIndexCount: 查询待办任务数量
76248
+ /**
76249
+ * getIndexCount: 查询待办任务数量
76252
76250
  */
76253
76251
  getIndexCount: function getIndexCount() {
76254
76252
  var _this8 = this;
@@ -76279,10 +76277,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76279
76277
  this.$refs.user.handleSelect(res);
76280
76278
  },
76281
76279
 
76282
- /**
76283
- * @desc:匹配路由
76284
- * @author huangbo
76285
- * @date 2024年9月7日
76280
+ /**
76281
+ * @desc:匹配路由
76282
+ * @author huangbo
76283
+ * @date 2024年9月7日
76286
76284
  **/
76287
76285
  hasRouter: function hasRouter(res, url, code) {
76288
76286
  if (!url) {
@@ -76326,10 +76324,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76326
76324
  return false;
76327
76325
  },
76328
76326
 
76329
- /**
76330
- * @desc:获取初始数据
76331
- * @author huangbo
76332
- * @date 2024年9月7日
76327
+ /**
76328
+ * @desc:获取初始数据
76329
+ * @author huangbo
76330
+ * @date 2024年9月7日
76333
76331
  **/
76334
76332
  init: function init(results) {
76335
76333
  this.setConfig(results);
@@ -76340,10 +76338,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76340
76338
  // }
76341
76339
  },
76342
76340
 
76343
- /**
76344
- * @desc:设置用户配置及信息
76345
- * @author huangbo
76346
- * @date 2024年9月7日
76341
+ /**
76342
+ * @desc:设置用户配置及信息
76343
+ * @author huangbo
76344
+ * @date 2024年9月7日
76347
76345
  **/
76348
76346
  setConfig: function setConfig(results) {
76349
76347
  localStorage.setItem('mainConfig', JSON.stringify(results));
@@ -76507,8 +76505,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76507
76505
  }
76508
76506
  },
76509
76507
 
76510
- /**
76511
- * @desc:获取用户自定义菜单
76508
+ /**
76509
+ * @desc:获取用户自定义菜单
76512
76510
  **/
76513
76511
  getUseCommonMenu: function getUseCommonMenu() {
76514
76512
  var _this9 = this;
@@ -76538,10 +76536,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76538
76536
  });
76539
76537
  },
76540
76538
 
76541
- /**
76542
- * @desc:获取所有应用
76543
- * @author huangbo
76544
- * @date 2024年9月7日
76539
+ /**
76540
+ * @desc:获取所有应用
76541
+ * @author huangbo
76542
+ * @date 2024年9月7日
76545
76543
  **/
76546
76544
  getApplications: function getApplications() {
76547
76545
  var _this10 = this;
@@ -76589,10 +76587,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76589
76587
  });
76590
76588
  },
76591
76589
 
76592
- /**
76593
- * @desc:获取菜单列表
76594
- * @author huangbo
76595
- * @date 2024年9月7日
76590
+ /**
76591
+ * @desc:获取菜单列表
76592
+ * @author huangbo
76593
+ * @date 2024年9月7日
76596
76594
  **/
76597
76595
  getMenus: function getMenus(loading) {
76598
76596
  var _this11 = this;
@@ -76619,10 +76617,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76619
76617
  });
76620
76618
  },
76621
76619
 
76622
- /**
76623
- * @desc:处理菜单列表
76624
- * @author huangbo
76625
- * @date 2024年9月7日
76620
+ /**
76621
+ * @desc:处理菜单列表
76622
+ * @author huangbo
76623
+ * @date 2024年9月7日
76626
76624
  **/
76627
76625
  renderMenus: function renderMenus(res) {
76628
76626
  // // console.log(res, 'renderMenus');
@@ -76668,9 +76666,9 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76668
76666
  // console.log(this.currentPage, 'currentPage');
76669
76667
  },
76670
76668
 
76671
- /**
76672
- * 更新myRemind中各项的权限状态
76673
- * @param {Array} menus - 完整的菜单列表
76669
+ /**
76670
+ * 更新myRemind中各项的权限状态
76671
+ * @param {Array} menus - 完整的菜单列表
76674
76672
  */
76675
76673
  updateRemindPermission: function updateRemindPermission(menus) {
76676
76674
  // 创建一个Set存储所有菜单的id,方便快速查找
@@ -76698,10 +76696,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76698
76696
  });
76699
76697
  },
76700
76698
 
76701
- /**
76702
- * @desc:设置页面加载类型
76703
- * @author huangbo
76704
- * @date 2024年9月7日
76699
+ /**
76700
+ * @desc:设置页面加载类型
76701
+ * @author huangbo
76702
+ * @date 2024年9月7日
76705
76703
  **/
76706
76704
  setIframeType: function setIframeType(res) {
76707
76705
  var url = res.url;
@@ -76758,10 +76756,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76758
76756
  return res;
76759
76757
  },
76760
76758
 
76761
- /**
76762
- * @desc:获取菜单
76763
- * @author huangbo
76764
- * @date 2024年9月7日
76759
+ /**
76760
+ * @desc:获取菜单
76761
+ * @author huangbo
76762
+ * @date 2024年9月7日
76765
76763
  **/
76766
76764
  getMenu: function getMenu(menus, res, key) {
76767
76765
  if (Array.isArray(menus)) {
@@ -76790,10 +76788,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76790
76788
  return false;
76791
76789
  },
76792
76790
 
76793
- /**
76794
- * @desc:获取菜单第一条数据
76795
- * @author huangbo
76796
- * @date 2024年9月7日
76791
+ /**
76792
+ * @desc:获取菜单第一条数据
76793
+ * @author huangbo
76794
+ * @date 2024年9月7日
76797
76795
  **/
76798
76796
  getFirst: function getFirst(obj) {
76799
76797
  if (!obj) {
@@ -76812,10 +76810,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76812
76810
  }
76813
76811
  },
76814
76812
 
76815
- /**
76816
- * @desc:遍历设置菜单气泡提醒
76817
- * @author huangbo
76818
- * @date 2024年9月7日
76813
+ /**
76814
+ * @desc:遍历设置菜单气泡提醒
76815
+ * @author huangbo
76816
+ * @date 2024年9月7日
76819
76817
  **/
76820
76818
  setTips: function setTips(obj) {
76821
76819
  var _this12 = this;
@@ -76880,10 +76878,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76880
76878
  }
76881
76879
  },
76882
76880
 
76883
- /**
76884
- * @desc:获取气泡提醒
76885
- * @author huangbo
76886
- * @date 2024年9月7日
76881
+ /**
76882
+ * @desc:获取气泡提醒
76883
+ * @author huangbo
76884
+ * @date 2024年9月7日
76887
76885
  **/
76888
76886
  getBadge: function getBadge(res) {
76889
76887
  var num = res.tips || 0;
@@ -76897,10 +76895,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76897
76895
  };
76898
76896
  },
76899
76897
 
76900
- /**
76901
- * @desc:开启weosocket
76902
- * @author huangbo
76903
- * @date 2024年9月7日
76898
+ /**
76899
+ * @desc:开启weosocket
76900
+ * @author huangbo
76901
+ * @date 2024年9月7日
76904
76902
  **/
76905
76903
  initWebSocket: function initWebSocket() {
76906
76904
  var _this14 = this;
@@ -76968,10 +76966,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76968
76966
  });
76969
76967
  },
76970
76968
 
76971
- /**
76972
- * @desc:显示用户信息
76973
- * @author huangbo
76974
- * @date 2024年9月7日
76969
+ /**
76970
+ * @desc:显示用户信息
76971
+ * @author huangbo
76972
+ * @date 2024年9月7日
76975
76973
  **/
76976
76974
  showUserInfo: function showUserInfo() {
76977
76975
  if (this.showUser === false) {
@@ -76979,19 +76977,19 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76979
76977
  }
76980
76978
  },
76981
76979
 
76982
- /**
76983
- * @desc:删除更多应用菜单点击
76984
- * @author huangbo
76985
- * @date 2024年9月7日
76980
+ /**
76981
+ * @desc:删除更多应用菜单点击
76982
+ * @author huangbo
76983
+ * @date 2024年9月7日
76986
76984
  **/
76987
76985
  handleDelete: function handleDelete(index) {
76988
76986
  this.newApps.splice(index, 1);
76989
76987
  },
76990
76988
 
76991
- /**
76992
- * @desc:显示Drawer界面
76993
- * @author huangbo
76994
- * @date 2024年9月7日
76989
+ /**
76990
+ * @desc:显示Drawer界面
76991
+ * @author huangbo
76992
+ * @date 2024年9月7日
76995
76993
  **/
76996
76994
  handlerSetDrawer: function handlerSetDrawer(res, type) {
76997
76995
  var direction = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : 'ltr';
@@ -77011,28 +77009,28 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77011
77009
  }
77012
77010
  },
77013
77011
 
77014
- /**
77015
- * @desc:关闭Drawer界面
77016
- * @author huangbo
77017
- * @date 2024年9月7日
77012
+ /**
77013
+ * @desc:关闭Drawer界面
77014
+ * @author huangbo
77015
+ * @date 2024年9月7日
77018
77016
  **/
77019
77017
  handleCloseDrawer: function handleCloseDrawer() {
77020
77018
  this.drawer = { visible: false };
77021
77019
  },
77022
77020
 
77023
- /**
77024
- * @desc:用户详情请求成功
77025
- * @author huangbo
77026
- * @date 2024年9月7日
77021
+ /**
77022
+ * @desc:用户详情请求成功
77023
+ * @author huangbo
77024
+ * @date 2024年9月7日
77027
77025
  **/
77028
77026
  handleSuccess: function handleSuccess(res) {
77029
77027
  this.simpleUserInfo = res.simpleUserInfo;
77030
77028
  },
77031
77029
 
77032
- /**
77033
- * @desc:修改用户配置
77034
- * @author huangbo
77035
- * @date 2024年9月7日
77030
+ /**
77031
+ * @desc:修改用户配置
77032
+ * @author huangbo
77033
+ * @date 2024年9月7日
77036
77034
  **/
77037
77035
  handleChangeConfig: function handleChangeConfig(name, res) {
77038
77036
  if (name == 'userHeadUrl') {
@@ -77048,10 +77046,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77048
77046
  }
77049
77047
  },
77050
77048
 
77051
- /**
77052
- * @desc:关闭webSocket
77053
- * @author huangbo
77054
- * @date 2024年9月7日
77049
+ /**
77050
+ * @desc:关闭webSocket
77051
+ * @author huangbo
77052
+ * @date 2024年9月7日
77055
77053
  **/
77056
77054
  handlerClose: function handlerClose() {
77057
77055
  if (this.webSocket) {
@@ -77062,10 +77060,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77062
77060
  this.handleRefresh(1);
77063
77061
  },
77064
77062
 
77065
- /**
77066
- * @desc:刷新选中iframe页签
77067
- * @author huangbo
77068
- * @date 2024年9月7日
77063
+ /**
77064
+ * @desc:刷新选中iframe页签
77065
+ * @author huangbo
77066
+ * @date 2024年9月7日
77069
77067
  **/
77070
77068
  handleRefresh: function handleRefresh(arg) {
77071
77069
  if (arg !== 1) {
@@ -77111,10 +77109,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77111
77109
  }
77112
77110
  },
77113
77111
 
77114
- /**
77115
- * @desc:删除iframe
77116
- * @author huangbo
77117
- * @date 2024年9月7日
77112
+ /**
77113
+ * @desc:删除iframe
77114
+ * @author huangbo
77115
+ * @date 2024年9月7日
77118
77116
  **/
77119
77117
  handleRemove: function handleRemove(name) {
77120
77118
  var len = this.tabs.length - 1;
@@ -77131,10 +77129,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77131
77129
  }
77132
77130
  },
77133
77131
 
77134
- /**
77135
- * @desc:tabs鼠标右键事件
77136
- * @author huangbo
77137
- * @date 2024年9月7日
77132
+ /**
77133
+ * @desc:tabs鼠标右键事件
77134
+ * @author huangbo
77135
+ * @date 2024年9月7日
77138
77136
  **/
77139
77137
  handleContextmenu: function handleContextmenu(tabs, e) {
77140
77138
  var disabled = {};
@@ -77159,10 +77157,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77159
77157
  window.addEventListener('click', this.closeTabsEvents);
77160
77158
  },
77161
77159
 
77162
- /**
77163
- * @desc:tabs页签事件
77164
- * @author huangbo
77165
- * @date 2024年9月7日
77160
+ /**
77161
+ * @desc:tabs页签事件
77162
+ * @author huangbo
77163
+ * @date 2024年9月7日
77166
77164
  **/
77167
77165
  handleTabsEvents: function handleTabsEvents(num) {
77168
77166
  if (this.pane !== null) {
@@ -77173,10 +77171,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77173
77171
  },
77174
77172
 
77175
77173
 
77176
- /**
77177
- * @desc:关闭页签事件面板
77178
- * @author huangbo
77179
- * @date 2024年9月7日
77174
+ /**
77175
+ * @desc:关闭页签事件面板
77176
+ * @author huangbo
77177
+ * @date 2024年9月7日
77180
77178
  **/
77181
77179
  closeTabsEvents: function closeTabsEvents(e) {
77182
77180
  if (e.target.parentNode != this.$refs.tabsHandler.$el && e.target.parentNode.parentNode != this.$refs.tabsHandler.$el) {
@@ -77186,10 +77184,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77186
77184
  },
77187
77185
 
77188
77186
 
77189
- /**
77190
- * @desc:tabs页签点击事件
77191
- * @author huangbo
77192
- * @date 2024年9月7日
77187
+ /**
77188
+ * @desc:tabs页签点击事件
77189
+ * @author huangbo
77190
+ * @date 2024年9月7日
77193
77191
  **/
77194
77192
  handleTabClick: function handleTabClick() {
77195
77193
  this.active = '';
@@ -77197,10 +77195,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77197
77195
  this.showMenu = false;
77198
77196
  },
77199
77197
 
77200
- /**
77201
- * @desc:handler工具栏点击事件
77202
- * @author huangbo
77203
- * @date 2024年9月7日
77198
+ /**
77199
+ * @desc:handler工具栏点击事件
77200
+ * @author huangbo
77201
+ * @date 2024年9月7日
77204
77202
  **/
77205
77203
  handleClick: function handleClick(res) {
77206
77204
  var type = res.type,
@@ -77290,10 +77288,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77290
77288
  this.$emit('handler-click', res);
77291
77289
  },
77292
77290
 
77293
- /**
77294
- * @desc:退出登录
77295
- * @author huangbo
77296
- * @date 2024年9月7日
77291
+ /**
77292
+ * @desc:退出登录
77293
+ * @author huangbo
77294
+ * @date 2024年9月7日
77297
77295
  **/
77298
77296
  handleQuit: function handleQuit() {
77299
77297
  var _this15 = this;
@@ -77368,10 +77366,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77368
77366
  }).catch(function (e) {});
77369
77367
  },
77370
77368
 
77371
- /**
77372
- * @desc:主题、消息回调
77373
- * @author huangbo
77374
- * @date 2024年9月7日
77369
+ /**
77370
+ * @desc:主题、消息回调
77371
+ * @author huangbo
77372
+ * @date 2024年9月7日
77375
77373
  **/
77376
77374
  handleChange: function handleChange(res) {
77377
77375
  var type = res.type,
@@ -77387,10 +77385,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77387
77385
  }
77388
77386
  },
77389
77387
 
77390
- /**
77391
- * @desc:菜单布局样式切换
77392
- * @author huangbo
77393
- * @date 2024年9月7日
77388
+ /**
77389
+ * @desc:菜单布局样式切换
77390
+ * @author huangbo
77391
+ * @date 2024年9月7日
77394
77392
  **/
77395
77393
  handleLayout: function handleLayout(res, active) {
77396
77394
  if (active) {
@@ -77400,10 +77398,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77400
77398
  this.$emit('chang-layout', res, active);
77401
77399
  },
77402
77400
 
77403
- /**
77404
- * @desc:消息修改总数
77405
- * @author huangbo
77406
- * @date 2024年9月7日
77401
+ /**
77402
+ * @desc:消息修改总数
77403
+ * @author huangbo
77404
+ * @date 2024年9月7日
77407
77405
  **/
77408
77406
  handleMenuTips: function handleMenuTips(id, num) {
77409
77407
  if (num) {
@@ -77414,10 +77412,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77414
77412
  }
77415
77413
  },
77416
77414
 
77417
- /**
77418
- * @desc:处理即时消息
77419
- * @author huangbo
77420
- * @date 2024年9月7日
77415
+ /**
77416
+ * @desc:处理即时消息
77417
+ * @author huangbo
77418
+ * @date 2024年9月7日
77421
77419
  **/
77422
77420
  handleOpened: function handleOpened(res) {
77423
77421
  var _this16 = this;
@@ -77433,14 +77431,14 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77433
77431
  }
77434
77432
  },
77435
77433
 
77436
- /**
77437
- * @desc:菜单点击事件
77438
- * @author huangbo
77439
- * @date 2024年9月7日
77440
- * @param {*} res 菜单点击事件参数
77441
- * @param {*} method 菜单点击事件方法
77442
- * 1.顶部菜单点击跳转已经实现
77443
- * 2.其他地方点击跳转,需要选中跳转的一二级菜单
77434
+ /**
77435
+ * @desc:菜单点击事件
77436
+ * @author huangbo
77437
+ * @date 2024年9月7日
77438
+ * @param {*} res 菜单点击事件参数
77439
+ * @param {*} method 菜单点击事件方法
77440
+ * 1.顶部菜单点击跳转已经实现
77441
+ * 2.其他地方点击跳转,需要选中跳转的一二级菜单
77444
77442
  **/
77445
77443
  handleSelect: function handleSelect(res) {
77446
77444
  var params = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
@@ -84855,19 +84853,19 @@ var QRCode = __webpack_require__(28);
84855
84853
  //设置logo大小
84856
84854
  var logoPosition = (_this3.mwidth - 46) / 2; //logo相对于canvas居中定位
84857
84855
  //设置获取的logo将其变为圆角以及添加白色背景
84858
- /* ctx.fillStyle = "#fff";
84859
- ctx.beginPath();
84860
- let h = 46; //圆角高 10为基数(logo四周白色背景为10/2)
84861
- let w = 46; //圆角宽
84862
- let x = logoPosition - 5;
84863
- let y = logoPosition - 5;
84864
- let r = 5; //圆角半径
84865
- ctx.moveTo(x + r, y);
84866
- ctx.arcTo(x + w, y, x + w, y + h, r);
84867
- ctx.arcTo(x + w, y + h, x, y + h, r);
84868
- ctx.arcTo(x, y + h, x, y, r);
84869
- ctx.arcTo(x, y, x + w, y, r);
84870
- ctx.closePath();
84856
+ /* ctx.fillStyle = "#fff";
84857
+ ctx.beginPath();
84858
+ let h = 46; //圆角高 10为基数(logo四周白色背景为10/2)
84859
+ let w = 46; //圆角宽
84860
+ let x = logoPosition - 5;
84861
+ let y = logoPosition - 5;
84862
+ let r = 5; //圆角半径
84863
+ ctx.moveTo(x + r, y);
84864
+ ctx.arcTo(x + w, y, x + w, y + h, r);
84865
+ ctx.arcTo(x + w, y + h, x, y + h, r);
84866
+ ctx.arcTo(x, y + h, x, y, r);
84867
+ ctx.arcTo(x, y, x + w, y, r);
84868
+ ctx.closePath();
84871
84869
  ctx.fill(); */
84872
84870
  logo.onload = function () {
84873
84871
  ctx.drawImage(logo, logoPosition, logoPosition, 46, 46);
@@ -101029,8 +101027,8 @@ form_src_table.install = function (Vue) {
101029
101027
  };
101030
101028
 
101031
101029
  /* harmony default export */ var table_form = (form_src_table);
101032
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/upload/src/main.vue?vue&type=template&id=8350224c&
101033
- var mainvue_type_template_id_8350224c_render = function () {
101030
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/upload/src/main.vue?vue&type=template&id=f3cb4f04&
101031
+ var mainvue_type_template_id_f3cb4f04_render = function () {
101034
101032
  var _vm = this
101035
101033
  var _h = _vm.$createElement
101036
101034
  var _c = _vm._self._c || _h
@@ -101411,11 +101409,11 @@ var mainvue_type_template_id_8350224c_render = function () {
101411
101409
  )
101412
101410
  : _vm._e()
101413
101411
  }
101414
- var mainvue_type_template_id_8350224c_staticRenderFns = []
101415
- mainvue_type_template_id_8350224c_render._withStripped = true
101412
+ var mainvue_type_template_id_f3cb4f04_staticRenderFns = []
101413
+ mainvue_type_template_id_f3cb4f04_render._withStripped = true
101416
101414
 
101417
101415
 
101418
- // CONCATENATED MODULE: ./packages/upload/src/main.vue?vue&type=template&id=8350224c&
101416
+ // CONCATENATED MODULE: ./packages/upload/src/main.vue?vue&type=template&id=f3cb4f04&
101419
101417
 
101420
101418
  // CONCATENATED MODULE: ./packages/upload/src/picture.js
101421
101419
  /* harmony default export */ var picture = ({
@@ -102457,6 +102455,7 @@ var mainvue_type_script_lang_js_props;
102457
102455
  if (this.onSort) {
102458
102456
  this.onSort(files);
102459
102457
  } else {
102458
+ if (!this.ownId || !this.code || this.fileList && this.fileList.length > 0) return;
102460
102459
  var ids = files.map(function (item) {
102461
102460
  if (item.status === 'success' || item.status == 0) {
102462
102461
  return item.adjunctId || item.response.adjunctId;
@@ -102574,8 +102573,8 @@ var mainvue_type_script_lang_js_props;
102574
102573
 
102575
102574
  var upload_src_main_component = normalizeComponent(
102576
102575
  packages_upload_src_mainvue_type_script_lang_js_,
102577
- mainvue_type_template_id_8350224c_render,
102578
- mainvue_type_template_id_8350224c_staticRenderFns,
102576
+ mainvue_type_template_id_f3cb4f04_render,
102577
+ mainvue_type_template_id_f3cb4f04_staticRenderFns,
102579
102578
  false,
102580
102579
  null,
102581
102580
  null,
@@ -103077,7 +103076,7 @@ if (typeof window !== 'undefined' && window.Vue) {
103077
103076
  }
103078
103077
 
103079
103078
  /* harmony default export */ var src_0 = __webpack_exports__["default"] = ({
103080
- version: '0.8.19',
103079
+ version: '0.8.21',
103081
103080
  install: install,
103082
103081
  Button: packages_button,
103083
103082
  ButtonGroup: button_group,