eoss-ui 0.8.22 → 0.8.24

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 (148) hide show
  1. package/lib/button-group.js +228 -231
  2. package/lib/button.js +166 -153
  3. package/lib/calendar.js +2 -2
  4. package/lib/calogin.js +160 -146
  5. package/lib/card.js +2 -2
  6. package/lib/cascader.js +2 -2
  7. package/lib/checkbox-group.js +162 -148
  8. package/lib/clients.js +2 -2
  9. package/lib/config/api.js +5 -0
  10. package/lib/data-table-form.js +162 -148
  11. package/lib/data-table.js +165 -151
  12. package/lib/date-picker.js +159 -146
  13. package/lib/dialog.js +166 -153
  14. package/lib/enable-drag.js +2 -2
  15. package/lib/enterprise.js +2 -2
  16. package/lib/eoss-ui.common.js +732 -256
  17. package/lib/error-page.js +2 -2
  18. package/lib/flow-group.js +159 -146
  19. package/lib/flow-list.js +270 -257
  20. package/lib/flow.js +286 -272
  21. package/lib/form.js +161 -148
  22. package/lib/handle-user.js +160 -147
  23. package/lib/handler.js +160 -147
  24. package/lib/icon.js +160 -147
  25. package/lib/icons.js +2 -2
  26. package/lib/index.js +1 -1
  27. package/lib/input-number.js +159 -146
  28. package/lib/input.js +159 -146
  29. package/lib/label.js +2 -2
  30. package/lib/layout.js +2 -2
  31. package/lib/login.js +174 -160
  32. package/lib/main.js +263 -244
  33. package/lib/menu.js +2 -2
  34. package/lib/nav.js +159 -146
  35. package/lib/notify.js +157 -148
  36. package/lib/page.js +159 -146
  37. package/lib/pagination.js +159 -146
  38. package/lib/player.js +164 -151
  39. package/lib/qr-code.js +161 -148
  40. package/lib/radio-group.js +161 -148
  41. package/lib/retrial-auth.js +163 -150
  42. package/lib/select-ganged.js +161 -148
  43. package/lib/select.js +161 -148
  44. package/lib/selector-panel.js +178 -164
  45. package/lib/selector.js +161 -148
  46. package/lib/sizer.js +168 -155
  47. package/lib/steps.js +159 -146
  48. package/lib/switch.js +159 -146
  49. package/lib/table-form.js +159 -146
  50. package/lib/tabs-panel.js +2 -2
  51. package/lib/tabs.js +159 -146
  52. package/lib/theme-chalk/index.css +1 -1
  53. package/lib/theme-chalk/login.css +1 -1
  54. package/lib/theme-chalk/tree.css +1 -1
  55. package/lib/tips.js +160 -147
  56. package/lib/toolbar.js +2 -2
  57. package/lib/tree-group.js +159 -146
  58. package/lib/tree.js +160 -147
  59. package/lib/upload.js +698 -223
  60. package/lib/utils/util.js +5 -1
  61. package/lib/wujie.js +159 -146
  62. package/lib/wxlogin.js +159 -146
  63. package/package.json +162 -161
  64. package/packages/.DS_Store +0 -0
  65. package/packages/button-group/src/main.vue +346 -346
  66. package/packages/calogin/.DS_Store +0 -0
  67. package/packages/calogin/src/main.vue +412 -412
  68. package/packages/clients/src/main.vue +151 -151
  69. package/packages/date-picker/.DS_Store +0 -0
  70. package/packages/date-picker/src/.DS_Store +0 -0
  71. package/packages/dialog/.DS_Store +0 -0
  72. package/packages/flow/.DS_Store +0 -0
  73. package/packages/flow/src/.DS_Store +0 -0
  74. package/packages/flow/src/component/CommonOpinions.vue +376 -376
  75. package/packages/flow/src/component/FileList.vue +97 -97
  76. package/packages/flow/src/component/SendMsg.vue +242 -242
  77. package/packages/flow/src/component/SortFlow.vue +110 -110
  78. package/packages/flow/src/form.vue +123 -123
  79. package/packages/flow/src/table.vue +58 -58
  80. package/packages/flow-list/.DS_Store +0 -0
  81. package/packages/flow-list/src/main.vue +2337 -2337
  82. package/packages/form/.DS_Store +0 -0
  83. package/packages/form/src/table.vue +1512 -1512
  84. package/packages/icon/.DS_Store +0 -0
  85. package/packages/icon/src/main.vue +104 -104
  86. package/packages/login/.DS_Store +0 -0
  87. package/packages/login/src/resetPassword.vue +557 -557
  88. package/packages/main/.DS_Store +0 -0
  89. package/packages/main/src/.DS_Store +0 -0
  90. package/packages/main/src/public/online.vue +89 -89
  91. package/packages/main/src/public/search.vue +464 -464
  92. package/packages/main/src/public/settings.vue +273 -273
  93. package/packages/main/src/simplicity/apps.vue +388 -388
  94. package/packages/main/src/simplicity/avatar.vue +82 -82
  95. package/packages/main/src/simplicity/handler.vue +158 -158
  96. package/packages/main/src/simplicity/index.vue +11 -5
  97. package/packages/main/src/simplicity/menu-list.vue +135 -135
  98. package/packages/main/src/simplicity/message.vue +293 -293
  99. package/packages/main/src/simplicity/notice.vue +222 -222
  100. package/packages/main/src/simplicity/sub-menu.vue +276 -276
  101. package/packages/main/src/simplicity/user.vue +259 -259
  102. package/packages/main/src/simplicityTop/apps.vue +388 -388
  103. package/packages/main/src/simplicityTop/avatar.vue +82 -82
  104. package/packages/main/src/simplicityTop/handler.vue +215 -215
  105. package/packages/main/src/simplicityTop/lists.vue +84 -84
  106. package/packages/main/src/simplicityTop/menu-list.vue +135 -135
  107. package/packages/main/src/simplicityTop/message.vue +293 -293
  108. package/packages/main/src/simplicityTop/notice.vue +222 -222
  109. package/packages/main/src/simplicityTop/router-page.vue +45 -45
  110. package/packages/main/src/simplicityTop/sub-menu.vue +274 -274
  111. package/packages/main/src/simplicityTop/user.vue +259 -259
  112. package/packages/menu/.DS_Store +0 -0
  113. package/packages/nav/src/main.vue +351 -351
  114. package/packages/player/src/main.vue +1 -1
  115. package/packages/select/.DS_Store +0 -0
  116. package/packages/selector/.DS_Store +0 -0
  117. package/packages/selector/src/main.vue +761 -761
  118. package/packages/selector-panel/.DS_Store +0 -0
  119. package/packages/selector-panel/src/main.vue +1036 -1036
  120. package/packages/selector-panel/src/selection.vue +174 -174
  121. package/packages/switch/src/main.vue +170 -170
  122. package/packages/theme-chalk/lib/index.css +1 -1
  123. package/packages/theme-chalk/lib/login.css +1 -1
  124. package/packages/theme-chalk/lib/tree.css +1 -1
  125. package/packages/theme-chalk/src/.DS_Store +0 -0
  126. package/packages/theme-chalk/src/data-table.scss +297 -297
  127. package/packages/theme-chalk/src/flow-list.scss +55 -55
  128. package/packages/theme-chalk/src/form.scss +501 -501
  129. package/packages/theme-chalk/src/handler.scss +148 -148
  130. package/packages/theme-chalk/src/icon.scss +3452 -3452
  131. package/packages/theme-chalk/src/login.scss +1006 -1006
  132. package/packages/theme-chalk/src/main.scss +664 -664
  133. package/packages/theme-chalk/src/menu.scss +224 -224
  134. package/packages/theme-chalk/src/selector.scss +114 -114
  135. package/packages/theme-chalk/src/simplicity-top.scss +1845 -1845
  136. package/packages/theme-chalk/src/simplicity.scss +1403 -1403
  137. package/packages/theme-chalk/src/tree.scss +167 -165
  138. package/packages/theme-chalk/src/upload.scss +172 -172
  139. package/packages/tips/src/main.vue +141 -141
  140. package/packages/upload/.DS_Store +0 -0
  141. package/packages/upload/src/main.vue +482 -14
  142. package/packages/wujie/src/main.vue +146 -146
  143. package/src/.DS_Store +0 -0
  144. package/src/config/api.js +5 -0
  145. package/src/index.js +163 -163
  146. package/src/utils/.DS_Store +0 -0
  147. package/src/utils/rules.js +18 -18
  148. package/src/utils/util.js +6 -1
