eoss-ui 0.7.86 → 0.7.87

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 (220) hide show
  1. package/lib/calogin.js +233 -233
  2. package/lib/eoss-ui.common.js +400 -369
  3. package/lib/flow-list.js +123 -93
  4. package/lib/flow.js +28 -27
  5. package/lib/index.js +1 -1
  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/package.json +1 -1
  10. package/packages/button/index.js +5 -5
  11. package/packages/button/src/main.vue +418 -418
  12. package/packages/button-group/index.js +5 -5
  13. package/packages/calendar/index.js +5 -5
  14. package/packages/calogin/index.js +5 -5
  15. package/packages/calogin/src/plugin.js +915 -915
  16. package/packages/card/index.js +5 -5
  17. package/packages/card/src/main.vue +156 -156
  18. package/packages/cascader/index.js +5 -5
  19. package/packages/cascader/src/main.vue +168 -168
  20. package/packages/checkbox-group/index.js +5 -5
  21. package/packages/checkbox-group/src/main.vue +333 -333
  22. package/packages/clients/index.js +5 -5
  23. package/packages/data-table/index.js +5 -5
  24. package/packages/data-table/src/children.vue +39 -39
  25. package/packages/data-table/src/sizer.vue +195 -195
  26. package/packages/data-table-form/index.js +5 -5
  27. package/packages/data-table-form/src/checkbox.vue +101 -101
  28. package/packages/data-table-form/src/colgroup.vue +17 -17
  29. package/packages/data-table-form/src/main.vue +181 -181
  30. package/packages/data-table-form/src/radio.vue +65 -65
  31. package/packages/data-table-form/src/table.vue +233 -233
  32. package/packages/data-table-form/src/tbody.vue +336 -336
  33. package/packages/data-table-form/src/thead.vue +68 -68
  34. package/packages/date-picker/index.js +5 -5
  35. package/packages/date-picker/src/main.vue +236 -236
  36. package/packages/dialog/index.js +5 -5
  37. package/packages/enable-drag/index.js +5 -5
  38. package/packages/enterprise/index.js +5 -5
  39. package/packages/enterprise/src/main.vue +66 -66
  40. package/packages/error-page/index.js +5 -5
  41. package/packages/error-page/src/main.vue +44 -44
  42. package/packages/flow/index.js +5 -5
  43. package/packages/flow/src/component/TimeLimit.vue +190 -190
  44. package/packages/flow/src/component/taskUnionExamine.vue +1 -1
  45. package/packages/flow/src/processForm.vue +9 -0
  46. package/packages/flow/src/selectUser.vue +1 -5
  47. package/packages/flow-group/index.js +5 -5
  48. package/packages/flow-list/index.js +5 -5
  49. package/packages/flow-list/src/main.vue +36 -5
  50. package/packages/form/index.js +5 -5
  51. package/packages/handle-user/index.js +5 -5
  52. package/packages/handler/index.js +5 -5
  53. package/packages/icon/index.js +5 -5
  54. package/packages/icons/index.js +5 -5
  55. package/packages/icons/src/main.vue +81 -81
  56. package/packages/input/index.js +5 -5
  57. package/packages/input/src/main.vue +356 -356
  58. package/packages/input-number/index.js +5 -5
  59. package/packages/input-number/src/main.vue +106 -106
  60. package/packages/label/index.js +5 -5
  61. package/packages/label/src/main.vue +457 -457
  62. package/packages/layout/index.js +5 -5
  63. package/packages/layout/src/item.vue +152 -152
  64. package/packages/layout/src/main.vue +31 -31
  65. package/packages/login/index.js +5 -5
  66. package/packages/main/index.js +5 -5
  67. package/packages/main/src/default/message.vue +249 -249
  68. package/packages/main/src/default/notice.vue +157 -157
  69. package/packages/main/src/simplicity/lists.vue +84 -84
  70. package/packages/main/src/simplicity/router-page.vue +45 -45
  71. package/packages/menu/index.js +5 -5
  72. package/packages/nav/index.js +5 -5
  73. package/packages/notify/index.js +5 -5
  74. package/packages/notify/src/main.vue +538 -538
  75. package/packages/page/index.js +5 -5
  76. package/packages/page/src/main.vue +167 -167
  77. package/packages/pagination/index.js +5 -5
  78. package/packages/pagination/src/main.vue +96 -96
  79. package/packages/player/index.js +5 -5
  80. package/packages/player/src/main.vue +194 -194
  81. package/packages/qr-code/index.js +5 -5
  82. package/packages/qr-code/src/main.vue +170 -170
  83. package/packages/radio-group/index.js +6 -6
  84. package/packages/radio-group/src/main.vue +319 -319
  85. package/packages/retrial-auth/index.js +5 -5
  86. package/packages/retrial-auth/src/main.vue +280 -280
  87. package/packages/select/index.js +5 -5
  88. package/packages/select-ganged/index.js +5 -5
  89. package/packages/select-ganged/src/main.vue +724 -724
  90. package/packages/selector/index.js +5 -5
  91. package/packages/selector-panel/index.js +5 -5
  92. package/packages/selector-panel/src/tree.vue +129 -129
  93. package/packages/sizer/index.js +5 -5
  94. package/packages/sizer/src/main.vue +254 -254
  95. package/packages/steps/index.js +5 -5
  96. package/packages/steps/src/main.vue +181 -181
  97. package/packages/switch/index.js +5 -5
  98. package/packages/table-form/index.js +5 -5
  99. package/packages/tabs/index.js +5 -5
  100. package/packages/tabs/src/main.vue +788 -788
  101. package/packages/tabs-panel/index.js +5 -5
  102. package/packages/tabs-panel/src/main.vue +29 -29
  103. package/packages/theme-chalk/lib/base.css +1 -0
  104. package/packages/theme-chalk/lib/button-group.css +1 -0
  105. package/packages/theme-chalk/lib/button.css +1 -0
  106. package/packages/theme-chalk/lib/calendar.css +1 -0
  107. package/packages/theme-chalk/lib/calogin.css +0 -0
  108. package/packages/theme-chalk/lib/card.css +1 -0
  109. package/packages/theme-chalk/lib/cascader.css +0 -0
  110. package/packages/theme-chalk/lib/checkbox-group.css +1 -0
  111. package/packages/theme-chalk/lib/clients.css +1 -0
  112. package/packages/theme-chalk/lib/data-table-form.css +1 -0
  113. package/packages/theme-chalk/lib/data-table.css +1 -0
  114. package/packages/theme-chalk/lib/date-picker.css +1 -0
  115. package/packages/theme-chalk/lib/dialog.css +1 -0
  116. package/packages/theme-chalk/lib/enable-drag.css +1 -0
  117. package/packages/theme-chalk/lib/enterprise.css +1 -0
  118. package/packages/theme-chalk/lib/error-page.css +1 -0
  119. package/packages/theme-chalk/lib/flow-chart.css +0 -0
  120. package/packages/theme-chalk/lib/flow-group.css +1 -0
  121. package/packages/theme-chalk/lib/flow-list.css +1 -0
  122. package/packages/theme-chalk/lib/flow.css +1 -0
  123. package/packages/theme-chalk/lib/fonts/iconfont.ttf +0 -0
  124. package/packages/theme-chalk/lib/fonts/iconfont.woff +0 -0
  125. package/packages/theme-chalk/lib/form.css +1 -0
  126. package/packages/theme-chalk/lib/handle-user.css +1 -0
  127. package/packages/theme-chalk/lib/handler.css +1 -0
  128. package/packages/theme-chalk/lib/icon.css +1 -0
  129. package/packages/theme-chalk/lib/icons.css +1 -0
  130. package/packages/theme-chalk/lib/index.css +1 -0
  131. package/packages/theme-chalk/lib/input-number.css +0 -0
  132. package/packages/theme-chalk/lib/input.css +1 -0
  133. package/packages/theme-chalk/lib/label.css +1 -0
  134. package/packages/theme-chalk/lib/layout.css +1 -0
  135. package/packages/theme-chalk/lib/login.css +1 -0
  136. package/packages/theme-chalk/lib/main.css +1 -0
  137. package/packages/theme-chalk/lib/menu.css +1 -0
  138. package/packages/theme-chalk/lib/nav.css +1 -0
  139. package/packages/theme-chalk/lib/notify.css +0 -0
  140. package/packages/theme-chalk/lib/page.css +1 -0
  141. package/packages/theme-chalk/lib/pagination.css +1 -0
  142. package/packages/theme-chalk/lib/player.css +1 -0
  143. package/packages/theme-chalk/lib/qr-code.css +1 -0
  144. package/packages/theme-chalk/lib/radio-group.css +1 -0
  145. package/packages/theme-chalk/lib/retrial-auth.css +1 -0
  146. package/packages/theme-chalk/lib/select-ganged.css +1 -0
  147. package/packages/theme-chalk/lib/select.css +1 -0
  148. package/packages/theme-chalk/lib/selector-panel.css +1 -0
  149. package/packages/theme-chalk/lib/selector.css +1 -0
  150. package/packages/theme-chalk/lib/simplicity-top.css +1 -0
  151. package/packages/theme-chalk/lib/simplicity.css +1 -0
  152. package/packages/theme-chalk/lib/sizer.css +1 -0
  153. package/packages/theme-chalk/lib/steps.css +1 -0
  154. package/packages/theme-chalk/lib/switch.css +1 -0
  155. package/packages/theme-chalk/lib/table-form.css +0 -0
  156. package/packages/theme-chalk/lib/tabs-panel.css +0 -0
  157. package/packages/theme-chalk/lib/tabs.css +1 -0
  158. package/packages/theme-chalk/lib/tips.css +1 -0
  159. package/packages/theme-chalk/lib/toolbar.css +1 -0
  160. package/packages/theme-chalk/lib/tree-group.css +1 -0
  161. package/packages/theme-chalk/lib/tree.css +1 -0
  162. package/packages/theme-chalk/lib/upload.css +1 -0
  163. package/packages/theme-chalk/lib/wujie.css +0 -0
  164. package/packages/theme-chalk/lib/wxlogin.css +1 -0
  165. package/packages/theme-chalk/src/base.scss +261 -261
  166. package/packages/theme-chalk/src/button-group.scss +176 -176
  167. package/packages/theme-chalk/src/button.scss +24 -24
  168. package/packages/theme-chalk/src/calendar.scss +113 -113
  169. package/packages/theme-chalk/src/card.scss +99 -99
  170. package/packages/theme-chalk/src/checkbox-group.scss +8 -8
  171. package/packages/theme-chalk/src/clients.scss +87 -87
  172. package/packages/theme-chalk/src/data-table-form.scss +67 -67
  173. package/packages/theme-chalk/src/date-picker.scss +7 -7
  174. package/packages/theme-chalk/src/dialog.scss +77 -77
  175. package/packages/theme-chalk/src/enable-drag.scss +181 -181
  176. package/packages/theme-chalk/src/enterprise.scss +5 -5
  177. package/packages/theme-chalk/src/error-page.scss +18 -18
  178. package/packages/theme-chalk/src/flow-group.scss +110 -110
  179. package/packages/theme-chalk/src/handle-user.scss +40 -40
  180. package/packages/theme-chalk/src/icons.scss +99 -99
  181. package/packages/theme-chalk/src/input.scss +9 -9
  182. package/packages/theme-chalk/src/label.scss +24 -24
  183. package/packages/theme-chalk/src/layout.scss +46 -46
  184. package/packages/theme-chalk/src/mixins/color.scss +117 -117
  185. package/packages/theme-chalk/src/nav.scss +111 -111
  186. package/packages/theme-chalk/src/page.scss +3 -3
  187. package/packages/theme-chalk/src/pagination.scss +29 -29
  188. package/packages/theme-chalk/src/player.scss +9 -9
  189. package/packages/theme-chalk/src/qr-code.scss +17 -17
  190. package/packages/theme-chalk/src/radio-group.scss +9 -9
  191. package/packages/theme-chalk/src/retrial-auth.scss +38 -38
  192. package/packages/theme-chalk/src/select-ganged.scss +8 -8
  193. package/packages/theme-chalk/src/select.scss +8 -8
  194. package/packages/theme-chalk/src/selector-panel.scss +204 -204
  195. package/packages/theme-chalk/src/sizer.scss +36 -36
  196. package/packages/theme-chalk/src/steps.scss +88 -88
  197. package/packages/theme-chalk/src/switch.scss +3 -3
  198. package/packages/theme-chalk/src/table-form.scss +1 -1
  199. package/packages/theme-chalk/src/tabs.scss +87 -87
  200. package/packages/theme-chalk/src/tips.scss +7 -7
  201. package/packages/theme-chalk/src/toolbar.scss +179 -179
  202. package/packages/theme-chalk/src/tree-group.scss +72 -72
  203. package/packages/theme-chalk/src/wxlogin.scss +3 -3
  204. package/packages/tips/index.js +5 -5
  205. package/packages/toolbar/index.js +5 -5
  206. package/packages/tree/index.js +5 -5
  207. package/packages/tree-group/index.js +5 -5
  208. package/packages/upload/index.js +5 -5
  209. package/packages/upload/src/picture.js +15 -15
  210. package/packages/wujie/index.js +5 -5
  211. package/packages/wxlogin/index.js +5 -5
  212. package/packages/wxlogin/src/main.vue +128 -128
  213. package/src/config/image.js +2 -2
  214. package/src/index.js +1 -1
  215. package/src/utils/bus.js +3 -3
  216. package/src/utils/date-util.js +312 -312
  217. package/src/utils/http.js +50 -50
  218. package/src/utils/store.js +21 -21
  219. package/src/utils/webSocket.js +107 -107
  220. package/packages/theme-chalk/gulpfile.js +0 -25
