eoss-ui 0.5.79 → 0.5.81-beta
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.
- package/lib/button-group.js +279 -265
- package/lib/button.js +71 -69
- package/lib/calendar.js +2 -2
- package/lib/card.js +2 -2
- package/lib/cascader.js +2 -2
- package/lib/checkbox-group.js +71 -70
- package/lib/clients.js +11 -11
- package/lib/config/api.js +1 -0
- package/lib/data-table-form.js +69 -67
- package/lib/data-table.js +87 -80
- package/lib/date-picker.js +71 -69
- package/lib/dialog.js +71 -70
- package/lib/enterprise.js +2 -2
- package/lib/eoss-ui.common.js +5966 -986
- package/lib/error-page.js +2 -2
- package/lib/flow-group.js +71 -69
- package/lib/flow-list.js +74 -72
- package/lib/flow.js +95 -93
- package/lib/form.js +179 -98
- package/lib/handle-user.js +72 -70
- package/lib/handler.js +75 -73
- package/lib/icon.js +3731 -12
- package/lib/icons.js +3 -3
- package/lib/index.js +1 -1
- package/lib/input-number.js +71 -69
- package/lib/input.js +71 -73
- package/lib/label.js +2 -2
- package/lib/layout.js +2 -2
- package/lib/login.js +146 -106
- package/lib/main.js +5663 -844
- package/lib/menu.js +2 -2
- package/lib/nav.js +71 -69
- package/lib/notify.js +72 -70
- package/lib/page.js +71 -69
- package/lib/pagination.js +2 -2
- package/lib/player.js +75 -73
- package/lib/qr-code.js +73 -71
- package/lib/radio-group.js +71 -69
- package/lib/retrial-auth.js +73 -71
- package/lib/select-ganged.js +71 -69
- package/lib/select.js +71 -69
- package/lib/selector-panel.js +74 -73
- package/lib/selector.js +80 -78
- package/lib/sizer.js +71 -69
- package/lib/steps.js +71 -69
- package/lib/switch.js +78 -76
- package/lib/table-form.js +71 -69
- package/lib/tabs-panel.js +2 -2
- package/lib/tabs.js +71 -69
- package/lib/theme-chalk/base.css +1 -1
- package/lib/theme-chalk/clients.css +1 -1
- package/lib/theme-chalk/data-table.css +1 -1
- package/lib/theme-chalk/fonts/iconfont.ttf +0 -0
- package/lib/theme-chalk/fonts/iconfont.woff +0 -0
- package/lib/theme-chalk/form.css +1 -1
- package/lib/theme-chalk/icon.css +1 -1
- package/lib/theme-chalk/index.css +1 -1
- package/lib/theme-chalk/login.css +1 -1
- package/lib/theme-chalk/main.css +1 -1
- package/lib/theme-chalk/menu.css +1 -1
- package/lib/theme-chalk/simplicity.css +1 -0
- package/lib/theme-chalk/sizer.css +1 -1
- package/lib/theme-chalk/upload.css +1 -1
- package/lib/tips.js +72 -70
- package/lib/toolbar.js +2 -2
- package/lib/tree-group.js +71 -69
- package/lib/tree.js +71 -69
- package/lib/upload.js +146 -118
- package/lib/utils/util.js +2 -2
- package/lib/wujie.js +71 -69
- package/lib/wxlogin.js +214 -212
- package/package.json +3 -3
- package/packages/clients/src/main.vue +7 -7
- package/packages/data-table/src/main.vue +17 -5
- package/packages/form/src/main.vue +27 -13
- package/packages/handler/src/main.vue +3 -1
- package/packages/icon/src/main.vue +31 -10
- package/packages/icons/src/icon.json +1 -1
- package/packages/input/src/main.vue +0 -4
- package/packages/login/src/main.vue +13 -7
- package/packages/main/src/default/index.vue +2199 -0
- package/packages/main/src/main.vue +30 -2209
- package/packages/main/src/simplicity/apps.vue +301 -0
- package/packages/main/src/simplicity/avatar.vue +68 -0
- package/packages/main/src/simplicity/handler.vue +148 -0
- package/packages/main/src/simplicity/index.vue +1515 -0
- package/packages/main/src/simplicity/lists.vue +84 -0
- package/packages/main/src/simplicity/menu-list.vue +74 -0
- package/packages/main/src/simplicity/message.vue +237 -0
- package/packages/main/src/simplicity/notice.vue +145 -0
- package/packages/main/src/simplicity/settings.vue +119 -0
- package/packages/main/src/simplicity/sub-menu.vue +120 -0
- package/packages/main/src/simplicity/user.vue +243 -0
- package/packages/main/src/simplicity/userinfo.vue +302 -0
- package/packages/theme-chalk/lib/base.css +1 -1
- package/packages/theme-chalk/lib/clients.css +1 -1
- package/packages/theme-chalk/lib/data-table.css +1 -1
- package/packages/theme-chalk/lib/fonts/iconfont.ttf +0 -0
- package/packages/theme-chalk/lib/fonts/iconfont.woff +0 -0
- package/packages/theme-chalk/lib/form.css +1 -1
- package/packages/theme-chalk/lib/icon.css +1 -1
- package/packages/theme-chalk/lib/index.css +1 -1
- package/packages/theme-chalk/lib/login.css +1 -1
- package/packages/theme-chalk/lib/main.css +1 -1
- package/packages/theme-chalk/lib/menu.css +1 -1
- package/packages/theme-chalk/lib/simplicity.css +1 -0
- package/packages/theme-chalk/lib/sizer.css +1 -1
- package/packages/theme-chalk/lib/upload.css +1 -1
- package/packages/theme-chalk/src/base.scss +1 -0
- package/packages/theme-chalk/src/clients.scss +1 -1
- package/packages/theme-chalk/src/common/var.scss +4 -0
- package/packages/theme-chalk/src/data-table.scss +3 -0
- package/packages/theme-chalk/src/fonts/iconfont.ttf +0 -0
- package/packages/theme-chalk/src/fonts/iconfont.woff +0 -0
- package/packages/theme-chalk/src/form.scss +2 -2
- package/packages/theme-chalk/src/icon.scss +4 -4
- package/packages/theme-chalk/src/login.scss +644 -632
- package/packages/theme-chalk/src/main.scss +6 -2
- package/packages/theme-chalk/src/simplicity.scss +545 -0
- package/packages/upload/src/main.vue +132 -80
- package/src/config/api.js +1 -0
- package/src/index.js +1 -1
- package/src/utils/util.js +2 -2
- package/lib/theme-chalk/mainComp.css +0 -0
- package/packages/main/src/async-component/index.vue +0 -87
- package/packages/theme-chalk/lib/mainComp.css +0 -0
- package/packages/theme-chalk/src/mainComp.scss +0 -0
- /package/packages/main/src/{message.vue → default/message.vue} +0 -0
- /package/packages/main/src/{notice.vue → default/notice.vue} +0 -0
- /package/packages/main/src/{settings.vue → default/settings.vue} +0 -0
- /package/packages/main/src/{userinfo.vue → default/userinfo.vue} +0 -0
package/lib/flow.js
CHANGED
|
@@ -350,7 +350,7 @@ var ajax = function ajax(_ref) {
|
|
|
350
350
|
}, 1000);
|
|
351
351
|
}
|
|
352
352
|
// eslint-disable-next-line no-undef
|
|
353
|
-
return Promise.resolve(response.data);
|
|
353
|
+
return Promise.resolve(JSON.parse(JSON.stringify(response.data)));
|
|
354
354
|
}
|
|
355
355
|
}, function (error) {
|
|
356
356
|
loading && loading.close();
|
|
@@ -1386,7 +1386,7 @@ var getLightness = function getLightness($v, $i, $isLight) {
|
|
|
1386
1386
|
* @param {function} callback - 回调函数
|
|
1387
1387
|
**/
|
|
1388
1388
|
var getMainConfig = function getMainConfig(callback) {
|
|
1389
|
-
ajax({ url: _config_api__WEBPACK_IMPORTED_MODULE_0__[/* mainConfig */ "
|
|
1389
|
+
ajax({ url: _config_api__WEBPACK_IMPORTED_MODULE_0__[/* mainConfig */ "fb"] }).then(function (res) {
|
|
1390
1390
|
if (res && res.rCode === 0) {
|
|
1391
1391
|
callback(res.results);
|
|
1392
1392
|
}
|
|
@@ -2120,7 +2120,7 @@ var isLogined = function isLogined(_ref8) {
|
|
|
2120
2120
|
}
|
|
2121
2121
|
var quit = getParams('quit') || getParams('logout');
|
|
2122
2122
|
if (quit) {
|
|
2123
|
-
ajax({ method: 'post', url: _config_api__WEBPACK_IMPORTED_MODULE_0__[/* logout */ "
|
|
2123
|
+
ajax({ method: 'post', url: _config_api__WEBPACK_IMPORTED_MODULE_0__[/* logout */ "eb"] }).then(function (res) {
|
|
2124
2124
|
if (res.rCode === 0) {
|
|
2125
2125
|
removeStorage();
|
|
2126
2126
|
}
|
|
@@ -2559,7 +2559,7 @@ var replenish = function replenish(_ref12) {
|
|
|
2559
2559
|
while (res.length <= len + precision) {
|
|
2560
2560
|
res += '0';
|
|
2561
2561
|
}
|
|
2562
|
-
return
|
|
2562
|
+
return res;
|
|
2563
2563
|
}
|
|
2564
2564
|
return data;
|
|
2565
2565
|
};
|
|
@@ -3247,29 +3247,29 @@ var watermark = function watermark(option) {
|
|
|
3247
3247
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "l", function() { return doCaLogin; });
|
|
3248
3248
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "p", function() { return doUserLogin; });
|
|
3249
3249
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "n", function() { return doQrLogin; });
|
|
3250
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3251
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3252
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3250
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "eb", function() { return logout; });
|
|
3251
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "X", function() { return initLogin; });
|
|
3252
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "vb", function() { return switchUserTo; });
|
|
3253
3253
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "c", function() { return changeImg; });
|
|
3254
3254
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "F", function() { return getLoginCode; });
|
|
3255
3255
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "m", function() { return doCodeLogin; });
|
|
3256
3256
|
/* unused harmony export updateCode */
|
|
3257
3257
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "G", function() { return getModifyPassCode; });
|
|
3258
3258
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "d", function() { return codeModifyPass; });
|
|
3259
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3259
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cb", function() { return loginModifyPassword; });
|
|
3260
3260
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "b", function() { return authCenter; });
|
|
3261
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3261
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Y", function() { return initModifyPassword; });
|
|
3262
3262
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "q", function() { return doWechatQrLogin; });
|
|
3263
3263
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "R", function() { return getTwoFactorLoginCode; });
|
|
3264
3264
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "o", function() { return doTwoFactorLogin; });
|
|
3265
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3265
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Z", function() { return initRetrialAuth; });
|
|
3266
3266
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "N", function() { return getRetrialAuthCode; });
|
|
3267
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3267
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qb", function() { return scanCodeRetrialAuth; });
|
|
3268
3268
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "e", function() { return codeRetrialAuth; });
|
|
3269
3269
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "k", function() { return doAssistanceQrLogin; });
|
|
3270
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3271
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3272
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3270
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fb", function() { return mainConfig; });
|
|
3271
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ab", function() { return initUserSet; });
|
|
3272
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Yb", function() { return updateUserInfo; });
|
|
3273
3273
|
/* unused harmony export getUserImgUrl */
|
|
3274
3274
|
/* unused harmony export getDoorIndex */
|
|
3275
3275
|
/* unused harmony export refreshOnlineUsers */
|
|
@@ -3277,21 +3277,22 @@ var watermark = function watermark(option) {
|
|
|
3277
3277
|
/* unused harmony export getApplicationIdArray */
|
|
3278
3278
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "B", function() { return getComplexApplications; });
|
|
3279
3279
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "C", function() { return getComplexApplicationsNew; });
|
|
3280
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "S", function() { return getUserAppWithTag; });
|
|
3280
3281
|
/* unused harmony export getUserCustomInfo */
|
|
3281
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3282
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3283
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3284
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3282
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Xb", function() { return updateUserCustomInfo; });
|
|
3283
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "wb", function() { return sysMsgPage; });
|
|
3284
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "W", function() { return ignoreSysMsg; });
|
|
3285
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "V", function() { return ignoreAllSysMsg; });
|
|
3285
3286
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "A", function() { return getAdjunctProperties; });
|
|
3286
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3287
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3287
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cc", function() { return uploads; });
|
|
3288
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ac", function() { return uploadOnlyOne; });
|
|
3288
3289
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "z", function() { return getAdjunctFileInfos; });
|
|
3289
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3290
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bc", function() { return uploadSort; });
|
|
3290
3291
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "r", function() { return downloadByAdjunctId; });
|
|
3291
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3292
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3293
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3294
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3292
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Zb", function() { return uploadDownloads; });
|
|
3293
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kb", function() { return previewAdjunct; });
|
|
3294
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lb", function() { return previewAdjunct2; });
|
|
3295
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mb", function() { return previewAdjunctOffice; });
|
|
3295
3296
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "g", function() { return delAdjunct; });
|
|
3296
3297
|
/* unused harmony export upload_updateClassify */
|
|
3297
3298
|
/* unused harmony export getDeleteAdjunctFileInfos */
|
|
@@ -3303,16 +3304,16 @@ var watermark = function watermark(option) {
|
|
|
3303
3304
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "v", function() { return findSysCode; });
|
|
3304
3305
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "D", function() { return getDictList; });
|
|
3305
3306
|
/* unused harmony export findUserBaseInfo */
|
|
3306
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3307
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "T", function() { return gethelpdoc; });
|
|
3307
3308
|
/* unused harmony export getCurrentuser */
|
|
3308
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3309
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3310
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3309
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gb", function() { return mainDetail; });
|
|
3310
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Jb", function() { return toStartFlow; });
|
|
3311
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Gb", function() { return tempSave; });
|
|
3311
3312
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "f", function() { return commonOpion; });
|
|
3312
3313
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return addCommonOpion; });
|
|
3313
3314
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "s", function() { return editCommonOpion; });
|
|
3314
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3315
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3315
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pb", function() { return saveCommonOpinion; });
|
|
3316
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Wb", function() { return updateCommonOpinion; });
|
|
3316
3317
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "h", function() { return deleteCommonOpion; });
|
|
3317
3318
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "M", function() { return getProcessDefList; });
|
|
3318
3319
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "H", function() { return getNodeInfo; });
|
|
@@ -3321,52 +3322,52 @@ var watermark = function watermark(option) {
|
|
|
3321
3322
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "w", function() { return findSysCodes; });
|
|
3322
3323
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "I", function() { return getNotificationMsg; });
|
|
3323
3324
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "E", function() { return getHandleInfoHtml; });
|
|
3324
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3325
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "xb", function() { return taskHandleHtml; });
|
|
3325
3326
|
/* unused harmony export getView */
|
|
3326
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3327
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3328
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3329
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3330
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3331
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3332
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3333
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3334
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3335
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3327
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nb", function() { return register; });
|
|
3328
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hb", function() { return pendedhistoryList; });
|
|
3329
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Mb", function() { return toTaskRejectHtml; });
|
|
3330
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "zb", function() { return taskRejectHtml; });
|
|
3331
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Kb", function() { return toStartTaskRead; });
|
|
3332
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Lb", function() { return toStartTaskReadIndex; });
|
|
3333
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "yb", function() { return taskReadHtml; });
|
|
3334
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ob", function() { return rejectAndEnd; });
|
|
3335
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ib", function() { return toSendMsg; });
|
|
3336
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ub", function() { return sendMsg; });
|
|
3336
3337
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "t", function() { return endFlowHtml; });
|
|
3337
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3338
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3339
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3340
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3338
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "U", function() { return handleInfo; });
|
|
3339
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "db", function() { return loginUserInfo; });
|
|
3340
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "dc", function() { return wss; });
|
|
3341
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ub", function() { return topic; });
|
|
3341
3342
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "K", function() { return getPresetCustomInfo; });
|
|
3342
3343
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "L", function() { return getPresetNodeInfo; });
|
|
3343
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3344
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3345
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3344
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Qb", function() { return toTaskTransferIndex; });
|
|
3345
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Db", function() { return taskTransfer; });
|
|
3346
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Hb", function() { return toPresetInfoListIndex; });
|
|
3346
3347
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "j", function() { return deletePresetInfo; });
|
|
3347
3348
|
/* unused harmony export historyListJson */
|
|
3348
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3349
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3349
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ib", function() { return pendedhistoryListJson; });
|
|
3350
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jb", function() { return pressListJson; });
|
|
3350
3351
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "i", function() { return deleteFlow; });
|
|
3351
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3352
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3353
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3354
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3355
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3356
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3357
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3358
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3359
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3360
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3361
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3362
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3363
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3364
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3365
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3352
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bb", function() { return isCanStartSubFlow; });
|
|
3353
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Rb", function() { return toTaskUnionExamine; });
|
|
3354
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Eb", function() { return taskUnionExamine; });
|
|
3355
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Pb", function() { return toTaskTakeAdvice; });
|
|
3356
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Cb", function() { return taskTakeAdvice; });
|
|
3357
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ob", function() { return toTaskStartDraft; });
|
|
3358
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Bb", function() { return taskStartDraft; });
|
|
3359
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Nb", function() { return toTaskReview; });
|
|
3360
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ab", function() { return taskReview; });
|
|
3361
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Sb", function() { return toTaskUnionSeal; });
|
|
3362
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Fb", function() { return taskUnionSeal; });
|
|
3363
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Tb", function() { return toTwoOfficesDispatch; });
|
|
3364
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Vb", function() { return twoOfficesDispatch; });
|
|
3365
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tb", function() { return sendList; });
|
|
3366
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sb", function() { return sendInfo; });
|
|
3366
3367
|
/* unused harmony export sendSave */
|
|
3367
3368
|
/* unused harmony export sendUpdate */
|
|
3368
3369
|
/* unused harmony export sendDelete */
|
|
3369
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3370
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rb", function() { return sendBatch; });
|
|
3370
3371
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "y", function() { return formContents; });
|
|
3371
3372
|
// 登录
|
|
3372
3373
|
var doCaLogin = '/sso2/signIn/auth/doCaLogin'; // ca登录认证
|
|
@@ -3404,6 +3405,7 @@ var getQuickMenuIds = '/main2/main/getQuickMenuIds'; // 获取已绑定的快捷
|
|
|
3404
3405
|
var getApplicationIdArray = '/main2/main/getApplicationIdArray'; // 获取应用父id数组
|
|
3405
3406
|
var getComplexApplications = '/main2/menu/getComplexApplications'; // 获取当前用户菜单; 含页签菜单格式的数据
|
|
3406
3407
|
var getComplexApplicationsNew = '/main2/menu/getComplexApplicationsNew'; // 获取当前用户应用菜单; 含页签菜单格式的数据
|
|
3408
|
+
var getUserAppWithTag = '/sysv3/sysUucApp/getUserAppWithTag'; // 获取应用
|
|
3407
3409
|
var getUserCustomInfo = '/main2/main/getUserCustomInfo'; // 获取主题样式
|
|
3408
3410
|
var updateUserCustomInfo = '/main2/main/updateUserCustomInfo'; // 更新主题样式
|
|
3409
3411
|
// 框架 - 系统消息
|
|
@@ -6759,7 +6761,7 @@ var _components;
|
|
|
6759
6761
|
}
|
|
6760
6762
|
this.loading = util["a" /* default */].loading(this.$loading, '提交中...');
|
|
6761
6763
|
util["a" /* default */].ajax({
|
|
6762
|
-
url: data.id ? api["
|
|
6764
|
+
url: data.id ? api["Wb" /* updateCommonOpinion */] : api["pb" /* saveCommonOpinion */],
|
|
6763
6765
|
data: info,
|
|
6764
6766
|
header: { 'Content-Type': 'multipart/form-data' },
|
|
6765
6767
|
method: 'post'
|
|
@@ -7611,7 +7613,7 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < argument
|
|
|
7611
7613
|
newNextUser: [],
|
|
7612
7614
|
newOptions: [],
|
|
7613
7615
|
newSelectUserList: [],
|
|
7614
|
-
url: api["
|
|
7616
|
+
url: api["U" /* handleInfo */],
|
|
7615
7617
|
newCheckboxList: [],
|
|
7616
7618
|
newPresetEdit: 0,
|
|
7617
7619
|
newMultiple: false,
|
|
@@ -7728,7 +7730,7 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < argument
|
|
|
7728
7730
|
if (query !== '') {
|
|
7729
7731
|
this.searchLoading = true;
|
|
7730
7732
|
util["a" /* default */].ajax({
|
|
7731
|
-
url: api["
|
|
7733
|
+
url: api["U" /* handleInfo */],
|
|
7732
7734
|
params: { searchKey: query, query: query, type: 'user' }
|
|
7733
7735
|
}).then(function (res) {
|
|
7734
7736
|
var status = res.status,
|
|
@@ -9125,7 +9127,7 @@ var processFormvue_type_script_lang_js_components;
|
|
|
9125
9127
|
if (mainConfig) {
|
|
9126
9128
|
this.userModel = JSON.parse(mainConfig).userModel;
|
|
9127
9129
|
} else {
|
|
9128
|
-
util["a" /* default */].ajax({ url: api["
|
|
9130
|
+
util["a" /* default */].ajax({ url: api["db" /* loginUserInfo */] }).then(function (res) {
|
|
9129
9131
|
var status = res.status,
|
|
9130
9132
|
data = res.data;
|
|
9131
9133
|
|
|
@@ -9331,7 +9333,7 @@ var processFormvue_type_script_lang_js_components;
|
|
|
9331
9333
|
opinion: _this4.newOpinion || newOpinion
|
|
9332
9334
|
};
|
|
9333
9335
|
if (_this4.activeNames != '1') delete params.customPresetUserJson;
|
|
9334
|
-
util["a" /* default */].ajax({ url: api["
|
|
9336
|
+
util["a" /* default */].ajax({ url: api["nb" /* register */], method: 'post', data: params }).then(function (res) {
|
|
9335
9337
|
var status = res.status,
|
|
9336
9338
|
message = res.message;
|
|
9337
9339
|
|
|
@@ -9517,7 +9519,7 @@ var processFormvue_type_script_lang_js_components;
|
|
|
9517
9519
|
businessId: this.businessId
|
|
9518
9520
|
};
|
|
9519
9521
|
// 获取节点
|
|
9520
|
-
util["a" /* default */].ajax({ url: api["
|
|
9522
|
+
util["a" /* default */].ajax({ url: api["Jb" /* toStartFlow */], params: params }).then(function (res) {
|
|
9521
9523
|
//pc接口返回数据处理
|
|
9522
9524
|
var status = res.status,
|
|
9523
9525
|
message = res.message,
|
|
@@ -9964,7 +9966,7 @@ SendMsgvue_type_template_id_79b8122f_render._withStripped = true
|
|
|
9964
9966
|
notificationType = _sendInfo.notificationType;
|
|
9965
9967
|
|
|
9966
9968
|
var params = {
|
|
9967
|
-
url: api["
|
|
9969
|
+
url: api["ub" /* sendMsg */],
|
|
9968
9970
|
headers: { Accept: 'application/json,text/plain' },
|
|
9969
9971
|
method: 'post',
|
|
9970
9972
|
data: {
|
|
@@ -10026,7 +10028,7 @@ SendMsgvue_type_template_id_79b8122f_render._withStripped = true
|
|
|
10026
10028
|
|
|
10027
10029
|
this.loading = true;
|
|
10028
10030
|
util["a" /* default */].ajax({
|
|
10029
|
-
url: api["
|
|
10031
|
+
url: api["Ib" /* toSendMsg */],
|
|
10030
10032
|
params: { pendingId: this.$attrs.pendingId }
|
|
10031
10033
|
}).then(function (res) {
|
|
10032
10034
|
var status = res.status,
|
|
@@ -10844,7 +10846,7 @@ processRejectvue_type_template_id_7d0d950e_render._withStripped = true
|
|
|
10844
10846
|
userId: util["a" /* default */].getStorage('userId'),
|
|
10845
10847
|
nextNodeId: _this2.nextNode.nextNodeId
|
|
10846
10848
|
};
|
|
10847
|
-
util["a" /* default */].ajax({ url: api["
|
|
10849
|
+
util["a" /* default */].ajax({ url: api["zb" /* taskRejectHtml */], method: 'post', data: params }).then(function (res) {
|
|
10848
10850
|
var status = res.status,
|
|
10849
10851
|
message = res.message;
|
|
10850
10852
|
|
|
@@ -10899,7 +10901,7 @@ processRejectvue_type_template_id_7d0d950e_render._withStripped = true
|
|
|
10899
10901
|
isSinglePage: false,
|
|
10900
10902
|
opinion: this.option
|
|
10901
10903
|
};
|
|
10902
|
-
util["a" /* default */].ajax({ url: api["
|
|
10904
|
+
util["a" /* default */].ajax({ url: api["Mb" /* toTaskRejectHtml */], params: params }).then(function (res) {
|
|
10903
10905
|
var status = res.status,
|
|
10904
10906
|
message = res.message,
|
|
10905
10907
|
_res$data = res.data,
|
|
@@ -11575,7 +11577,7 @@ var startTaskReadvue_type_script_lang_js_components;
|
|
|
11575
11577
|
taskExamine = this.taskExamine;
|
|
11576
11578
|
|
|
11577
11579
|
var params = {
|
|
11578
|
-
url: api["
|
|
11580
|
+
url: api["Qb" /* toTaskTransferIndex */],
|
|
11579
11581
|
params: {
|
|
11580
11582
|
opinion: opinion,
|
|
11581
11583
|
pendingId: pendingId,
|
|
@@ -11700,7 +11702,7 @@ var startTaskReadvue_type_script_lang_js_components;
|
|
|
11700
11702
|
var _this3 = this;
|
|
11701
11703
|
|
|
11702
11704
|
var params = {
|
|
11703
|
-
url: api["
|
|
11705
|
+
url: api["Kb" /* toStartTaskRead */],
|
|
11704
11706
|
params: { pendingId: this.pendingId, taskAction: this.type }
|
|
11705
11707
|
};
|
|
11706
11708
|
if (this.type != 'taskReadAndEnd') delete params.params.taskAction;
|
|
@@ -11773,7 +11775,7 @@ var startTaskReadvue_type_script_lang_js_components;
|
|
|
11773
11775
|
type = this.type;
|
|
11774
11776
|
|
|
11775
11777
|
var params = {
|
|
11776
|
-
url: api["
|
|
11778
|
+
url: api["Db" /* taskTransfer */],
|
|
11777
11779
|
data: {
|
|
11778
11780
|
choiceDeptId: choiceDeptId,
|
|
11779
11781
|
choiceOrgId: choiceOrgId,
|
|
@@ -11867,7 +11869,7 @@ var startTaskReadvue_type_script_lang_js_components;
|
|
|
11867
11869
|
!download && delete params.isDownload;
|
|
11868
11870
|
isCdjxjTaskHandle == 'true' && delete params.noticeType;
|
|
11869
11871
|
util["a" /* default */].ajax({
|
|
11870
|
-
url: api["
|
|
11872
|
+
url: api["yb" /* taskReadHtml */],
|
|
11871
11873
|
params: { taskAction: _this7.type },
|
|
11872
11874
|
headers: {
|
|
11873
11875
|
Accept: 'application/json,text/plain'
|
|
@@ -12360,7 +12362,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
|
|
|
12360
12362
|
pendingId = this.pendingId;
|
|
12361
12363
|
|
|
12362
12364
|
var params = {
|
|
12363
|
-
url: api["
|
|
12365
|
+
url: api["Ab" /* taskReview */],
|
|
12364
12366
|
data: {
|
|
12365
12367
|
nextUserId: nextOtherOrgObj.join(','),
|
|
12366
12368
|
notificationType: noticeType.join(','),
|
|
@@ -12396,7 +12398,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
|
|
|
12396
12398
|
var _this2 = this;
|
|
12397
12399
|
|
|
12398
12400
|
var params = {
|
|
12399
|
-
url: api["
|
|
12401
|
+
url: api["Nb" /* toTaskReview */],
|
|
12400
12402
|
params: { pendingId: this.pendingId }
|
|
12401
12403
|
};
|
|
12402
12404
|
util["a" /* default */].ajax(params).then(function (res) {
|
|
@@ -12431,7 +12433,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
|
|
|
12431
12433
|
var _this3 = this;
|
|
12432
12434
|
|
|
12433
12435
|
var params = {
|
|
12434
|
-
url: this.type == 'takeAdvice' ? api["
|
|
12436
|
+
url: this.type == 'takeAdvice' ? api["Pb" /* toTaskTakeAdvice */] : this.type === 'startDraf' ? api["Ob" /* toTaskStartDraft */] : this.type == 'unionSeal' ? api["Sb" /* toTaskUnionSeal */] : this.type == 'twoOfficesDispatch' ? api["Tb" /* toTwoOfficesDispatch */] : api["Rb" /* toTaskUnionExamine */],
|
|
12435
12437
|
params: { pendingId: this.pendingId },
|
|
12436
12438
|
headers: { Accept: 'application/json,text/plain' }
|
|
12437
12439
|
};
|
|
@@ -12525,7 +12527,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
|
|
|
12525
12527
|
// if (this.type != 'startDraf' && this.type != 'unionSeal' && this.type != 'twoOfficesDispatch')
|
|
12526
12528
|
// return this.$message.warning('暂未开放,敬请期待!');
|
|
12527
12529
|
var param = {
|
|
12528
|
-
url: this.type === 'startDraf' ? api["
|
|
12530
|
+
url: this.type === 'startDraf' ? api["Bb" /* taskStartDraft */] : this.type == 'unionSeal' ? api["Fb" /* taskUnionSeal */] : this.type === 'twoOfficesDispatch' ? api["Vb" /* twoOfficesDispatch */] : this.type == 'takeAdvice' ? api["Cb" /* taskTakeAdvice */] : api["Eb" /* taskUnionExamine */],
|
|
12529
12531
|
data: {
|
|
12530
12532
|
opinion: opinion,
|
|
12531
12533
|
pendingId: pendingId,
|
|
@@ -13732,7 +13734,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
13732
13734
|
taskAction: 'complete'
|
|
13733
13735
|
};
|
|
13734
13736
|
util["a" /* default */].ajax({
|
|
13735
|
-
url: api["
|
|
13737
|
+
url: api["yb" /* taskReadHtml */],
|
|
13736
13738
|
params: { taskAction: 'complete' },
|
|
13737
13739
|
headers: {
|
|
13738
13740
|
Accept: 'application/json,text/plain'
|
|
@@ -13764,7 +13766,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
13764
13766
|
|
|
13765
13767
|
this.loading = util["a" /* default */].loading(this.$loading, '加载中...');
|
|
13766
13768
|
util["a" /* default */].ajax({
|
|
13767
|
-
url: api["
|
|
13769
|
+
url: api["Lb" /* toStartTaskReadIndex */],
|
|
13768
13770
|
params: { pendingId: this.pendingId }
|
|
13769
13771
|
}).then(function (res) {
|
|
13770
13772
|
var status = res.status,
|
|
@@ -13798,7 +13800,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
13798
13800
|
if (mainConfig) {
|
|
13799
13801
|
this.userModel = JSON.parse(mainConfig).userModel;
|
|
13800
13802
|
} else {
|
|
13801
|
-
util["a" /* default */].ajax({ url: api["
|
|
13803
|
+
util["a" /* default */].ajax({ url: api["db" /* loginUserInfo */] }).then(function (res) {
|
|
13802
13804
|
var status = res.status,
|
|
13803
13805
|
data = res.data;
|
|
13804
13806
|
|
|
@@ -13899,7 +13901,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
13899
13901
|
pendingId: this.pendingId
|
|
13900
13902
|
};
|
|
13901
13903
|
this.loading = util["a" /* default */].loading(this.$loading, '保存中...');
|
|
13902
|
-
util["a" /* default */].ajax({ url: api["
|
|
13904
|
+
util["a" /* default */].ajax({ url: api["Gb" /* tempSave */], params: params }).then(function (res) {
|
|
13903
13905
|
var status = res.status,
|
|
13904
13906
|
message = res.message;
|
|
13905
13907
|
|
|
@@ -14152,7 +14154,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
14152
14154
|
var _this14 = this;
|
|
14153
14155
|
|
|
14154
14156
|
var params = {
|
|
14155
|
-
url: api["
|
|
14157
|
+
url: api["bb" /* isCanStartSubFlow */],
|
|
14156
14158
|
data: {
|
|
14157
14159
|
appId: this.taskExamineInfo.appId,
|
|
14158
14160
|
inevitableNode: res.inevitableNode
|
|
@@ -14264,7 +14266,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
14264
14266
|
|
|
14265
14267
|
// return this.$message.warning('请填写意见');
|
|
14266
14268
|
var params = {
|
|
14267
|
-
url: api["
|
|
14269
|
+
url: api["ob" /* rejectAndEnd */],
|
|
14268
14270
|
headers: { Accept: 'application/json,text/plain' },
|
|
14269
14271
|
method: 'post',
|
|
14270
14272
|
data: {
|
|
@@ -14907,7 +14909,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
14907
14909
|
userId: util["a" /* default */].getStorage('userId'),
|
|
14908
14910
|
type: 2
|
|
14909
14911
|
};
|
|
14910
|
-
util["a" /* default */].ajax({ url: api["
|
|
14912
|
+
util["a" /* default */].ajax({ url: api["hb" /* pendedhistoryList */], data: params, method: 'post' }).then(function (res) {
|
|
14911
14913
|
var rCode = res.rCode,
|
|
14912
14914
|
msg = res.msg,
|
|
14913
14915
|
results = res.results;
|
|
@@ -15100,7 +15102,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
15100
15102
|
params.isSubFlow = taskExamineInfo.isSubFlow;
|
|
15101
15103
|
params.nodeId = taskExamineInfo.nodeId;
|
|
15102
15104
|
params.needRetrialAuth = needRetrialAuth;
|
|
15103
|
-
return _context.abrupt('return', util["a" /* default */].ajax({ url: api["
|
|
15105
|
+
return _context.abrupt('return', util["a" /* default */].ajax({ url: api["xb" /* taskHandleHtml */], method: 'post', data: params }).then(function (res) {
|
|
15104
15106
|
var status = res.status,
|
|
15105
15107
|
message = res.message;
|
|
15106
15108
|
|