package/lib/notify.js CHANGED
@@ -82,7 +82,7 @@ module.exports =
82
82
  /******/
83
83
  /******/
84
84
  /******/ // Load entry module and return exports
85
- /******/ return __webpack_require__(__webpack_require__.s = 61);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 62);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ({
@@ -91,171 +91,175 @@ module.exports =
91
91
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
92
92
 
93
93
  "use strict";
94
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "r", function() { return doCaLogin; });
95
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "v", function() { return doUserLogin; });
96
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "t", function() { return doQrLogin; });
97
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "yb", function() { return logout; });
98
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qb", function() { return initLogin; });
99
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Zb", function() { return switchUserTo; });
94
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "u", function() { return doCaLogin; });
95
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "y", function() { return doUserLogin; });
96
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "w", function() { return doQrLogin; });
97
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Cb", function() { return logout; });
98
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ub", function() { return initLogin; });
99
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "dc", function() { return switchUserTo; });
100
100
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "d", function() { return changeImg; });
101
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "S", function() { return getLoginCode; });
102
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "s", function() { return doCodeLogin; });
101
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "W", function() { return getLoginCode; });
102
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "v", function() { return doCodeLogin; });
103
103
  /* unused harmony export updateCode */
104
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "T", function() { return getModifyPassCode; });
105
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "h", function() { return codeModifyPass; });
106
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "wb", function() { return loginModifyPassword; });
104
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "X", function() { return getModifyPassCode; });
105
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "k", function() { return codeModifyPass; });
106
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ab", function() { return loginModifyPassword; });
107
107
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "b", function() { return authCenter; });
108
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rb", function() { return initModifyPassword; });
109
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "w", function() { return doWechatQrLogin; });
110
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hb", function() { return getTwoFactorLoginCode; });
111
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "u", function() { return doTwoFactorLogin; });
112
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sb", function() { return initRetrialAuth; });
113
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bb", function() { return getRetrialAuthCode; });
114
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Rb", function() { return scanCodeRetrialAuth; });
115
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "i", function() { return codeRetrialAuth; });
116
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "q", function() { return doAssistanceQrLogin; });
117
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Pc", function() { return userOnline; });
118
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jb", function() { return getUserAppWithTag; });
119
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Kb", function() { return recordUserApp; });
120
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "zb", function() { return mainConfig; });
121
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tb", function() { return initUserSet; });
122
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Kc", function() { return updateUserInfo; });
108
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "vb", function() { return initModifyPassword; });
109
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "z", function() { return doWechatQrLogin; });
110
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lb", function() { return getTwoFactorLoginCode; });
111
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "x", function() { return doTwoFactorLogin; });
112
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "wb", function() { return initRetrialAuth; });
113
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fb", function() { return getRetrialAuthCode; });
114
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Vb", function() { return scanCodeRetrialAuth; });
115
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "l", function() { return codeRetrialAuth; });
116
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "t", function() { return doAssistanceQrLogin; });
117
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Tc", function() { return userOnline; });
118
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nb", function() { return getUserAppWithTag; });
119
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ob", function() { return recordUserApp; });
120
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Db", function() { return mainConfig; });
121
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "xb", function() { return initUserSet; });
122
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Oc", function() { return updateUserInfo; });
123
123
  /* unused harmony export getUserImgUrl */