@@ -6841,8 +6841,8 @@ var plugin_typeof = typeof Symbol === "function" && typeof Symbol.iterator === "
6841
6841
 
6842
6842
  function plugin_classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
6843
6843
 
6844
- /**
6845
- * JIT_GW_ExtInterface 模块,提供与客户端交互的功能
6844
+ /**
6845
+ * JIT_GW_ExtInterface 模块,提供与客户端交互的功能
6846
6846
  */
6847
6847
  var CA_ExtInterface = function () {
6848
6848
  function CA_ExtInterface() {
@@ -6855,11 +6855,11 @@ var CA_ExtInterface = function () {
6855
6855
  this.init();
6856
6856
  }
6857
6857
 
6858
- /**
6859
- * 简单的 Object.assign 兼容 IE <= 11 的 polyfill
6860
- * @see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/assign
6861
- * @param {Object} target - 目标对象
6862
- * @param {Object} options - 新的选项对象
6858
+ /**
6859
+ * 简单的 Object.assign 兼容 IE <= 11 的 polyfill
6860
+ * @see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/assign
6861
+ * @param {Object} target - 目标对象
6862
+ * @param {Object} options - 新的选项对象
6863
6863
  */
6864
6864
 
6865
6865
 
@@ -6874,8 +6874,8 @@ var CA_ExtInterface = function () {
6874
6874
  }
6875
6875
  };
6876
6876
 
6877
- /**
6878
- * 检查当前会话的 WebSocket URL
6877
+ /**
6878
+ * 检查当前会话的 WebSocket URL
6879
6879
  */
6880
6880
 
6881
6881
 
@@ -6889,8 +6889,8 @@ var CA_ExtInterface = function () {
6889
6889
  }
6890
6890
  };
6891
6891
 
6892
- /**
6893
- * 检查是否使用 ActiveX
6892
+ /**
6893
+ * 检查是否使用 ActiveX
6894
6894
  */
6895
6895
 
6896
6896
 
@@ -6902,11 +6902,11 @@ var CA_ExtInterface = function () {
6902
6902
  }
6903
6903
  };
6904
6904
 
6905
- /**
6906
- * 扩展发送消息并等待响应
6907
- * @param {string} operatorCmd - 操作命令
6908
- * @param {string} sendMsg - 发送的消息
6909
- * @returns {string} 响应消息
6905
+ /**
6906
+ * 扩展发送消息并等待响应
6907
+ * @param {string} operatorCmd - 操作命令
6908
+ * @param {string} sendMsg - 发送的消息
6909
+ * @returns {string} 响应消息
6910
6910
  */
6911
6911
 
6912
6912
 
@@ -6916,11 +6916,11 @@ var CA_ExtInterface = function () {
6916
6916
  return this.sendAndWaitMessage(this.currentSessionWSURL, strSendMsg);
6917
6917
  };
6918
6918
 
6919
- /**
6920
- * 发送消息并等待响应
6921
- * @param {string} wsurl - WebSocket URL
6922
- * @param {string} sendMsg - 发送的消息
6923
- * @returns {string} 响应消息
6919
+ /**
6920
+ * 发送消息并等待响应
6921
+ * @param {string} wsurl - WebSocket URL
6922
+ * @param {string} sendMsg - 发送的消息
6923
+ * @returns {string} 响应消息
6924
6924
  */
6925
6925
 
6926
6926
 
@@ -6944,9 +6944,9 @@ var CA_ExtInterface = function () {
6944
6944
  return ResultMsg;
6945
6945
  };
6946
6946
 
6947
- /**
6948
- * 配置选项
6949
- * @param {Object} extendOption - 扩展选项
6947
+ /**
6948
+ * 配置选项
6949
+ * @param {Object} extendOption - 扩展选项
6950
6950
  */
6951
6951
 
6952
6952
 
@@ -6956,8 +6956,8 @@ var CA_ExtInterface = function () {
6956
6956
  }
6957
6957
  };
6958
6958
 
6959
- /**
6960
- * 初始化
6959
+ /**
6960
+ * 初始化
6961
6961
  */
6962
6962
 
6963
6963
 
@@ -6965,9 +6965,9 @@ var CA_ExtInterface = function () {
6965
6965
  this.isUseActioveX();
6966
6966
  };
6967
6967
 
6968
- /**
6969
- * 返回客户端的版本
6970
- * @returns {string} 客户端版本
6968
+ /**
6969
+ * 返回客户端的版本
6970
+ * @returns {string} 客户端版本
6971
6971
  */
6972
6972
 
6973
6973
 
@@ -6980,13 +6980,13 @@ var CA_ExtInterface = function () {
6980
6980
  }
6981
6981
  };
6982
6982
 
6983
- /**
6984
- * 下载客户端程序并安装
6985
- * @param {string} bstrURL - 下载地址
6986
- * @param {string} bstrHashValue - 哈希值
6987
- * @param {boolean} bSync - 是否同步安装
6988
- * @param {boolean} bOnlySSO - 是否仅安装 SSO
6989
- * @returns {number} 安装结果
6983
+ /**
6984
+ * 下载客户端程序并安装
6985
+ * @param {string} bstrURL - 下载地址
6986
+ * @param {string} bstrHashValue - 哈希值
6987
+ * @param {boolean} bSync - 是否同步安装
6988
+ * @param {boolean} bOnlySSO - 是否仅安装 SSO
6989
+ * @returns {number} 安装结果
6990
6990
  */
6991
6991
 
6992
6992
 
@@ -7000,11 +7000,11 @@ var CA_ExtInterface = function () {
7000
7000
  }
7001
7001
  };
7002
7002
 
7003
- /**
7004
- * 获取硬件指纹信息
7005
- * @param {number} dwSign - 签名
7006
- * @param {string} strGateWayIP - 网关 IP
7007
- * @returns {string} 硬件指纹信息
7003
+ /**
7004
+ * 获取硬件指纹信息
7005
+ * @param {number} dwSign - 签名
7006
+ * @param {string} strGateWayIP - 网关 IP
7007
+ * @returns {string} 硬件指纹信息
7008
7008
  */
7009
7009
 
7010
7010
 
@@ -7018,12 +7018,12 @@ var CA_ExtInterface = function () {
7018
7018
  }
7019
7019
  };
7020
7020
 
