ecinc-cloud-wappaio 9.7.12 → 9.7.14
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/ecwappaio.common.js +56 -43
- package/lib/ecwappaio.umd.js +56 -43
- package/lib/ecwappaio.umd.min.js +1 -1
- package/package.json +1 -1
package/lib/ecwappaio.common.js
CHANGED
|
@@ -33204,7 +33204,7 @@ var TextRecognition_PDFInjector = PDFInjector;
|
|
|
33204
33204
|
|
|
33205
33205
|
/***/ }),
|
|
33206
33206
|
|
|
33207
|
-
/***/
|
|
33207
|
+
/***/ 53598:
|
|
33208
33208
|
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
33209
33209
|
|
|
33210
33210
|
"use strict";
|
|
@@ -39262,8 +39262,8 @@ var HandleIdea_component = (0,componentNormalizer/* default */.A)(
|
|
|
39262
39262
|
)
|
|
39263
39263
|
|
|
39264
39264
|
/* harmony default export */ var HandleIdea = (HandleIdea_component.exports);
|
|
39265
|
-
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[0]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./packages/ecwapp/Wflowform/src/IdeaInputBox.vue?vue&type=template&id=
|
|
39266
|
-
var
|
|
39265
|
+
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[0]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./packages/ecwapp/Wflowform/src/IdeaInputBox.vue?vue&type=template&id=2509c9c6&scoped=true
|
|
39266
|
+
var IdeaInputBoxvue_type_template_id_2509c9c6_scoped_true_render = function render() {
|
|
39267
39267
|
var _vm = this,
|
|
39268
39268
|
_c = _vm._self._c;
|
|
39269
39269
|
return _vm.submitHandle ? _c('div', {
|
|
@@ -39659,7 +39659,8 @@ var IdeaInputBoxvue_type_template_id_3f654826_scoped_true_render = function rend
|
|
|
39659
39659
|
"append-to-body": true,
|
|
39660
39660
|
"toolbar-btns": _vm.busiformBtns,
|
|
39661
39661
|
"on-basic-form-before-open": _vm.onBasicFormBeforeOpen,
|
|
39662
|
-
"on-basic-form-submited": _vm.onBasicFormSubmited
|
|
39662
|
+
"on-basic-form-submited": _vm.onBasicFormSubmited,
|
|
39663
|
+
"on-basic-form-closed": _vm.onBasicFormClosed
|
|
39663
39664
|
},
|
|
39664
39665
|
scopedSlots: _vm._u([{
|
|
39665
39666
|
key: "default",
|
|
@@ -40035,7 +40036,7 @@ var IdeaInputBoxvue_type_template_id_3f654826_scoped_true_render = function rend
|
|
|
40035
40036
|
}
|
|
40036
40037
|
}, [_vm._v("确 定")])], 1)], 2)], 2) : _vm._e();
|
|
40037
40038
|
};
|
|
40038
|
-
var
|
|
40039
|
+
var IdeaInputBoxvue_type_template_id_2509c9c6_scoped_true_staticRenderFns = [];
|
|
40039
40040
|
|
|
40040
40041
|
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[0]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./packages/ecwapp/Wflowform/src/IdeaInputBox.vue?vue&type=script&lang=js
|
|
40041
40042
|
function IdeaInputBoxvue_type_script_lang_js_typeof(o) { "@babel/helpers - typeof"; return IdeaInputBoxvue_type_script_lang_js_typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, IdeaInputBoxvue_type_script_lang_js_typeof(o); }
|
|
@@ -40370,6 +40371,10 @@ var IdeaInputBoxvue_type_script_lang_js_moment = __webpack_require__(95093);
|
|
|
40370
40371
|
this.formVo = null;
|
|
40371
40372
|
this.commonIdeaList.unshift($scope.vo.commonIdea);
|
|
40372
40373
|
},
|
|
40374
|
+
onBasicFormClosed: function onBasicFormClosed($scope, vo, action) {
|
|
40375
|
+
this.formTitle = '';
|
|
40376
|
+
this.formVo = null;
|
|
40377
|
+
},
|
|
40373
40378
|
onIdeaInputboxClick: function onIdeaInputboxClick(ideaLabel) {
|
|
40374
40379
|
var _this7 = this;
|
|
40375
40380
|
if (this.inputboxStyle !== 1 && this.tnIdeaPosition !== 2) return;
|
|
@@ -40558,9 +40563,9 @@ var IdeaInputBoxvue_type_script_lang_js_moment = __webpack_require__(95093);
|
|
|
40558
40563
|
});
|
|
40559
40564
|
;// CONCATENATED MODULE: ./packages/ecwapp/Wflowform/src/IdeaInputBox.vue?vue&type=script&lang=js
|
|
40560
40565
|
/* harmony default export */ var src_IdeaInputBoxvue_type_script_lang_js = (IdeaInputBoxvue_type_script_lang_js);
|
|
40561
|
-
// EXTERNAL MODULE: ./node_modules/vue-style-loader/index.js??clonedRuleSet-22.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.use[4]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./packages/ecwapp/Wflowform/src/IdeaInputBox.vue?vue&type=style&index=0&id=
|
|
40562
|
-
var
|
|
40563
|
-
;// CONCATENATED MODULE: ./packages/ecwapp/Wflowform/src/IdeaInputBox.vue?vue&type=style&index=0&id=
|
|
40566
|
+
// EXTERNAL MODULE: ./node_modules/vue-style-loader/index.js??clonedRuleSet-22.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.use[4]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./packages/ecwapp/Wflowform/src/IdeaInputBox.vue?vue&type=style&index=0&id=2509c9c6&prod&scoped=true&lang=scss
|
|
40567
|
+
var IdeaInputBoxvue_type_style_index_0_id_2509c9c6_prod_scoped_true_lang_scss = __webpack_require__(95295);
|
|
40568
|
+
;// CONCATENATED MODULE: ./packages/ecwapp/Wflowform/src/IdeaInputBox.vue?vue&type=style&index=0&id=2509c9c6&prod&scoped=true&lang=scss
|
|
40564
40569
|
|
|
40565
40570
|
;// CONCATENATED MODULE: ./packages/ecwapp/Wflowform/src/IdeaInputBox.vue
|
|
40566
40571
|
|
|
@@ -40573,11 +40578,11 @@ var IdeaInputBoxvue_type_style_index_0_id_3f654826_prod_scoped_true_lang_scss =
|
|
|
40573
40578
|
|
|
40574
40579
|
var IdeaInputBox_component = (0,componentNormalizer/* default */.A)(
|
|
40575
40580
|
src_IdeaInputBoxvue_type_script_lang_js,
|
|
40576
|
-
|
|
40577
|
-
|
|
40581
|
+
IdeaInputBoxvue_type_template_id_2509c9c6_scoped_true_render,
|
|
40582
|
+
IdeaInputBoxvue_type_template_id_2509c9c6_scoped_true_staticRenderFns,
|
|
40578
40583
|
false,
|
|
40579
40584
|
null,
|
|
40580
|
-
"
|
|
40585
|
+
"2509c9c6",
|
|
40581
40586
|
null
|
|
40582
40587
|
|
|
40583
40588
|
)
|
|
@@ -138523,8 +138528,9 @@ function getPathXyData(connection, thisConnect) {
|
|
|
138523
138528
|
}
|
|
138524
138529
|
}
|
|
138525
138530
|
}
|
|
138526
|
-
//
|
|
138527
|
-
|
|
138531
|
+
// 自环线判断:使用connection对象的真实sourceId/targetId,而非thisConnect属性
|
|
138532
|
+
// 新连接时thisConnect为空对象,undefined===undefined会误判为自环
|
|
138533
|
+
var isSelfLoop = connection.sourceId === connection.targetId;
|
|
138528
138534
|
if (isSelfLoop) {
|
|
138529
138535
|
// 同轴自环配对的path值相等,cross-axis则各自独立
|
|
138530
138536
|
var crossAxis = firstEndpoints[2] !== 0 && secondEndpoints[3] !== 0 || firstEndpoints[3] !== 0 && secondEndpoints[2] !== 0;
|
|
@@ -138598,7 +138604,10 @@ function dragLine(_this, connection, thisConnect) {
|
|
|
138598
138604
|
// 同轴异向检测(提前到lineCount检查之前,以便重定向lineCount=1的路径)
|
|
138599
138605
|
var firstEndpoints = connection.endpoints[0].anchor.orientation;
|
|
138600
138606
|
var secondEndpoints = connection.endpoints[1].anchor.orientation;
|
|
138601
|
-
|
|
138607
|
+
// 关键修复:使用connection对象的真实sourceId/targetId判断同节点,
|
|
138608
|
+
// 而非thisConnect的PageSourceId/PageTargetId——新连接时thisConnect为空对象,
|
|
138609
|
+
// undefined===undefined会误判为同节点,导致自环分支用pathMaxY等大值作stub,产生外跳
|
|
138610
|
+
var isSameNode = connection.sourceId === connection.targetId;
|
|
138602
138611
|
var isSameAxisDiffDir = !isSameNode && (firstEndpoints[0] !== 0 && secondEndpoints[0] !== 0 && firstEndpoints[0] !== secondEndpoints[0] || firstEndpoints[1] !== 0 && secondEndpoints[1] !== 0 && firstEndpoints[1] !== secondEndpoints[1]);
|
|
138603
138612
|
if (lineCount < 2 && !isSameAxisDiffDir) {
|
|
138604
138613
|
jquery__WEBPACK_IMPORTED_MODULE_0___default()(document).unbind('mousedown');
|
|
@@ -139893,7 +139902,7 @@ function resetEndpointSourceFlags(ep) {
|
|
|
139893
139902
|
ep.isTemporarySource = true;
|
|
139894
139903
|
ep.dragAllowedWhenFull = true;
|
|
139895
139904
|
if (ep._jsPlumb) {
|
|
139896
|
-
ep._jsPlumb.maxConnections = 1; //
|
|
139905
|
+
ep._jsPlumb.maxConnections = -1; // 恢复无限连接,允许同一锚点出入多条连接线
|
|
139897
139906
|
}
|
|
139898
139907
|
if (ep._wfOrigPaintStyle) {
|
|
139899
139908
|
for (var rk in ep._wfOrigPaintStyle) {
|
|
@@ -140016,7 +140025,7 @@ function initConnectionEndpointMode(ep) {
|
|
|
140016
140025
|
if (ep._wfOrigMaxConnections === undefined) {
|
|
140017
140026
|
ep._wfOrigMaxConnections = ep._jsPlumb.maxConnections;
|
|
140018
140027
|
}
|
|
140019
|
-
ep._jsPlumb.maxConnections = 1;
|
|
140028
|
+
ep._jsPlumb.maxConnections = -1; // 恢复无限连接,允许同一锚点出入多条连接线
|
|
140020
140029
|
}
|
|
140021
140030
|
}
|
|
140022
140031
|
|
|
@@ -166192,7 +166201,7 @@ ___CSS_LOADER_EXPORT___.push([module.id, ".udm-ideaLable{vertical-align:top!impo
|
|
|
166192
166201
|
|
|
166193
166202
|
/***/ }),
|
|
166194
166203
|
|
|
166195
|
-
/***/
|
|
166204
|
+
/***/ 11141:
|
|
166196
166205
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
166197
166206
|
|
|
166198
166207
|
"use strict";
|
|
@@ -166206,7 +166215,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
166206
166215
|
|
|
166207
166216
|
var ___CSS_LOADER_EXPORT___ = _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default()((_node_modules_css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default()));
|
|
166208
166217
|
// Module
|
|
166209
|
-
___CSS_LOADER_EXPORT___.push([module.id, ".idea-show-scope[data-v-
|
|
166218
|
+
___CSS_LOADER_EXPORT___.push([module.id, ".idea-show-scope[data-v-2509c9c6]{padding-top:10px}.idea-inputbox[data-v-2509c9c6],.idea-show-scope .el-select[data-v-2509c9c6]{width:100%}[data-v-2509c9c6] .idea-inputbox-attach{width:100%;padding-top:10px}[data-v-2509c9c6] .idea-inputbox-attach .el-upload--text{width:100%;text-align:right}[data-v-2509c9c6] .idea-inputbox-attach .el-button{border:0;padding-left:6px;padding-right:6px}[data-v-2509c9c6] .idea-inputbox-attach .el-button .svg-icon{font-size:12px}[data-v-2509c9c6] .idea-inputbox-attach .el-link{margin-top:-3px}[data-v-2509c9c6] .idea-inputbox-attach .el-col-4{font-size:13px;font-weight:600;line-height:32px}[data-v-2509c9c6] .idea-inputbox-attach .el-col-20>div{height:24px;line-height:24px}[data-v-2509c9c6] .idea-inputbox-attach .attach-row{padding-top:5px}[data-v-2509c9c6] .idea-inputbox-attach .attach-row .attach-info{width:100%;line-height:30px}[data-v-2509c9c6] .idea-inputbox-attach .attach-row .attach-info .attach-name{margin-top:0;max-width:calc(100% - 90px);float:left;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}[data-v-2509c9c6] .idea-inputbox-attach .sidebar-area-title{float:left;font-weight:600;line-height:24px;margin-left:-10px;padding:4px 10px}[data-v-2509c9c6] .idea-inputbox-attach .sidebar-area-title+div{float:right}[data-v-2509c9c6] .idea-attach-one .el-upload--text,[data-v-2509c9c6] .idea-inputbox-attach .sidebar-area-attach .attach-info{width:100%!important}", ""]);
|
|
166210
166219
|
// Exports
|
|
166211
166220
|
/* harmony default export */ __webpack_exports__["default"] = (___CSS_LOADER_EXPORT___);
|
|
166212
166221
|
|
|
@@ -262473,19 +262482,19 @@ var update = add("7f239c60", content, true, {"sourceMap":false,"shadowMode":fals
|
|
|
262473
262482
|
|
|
262474
262483
|
/***/ }),
|
|
262475
262484
|
|
|
262476
|
-
/***/
|
|
262485
|
+
/***/ 95295:
|
|
262477
262486
|
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
262478
262487
|
|
|
262479
262488
|
// style-loader: Adds some css to the DOM by adding a <style> tag
|
|
262480
262489
|
|
|
262481
262490
|
// load the styles
|
|
262482
|
-
var content = __webpack_require__(
|
|
262491
|
+
var content = __webpack_require__(11141);
|
|
262483
262492
|
if(content.__esModule) content = content.default;
|
|
262484
262493
|
if(typeof content === 'string') content = [[module.id, content, '']];
|
|
262485
262494
|
if(content.locals) module.exports = content.locals;
|
|
262486
262495
|
// add the styles to the DOM
|
|
262487
262496
|
var add = (__webpack_require__(99548)/* ["default"] */ .A)
|
|
262488
|
-
var update = add("
|
|
262497
|
+
var update = add("0df13d3c", content, true, {"sourceMap":false,"shadowMode":false});
|
|
262489
262498
|
|
|
262490
262499
|
/***/ }),
|
|
262491
262500
|
|
|
@@ -271000,6 +271009,10 @@ service.interceptors.response.use(function (response) {
|
|
|
271000
271009
|
body: {}
|
|
271001
271010
|
};
|
|
271002
271011
|
} else if (errmsg.indexOf('timeout') !== -1) {
|
|
271012
|
+
// 后台标签页浏览器节流导致超时,静默拒绝避免切换回前台时弹出大量提示
|
|
271013
|
+
if (document.visibilityState === 'hidden') {
|
|
271014
|
+
return Promise.reject(errmsg);
|
|
271015
|
+
}
|
|
271003
271016
|
return {
|
|
271004
271017
|
code: 'failure',
|
|
271005
271018
|
message: '服务接口请求超时,请重试。',
|
|
@@ -286347,87 +286360,87 @@ var asyncComponents = [
|
|
|
286347
286360
|
}],
|
|
286348
286361
|
// ========== ecwapp/Wflowform 工作流表单子组件 → chunk: wflow-form ==========
|
|
286349
286362
|
['Attachment', function () {
|
|
286350
|
-
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__,
|
|
286363
|
+
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 53598)).then(function (m) {
|
|
286351
286364
|
return m.Attachment;
|
|
286352
286365
|
});
|
|
286353
286366
|
}], ['BodyFile', function () {
|
|
286354
|
-
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__,
|
|
286367
|
+
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 53598)).then(function (m) {
|
|
286355
286368
|
return m.BodyFile;
|
|
286356
286369
|
});
|
|
286357
286370
|
}], ['CommandBar', function () {
|
|
286358
|
-
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__,
|
|
286371
|
+
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 53598)).then(function (m) {
|
|
286359
286372
|
return m.CommandBar;
|
|
286360
286373
|
});
|
|
286361
286374
|
}], ['HandleIdea', function () {
|
|
286362
|
-
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__,
|
|
286375
|
+
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 53598)).then(function (m) {
|
|
286363
286376
|
return m.HandleIdea;
|
|
286364
286377
|
});
|
|
286365
286378
|
}], ['IdeaInputBox', function () {
|
|
286366
|
-
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__,
|
|
286379
|
+
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 53598)).then(function (m) {
|
|
286367
286380
|
return m.IdeaInputBox;
|
|
286368
286381
|
});
|
|
286369
286382
|
}], ['ModifyWflogAddUser', function () {
|
|
286370
|
-
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__,
|
|
286383
|
+
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 53598)).then(function (m) {
|
|
286371
286384
|
return m.ModifyWflogAddUser;
|
|
286372
286385
|
});
|
|
286373
286386
|
}], ['ModifyWflogIdea', function () {
|
|
286374
|
-
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__,
|
|
286387
|
+
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 53598)).then(function (m) {
|
|
286375
286388
|
return m.ModifyWflogIdea;
|
|
286376
286389
|
});
|
|
286377
286390
|
}], ['WriteToReadIdea', function () {
|
|
286378
|
-
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__,
|
|
286391
|
+
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 53598)).then(function (m) {
|
|
286379
286392
|
return m.WriteToReadIdea;
|
|
286380
286393
|
});
|
|
286381
286394
|
}], ['ModifyWflogSubmitFile', function () {
|
|
286382
|
-
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__,
|
|
286395
|
+
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 53598)).then(function (m) {
|
|
286383
286396
|
return m.ModifyWflogSubmitFile;
|
|
286384
286397
|
});
|
|
286385
286398
|
}], ['ModifyWfNodelog', function () {
|
|
286386
|
-
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__,
|
|
286399
|
+
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 53598)).then(function (m) {
|
|
286387
286400
|
return m.ModifyWfNodelog;
|
|
286388
286401
|
});
|
|
286389
286402
|
}], ['SelectOuterDeputy', function () {
|
|
286390
|
-
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__,
|
|
286403
|
+
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 53598)).then(function (m) {
|
|
286391
286404
|
return m.SelectOuterDeputy;
|
|
286392
286405
|
});
|
|
286393
286406
|
}], ['SubmitHandle', function () {
|
|
286394
|
-
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__,
|
|
286407
|
+
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 53598)).then(function (m) {
|
|
286395
286408
|
return m.SubmitHandle;
|
|
286396
286409
|
});
|
|
286397
286410
|
}], ['SubmitDialog', function () {
|
|
286398
|
-
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__,
|
|
286411
|
+
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 53598)).then(function (m) {
|
|
286399
286412
|
return m.SubmitDialog;
|
|
286400
286413
|
});
|
|
286401
286414
|
}], ['WfNodelogList', function () {
|
|
286402
|
-
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__,
|
|
286415
|
+
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 53598)).then(function (m) {
|
|
286403
286416
|
return m.WfNodelogList;
|
|
286404
286417
|
});
|
|
286405
286418
|
}], ['WflogAddReader', function () {
|
|
286406
|
-
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__,
|
|
286419
|
+
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 53598)).then(function (m) {
|
|
286407
286420
|
return m.WflogAddReader;
|
|
286408
286421
|
});
|
|
286409
286422
|
}], ['WflowView', function () {
|
|
286410
|
-
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__,
|
|
286423
|
+
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 53598)).then(function (m) {
|
|
286411
286424
|
return m.WflowView;
|
|
286412
286425
|
});
|
|
286413
286426
|
}], ['ImgView', function () {
|
|
286414
|
-
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__,
|
|
286427
|
+
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 53598)).then(function (m) {
|
|
286415
286428
|
return m.ImgView;
|
|
286416
286429
|
});
|
|
286417
286430
|
}], ['IdeaSignature', function () {
|
|
286418
|
-
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__,
|
|
286431
|
+
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 53598)).then(function (m) {
|
|
286419
286432
|
return m.IdeaSignature;
|
|
286420
286433
|
});
|
|
286421
286434
|
}], ['ReplaceFile', function () {
|
|
286422
|
-
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__,
|
|
286435
|
+
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 53598)).then(function (m) {
|
|
286423
286436
|
return m.ReplaceFile;
|
|
286424
286437
|
});
|
|
286425
286438
|
}], ['ViewBodyFile', function () {
|
|
286426
|
-
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__,
|
|
286439
|
+
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 53598)).then(function (m) {
|
|
286427
286440
|
return m.ViewBodyFile;
|
|
286428
286441
|
});
|
|
286429
286442
|
}], ['WformLayout', function () {
|
|
286430
|
-
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__,
|
|
286443
|
+
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 53598)).then(function (m) {
|
|
286431
286444
|
return m.WformLayout;
|
|
286432
286445
|
});
|
|
286433
286446
|
}],
|
|
@@ -286712,7 +286725,7 @@ var WfengineModule = function WfengineModule() {
|
|
|
286712
286725
|
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 55543));
|
|
286713
286726
|
};
|
|
286714
286727
|
var WflowformModule = function WflowformModule() {
|
|
286715
|
-
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__,
|
|
286728
|
+
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 53598));
|
|
286716
286729
|
};
|
|
286717
286730
|
var WflowDesignerModule = function WflowDesignerModule() {
|
|
286718
286731
|
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 34660));
|
package/lib/ecwappaio.umd.js
CHANGED
|
@@ -33214,7 +33214,7 @@ var TextRecognition_PDFInjector = PDFInjector;
|
|
|
33214
33214
|
|
|
33215
33215
|
/***/ }),
|
|
33216
33216
|
|
|
33217
|
-
/***/
|
|
33217
|
+
/***/ 82088:
|
|
33218
33218
|
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
33219
33219
|
|
|
33220
33220
|
"use strict";
|
|
@@ -39272,8 +39272,8 @@ var HandleIdea_component = (0,componentNormalizer/* default */.A)(
|
|
|
39272
39272
|
)
|
|
39273
39273
|
|
|
39274
39274
|
/* harmony default export */ var HandleIdea = (HandleIdea_component.exports);
|
|
39275
|
-
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-83.use[0]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./packages/ecwapp/Wflowform/src/IdeaInputBox.vue?vue&type=template&id=
|
|
39276
|
-
var
|
|
39275
|
+
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-83.use[0]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./packages/ecwapp/Wflowform/src/IdeaInputBox.vue?vue&type=template&id=2509c9c6&scoped=true
|
|
39276
|
+
var IdeaInputBoxvue_type_template_id_2509c9c6_scoped_true_render = function render() {
|
|
39277
39277
|
var _vm = this,
|
|
39278
39278
|
_c = _vm._self._c;
|
|
39279
39279
|
return _vm.submitHandle ? _c('div', {
|
|
@@ -39669,7 +39669,8 @@ var IdeaInputBoxvue_type_template_id_3f654826_scoped_true_render = function rend
|
|
|
39669
39669
|
"append-to-body": true,
|
|
39670
39670
|
"toolbar-btns": _vm.busiformBtns,
|
|
39671
39671
|
"on-basic-form-before-open": _vm.onBasicFormBeforeOpen,
|
|
39672
|
-
"on-basic-form-submited": _vm.onBasicFormSubmited
|
|
39672
|
+
"on-basic-form-submited": _vm.onBasicFormSubmited,
|
|
39673
|
+
"on-basic-form-closed": _vm.onBasicFormClosed
|
|
39673
39674
|
},
|
|
39674
39675
|
scopedSlots: _vm._u([{
|
|
39675
39676
|
key: "default",
|
|
@@ -40045,7 +40046,7 @@ var IdeaInputBoxvue_type_template_id_3f654826_scoped_true_render = function rend
|
|
|
40045
40046
|
}
|
|
40046
40047
|
}, [_vm._v("确 定")])], 1)], 2)], 2) : _vm._e();
|
|
40047
40048
|
};
|
|
40048
|
-
var
|
|
40049
|
+
var IdeaInputBoxvue_type_template_id_2509c9c6_scoped_true_staticRenderFns = [];
|
|
40049
40050
|
|
|
40050
40051
|
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-83.use[0]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./packages/ecwapp/Wflowform/src/IdeaInputBox.vue?vue&type=script&lang=js
|
|
40051
40052
|
function IdeaInputBoxvue_type_script_lang_js_typeof(o) { "@babel/helpers - typeof"; return IdeaInputBoxvue_type_script_lang_js_typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, IdeaInputBoxvue_type_script_lang_js_typeof(o); }
|
|
@@ -40380,6 +40381,10 @@ var IdeaInputBoxvue_type_script_lang_js_moment = __webpack_require__(95093);
|
|
|
40380
40381
|
this.formVo = null;
|
|
40381
40382
|
this.commonIdeaList.unshift($scope.vo.commonIdea);
|
|
40382
40383
|
},
|
|
40384
|
+
onBasicFormClosed: function onBasicFormClosed($scope, vo, action) {
|
|
40385
|
+
this.formTitle = '';
|
|
40386
|
+
this.formVo = null;
|
|
40387
|
+
},
|
|
40383
40388
|
onIdeaInputboxClick: function onIdeaInputboxClick(ideaLabel) {
|
|
40384
40389
|
var _this7 = this;
|
|
40385
40390
|
if (this.inputboxStyle !== 1 && this.tnIdeaPosition !== 2) return;
|
|
@@ -40568,9 +40573,9 @@ var IdeaInputBoxvue_type_script_lang_js_moment = __webpack_require__(95093);
|
|
|
40568
40573
|
});
|
|
40569
40574
|
;// CONCATENATED MODULE: ./packages/ecwapp/Wflowform/src/IdeaInputBox.vue?vue&type=script&lang=js
|
|
40570
40575
|
/* harmony default export */ var src_IdeaInputBoxvue_type_script_lang_js = (IdeaInputBoxvue_type_script_lang_js);
|
|
40571
|
-
// EXTERNAL MODULE: ./node_modules/vue-style-loader/index.js??clonedRuleSet-65.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-65.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-65.use[2]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-65.use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-65.use[4]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./packages/ecwapp/Wflowform/src/IdeaInputBox.vue?vue&type=style&index=0&id=
|
|
40572
|
-
var
|
|
40573
|
-
;// CONCATENATED MODULE: ./packages/ecwapp/Wflowform/src/IdeaInputBox.vue?vue&type=style&index=0&id=
|
|
40576
|
+
// EXTERNAL MODULE: ./node_modules/vue-style-loader/index.js??clonedRuleSet-65.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-65.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-65.use[2]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-65.use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-65.use[4]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./packages/ecwapp/Wflowform/src/IdeaInputBox.vue?vue&type=style&index=0&id=2509c9c6&prod&scoped=true&lang=scss
|
|
40577
|
+
var IdeaInputBoxvue_type_style_index_0_id_2509c9c6_prod_scoped_true_lang_scss = __webpack_require__(19456);
|
|
40578
|
+
;// CONCATENATED MODULE: ./packages/ecwapp/Wflowform/src/IdeaInputBox.vue?vue&type=style&index=0&id=2509c9c6&prod&scoped=true&lang=scss
|
|
40574
40579
|
|
|
40575
40580
|
;// CONCATENATED MODULE: ./packages/ecwapp/Wflowform/src/IdeaInputBox.vue
|
|
40576
40581
|
|
|
@@ -40583,11 +40588,11 @@ var IdeaInputBoxvue_type_style_index_0_id_3f654826_prod_scoped_true_lang_scss =
|
|
|
40583
40588
|
|
|
40584
40589
|
var IdeaInputBox_component = (0,componentNormalizer/* default */.A)(
|
|
40585
40590
|
src_IdeaInputBoxvue_type_script_lang_js,
|
|
40586
|
-
|
|
40587
|
-
|
|
40591
|
+
IdeaInputBoxvue_type_template_id_2509c9c6_scoped_true_render,
|
|
40592
|
+
IdeaInputBoxvue_type_template_id_2509c9c6_scoped_true_staticRenderFns,
|
|
40588
40593
|
false,
|
|
40589
40594
|
null,
|
|
40590
|
-
"
|
|
40595
|
+
"2509c9c6",
|
|
40591
40596
|
null
|
|
40592
40597
|
|
|
40593
40598
|
)
|
|
@@ -138533,8 +138538,9 @@ function getPathXyData(connection, thisConnect) {
|
|
|
138533
138538
|
}
|
|
138534
138539
|
}
|
|
138535
138540
|
}
|
|
138536
|
-
//
|
|
138537
|
-
|
|
138541
|
+
// 自环线判断:使用connection对象的真实sourceId/targetId,而非thisConnect属性
|
|
138542
|
+
// 新连接时thisConnect为空对象,undefined===undefined会误判为自环
|
|
138543
|
+
var isSelfLoop = connection.sourceId === connection.targetId;
|
|
138538
138544
|
if (isSelfLoop) {
|
|
138539
138545
|
// 同轴自环配对的path值相等,cross-axis则各自独立
|
|
138540
138546
|
var crossAxis = firstEndpoints[2] !== 0 && secondEndpoints[3] !== 0 || firstEndpoints[3] !== 0 && secondEndpoints[2] !== 0;
|
|
@@ -138608,7 +138614,10 @@ function dragLine(_this, connection, thisConnect) {
|
|
|
138608
138614
|
// 同轴异向检测(提前到lineCount检查之前,以便重定向lineCount=1的路径)
|
|
138609
138615
|
var firstEndpoints = connection.endpoints[0].anchor.orientation;
|
|
138610
138616
|
var secondEndpoints = connection.endpoints[1].anchor.orientation;
|
|
138611
|
-
|
|
138617
|
+
// 关键修复:使用connection对象的真实sourceId/targetId判断同节点,
|
|
138618
|
+
// 而非thisConnect的PageSourceId/PageTargetId——新连接时thisConnect为空对象,
|
|
138619
|
+
// undefined===undefined会误判为同节点,导致自环分支用pathMaxY等大值作stub,产生外跳
|
|
138620
|
+
var isSameNode = connection.sourceId === connection.targetId;
|
|
138612
138621
|
var isSameAxisDiffDir = !isSameNode && (firstEndpoints[0] !== 0 && secondEndpoints[0] !== 0 && firstEndpoints[0] !== secondEndpoints[0] || firstEndpoints[1] !== 0 && secondEndpoints[1] !== 0 && firstEndpoints[1] !== secondEndpoints[1]);
|
|
138613
138622
|
if (lineCount < 2 && !isSameAxisDiffDir) {
|
|
138614
138623
|
jquery__WEBPACK_IMPORTED_MODULE_0___default()(document).unbind('mousedown');
|
|
@@ -139903,7 +139912,7 @@ function resetEndpointSourceFlags(ep) {
|
|
|
139903
139912
|
ep.isTemporarySource = true;
|
|
139904
139913
|
ep.dragAllowedWhenFull = true;
|
|
139905
139914
|
if (ep._jsPlumb) {
|
|
139906
|
-
ep._jsPlumb.maxConnections = 1; //
|
|
139915
|
+
ep._jsPlumb.maxConnections = -1; // 恢复无限连接,允许同一锚点出入多条连接线
|
|
139907
139916
|
}
|
|
139908
139917
|
if (ep._wfOrigPaintStyle) {
|
|
139909
139918
|
for (var rk in ep._wfOrigPaintStyle) {
|
|
@@ -140026,7 +140035,7 @@ function initConnectionEndpointMode(ep) {
|
|
|
140026
140035
|
if (ep._wfOrigMaxConnections === undefined) {
|
|
140027
140036
|
ep._wfOrigMaxConnections = ep._jsPlumb.maxConnections;
|
|
140028
140037
|
}
|
|
140029
|
-
ep._jsPlumb.maxConnections = 1;
|
|
140038
|
+
ep._jsPlumb.maxConnections = -1; // 恢复无限连接,允许同一锚点出入多条连接线
|
|
140030
140039
|
}
|
|
140031
140040
|
}
|
|
140032
140041
|
|
|
@@ -166202,7 +166211,7 @@ ___CSS_LOADER_EXPORT___.push([module.id, ".udm-ideaLable{vertical-align:top!impo
|
|
|
166202
166211
|
|
|
166203
166212
|
/***/ }),
|
|
166204
166213
|
|
|
166205
|
-
/***/
|
|
166214
|
+
/***/ 37899:
|
|
166206
166215
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
166207
166216
|
|
|
166208
166217
|
"use strict";
|
|
@@ -166216,7 +166225,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
166216
166225
|
|
|
166217
166226
|
var ___CSS_LOADER_EXPORT___ = _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default()((_node_modules_css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default()));
|
|
166218
166227
|
// Module
|
|
166219
|
-
___CSS_LOADER_EXPORT___.push([module.id, ".idea-show-scope[data-v-
|
|
166228
|
+
___CSS_LOADER_EXPORT___.push([module.id, ".idea-show-scope[data-v-2509c9c6]{padding-top:10px}.idea-inputbox[data-v-2509c9c6],.idea-show-scope .el-select[data-v-2509c9c6]{width:100%}[data-v-2509c9c6] .idea-inputbox-attach{width:100%;padding-top:10px}[data-v-2509c9c6] .idea-inputbox-attach .el-upload--text{width:100%;text-align:right}[data-v-2509c9c6] .idea-inputbox-attach .el-button{border:0;padding-left:6px;padding-right:6px}[data-v-2509c9c6] .idea-inputbox-attach .el-button .svg-icon{font-size:12px}[data-v-2509c9c6] .idea-inputbox-attach .el-link{margin-top:-3px}[data-v-2509c9c6] .idea-inputbox-attach .el-col-4{font-size:13px;font-weight:600;line-height:32px}[data-v-2509c9c6] .idea-inputbox-attach .el-col-20>div{height:24px;line-height:24px}[data-v-2509c9c6] .idea-inputbox-attach .attach-row{padding-top:5px}[data-v-2509c9c6] .idea-inputbox-attach .attach-row .attach-info{width:100%;line-height:30px}[data-v-2509c9c6] .idea-inputbox-attach .attach-row .attach-info .attach-name{margin-top:0;max-width:calc(100% - 90px);float:left;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}[data-v-2509c9c6] .idea-inputbox-attach .sidebar-area-title{float:left;font-weight:600;line-height:24px;margin-left:-10px;padding:4px 10px}[data-v-2509c9c6] .idea-inputbox-attach .sidebar-area-title+div{float:right}[data-v-2509c9c6] .idea-attach-one .el-upload--text,[data-v-2509c9c6] .idea-inputbox-attach .sidebar-area-attach .attach-info{width:100%!important}", ""]);
|
|
166220
166229
|
// Exports
|
|
166221
166230
|
/* harmony default export */ __webpack_exports__["default"] = (___CSS_LOADER_EXPORT___);
|
|
166222
166231
|
|
|
@@ -262483,19 +262492,19 @@ var update = add("7791e49c", content, true, {"sourceMap":false,"shadowMode":fals
|
|
|
262483
262492
|
|
|
262484
262493
|
/***/ }),
|
|
262485
262494
|
|
|
262486
|
-
/***/
|
|
262495
|
+
/***/ 19456:
|
|
262487
262496
|
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
262488
262497
|
|
|
262489
262498
|
// style-loader: Adds some css to the DOM by adding a <style> tag
|
|
262490
262499
|
|
|
262491
262500
|
// load the styles
|
|
262492
|
-
var content = __webpack_require__(
|
|
262501
|
+
var content = __webpack_require__(37899);
|
|
262493
262502
|
if(content.__esModule) content = content.default;
|
|
262494
262503
|
if(typeof content === 'string') content = [[module.id, content, '']];
|
|
262495
262504
|
if(content.locals) module.exports = content.locals;
|
|
262496
262505
|
// add the styles to the DOM
|
|
262497
262506
|
var add = (__webpack_require__(99548)/* ["default"] */ .A)
|
|
262498
|
-
var update = add("
|
|
262507
|
+
var update = add("189f8d78", content, true, {"sourceMap":false,"shadowMode":false});
|
|
262499
262508
|
|
|
262500
262509
|
/***/ }),
|
|
262501
262510
|
|
|
@@ -271010,6 +271019,10 @@ service.interceptors.response.use(function (response) {
|
|
|
271010
271019
|
body: {}
|
|
271011
271020
|
};
|
|
271012
271021
|
} else if (errmsg.indexOf('timeout') !== -1) {
|
|
271022
|
+
// 后台标签页浏览器节流导致超时,静默拒绝避免切换回前台时弹出大量提示
|
|
271023
|
+
if (document.visibilityState === 'hidden') {
|
|
271024
|
+
return Promise.reject(errmsg);
|
|
271025
|
+
}
|
|
271013
271026
|
return {
|
|
271014
271027
|
code: 'failure',
|
|
271015
271028
|
message: '服务接口请求超时,请重试。',
|
|
@@ -286357,87 +286370,87 @@ var asyncComponents = [
|
|
|
286357
286370
|
}],
|
|
286358
286371
|
// ========== ecwapp/Wflowform 工作流表单子组件 → chunk: wflow-form ==========
|
|
286359
286372
|
['Attachment', function () {
|
|
286360
|
-
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__,
|
|
286373
|
+
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 82088)).then(function (m) {
|
|
286361
286374
|
return m.Attachment;
|
|
286362
286375
|
});
|
|
286363
286376
|
}], ['BodyFile', function () {
|
|
286364
|
-
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__,
|
|
286377
|
+
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 82088)).then(function (m) {
|
|
286365
286378
|
return m.BodyFile;
|
|
286366
286379
|
});
|
|
286367
286380
|
}], ['CommandBar', function () {
|
|
286368
|
-
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__,
|
|
286381
|
+
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 82088)).then(function (m) {
|
|
286369
286382
|
return m.CommandBar;
|
|
286370
286383
|
});
|
|
286371
286384
|
}], ['HandleIdea', function () {
|
|
286372
|
-
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__,
|
|
286385
|
+
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 82088)).then(function (m) {
|
|
286373
286386
|
return m.HandleIdea;
|
|
286374
286387
|
});
|
|
286375
286388
|
}], ['IdeaInputBox', function () {
|
|
286376
|
-
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__,
|
|
286389
|
+
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 82088)).then(function (m) {
|
|
286377
286390
|
return m.IdeaInputBox;
|
|
286378
286391
|
});
|
|
286379
286392
|
}], ['ModifyWflogAddUser', function () {
|
|
286380
|
-
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__,
|
|
286393
|
+
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 82088)).then(function (m) {
|
|
286381
286394
|
return m.ModifyWflogAddUser;
|
|
286382
286395
|
});
|
|
286383
286396
|
}], ['ModifyWflogIdea', function () {
|
|
286384
|
-
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__,
|
|
286397
|
+
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 82088)).then(function (m) {
|
|
286385
286398
|
return m.ModifyWflogIdea;
|
|
286386
286399
|
});
|
|
286387
286400
|
}], ['WriteToReadIdea', function () {
|
|
286388
|
-
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__,
|
|
286401
|
+
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 82088)).then(function (m) {
|
|
286389
286402
|
return m.WriteToReadIdea;
|
|
286390
286403
|
});
|
|
286391
286404
|
}], ['ModifyWflogSubmitFile', function () {
|
|
286392
|
-
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__,
|
|
286405
|
+
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 82088)).then(function (m) {
|
|
286393
286406
|
return m.ModifyWflogSubmitFile;
|
|
286394
286407
|
});
|
|
286395
286408
|
}], ['ModifyWfNodelog', function () {
|
|
286396
|
-
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__,
|
|
286409
|
+
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 82088)).then(function (m) {
|
|
286397
286410
|
return m.ModifyWfNodelog;
|
|
286398
286411
|
});
|
|
286399
286412
|
}], ['SelectOuterDeputy', function () {
|
|
286400
|
-
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__,
|
|
286413
|
+
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 82088)).then(function (m) {
|
|
286401
286414
|
return m.SelectOuterDeputy;
|
|
286402
286415
|
});
|
|
286403
286416
|
}], ['SubmitHandle', function () {
|
|
286404
|
-
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__,
|
|
286417
|
+
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 82088)).then(function (m) {
|
|
286405
286418
|
return m.SubmitHandle;
|
|
286406
286419
|
});
|
|
286407
286420
|
}], ['SubmitDialog', function () {
|
|
286408
|
-
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__,
|
|
286421
|
+
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 82088)).then(function (m) {
|
|
286409
286422
|
return m.SubmitDialog;
|
|
286410
286423
|
});
|
|
286411
286424
|
}], ['WfNodelogList', function () {
|
|
286412
|
-
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__,
|
|
286425
|
+
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 82088)).then(function (m) {
|
|
286413
286426
|
return m.WfNodelogList;
|
|
286414
286427
|
});
|
|
286415
286428
|
}], ['WflogAddReader', function () {
|
|
286416
|
-
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__,
|
|
286429
|
+
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 82088)).then(function (m) {
|
|
286417
286430
|
return m.WflogAddReader;
|
|
286418
286431
|
});
|
|
286419
286432
|
}], ['WflowView', function () {
|
|
286420
|
-
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__,
|
|
286433
|
+
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 82088)).then(function (m) {
|
|
286421
286434
|
return m.WflowView;
|
|
286422
286435
|
});
|
|
286423
286436
|
}], ['ImgView', function () {
|
|
286424
|
-
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__,
|
|
286437
|
+
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 82088)).then(function (m) {
|
|
286425
286438
|
return m.ImgView;
|
|
286426
286439
|
});
|
|
286427
286440
|
}], ['IdeaSignature', function () {
|
|
286428
|
-
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__,
|
|
286441
|
+
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 82088)).then(function (m) {
|
|
286429
286442
|
return m.IdeaSignature;
|
|
286430
286443
|
});
|
|
286431
286444
|
}], ['ReplaceFile', function () {
|
|
286432
|
-
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__,
|
|
286445
|
+
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 82088)).then(function (m) {
|
|
286433
286446
|
return m.ReplaceFile;
|
|
286434
286447
|
});
|
|
286435
286448
|
}], ['ViewBodyFile', function () {
|
|
286436
|
-
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__,
|
|
286449
|
+
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 82088)).then(function (m) {
|
|
286437
286450
|
return m.ViewBodyFile;
|
|
286438
286451
|
});
|
|
286439
286452
|
}], ['WformLayout', function () {
|
|
286440
|
-
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__,
|
|
286453
|
+
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 82088)).then(function (m) {
|
|
286441
286454
|
return m.WformLayout;
|
|
286442
286455
|
});
|
|
286443
286456
|
}],
|
|
@@ -286722,7 +286735,7 @@ var WfengineModule = function WfengineModule() {
|
|
|
286722
286735
|
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 99932));
|
|
286723
286736
|
};
|
|
286724
286737
|
var WflowformModule = function WflowformModule() {
|
|
286725
|
-
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__,
|
|
286738
|
+
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 82088));
|
|
286726
286739
|
};
|
|
286727
286740
|
var WflowDesignerModule = function WflowDesignerModule() {
|
|
286728
286741
|
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 94714));
|