124
124
  /* unused harmony export getDoorIndex */
125
125
  /* unused harmony export refreshOnlineUsers */
126
126
  /* unused harmony export getQuickMenuIds */
127
127
  /* unused harmony export getApplicationIdArray */
128
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "M", function() { return getComplexApplications; });
129
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "N", function() { return getComplexApplicationsNew; });
128
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "P", function() { return getComplexApplications; });
129
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Q", function() { return getComplexApplicationsNew; });
130
130
  /* unused harmony export getUserCustomInfo */
131
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Jc", function() { return updateUserCustomInfo; });
132
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ac", function() { return sysMsgPage; });
133
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pb", function() { return ignoreSysMsg; });
134
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ob", function() { return ignoreAllSysMsg; });
135
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Sb", function() { return searchType; });
136
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gb", function() { return getSysParam; });
137
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "L", function() { return getAdjunctProperties; });
138
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Oc", function() { return uploads; });
139
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Mc", function() { return uploadOnlyOne; });
140
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "K", function() { return getAdjunctFileInfos; });
141
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Nc", function() { return uploadSort; });
142
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "x", function() { return downloadByAdjunctId; });
143
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Lc", function() { return uploadDownloads; });
144
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Fb", function() { return previewAdjunct; });
145
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Gb", function() { return previewAdjunct2; });
146
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Hb", function() { return previewAdjunctOffice; });
147
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "k", function() { return delAdjunct; });
131
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Nc", function() { return updateUserCustomInfo; });
132
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ec", function() { return sysMsgPage; });
133
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tb", function() { return ignoreSysMsg; });
134
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sb", function() { return ignoreAllSysMsg; });
135
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Wb", function() { return searchType; });
136
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kb", function() { return getSysParam; });
137
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "O", function() { return getAdjunctProperties; });
138
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Sc", function() { return uploads; });
139
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Qc", function() { return uploadOnlyOne; });
140
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "N", function() { return getAdjunctFileInfos; });
141
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Rc", function() { return uploadSort; });
142
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "A", function() { return downloadByAdjunctId; });
143
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Pc", function() { return uploadDownloads; });
144
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Jb", function() { return previewAdjunct; });
145
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Kb", function() { return previewAdjunct2; });
146
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Lb", function() { return previewAdjunctOffice; });
147
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "n", function() { return delAdjunct; });
148
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "g", function() { return chunkCheckFile; });
149
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "i", function() { return chunkUploadChunk; });
150
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "h", function() { return chunkMergeChunk; });
151
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "S", function() { return getDochubBucket; });
148
152
  /* unused harmony export upload_updateClassify */