7021
- /**
7022
- * 设置转发策略和代填策略
7023
- * @param {string} strProxyPolicy - 转发策略
7024
- * @param {string} strSSOPolicy - 代填策略
7025
- * @param {string} strGatewayAddress - 网关地址
7026
- * @returns {number} 设置结果
7021
+ /**
7022
+ * 设置转发策略和代填策略
7023
+ * @param {string} strProxyPolicy - 转发策略
7024
+ * @param {string} strSSOPolicy - 代填策略
7025
+ * @param {string} strGatewayAddress - 网关地址
7026
+ * @returns {number} 设置结果
7027
7027
  */
7028
7028
 
7029
7029
 
@@ -7037,11 +7037,11 @@ var CA_ExtInterface = function () {
7037
7037
  }
7038
7038
  };
7039
7039
 
7040
- /**
7041
- * 启动认证信息模块
7042
- * @param {string} strFileName - 文件名
7043
- * @param {string} strXmlData - XML 数据
7044
- * @returns {string} 认证信息
7040
+ /**
7041
+ * 启动认证信息模块
7042
+ * @param {string} strFileName - 文件名
7043
+ * @param {string} strXmlData - XML 数据
7044
+ * @returns {string} 认证信息
7045
7045
  */
7046
7046
 
7047
7047
 
@@ -7055,10 +7055,10 @@ var CA_ExtInterface = function () {
7055
7055
  }
7056
7056
  };
7057
7057
 
7058
- /**
7059
- * 打开 BS 应用
7060
- * @param {string} strUrl - 应用 URL
7061
- * @returns {number} 打开结果
7058
+ /**
7059
+ * 打开 BS 应用
7060
+ * @param {string} strUrl - 应用 URL
7061
+ * @returns {number} 打开结果
7062
7062
  */
7063
7063
 
7064
7064
 
@@ -7072,12 +7072,12 @@ var CA_ExtInterface = function () {
7072
7072
  }
7073
7073
  };
7074
7074
 
7075
- /**
7076
- * 打开 CS 应用
7077
- * @param {string} strGatewayAddress - 网关地址
7078
- * @param {string} strAppFlag - 应用标识
7079
- * @param {string} strAppPath - 应用路径
7080
- * @returns {number} 打开结果
7075
+ /**
7076
+ * 打开 CS 应用
7077
+ * @param {string} strGatewayAddress - 网关地址
7078
+ * @param {string} strAppFlag - 应用标识
7079
+ * @param {string} strAppPath - 应用路径
7080
+ * @returns {number} 打开结果
7081
7081
  */
7082
7082
 
7083
7083
 
@@ -7091,13 +7091,13 @@ var CA_ExtInterface = function () {
7091
7091
  }
7092
7092
  };
7093
7093
 
7094
- /**
7095
- * 设置自动更新策略
7096
- * @param {string} strGatewayAddress - 网关地址
7097
- * @param {number} nGatewayPort - 网关端口
7098
- * @param {string} strUserToken - 用户令牌
7099
- * @param {number} updatedelay - 更新延迟
7100
- * @returns {number} 设置结果
7094
+ /**
7095
+ * 设置自动更新策略
7096
+ * @param {string} strGatewayAddress - 网关地址
7097
+ * @param {number} nGatewayPort - 网关端口
7098
+ * @param {string} strUserToken - 用户令牌
7099
+ * @param {number} updatedelay - 更新延迟
7100
+ * @returns {number} 设置结果
7101
7101
  */
7102
7102
 
7103
7103
 
@@ -7111,10 +7111,10 @@ var CA_ExtInterface = function () {
7111
7111
  }
7112
7112
  };
7113
7113
 
7114
- /**
7115
- * 获取客户端 IP
7116
- * @param {string} strGatewayIP - 网关 IP
7117
- * @returns {string} 客户端 IP
7114
+ /**
7115
+ * 获取客户端 IP
7116
+ * @param {string} strGatewayIP - 网关 IP
7117
+ * @returns {string} 客户端 IP
7118
7118
  */
7119
7119
 
7120
7120
 
@@ -7128,10 +7128,10 @@ var CA_ExtInterface = function () {
7128
7128
  }
7129
7129
  };
7130
7130
 
7131
- /**
7132
- * 登出网关
7133
- * @param {string} strServerIP - 服务器 IP
7134
- * @returns {number} 登出结果
7131
+ /**
7132
+ * 登出网关
7133
+ * @param {string} strServerIP - 服务器 IP
7134
+ * @returns {number} 登出结果
7135
7135
  */
7136
7136
 
7137
7137
 
@@ -7145,11 +7145,11 @@ var CA_ExtInterface = function () {
7145
7145
  }
7146
7146
  };
7147
7147
 
7148
- /**
7149
- * 运行安装包
7150
- * @param {number} lRunType - 运行类型
7151
- * @param {boolean} bIsOnlySSO - 是否仅安装 SSO
7152
- * @returns {number} 运行结果
7148
+ /**
7149
+ * 运行安装包
7150
+ * @param {number} lRunType - 运行类型
7151
+ * @param {boolean} bIsOnlySSO - 是否仅安装 SSO
7152
+ * @returns {number} 运行结果
7153
7153
  */
7154
7154
 
7155
7155
 
@@ -7163,9 +7163,9 @@ var CA_ExtInterface = function () {
7163
7163
  }
7164
7164
  };
7165
7165
 
7166
- /**
7167
- * 获取下载进度
7168
- * @returns {number} 下载进度
7166
+ /**
7167
+ * 获取下载进度
7168
+ * @returns {number} 下载进度
7169
7169
  */
7170
7170
 
7171
7171
 
@@ -7179,9 +7179,9 @@ var CA_ExtInterface = function () {
7179
7179
  }
7180
7180
  };
7181
7181
 
7182
- /**
7183
- * 是否安装完成
7184
- * @returns {boolean} 安装完成状态
7182
+ /**
7183
+ * 是否安装完成
7184
+ * @returns {boolean} 安装完成状态
7185
7185
  */
7186
7186
 
7187
7187
 
@@ -7195,11 +7195,11 @@ var CA_ExtInterface = function () {
7195
7195
  }
7196
7196
  };
7197
7197
 
7198
- /**
7199
- * 初始化签包对象
7200
- * @param {string} strAlgType - 算法类型
7201
- * @param {string} strAuxParam - 辅助参数
7202
- * @returns {number} 初始化结果
7198
+ /**
7199
+ * 初始化签包对象
7200
+ * @param {string} strAlgType - 算法类型
7201
+ * @param {string} strAuxParam - 辅助参数
7202
+ * @returns {number} 初始化结果
7203
7203
  */
7204
7204
 
7205
7205
 
@@ -7213,10 +7213,10 @@ var CA_ExtInterface = function () {
7213
7213
  }
7214
7214
  };
7215
7215
 
7216
- /**
7217
- * 设置摘要算法
7218
- * @param {string} strDigestAlg - 摘要算法
7219
- * @returns {number} 设置结果
7216
+ /**
7217
+ * 设置摘要算法
7218
+ * @param {string} strDigestAlg - 摘要算法
7219
+ * @returns {number} 设置结果
7220
7220
  */
7221
7221
 
7222
7222
 
@@ -7230,10 +7230,10 @@ var CA_ExtInterface = function () {
7230
7230
  }
7231
7231
  };
7232
7232
 
7233
- /**
7234
- * 设置单证书是否弹出对话框
7235
- * @param {number} isChoose - 是否弹出对话框
7236
- * @returns {number} 设置结果
7233
+ /**
7234
+ * 设置单证书是否弹出对话框
7235
+ * @param {number} isChoose - 是否弹出对话框
7236
+ * @returns {number} 设置结果
7237
7237
  */
7238
7238
 
7239
7239
 
@@ -7247,11 +7247,11 @@ var CA_ExtInterface = function () {
7247
7247
  }
7248
7248
  };
7249
7249
 
7250
- /**
7251
- * 添加证书过滤条件
7252
- * @param {number} ulType - 过滤类型
7253
- * @param {string} strValue - 过滤值
7254
- * @returns {number} 添加结果
7250
+ /**
7251
+ * 添加证书过滤条件
7252
+ * @param {number} ulType - 过滤类型
7253
+ * @param {string} strValue - 过滤值
7254
+ * @returns {number} 添加结果
7255
7255
  */
7256
7256
 
7257
7257
 
@@ -7265,9 +7265,9 @@ var CA_ExtInterface = function () {
7265
7265
  }
7266
7266
  };
7267
7267
 
7268
- /**
7269
- * 清除所有过滤条件
7270
- * @returns {number} 清除结果
7268
+ /**
7269
+ * 清除所有过滤条件
7270
+ * @returns {number} 清除结果
7271
7271
  */
7272
7272
 
7273
7273
 
@@ -7281,10 +7281,10 @@ var CA_ExtInterface = function () {
7281
7281
  }
7282
7282
  };
7283
7283
 
7284
- /**
7285
- * P1 签名
7286
- * @param {string} strValueBase64 - 待签名的 Base64 字符串
7287
- * @returns {string} 签名结果
7284
+ /**
7285
+ * P1 签名
7286
+ * @param {string} strValueBase64 - 待签名的 Base64 字符串
7287
+ * @returns {string} 签名结果
7288
7288
  */
7289
7289
 
7290
7290
 
@@ -7298,10 +7298,10 @@ var CA_ExtInterface = function () {
7298
7298
  }
7299
7299
  };
7300
7300
 
7301
- /**
7302
- * P1 签名字符串
7303
- * @param {string} strValue - 待签名的字符串
7304
- * @returns {string} 签名结果
7301
+ /**
7302
+ * P1 签名字符串
7303
+ * @param {string} strValue - 待签名的字符串
7304
+ * @returns {string} 签名结果
7305
7305
  */
7306
7306
 
7307
7307
 
@@ -7315,12 +7315,12 @@ var CA_ExtInterface = function () {
7315
7315
  }
7316
7316
  };
7317
7317
 
7318
- /**
7319
- * P7 签名
7320
- * @param {string} strValueBase64 - 待签名的 Base64 字符串
7321
- * @param {boolean} isDetach - 是否分离签名
7322
- * @param {boolean} isIncludeCert - 是否包含证书
7323
- * @returns {string} 签名结果
7318
+ /**
7319
+ * P7 签名
7320
+ * @param {string} strValueBase64 - 待签名的 Base64 字符串
7321
+ * @param {boolean} isDetach - 是否分离签名
7322
+ * @param {boolean} isIncludeCert - 是否包含证书
7323
+ * @returns {string} 签名结果
7324
7324
  */
7325
7325
 
7326
7326
 
@@ -7334,12 +7334,12 @@ var CA_ExtInterface = function () {
7334
7334
  }
7335
7335
  };
7336
7336
 
7337
- /**
7338
- * P7 签名字符串
7339
- * @param {string} strValue - 待签名的字符串
7340
- * @param {boolean} isDetach - 是否分离签名
7341
- * @param {boolean} isIncludeCert - 是否包含证书
7342
- * @returns {string} 签名结果
7337
+ /**
7338
+ * P7 签名字符串
7339
+ * @param {string} strValue - 待签名的字符串
7340
+ * @param {boolean} isDetach - 是否分离签名
7341
+ * @param {boolean} isIncludeCert - 是否包含证书
7342
+ * @returns {string} 签名结果
7343
7343
  */
7344
7344
 
7345
7345
 
@@ -7353,9 +7353,9 @@ var CA_ExtInterface = function () {
7353
7353
  }
7354
7354
  };
7355
7355
 
7356
- /**
7357
- * 释放签名对象
7358
- * @returns {number} 释放结果
7356
+ /**
7357
+ * 释放签名对象
7358
+ * @returns {number} 释放结果
7359
7359
  */
7360
7360
 
7361
7361
 
@@ -7369,9 +7369,9 @@ var CA_ExtInterface = function () {
7369
7369
  }
7370
7370
  };
7371
7371
 
7372
- /**
7373
- * 获取签名版本
7374
- * @returns {string} 签名版本
7372
+ /**
7373
+ * 获取签名版本
7374
+ * @returns {string} 签名版本
7375
7375
  */
7376
7376
 
7377
7377
 
@@ -7385,9 +7385,9 @@ var CA_ExtInterface = function () {
7385
7385
  }
7386
7386
  };
7387
7387
 
7388
- /**
7389
- * 获取签名证书
7390
- * @returns {string} 签名证书
7388
+ /**
7389
+ * 获取签名证书
7390
+ * @returns {string} 签名证书
7391
7391
  */
7392
7392
 
7393
7393
 
@@ -7401,9 +7401,9 @@ var CA_ExtInterface = function () {
7401
7401
  }
7402
7402
  };
7403
7403
 
7404
- /**
7405
- * 获取错误码
7406
- * @returns {number} 错误码
7404
+ /**
7405
+ * 获取错误码
7406
+ * @returns {number} 错误码
7407
7407
  */
7408
7408
 
7409
7409
 
@@ -7417,9 +7417,9 @@ var CA_ExtInterface = function () {
7417
7417
  }
7418
7418
  };
7419
7419
 
7420
- /**
7421
- * 获取错误信息
7422
- * @returns {string} 错误信息
7420
+ /**
7421
+ * 获取错误信息
7422
+ * @returns {string} 错误信息
7423
7423
  */
7424
7424
 
7425
7425
 
@@ -7433,9 +7433,9 @@ var CA_ExtInterface = function () {
7433
7433
  }
7434
7434
  };
7435
7435
 
7436
- /**
7437
- * 销毁认证对象
7438
- * @returns {number} 销毁结果
7436
+ /**
7437
+ * 销毁认证对象
7438
+ * @returns {number} 销毁结果
7439
7439
  */
7440
7440
 
7441
7441
 
@@ -7449,9 +7449,9 @@ var CA_ExtInterface = function () {
7449
7449
  }
7450
7450
  };
7451
7451
 
7452
- /**
7453
- * 获取证书类型
7454
- * @returns {string} 证书类型
7452
+ /**
7453
+ * 获取证书类型
7454
+ * @returns {string} 证书类型
7455
7455
  */
7456
7456
 
7457
7457
 
@@ -7465,9 +7465,9 @@ var CA_ExtInterface = function () {
7465
7465
  }
7466
7466
  };
7467
7467
 
7468
- /**
7469
- * 获取签名摘要算法
7470
- * @returns {string} 签名摘要算法
7468
+ /**
7469
+ * 获取签名摘要算法
7470
+ * @returns {string} 签名摘要算法
7471
7471
  */
7472
7472
 
7473
7473
 
@@ -7481,11 +7481,11 @@ var CA_ExtInterface = function () {
7481
7481
  }
7482
7482
  };
7483
7483
 
7484
- /**
7485
- * 使能调用序列
7486
- * @param {boolean} bCallQueueEnable - 是否使能调用序列
7487
- * @param {boolean} bHeadInfoEnable - 是否使能头部信息
7488
- * @returns {number} 使能结果
7484
+ /**
7485
+ * 使能调用序列
7486
+ * @param {boolean} bCallQueueEnable - 是否使能调用序列
7487
+ * @param {boolean} bHeadInfoEnable - 是否使能头部信息
7488
+ * @returns {number} 使能结果
7489
7489
  */
7490
7490
 
7491
7491
 
@@ -7499,9 +7499,9 @@ var CA_ExtInterface = function () {
7499
7499
  }
7500
7500
  };
7501
7501
 
7502
- /**
7503
- * 清空调用序列结果
7504
- * @returns {number} 清空调用序列结果
7502
+ /**
7503
+ * 清空调用序列结果
7504
+ * @returns {number} 清空调用序列结果
7505
7505
  */
7506
7506
 
7507
7507
 
@@ -7515,9 +7515,9 @@ var CA_ExtInterface = function () {
7515
7515
  }
7516
7516
  };
7517
7517
 
7518
- /**
7519
- * 获取调用序列结果
7520
- * @returns {string} 调用序列结果
7518
+ /**
7519
+ * 获取调用序列结果
7520
+ * @returns {string} 调用序列结果
7521
7521
  */
7522
7522
 
7523
7523
 
@@ -7531,12 +7531,12 @@ var CA_ExtInterface = function () {
7531
7531
  }
7532
7532
  };
7533
7533
 
7534
- /**
7535
- * 客户端安全策略检查
7536
- * @param {string} strGatewayAddress - 网关地址
7537
- * @param {number} usGatewayPort - 网关端口
7538
- * @param {string} strSecurityPolicys - 安全策略
7539
- * @returns {boolean} 检查结果
7534
+ /**
7535
+ * 客户端安全策略检查
7536
+ * @param {string} strGatewayAddress - 网关地址
7537
+ * @param {number} usGatewayPort - 网关端口
7538
+ * @param {string} strSecurityPolicys - 安全策略
7539
+ * @returns {boolean} 检查结果
7540
7540
  */
7541
7541
 
7542
7542
 
@@ -7550,9 +7550,9 @@ var CA_ExtInterface = function () {
7550
7550
  }
7551
7551
  };
7552
7552
 
7553
- /**
7554
- * 获取通讯协议版本
7555
- * @returns {string} 通讯协议版本
7553
+ /**
7554
+ * 获取通讯协议版本
7555
+ * @returns {string} 通讯协议版本
7556
7556
  */
7557
7557
 
7558
7558
 
@@ -7566,13 +7566,13 @@ var CA_ExtInterface = function () {
7566
7566
  }
7567
7567
  };
7568
7568
 
7569
- /**
7570
- * 修改 Key 的 Pin 码
7571
- * @param {string} strCertSn - 证书序列号
7572
- * @param {number} lPinCodeType - Pin 码类型
7573
- * @param {string} strCurPinCode - 当前 Pin 码
7574
- * @param {string} strNewPinCode - 新 Pin 码
7575
- * @returns {number} 修改结果
7569
+ /**
7570
+ * 修改 Key 的 Pin 码
7571
+ * @param {string} strCertSn - 证书序列号
7572
+ * @param {number} lPinCodeType - Pin 码类型
7573
+ * @param {string} strCurPinCode - 当前 Pin 码
7574
+ * @param {string} strNewPinCode - 新 Pin 码
7575
+ * @returns {number} 修改结果
7576
7576
  */
7577
7577
 
7578
7578
 
@@ -7586,10 +7586,10 @@ var CA_ExtInterface = function () {
7586
7586
  }
7587
7587
  };
7588
7588
 
7589
- /**
7590
- * 等待策略设置完毕
7591
- * @param {string} strGatewayAddress - 网关地址
7592
- * @returns {number} 等待结果
7589
+ /**
7590
+ * 等待策略设置完毕
7591
+ * @param {string} strGatewayAddress - 网关地址
7592
+ * @returns {number} 等待结果
7593
7593
  */
7594
7594
 
7595
7595
 
@@ -7603,10 +7603,10 @@ var CA_ExtInterface = function () {
7603
7603
  }
7604
7604
  };
7605
7605
 
7606
- /**
7607
- * 获取会话 Token
7608
- * @param {string} strGatewayAddress - 网关地址
7609
- * @returns {string} 会话 Token
7606
+ /**
7607
+ * 获取会话 Token
7608
+ * @param {string} strGatewayAddress - 网关地址
7609
+ * @returns {string} 会话 Token
7610
7610
  */
7611
7611
 
7612
7612
 
@@ -7620,9 +7620,9 @@ var CA_ExtInterface = function () {
7620
7620
  }
7621
7621
  };
7622
7622
 
7623
- /**
7624
- * 获取控件版本
7625
- * @returns {string} 控件版本
7623
+ /**
7624
+ * 获取控件版本
7625
+ * @returns {string} 控件版本
7626
7626
  */
7627
7627
 
7628
7628
 
@@ -7636,10 +7636,10 @@ var CA_ExtInterface = function () {
7636
7636
  }
7637
7637
  };
7638
7638
 