149
153
  /* unused harmony export getDeleteAdjunctFileInfos */
150
154
  /* unused harmony export getPictureBase64 */
151
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "eb", function() { return getSelectorOrgTree; });
152
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "db", function() { return getSelectorOrgDetail; });
153
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "X", function() { return getOrgMainTree; });
154
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cb", function() { return getSelectOrgsubids; });
155
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "C", function() { return findSysCode; });
156
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "O", function() { return getDictList; });
155
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ib", function() { return getSelectorOrgTree; });
156
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hb", function() { return getSelectorOrgDetail; });
157
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bb", function() { return getOrgMainTree; });
158
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gb", function() { return getSelectOrgsubids; });
159
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "F", function() { return findSysCode; });
160
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "R", function() { return getDictList; });
157
161
  /* unused harmony export findUserBaseInfo */
158
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mb", function() { return gethelpdoc; });
162
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qb", function() { return gethelpdoc; });
159
163
  /* unused harmony export getCurrentuser */
160
164
  /* unused harmony export mainDetail */
161
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sc", function() { return toStartFlow; });
162
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mc", function() { return tempSave; });
163
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "j", function() { return commonOpion; });
165
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "wc", function() { return toStartFlow; });
166
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qc", function() { return tempSave; });
167
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "m", function() { return commonOpion; });
164
168
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return addCommonOpion; });
165
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "y", function() { return editCommonOpion; });
166
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Qb", function() { return saveCommonOpinion; });
167
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ic", function() { return updateCommonOpinion; });
168
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "l", function() { return deleteCommonOpion; });
169
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ab", function() { return getProcessDefList; });
170
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "U", function() { return getNodeInfo; });
171
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "B", function() { return findCodeValues; });
172
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "E", function() { return findSysParam; });
173
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "D", function() { return findSysCodes; });
174
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "W", function() { return getNotificationMsg; });
175
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Q", function() { return getHandleInfoHtml; });
176
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cc", function() { return taskHandleHtml; });
169
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "B", function() { return editCommonOpion; });
170
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ub", function() { return saveCommonOpinion; });
171
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Mc", function() { return updateCommonOpinion; });
172
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "o", function() { return deleteCommonOpion; });
173
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "eb", function() { return getProcessDefList; });
174
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Y", function() { return getNodeInfo; });
175
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "E", function() { return findCodeValues; });
176
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "H", function() { return findSysParam; });
177
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "G", function() { return findSysCodes; });
178
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ab", function() { return getNotificationMsg; });
179
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "U", function() { return getHandleInfoHtml; });
180
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gc", function() { return taskHandleHtml; });
177
181
  /* unused harmony export getView */
178
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Lb", function() { return register; });
179
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Bb", function() { return pendedhistoryList; });
180
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "wc", function() { return toTaskRejectHtml; });
181
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fc", function() { return taskRejectHtml; });
182
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tc", function() { return toStartTaskRead; });
183
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "uc", function() { return toStartTaskReadIndex; });
184
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "dc", function() { return taskReadHtml; });
185
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Mb", function() { return rejectAndEnd; });
186
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rc", function() { return toSendMsg; });
187
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Wb", function() { return sendMsg; });
188
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "A", function() { return endFlowHtml; });
189
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nb", function() { return handleInfo; });
190
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "xb", function() { return loginUserInfo; });
191
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Qc", function() { return wss; });
192
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Gc", function() { return topic; });
193
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Y", function() { return getPresetCustomInfo; });
194
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Z", function() { return getPresetNodeInfo; });
195
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Cc", function() { return toTaskTransferIndex; });
196
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jc", function() { return taskTransfer; });
197
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pc", function() { return toPresetInfoListIndex; });
198
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "n", function() { return deletePresetInfo; });
182
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Pb", function() { return register; });
183
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Fb", function() { return pendedhistoryList; });
184
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ac", function() { return toTaskRejectHtml; });
185
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jc", function() { return taskRejectHtml; });
186
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "xc", function() { return toStartTaskRead; });
187
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "yc", function() { return toStartTaskReadIndex; });
188
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hc", function() { return taskReadHtml; });
189
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Qb", function() { return rejectAndEnd; });
190
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "vc", function() { return toSendMsg; });
191
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ac", function() { return sendMsg; });
192
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "D", function() { return endFlowHtml; });
193
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rb", function() { return handleInfo; });
194
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Bb", function() { return loginUserInfo; });
195
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Uc", function() { return wss; });
196
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Kc", function() { return topic; });
197
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cb", function() { return getPresetCustomInfo; });
198
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "db", function() { return getPresetNodeInfo; });
199
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Gc", function() { return toTaskTransferIndex; });
200
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nc", function() { return taskTransfer; });
201
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tc", function() { return toPresetInfoListIndex; });
202
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "q", function() { return deletePresetInfo; });
199
203
  /* unused harmony export historyListJson */