7639
- /**
7640
- * 设置语言资源
7641
- * @param {string} strLanguage - 语言资源
7642
- * @returns {number} 设置结果
7639
+ /**
7640
+ * 设置语言资源
7641
+ * @param {string} strLanguage - 语言资源
7642
+ * @returns {number} 设置结果
7643
7643
  */
7644
7644
 
7645
7645
 
@@ -7653,12 +7653,12 @@ var CA_ExtInterface = function () {
7653
7653
  }
7654
7654
  };
7655
7655
 
7656
- /**
7657
- * 获取用户属性
7658
- * @param {string} strGatewayAddress - 网关地址
7659
- * @param {string} strAppFlag - 应用标识
7660
- * @param {string} strAttributeName - 属性名称
7661
- * @returns {string} 用户属性值
7656
+ /**
7657
+ * 获取用户属性
7658
+ * @param {string} strGatewayAddress - 网关地址
7659
+ * @param {string} strAppFlag - 应用标识
7660
+ * @param {string} strAttributeName - 属性名称
7661
+ * @returns {string} 用户属性值
7662
7662
  */
7663
7663
 
7664
7664
 
@@ -7672,9 +7672,9 @@ var CA_ExtInterface = function () {
7672
7672
  }
7673
7673
  };
7674
7674
 
7675
- /**
7676
- * 获取签名加密 PIN 码
7677
- * @returns {string} 签名加密 PIN 码
7675
+ /**
7676
+ * 获取签名加密 PIN 码
7677
+ * @returns {string} 签名加密 PIN 码
7678
7678
  */
7679
7679
 
7680
7680
 
@@ -7687,20 +7687,20 @@ var CA_ExtInterface = function () {
7687
7687
  return result.value;
7688
7688
  }
7689
7689
  };
7690
- /*
7691
- *曙光四川CA
7692
- *'SOF_GetUserList' 证书列表
7693
- *'SOF_ExportUserCert' 导出证书
7694
- *'SOF_GetCertInfo': 获取证书信息
7695
- *'SOF_GenRandom': 生成随机数
7696
- *'SOF_SignData': 获取证书签名
7697
- *'SOF_Login': 登录证书
7698
- *'SOF_GetPinRetryCount': 剩余次数
7690
+ /*
7691
+ *曙光四川CA
7692
+ *'SOF_GetUserList' 证书列表
7693
+ *'SOF_ExportUserCert' 导出证书
7694
+ *'SOF_GetCertInfo': 获取证书信息
7695
+ *'SOF_GenRandom': 生成随机数
7696
+ *'SOF_SignData': 获取证书签名
7697
+ *'SOF_Login': 登录证书
7698
+ *'SOF_GetPinRetryCount': 剩余次数
7699
7699
  */
7700
- /**
7701
- *
7702
- * 获取webSocket消息
7703
- * @returns {string}
7700
+ /**
7701
+ *
7702
+ * 获取webSocket消息
7703
+ * @returns {string}
7704
7704
  */
7705
7705
 
7706
7706
 
@@ -7736,10 +7736,10 @@ var CA_ExtInterface = function () {
7736
7736
  };
7737
7737
  });
7738
7738
  };
7739
- /**
7740
- *
7741
- * base64解码
7742
- * @returns {string} base64解码后的字符串
7739
+ /**
7740
+ *
7741
+ * base64解码
7742
+ * @returns {string} base64解码后的字符串
7743
7743
  */
7744
7744
 
7745
7745
 
@@ -7774,10 +7774,10 @@ var CA_ExtInterface = function () {
7774
7774
  val = this.utf8_decode(val);
7775
7775
  return val;
7776
7776
  };
7777
- /**
7778
- *
7779
- * base64编码
7780
- * @returns {string} base64编码后的字符串
7777
+ /**
7778
+ *
7779
+ * base64编码
7780
+ * @returns {string} base64编码后的字符串
7781
7781
  */
7782
7782
 
7783
7783
 
@@ -7810,10 +7810,10 @@ var CA_ExtInterface = function () {
7810
7810
  }
7811
7811
  return val;
7812
7812
  };
7813
- /**
7814
- *
7815
- * utf8解码
7816
- * @returns {string} utf8解码后的字符串
7813
+ /**
7814
+ *
7815
+ * utf8解码
7816
+ * @returns {string} utf8解码后的字符串
7817
7817
  */
7818
7818
 
7819
7819
 
@@ -7842,10 +7842,10 @@ var CA_ExtInterface = function () {
7842
7842
  }
7843
7843
  return string;
7844
7844
  };
7845
- /**
7846
- *
7847
- * utf8编码
7848
- * @returns {string} utf8编码后的字符串
7845
+ /**
7846
+ *
7847
+ * utf8编码
7848
+ * @returns {string} utf8编码后的字符串
7849
7849
  */
7850
7850
 
7851
7851
 
@@ -32343,8 +32343,8 @@ var CommonOpinions_component = normalizeComponent(
32343
32343
  )
32344
32344
 
32345
32345
  /* harmony default export */ var CommonOpinions = (CommonOpinions_component.exports);