200
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Cb", function() { return pendedhistoryListJson; });
201
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Eb", function() { return pressListJson; });
202
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "m", function() { return deleteFlow; });
203
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ab", function() { return modifyFlow; });
204
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ub", function() { return isCanStartSubFlow; });
205
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Dc", function() { return toTaskUnionExamine; });
206
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kc", function() { return taskUnionExamine; });
207
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Bc", function() { return toTaskTakeAdvice; });
208
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ic", function() { return taskTakeAdvice; });
209
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "yc", function() { return toTaskStartDraft; });
210
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "zc", function() { return toTaskSupervise; });
211
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ac", function() { return toTaskSuperviseSub; });
212
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hc", function() { return taskStartDraft; });
213
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "xc", function() { return toTaskReview; });
214
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gc", function() { return taskReview; });
215
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ec", function() { return toTaskUnionSeal; });
216
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lc", function() { return taskUnionSeal; });
217
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Fc", function() { return toTwoOfficesDispatch; });
218
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Hc", function() { return twoOfficesDispatch; });
219
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qc", function() { return toResetProcessIndex; });
220
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ob", function() { return resetProcess; });
221
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "vc", function() { return toTaskContinuationIndex; });
222
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bc", function() { return taskContinuation; });
223
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "P", function() { return getFreeStartFlowParams; });
224
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "H", function() { return freeStartFlowWithSubmitTask; });
204
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Gb", function() { return pendedhistoryListJson; });
205
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ib", function() { return pressListJson; });
206
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "p", function() { return deleteFlow; });
207
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Eb", function() { return modifyFlow; });
208
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "yb", function() { return isCanStartSubFlow; });
209
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Hc", function() { return toTaskUnionExamine; });
210
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "oc", function() { return taskUnionExamine; });
211
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Fc", function() { return toTaskTakeAdvice; });
212
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mc", function() { return taskTakeAdvice; });
213
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Cc", function() { return toTaskStartDraft; });
214
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Dc", function() { return toTaskSupervise; });
215
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ec", function() { return toTaskSuperviseSub; });
216
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lc", function() { return taskStartDraft; });
217
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Bc", function() { return toTaskReview; });
218
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kc", function() { return taskReview; });
219
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ic", function() { return toTaskUnionSeal; });
220
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pc", function() { return taskUnionSeal; });
221
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Jc", function() { return toTwoOfficesDispatch; });
222
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Lc", function() { return twoOfficesDispatch; });
223
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "uc", function() { return toResetProcessIndex; });
224
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Sb", function() { return resetProcess; });
225
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "zc", function() { return toTaskContinuationIndex; });
226
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fc", function() { return taskContinuation; });
227
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "T", function() { return getFreeStartFlowParams; });
228
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "K", function() { return freeStartFlowWithSubmitTask; });
225
229
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "f", function() { return checkForeignOrgStartedCircularRead; });
226
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Db", function() { return pendedhistoryListWithCircularReadJson; });
227
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "J", function() { return fyListJson; });
228
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Nb", function() { return resetJson; });
229
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "o", function() { return deletedListJson; });
230
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Pb", function() { return restoredHistory; });
230
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Hb", function() { return pendedhistoryListWithCircularReadJson; });
231
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "M", function() { return fyListJson; });
232
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Rb", function() { return resetJson; });
233
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "r", function() { return deletedListJson; });
234
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Tb", function() { return restoredHistory; });
231
235
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "c", function() { return batchDelete; });
232
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "g", function() { return circularReadWithdraw; });
233
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ec", function() { return taskReadWithDraw; });
234
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Yb", function() { return startReadTransferHandleFlowWithTaskReadEnd; });
236
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "j", function() { return circularReadWithdraw; });
237
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ic", function() { return taskReadWithDraw; });
238
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cc", function() { return startReadTransferHandleFlowWithTaskReadEnd; });
235
239
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "e", function() { return checkBusinessIdStartedReadTransferHandle; });
236
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Vb", function() { return sendList; });
237
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ub", function() { return sendInfo; });
240
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Zb", function() { return sendList; });
241
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Yb", function() { return sendInfo; });
238
242
  /* unused harmony export sendSave */
239
243
  /* unused harmony export sendUpdate */
240
244
  /* unused harmony export sendDelete */
241
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Tb", function() { return sendBatch; });
242
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "F", function() { return formContents; });
243
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "p", function() { return directStartTaskCircularRead; });
244
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "z", function() { return endFlowAndStartTaskCircularRead; });
245
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "V", function() { return getNodeInfoForStart; });
246
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "G", function() { return freeStartFlow; });
247
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ib", function() { return getUrgencyLevelChangedNotificationType; });
248
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "oc", function() { return toFreeTaskCircularRead; });
249
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "vb", function() { return isCancelSecondConfirmation; });
250
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "I", function() { return freeTaskCircularRead; });
251
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nc", function() { return toDefinitionChangeSort; });
252
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Xb", function() { return setSort; });
253
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Jb", function() { return queryUseCommonMenu; });
254
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "R", function() { return getIndexCount; });
255
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lb", function() { return getVoteMeetingNum; });
256
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kb", function() { return getUserTipsInstanceNum; });
257
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fb", function() { return getShareFilesReceiveCountNew; });
258
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ib", function() { return queryChildMenuUrl; });
245
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Xb", function() { return sendBatch; });
246
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "I", function() { return formContents; });
247
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "s", function() { return directStartTaskCircularRead; });
248
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "C", function() { return endFlowAndStartTaskCircularRead; });
249
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Z", function() { return getNodeInfoForStart; });
250
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "J", function() { return freeStartFlow; });
251
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mb", function() { return getUrgencyLevelChangedNotificationType; });
252
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sc", function() { return toFreeTaskCircularRead; });
253
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "zb", function() { return isCancelSecondConfirmation; });
254
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "L", function() { return freeTaskCircularRead; });
255
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rc", function() { return toDefinitionChangeSort; });
256
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bc", function() { return setSort; });
257
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Nb", function() { return queryUseCommonMenu; });
258
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "V", function() { return getIndexCount; });
259
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pb", function() { return getVoteMeetingNum; });
260
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ob", function() { return getUserTipsInstanceNum; });
261
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jb", function() { return getShareFilesReceiveCountNew; });
262
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Mb", function() { return queryChildMenuUrl; });
259
263
  var flowPendingPrefix = window.flowPendingPrefix || localStorage.getItem('flowPendingPrefix') || '/bpm';