32346
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/processForm.vue?vue&type=template&id=61fadcfb&
32347
- var processFormvue_type_template_id_61fadcfb_render = function () {
32346
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/processForm.vue?vue&type=template&id=80a2c5c2&
32347
+ var processFormvue_type_template_id_80a2c5c2_render = function () {
32348
32348
  var _vm = this
32349
32349
  var _h = _vm.$createElement
32350
32350
  var _c = _vm._self._c || _h
@@ -33172,14 +33172,14 @@ var processFormvue_type_template_id_61fadcfb_render = function () {
33172
33172
  1
33173
33173
  )
33174
33174
  }
33175
- var processFormvue_type_template_id_61fadcfb_staticRenderFns = []
33176
- processFormvue_type_template_id_61fadcfb_render._withStripped = true
33175
+ var processFormvue_type_template_id_80a2c5c2_staticRenderFns = []
33176
+ processFormvue_type_template_id_80a2c5c2_render._withStripped = true
33177
33177
 
33178
33178
 
33179
- // CONCATENATED MODULE: ./packages/flow/src/processForm.vue?vue&type=template&id=61fadcfb&
33179
+ // CONCATENATED MODULE: ./packages/flow/src/processForm.vue?vue&type=template&id=80a2c5c2&
33180
33180
 
33181
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/selectUser.vue?vue&type=template&id=406a9f9a&
33182
- var selectUservue_type_template_id_406a9f9a_render = function () {
33181
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/selectUser.vue?vue&type=template&id=5424da0a&
33182
+ var selectUservue_type_template_id_5424da0a_render = function () {
33183
33183
  var _vm = this
33184
33184
  var _h = _vm.$createElement
33185
33185
  var _c = _vm._self._c || _h
@@ -33298,6 +33298,7 @@ var selectUservue_type_template_id_406a9f9a_render = function () {
33298
33298
  types: _vm.types,
33299
33299
  tabs: _vm.tabs,
33300
33300
  title: _vm.title,
33301
+ reset: "",
33301
33302
  classify: _vm.classify,
33302
33303
  "collapse-tags": _vm.selectorTags,
33303
33304
  mix: _vm.mix,
@@ -33339,11 +33340,11 @@ var selectUservue_type_template_id_406a9f9a_render = function () {
33339
33340
  1
33340
33341
  )
33341
33342
  }
33342
- var selectUservue_type_template_id_406a9f9a_staticRenderFns = []
33343
- selectUservue_type_template_id_406a9f9a_render._withStripped = true
33343
+ var selectUservue_type_template_id_5424da0a_staticRenderFns = []
33344
+ selectUservue_type_template_id_5424da0a_render._withStripped = true
33344
33345
 
33345
33346
 
33346
- // CONCATENATED MODULE: ./packages/flow/src/selectUser.vue?vue&type=template&id=406a9f9a&
33347
+ // CONCATENATED MODULE: ./packages/flow/src/selectUser.vue?vue&type=template&id=5424da0a&
33347
33348
 
33348
33349
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/selectUser.vue?vue&type=script&lang=js&
33349
33350
  var selectUservue_type_script_lang_js_extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
@@ -33449,6 +33450,7 @@ var selectUservue_type_script_lang_js_extends = Object.assign || function (targe
33449
33450
  //
33450
33451
  //
33451
33452
  //
33453
+ //
33452
33454
 
33453
33455
 
33454
33456
 
@@ -33615,7 +33617,6 @@ var selectUservue_type_script_lang_js_extends = Object.assign || function (targe
33615
33617
  },
33616
33618
  nextUser: {
33617
33619
  handler: function handler(val) {
33618
- console.log(val, 'nextUser');
33619
33620
  this.newNextUser = val;
33620
33621
  },
33621
33622
 
@@ -33775,21 +33776,18 @@ var selectUservue_type_script_lang_js_extends = Object.assign || function (targe
33775
33776
  _this4.newNextUser.push(item.showid);
33776
33777
  });
33777
33778
  } else {
33778
- console.log(val, this.newSelectUserList, 'aaaa');
33779
33779
  if (this.newSelectUserList.length > 0) {
33780
33780
  var _newSelectUserList$ = this.newSelectUserList[0],
33781
33781
  showid = _newSelectUserList$.showid,
33782
33782
  showname = _newSelectUserList$.showname;
33783
33783
 
33784
33784
  if (val[0]) {
33785
- console.log(val[0], '1111');
33786
33785
  this.newOptions.push(selectUservue_type_script_lang_js_extends({}, this.newSelectUserList[0], {
33787
33786
  id: showid,
33788
33787
  name: showname
33789
33788
  }));
33790
33789
  this.newNextUser = showid;
33791
33790
  } else {
33792
- console.log(val[0], '2222');
33793
33791
  this.newOptions = [];
33794
33792
  this.newNextUser = '';
33795
33793
  this.showSelectUser = false;
@@ -33806,7 +33804,6 @@ var selectUservue_type_script_lang_js_extends = Object.assign || function (targe
33806
33804
  }, 0);
33807
33805
  }
33808
33806
  }
33809
- console.log(this.newNextUser, this.newOptions, 'bbb');
33810
33807
  this.$emit('change', {
33811
33808
  nextUser: this.newNextUser,
33812
33809
  mixList: data,
@@ -33877,8 +33874,8 @@ var selectUservue_type_script_lang_js_extends = Object.assign || function (targe
33877
33874
 
33878
33875
  var selectUser_component = normalizeComponent(
33879
33876
  src_selectUservue_type_script_lang_js_,
33880
- selectUservue_type_template_id_406a9f9a_render,
33881
- selectUservue_type_template_id_406a9f9a_staticRenderFns,
33877
+ selectUservue_type_template_id_5424da0a_render,
33878
+ selectUservue_type_template_id_5424da0a_staticRenderFns,
33882
33879
  false,
33883
33880
  null,
33884
33881
  null,
@@ -35960,6 +35957,7 @@ var processFormvue_type_script_lang_js_components;
35960
35957
  _res$data = res.data,
35961
35958
  nextUserList = _res$data.nextUserList,
35962
35959
  nodeExtAttr = _res$data.nodeExtAttr,
35960
+ nodeMoreInfo = _res$data.nodeMoreInfo,
35963
35961
  countersignaturetypeText = _res$data.countersignaturetypeText,
35964
35962
  countersignaturetypeCode = _res$data.countersignaturetypeCode;
35965
35963
 
@@ -35974,6 +35972,9 @@ var processFormvue_type_script_lang_js_components;
35974
35972
  _this6.countersignaturetypeCode = countersignaturetypeCode;
35975
35973
  _this6.nextNode.countersignaturetypeText = countersignaturetypeText;
35976
35974
  _this6.enableCustomLimitTimeSetting = nodeExtAttr.enableCustomLimitTimeSetting == 1;
35975
+ if (_this6.enableCustomLimitTimeSetting && nodeMoreInfo.defaultCustomLimitDays) {
35976
+ _this6.nextNode.customLimitTime = _this6.nextNode.customLimitTimeText = nodeMoreInfo.defaultCustomLimitDays + '';
35977
+ }
35977
35978
  _this6.isTaskread = nodeExtAttr.isTaskread;
35978
35979
  _this6.isHandleExplain = nodeExtAttr.isHandleExplain;
35979
35980
  _this6.isCustomUser = nodeExtAttr.isCustomUser; //是否展示选人组件按钮
@@ -36267,8 +36268,8 @@ var processFormvue_type_script_lang_js_components;
36267
36268
 
36268
36269
  var processForm_component = normalizeComponent(
36269
36270
  src_processFormvue_type_script_lang_js_,
36270
- processFormvue_type_template_id_61fadcfb_render,
36271
- processFormvue_type_template_id_61fadcfb_staticRenderFns,
36271
+ processFormvue_type_template_id_80a2c5c2_render,
36272
+ processFormvue_type_template_id_80a2c5c2_staticRenderFns,
36272
36273
  false,
36273
36274
  null,
36274
36275
  null,
@@ -40458,8 +40459,8 @@ var reset_component = normalizeComponent(
40458
40459
  )
40459
40460
 
40460
40461
  /* harmony default export */ var src_reset = (reset_component.exports);
40461
- // 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/taskUnionExamine.vue?vue&type=template&id=47ede613&
40462
- var taskUnionExaminevue_type_template_id_47ede613_render = function () {
40462
+ // 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/taskUnionExamine.vue?vue&type=template&id=5a32ec13&
40463
+ var taskUnionExaminevue_type_template_id_5a32ec13_render = function () {
40463
40464
  var _vm = this
40464
40465
  var _h = _vm.$createElement
40465
40466
  var _c = _vm._self._c || _h
@@ -40547,7 +40548,7 @@ var taskUnionExaminevue_type_template_id_47ede613_render = function () {
40547
40548
  ? _vm.currentOrgTabs
40548
40549
  : ["department", "employee"]
40549
40550
  : _vm.type == "startDraf"
40550
- ? ["enterprise", "employee"]
40551
+ ? ["employee", "enterprise"]
40551
40552
  : ["enterprise"],
40552
40553
  params:
40553
40554
  _vm.type == "startDraf" || _vm.type == "unionExamine"
@@ -40763,11 +40764,11 @@ var taskUnionExaminevue_type_template_id_47ede613_render = function () {
40763
40764
  1
40764
40765
  )
40765
40766
  }
40766
- var taskUnionExaminevue_type_template_id_47ede613_staticRenderFns = []
40767
- taskUnionExaminevue_type_template_id_47ede613_render._withStripped = true
40767
+ var taskUnionExaminevue_type_template_id_5a32ec13_staticRenderFns = []
40768
+ taskUnionExaminevue_type_template_id_5a32ec13_render._withStripped = true
40768
40769
 
40769
40770
 
40770
- // CONCATENATED MODULE: ./packages/flow/src/component/taskUnionExamine.vue?vue&type=template&id=47ede613&
40771
+ // CONCATENATED MODULE: ./packages/flow/src/component/taskUnionExamine.vue?vue&type=template&id=5a32ec13&
40771
40772
 
40772
40773
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/taskUnionExamine.vue?vue&type=script&lang=js&
40773
40774
  var taskUnionExaminevue_type_script_lang_js_components;
@@ -41465,8 +41466,8 @@ var taskUnionExaminevue_type_script_lang_js_components;
41465
41466
 
41466
41467
  var taskUnionExamine_component = normalizeComponent(
41467
41468
  component_taskUnionExaminevue_type_script_lang_js_,
41468
- taskUnionExaminevue_type_template_id_47ede613_render,
41469
- taskUnionExaminevue_type_template_id_47ede613_staticRenderFns,
41469
+ taskUnionExaminevue_type_template_id_5a32ec13_render,
41470
+ taskUnionExaminevue_type_template_id_5a32ec13_staticRenderFns,
41470
41471
  false,
41471
41472
  null,
41472
41473
  null,
@@ -53772,8 +53773,8 @@ flow_group_src_main.install = function (Vue) {
53772
53773
  };
53773
53774
 
53774
53775
  /* harmony default export */ var flow_group = (flow_group_src_main);
53775
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow-list/src/main.vue?vue&type=template&id=dfc18528&
53776
- var mainvue_type_template_id_dfc18528_render = function () {
53776
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow-list/src/main.vue?vue&type=template&id=7e636ba0&
53777
+ var mainvue_type_template_id_7e636ba0_render = function () {
53777
53778
  var _vm = this
53778
53779
  var _h = _vm.$createElement
53779
53780
  var _c = _vm._self._c || _h
@@ -54204,11 +54205,11 @@ var mainvue_type_template_id_dfc18528_render = function () {
54204
54205
  2
54205
54206
  )
54206
54207
  }
54207
- var mainvue_type_template_id_dfc18528_staticRenderFns = []
54208
- mainvue_type_template_id_dfc18528_render._withStripped = true
54208
+ var mainvue_type_template_id_7e636ba0_staticRenderFns = []
54209
+ mainvue_type_template_id_7e636ba0_render._withStripped = true
54209
54210
 
54210
54211
 
54211
- // CONCATENATED MODULE: ./packages/flow-list/src/main.vue?vue&type=template&id=dfc18528&
54212
+ // CONCATENATED MODULE: ./packages/flow-list/src/main.vue?vue&type=template&id=7e636ba0&
54212
54213
 
54213
54214
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow-list/src/main.vue?vue&type=script&lang=js&
54214
54215
 
@@ -54822,7 +54823,6 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
54822
54823
  _this.batchdeleteTableList = _this.flowData.filter(function (x) {
54823
54824
  return x.pendstate == 2;
54824
54825
  });
54825
- console.log(res, '批量删除');
54826
54826
  // }
54827
54827
  }
54828
54828
  }, {
@@ -54835,7 +54835,6 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
54835
54835
  _this.currentPage = 1;
54836
54836
  _this.pageSize = 20;
54837
54837
  _this.getResetList();
54838
- console.log(res, '重设记录');
54839
54838
  // }
54840
54839
  }
54841
54840
  }]
@@ -55582,7 +55581,6 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
55582
55581
  method: 'POST',
55583
55582
  data: { ids: ids, reason: this.batchdeletereason }
55584
55583
  };
55585
- console.log(params);
55586
55584
  this.$confirm('您确定要批量删除勾选上的流程历史数据吗?', {
55587
55585
  confirmButtonText: '确定',
55588
55586
  cancelButtonText: '取消',
@@ -55719,7 +55717,6 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
55719
55717
  handleSelectionChange: function handleSelectionChange(val, type) {
55720
55718
  if (type == 'batchDelete') {
55721
55719
  this.batchDeleteSelectList = val;
55722
- console.log(this.batchDeleteSelectList, 'this.batchDeleteSelectList');
55723
55720
  } else {
55724
55721
  this.selectList = val;
55725
55722
  }
@@ -55813,6 +55810,8 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
55813
55810
  }
55814
55811
  },
55815
55812
  handleBtnClick: function handleBtnClick(data) {
55813
+ var _this11 = this;
55814
+
55816
55815
  // recallRead
55817
55816
  var handle = data.handle,
55818
55817
  row = data.row;
@@ -55822,6 +55821,39 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
55822
55821
  this.del(row.id, handle.text == '删除' ? 'del' : 'modify');
55823
55822
  } else if (handle.fun == 'recallRead') {
55824
55823
  this[handle.fun]();
55824
+ } else if (handle.text == '置为失效') {
55825
+ if (row.status == 0) {
55826
+ this.$confirm('您确定要置为失效吗?').then(function () {
55827
+ _this11.loading = utils_util.loading(_this11.$loading, '提交中...');
55828
+ var param = {
55829
+ url: deletePresetInfo,
55830
+ headers: { Accept: 'application/json,text/plain' },
55831
+ method: 'post',
55832
+ data: { id: row.id }
55833
+ };
55834
+ utils_util.ajax(param).then(function (res) {
55835
+ var status = res.status,
55836
+ message = res.message;
55837
+
55838
+ _this11.loading.close();
55839
+ if (status === 'success') {
55840
+ _this11.$message.success('操作成功');
55841
+ _this11.getListInfo();
55842
+ } else {
55843
+ _this11.$message.error(message || '系统错误,请联系管理员!');
55844
+ }
55845
+ }).catch(function (err) {
55846
+ _this11.loading.close();
55847
+ if (err.message && err.message !== 'canceled') {
55848
+ _this11.$message.error(err.message);
55849
+ }
55850
+ });
55851
+ }).catch(function (e) {
55852
+ // on cancel
55853
+ });
55854
+ } else {
55855
+ this.$message.warning('当前数据已为失效状态');
55856
+ }
55825
55857
  }
55826
55858
  },
55827
55859
 
@@ -55833,7 +55865,7 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
55833
55865
  * @date 2022年11月29日
55834
55866
  **/
55835
55867
  handleFormSubmit: function handleFormSubmit(formData) {
55836
- var _this11 = this;
55868
+ var _this12 = this;
55837
55869
 
55838
55870
  this.delLoading = true;
55839
55871
  var params = {
@@ -55850,18 +55882,18 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
55850
55882
  var status = res.status,
55851
55883
  message = res.message;
55852
55884
 
55853
- _this11.delLoading = false;
55885
+ _this12.delLoading = false;
55854
55886
  if (status === 'success') {
55855
- _this11.$message.success((_this11.modalType == 'del' ? '删除' : '修改') + '\u6210\u529F');
55856
- _this11.showDel = false;
55857
- _this11.handleChange();
55887
+ _this12.$message.success((_this12.modalType == 'del' ? '删除' : '修改') + '\u6210\u529F');
55888
+ _this12.showDel = false;
55889
+ _this12.handleChange();
55858
55890
  } else {
55859
- _this11.$message.error(message || '系统错误,请联系管理员!');
55891
+ _this12.$message.error(message || '系统错误,请联系管理员!');
55860
55892
  }
55861
55893
  }).catch(function (err) {
55862
- _this11.delLoading = false;
55894
+ _this12.delLoading = false;
55863
55895
  if (err.message && err.message !== 'canceled') {
55864
- _this11.$message.error(err.message);
55896
+ _this12.$message.error(err.message);
55865
55897
  }
55866
55898
  });
55867
55899
  },
@@ -55915,7 +55947,6 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
55915
55947
  * @date 2022年11月29日
55916
55948
  **/
55917
55949
  sortChange: function sortChange(info, type) {
55918
- console.log(info);
55919
55950
  var prop = info.prop;
55920
55951
 
55921
55952
  this.sidx = prop;
@@ -55936,7 +55967,7 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
55936
55967
  * @date 2025年12月30日
55937
55968
  **/
55938
55969
  getDeletList: function getDeletList() {
55939
- var _this12 = this;
55970
+ var _this13 = this;
55940
55971
 
55941
55972
  var pageSize = this.pageSize,
55942
55973
  sidx = this.sidx,
@@ -55951,13 +55982,13 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
55951
55982
  data: { page: currentPage, rows: pageSize, sidx: sidx, sord: sord }
55952
55983
  };
55953
55984
  utils_util.ajax(params).then(function (res) {
55954
- _this12.deleteTableList = res.data;
55955
- _this12.total = res.totalrecords;
55956
- _this12.deleteLoading = false;
55985
+ _this13.deleteTableList = res.data;
55986
+ _this13.total = res.totalrecords;
55987
+ _this13.deleteLoading = false;
55957
55988
  }).catch(function (err) {
55958
- _this12.deleteLoading = false;
55989
+ _this13.deleteLoading = false;
55959
55990
  if (err.message && err.message !== 'canceled') {
55960
- _this12.$message.error(err.message);
55991
+ _this13.$message.error(err.message);
55961
55992
  }
55962
55993
  });
55963
55994
  },
@@ -55969,7 +56000,7 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
55969
56000
  * @date 2025年12月30日
55970
56001
  **/
55971
56002
  getResetList: function getResetList() {
55972
- var _this13 = this;
56003
+ var _this14 = this;
55973
56004
 
55974
56005
  var pageSize = this.pageSize,
55975
56006
  sidx = this.sidx,
@@ -55985,13 +56016,13 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
55985
56016
  data: { page: currentPage, rows: pageSize, sidx: sidx, sord: sord }
55986
56017
  };
55987
56018
  utils_util.ajax(params).then(function (res) {
55988
- _this13.resetTableList = res.data;
55989
- _this13.total = res.totalrecords;
55990
- _this13.resetLoading = false;
56019
+ _this14.resetTableList = res.data;
56020
+ _this14.total = res.totalrecords;
56021
+ _this14.resetLoading = false;
55991
56022
  }).catch(function (err) {
55992
- _this13.resetLoading = false;
56023
+ _this14.resetLoading = false;
55993
56024
  if (err.message && err.message !== 'canceled') {
55994
- _this13.$message.error(err.message);
56025
+ _this14.$message.error(err.message);
55995
56026
  }
55996
56027
  });
55997
56028
  },
@@ -56003,7 +56034,7 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56003
56034
  * @date 2022年11月29日
56004
56035
  **/
56005
56036
  getPressList: function getPressList() {
56006
- var _this14 = this;
56037
+ var _this15 = this;
56007
56038
 
56008
56039
  var historyId = this.historyId,
56009
56040
  pageSize = this.pageSize,
@@ -56019,13 +56050,13 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56019
56050
  data: { page: currentPage, rows: pageSize, sidx: sidx, sord: sord, historyId: historyId }
56020
56051
  };
56021
56052
  utils_util.ajax(params).then(function (res) {
56022
- _this14.pressTableList = res.data;
56023
- _this14.total = res.totalrecords;
56024
- _this14.pressLoading = false;
56053
+ _this15.pressTableList = res.data;
56054
+ _this15.total = res.totalrecords;
56055
+ _this15.pressLoading = false;
56025
56056
  }).catch(function (err) {
56026
- _this14.pressLoading = false;
56057
+ _this15.pressLoading = false;
56027
56058
  if (err.message && err.message !== 'canceled') {
56028
- _this14.$message.error(err.message);
56059
+ _this15.$message.error(err.message);
56029
56060
  }
56030
56061
  });
56031
56062
  },
@@ -56070,7 +56101,7 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56070
56101
  this.getFlowList();
56071
56102
  },
56072
56103
  getFyListJson: function getFyListJson(type) {
56073
- var _this15 = this;
56104
+ var _this16 = this;
56074
56105
 
56075
56106
  return flow_list_src_mainvue_type_script_lang_js_asyncToGenerator( /*#__PURE__*/regenerator_default.a.mark(function _callee3() {
56076
56107
  var params;
@@ -56081,20 +56112,20 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56081
56112
  params = {
56082
56113
  url: fyListJson,
56083
56114
  params: {
56084
- appRecordId: _this15.businessId,
56115
+ appRecordId: _this16.businessId,
56085
56116
  status: type
56086
56117
  }
56087
56118
  };
56088
56119
  _context3.next = 3;
56089
56120
  return utils_util.ajax(params).then(function (res) {
56090
56121
  if (type == 1) {
56091
- _this15.untreatedReadData = res.data;
56092
- _this15.untreatedReadData.map(function (x, i) {
56122
+ _this16.untreatedReadData = res.data;
56123
+ _this16.untreatedReadData.map(function (x, i) {
56093
56124
  x.sort = i + 1;
56094
56125
  });
56095
56126
  } else {
56096
- _this15.processedReadData = res.data;
56097
- _this15.processedReadData.map(function (x, i) {
56127
+ _this16.processedReadData = res.data;
56128
+ _this16.processedReadData.map(function (x, i) {
56098
56129
  x.sort = i + 1;
56099
56130
  });
56100
56131
  }
@@ -56105,7 +56136,7 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56105
56136
  return _context3.stop();
56106
56137
  }
56107
56138
  }
56108
- }, _callee3, _this15);
56139
+ }, _callee3, _this16);
56109
56140
  }))();
56110
56141
  },
56111
56142
 
@@ -56116,7 +56147,7 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56116
56147
  * @date 2022年11月22日
56117
56148
  **/
56118
56149
  getFlowList: function getFlowList(type) {
56119
- var _this16 = this;
56150
+ var _this17 = this;
56120
56151
 
56121
56152
  var params = {
56122
56153
  url: pendedhistoryListJson,
@@ -56143,53 +56174,53 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56143
56174
  isShowReset = _res$data.isShowReset,
56144
56175
  taskReadName = _res$data.taskReadName;
56145
56176
 
56146
- _this16.loading.close();
56177
+ _this17.loading.close();
56147
56178
  if (status == 'success') {
56148
- _this16.flowTableInfo.adjunctCode = adjunctCode;
56149
- _this16.flowTableInfo.hasAgent = hasAgent;
56150
- _this16.attachmentPaperClipCssStyle = res.data.attachmentPaperClipCssStyle;
56151
- _this16.isShort = isShort;
56152
- _this16.taskReadName = taskReadName;
56153
- _this16.flowData = wfHistoryList;
56154
- _this16.flowData.map(function (x, i) {
56179
+ _this17.flowTableInfo.adjunctCode = adjunctCode;
56180
+ _this17.flowTableInfo.hasAgent = hasAgent;
56181
+ _this17.attachmentPaperClipCssStyle = res.data.attachmentPaperClipCssStyle;
56182
+ _this17.isShort = isShort;
56183
+ _this17.taskReadName = taskReadName;
56184
+ _this17.flowData = wfHistoryList;
56185
+ _this17.flowData.map(function (x, i) {
56155
56186
  x.sort = i + 1;
56156
56187
  if (!x.deptid) {
56157
56188
  x.deptid = x.deptName;
56158
56189
  }
56159
56190
  });
56160
- _this16.splitReadingData = fyHistoryList;
56161
- _this16.splitReadingData.map(function (x, i) {
56191
+ _this17.splitReadingData = fyHistoryList;
56192
+ _this17.splitReadingData.map(function (x, i) {
56162
56193
  x.sort = i + 1;
56163
56194
  });
56164
- _this16.modify = modify;
56165
- _this16.canDelete = canDelete;
56166
- _this16.canBatchDelete = canBatchDelete;
56167
- _this16.isSuperRole = isSuperRole;
56168
- _this16.isShowReset = isShowReset;
56169
- _this16.show = true;
56170
- if (_this16.height == 'auto') {
56171
- _this16.$nextTick(function () {
56172
- _this16.content.map(function (x) {
56173
- _this16[x.type + 'Height'] = _this16.$refs[x.type][0].offsetHeight;
56195
+ _this17.modify = modify;
56196
+ _this17.canDelete = canDelete;
56197
+ _this17.canBatchDelete = canBatchDelete;
56198
+ _this17.isSuperRole = isSuperRole;
56199
+ _this17.isShowReset = isShowReset;
56200
+ _this17.show = true;
56201
+ if (_this17.height == 'auto') {
56202
+ _this17.$nextTick(function () {
56203
+ _this17.content.map(function (x) {
56204
+ _this17[x.type + 'Height'] = _this17.$refs[x.type][0].offsetHeight;
56174
56205
  });
56175
56206
  });
56176
56207
  }
56177
- if (_this16.contents.indexOf('circular') != -1) {
56178
- _this16.getCircularReadList();
56208
+ if (_this17.contents.indexOf('circular') != -1) {
56209
+ _this17.getCircularReadList();
56179
56210
  } else {
56180
- _this16.$nextTick(function () {
56181
- _this16.getListCount(_this16.flowListCount);
56211
+ _this17.$nextTick(function () {
56212
+ _this17.getListCount(_this17.flowListCount);
56182
56213
  });
56183
56214
  }
56184
56215
  } else {
56185
- _this16.$message.error(message || '系统错误,请联系管理员!');
56216
+ _this17.$message.error(message || '系统错误,请联系管理员!');
56186
56217
  }
56187
56218
  }).catch(function (err) {
56188
- _this16.loading.close();
56219
+ _this17.loading.close();
56189
56220
  if (err.message && err.message !== 'canceled') {
56190
- _this16.$message.error(err.message);
56221
+ _this17.$message.error(err.message);
56191
56222
  }
56192
- _this16.show = true;
56223
+ _this17.show = true;
56193
56224
  });
56194
56225
  },
56195
56226
 
@@ -56201,7 +56232,7 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56201
56232
  * @date 2022年11月10日
56202
56233
  **/
56203
56234
  handleClick: function handleClick(val) {
56204
- var _this17 = this;
56235
+ var _this18 = this;
56205
56236
 
56206
56237
  var text = val.handle.text,
56207
56238
  _val$row = val.row,
@@ -56211,7 +56242,7 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56211
56242
  if (text === '置为失效') {
56212
56243
  if (status == 0) {
56213
56244
  this.$confirm('您确定要置为失效吗?').then(function () {
56214
- _this17.loading = utils_util.loading(_this17.$loading, '提交中...');
56245
+ _this18.loading = utils_util.loading(_this18.$loading, '提交中...');
56215
56246
  var param = {
56216
56247
  url: deletePresetInfo,
56217
56248
  headers: { Accept: 'application/json,text/plain' },
@@ -56222,17 +56253,17 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56222
56253
  var status = res.status,
56223
56254
  message = res.message;
56224
56255
 
56225
- _this17.loading.close();
56256
+ _this18.loading.close();
56226
56257
  if (status === 'success') {
56227
- _this17.$message.success('操作成功');
56228
- _this17.getListInfo();
56258
+ _this18.$message.success('操作成功');
56259
+ _this18.getListInfo();
56229
56260
  } else {
56230
- _this17.$message.error(message || '系统错误,请联系管理员!');
56261
+ _this18.$message.error(message || '系统错误,请联系管理员!');
56231
56262
  }
56232
56263
  }).catch(function (err) {
56233
- _this17.loading.close();
56264
+ _this18.loading.close();
56234
56265
  if (err.message && err.message !== 'canceled') {
56235
- _this17.$message.error(err.message);
56266
+ _this18.$message.error(err.message);
56236
56267
  }
56237
56268
  });
56238
56269
  }).catch(function (e) {
@@ -56267,7 +56298,7 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56267
56298
  * @date 2022年11月10日
56268
56299
  **/
56269
56300
  getSysInfo: function getSysInfo(code) {
56270
- var _this18 = this;
56301
+ var _this19 = this;
56271
56302
 
56272
56303
  var params = {
56273
56304
  url: findCodeValues,
@@ -56279,9 +56310,9 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56279
56310
  data = res.data;
56280
56311
 
56281
56312
  if (status == 'success') {
56282
- _this18[code] = data;
56313
+ _this19[code] = data;
56283
56314
  } else {
56284
- _this18.$message.error(message || '系统错误,请联系管理员!');
56315
+ _this19.$message.error(message || '系统错误,请联系管理员!');
56285
56316
  }
56286
56317
  }).catch(function (e) {});
56287
56318
  },
@@ -56293,7 +56324,7 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56293
56324
  * @date 2022年11月10日
56294
56325
  **/
56295
56326
  getListInfo: function getListInfo() {
56296
- var _this19 = this;
56327
+ var _this20 = this;
56297
56328
 
56298
56329
  var param = {
56299
56330
  url: toPresetInfoListIndex,
@@ -56308,24 +56339,24 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56308
56339
  canDelete = _res$data2.canDelete,
56309
56340
  currentUserHasPresetInfoAuth = _res$data2.currentUserHasPresetInfoAuth;
56310
56341
 
56311
- _this19.loading.close();
56342
+ _this20.loading.close();
56312
56343
  if (status == 'success') {
56313
56344
  if (presetInfoList) {
56314
- _this19.presetData = presetInfoList;
56315
- _this19.presetData.map(function (x, i) {
56345
+ _this20.presetData = presetInfoList;
56346
+ _this20.presetData.map(function (x, i) {
56316
56347
  x.sort = i + 1;
56317
56348
  });
56318
56349
  }
56319
- _this19.presetInfoListHiddenColumns = presetInfoListHiddenColumns;
56320
- _this19.currentUserHasPresetInfoAuth = currentUserHasPresetInfoAuth;
56321
- _this19.canDelete = canDelete;
56350
+ _this20.presetInfoListHiddenColumns = presetInfoListHiddenColumns;
56351
+ _this20.currentUserHasPresetInfoAuth = currentUserHasPresetInfoAuth;
56352
+ _this20.canDelete = canDelete;
56322
56353
  } else {
56323
- _this19.$message.error(message || '系统错误,请联系管理员!');
56354
+ _this20.$message.error(message || '系统错误,请联系管理员!');
56324
56355
  }
56325
56356
  }).catch(function (err) {
56326
- _this19.loading.close();
56357
+ _this20.loading.close();
56327
56358
  if (err.message && err.message !== 'canceled') {
56328
- _this19.$message.error(err.message);
56359
+ _this20.$message.error(err.message);
56329
56360
  }
56330
56361
  });
56331
56362
  }
@@ -56343,8 +56374,8 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56343
56374
 
56344
56375
  var flow_list_src_main_component = normalizeComponent(
56345
56376
  packages_flow_list_src_mainvue_type_script_lang_js_,
56346
- mainvue_type_template_id_dfc18528_render,
56347
- mainvue_type_template_id_dfc18528_staticRenderFns,
56377
+ mainvue_type_template_id_7e636ba0_render,
56378
+ mainvue_type_template_id_7e636ba0_staticRenderFns,
56348
56379
  false,
56349
56380
  null,
56350
56381
  null,
@@ -84261,19 +84292,19 @@ var QRCode = __webpack_require__(28);
84261
84292
  //设置logo大小
84262
84293
  var logoPosition = (_this3.mwidth - 46) / 2; //logo相对于canvas居中定位
84263
84294
  //设置获取的logo将其变为圆角以及添加白色背景
84264
- /* ctx.fillStyle = "#fff";
84265
- ctx.beginPath();
84266
- let h = 46; //圆角高 10为基数(logo四周白色背景为10/2)
84267
- let w = 46; //圆角宽
84268
- let x = logoPosition - 5;
84269
- let y = logoPosition - 5;
84270
- let r = 5; //圆角半径
84271
- ctx.moveTo(x + r, y);
84272
- ctx.arcTo(x + w, y, x + w, y + h, r);
84273
- ctx.arcTo(x + w, y + h, x, y + h, r);
84274
- ctx.arcTo(x, y + h, x, y, r);
84275
- ctx.arcTo(x, y, x + w, y, r);
84276
- ctx.closePath();
84295
+ /* ctx.fillStyle = "#fff";
84296
+ ctx.beginPath();
84297
+ let h = 46; //圆角高 10为基数(logo四周白色背景为10/2)
84298
+ let w = 46; //圆角宽
84299
+ let x = logoPosition - 5;
84300
+ let y = logoPosition - 5;
84301
+ let r = 5; //圆角半径
84302
+ ctx.moveTo(x + r, y);
84303
+ ctx.arcTo(x + w, y, x + w, y + h, r);
84304
+ ctx.arcTo(x + w, y + h, x, y + h, r);
84305
+ ctx.arcTo(x, y + h, x, y, r);
84306
+ ctx.arcTo(x, y, x + w, y, r);
84307
+ ctx.closePath();
84277
84308
  ctx.fill(); */
84278
84309
  logo.onload = function () {
84279
84310
  ctx.drawImage(logo, logoPosition, logoPosition, 46, 46);
@@ -102407,7 +102438,7 @@ if (typeof window !== 'undefined' && window.Vue) {
102407
102438
  }
102408
102439
 
102409
102440
  /* harmony default export */ var src_0 = __webpack_exports__["default"] = ({
102410
- version: '0.7.86',
102441
+ version: '0.7.87',
102411
102442
  install: install,
102412
102443
  Button: packages_button,
102413
102444
  ButtonGroup: button_group,