260
264
  // 登录
261
265
  var doCaLogin = '/sso2/signIn/auth/doCaLogin'; // ca登录认证
@@ -320,6 +324,11 @@ var previewAdjunct = '/main2/mecpfileManagement/previewAdjunct'; // 预览附件
320
324
  var previewAdjunct2 = '/main2/mecpfileManagement/previewAdjunct2/'; // 预览附件(带文件名)
321
325
  var previewAdjunctOffice = '/document/webDocument/documentIndex.dhtml'; // 预览附件word excel ppt
322
326
  var delAdjunct = '/main2/mecpfileManagement/delAdjunct'; // 删除附件
327
+ // 分片上传(dochub v2),优先使用 dochubConfig 下发的同名 url,这里仅作兜底
328
+ var chunkCheckFile = '/dochub/v2/chunk/checkFile'; // 秒传检测/断点续传查询
329
+ var chunkUploadChunk = '/dochub/v2/chunk/uploadChunk'; // 上传单个分片
330
+ var chunkMergeChunk = '/dochub/v2/chunk/mergeChunk'; // 合并分片并写入文档库
331
+ var getDochubBucket = '/dochub/v2/getBucket'; // 根据桶编码获取文档中台桶配置(含分片上传开关/参数)
323
332
  var upload_updateClassify = '/main2/mecpfileManagement/updateClassify'; // 根据附件id保存该附件的分类信息
324
333
  var getDeleteAdjunctFileInfos = '/main2/mecpfileManagement/getDeleteAdjunctFileInfos'; // 根据业务id和附件code获取相关已删除附件的元数据列表
325
334
  var getPictureBase64 = '/main2/mecpfileManagement/getPictureBase64'; // 获取图片的base64编码
@@ -660,7 +669,7 @@ function normalizeComponent(
660
669
 
661
670
  /***/ }),
662
671
 
663
- /***/ 61:
672
+ /***/ 62:
664
673
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
665
674
 
666
675
  "use strict";
@@ -894,7 +903,7 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < argument
894
903
  text: '重发',
895
904
  format: false,
896
905
  method: 'post',
897
- action: api["Tb" /* sendBatch */]
906
+ action: api["Xb" /* sendBatch */]
898
907
  }]
899
908
  }];
900
909
  }
@@ -1081,13 +1090,13 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < argument
1081
1090
  },
1082
1091
  data: function data() {
1083
1092
  return {
1084
- sendList: api["Vb" /* sendList */],
1085
- sendBatch: api["Tb" /* sendBatch */],
1093
+ sendList: api["Zb" /* sendList */],
1094
+ sendBatch: api["Xb" /* sendBatch */],
1086
1095
  tableCount: 0,
1087
1096
  selectData: [],
1088
1097
  formTitle: '',
1089
1098
  showForm: false,
1090
- formData: api["Ub" /* sendInfo */],
1099
+ formData: api["Yb" /* sendInfo */],
1091
1100
  params: {},
1092
1101
  sendTypeDict: [],
1093
1102
  statusDict: []
@@ -1106,7 +1115,7 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < argument
1106
1115
  type: 'primary',
1107
1116
  checkbox: true,
1108
1117
  format: false,
1109
- action: api["Tb" /* sendBatch */]
1118
+ action: api["Xb" /* sendBatch */]
1110
1119
  }]
1111
1120
  }, {
1112
1121
  type: 'search',