ecinc-cloud-mappaio 9.6.21 → 9.6.22
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/ecmappaio.common.js +31 -17
- package/lib/ecmappaio.umd.js +31 -17
- package/lib/ecmappaio.umd.min.js +3 -3
- package/package.json +1 -1
package/lib/ecmappaio.common.js
CHANGED
|
@@ -5672,12 +5672,12 @@ function convertToRoute(layout, menuItem, parentIconCode, parentTitle, parentI18
|
|
|
5672
5672
|
sysCode: menuItem.sysCode
|
|
5673
5673
|
}
|
|
5674
5674
|
};
|
|
5675
|
-
if (menuItem.href && menuItem.moduleLevel <= 2 && (menuItem.target === 'content' || menuItem.target === 'mainpage')) {
|
|
5675
|
+
if (menuItem.href && menuItem.href !== '#' && menuItem.moduleLevel <= 2 && (menuItem.target === 'content' || menuItem.target === 'mainpage')) {
|
|
5676
5676
|
route.path = '/lm/' + menuItem.parentId + '/' + menuItem.id;
|
|
5677
5677
|
route.hidden = false;
|
|
5678
5678
|
route.meta.level = menuItem.moduleLevel + 1;
|
|
5679
5679
|
var leafRoute = {
|
|
5680
|
-
path: '/lm/' + menuItem.parentId,
|
|
5680
|
+
path: '/lm/' + menuItem.parentId + '/' + menuItem.id + '/' + Math.random(),
|
|
5681
5681
|
component: layout,
|
|
5682
5682
|
hidden: isHidden,
|
|
5683
5683
|
meta: {
|
|
@@ -7205,7 +7205,7 @@ ___CSS_LOADER_EXPORT___.push([module.id, "[data-v-0685b481] .van-nav-bar__title{
|
|
|
7205
7205
|
|
|
7206
7206
|
/***/ }),
|
|
7207
7207
|
|
|
7208
|
-
/***/
|
|
7208
|
+
/***/ 9838:
|
|
7209
7209
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
7210
7210
|
|
|
7211
7211
|
"use strict";
|
|
@@ -7219,7 +7219,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
7219
7219
|
|
|
7220
7220
|
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()));
|
|
7221
7221
|
// Module
|
|
7222
|
-
___CSS_LOADER_EXPORT___.push([module.id, ".wfattach-container .van-cell__value[data-v-
|
|
7222
|
+
___CSS_LOADER_EXPORT___.push([module.id, ".wfattach-container .van-cell__value[data-v-1a5c6d16],.wfattach-container[data-v-1a5c6d16] .van-cell__title{-webkit-box-flex:0;-ms-flex:none;flex:none}.wfattach-container[data-v-1a5c6d16] .van-cell__title{width:75%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:400}.wfattach-container[data-v-1a5c6d16] .van-cell__value{width:25%;height:24px}.wfattach-container[data-v-1a5c6d16] .van-cell__value .van-icon-add-o{line-height:24px}.wfattach-container[data-v-1a5c6d16] .van-cell__value .van-circle{margin-top:2px}.wfattach-container[data-v-1a5c6d16] .van-cell__value .attach-icon{display:-webkit-box;display:-ms-flexbox;display:flex;float:right}.wfattach-container[data-v-1a5c6d16] .van-cell__value .attach-icon .van-icon{line-height:24px;margin-left:15px;font-size:16px}.wfattach-container[data-v-1a5c6d16]:after{border-top-width:0}.attachmants_preview .attachmants .van-cell-group .van-cell[data-v-1a5c6d16]{padding-left:70px;padding-right:36px}.attachmants_preview .attachmants .van-cell-group .van-cell[data-v-1a5c6d16]:after{right:0}.attachmants_preview .attachmants .van-cell-group .van-cell[data-v-1a5c6d16]:first-child:before{position:absolute;-webkit-box-sizing:border-box;box-sizing:border-box;content:\" \";pointer-events:none;right:0;top:0;left:16px;border-bottom:1px solid #ebedf0;-webkit-transform:scaleY(.5);transform:scaleY(.5)}.attachmants_preview .attachmants .van-cell-group .van-cell .van-cell__title[data-v-1a5c6d16]{position:relative}.attachmants_preview .attachmants .van-cell-group .van-cell .van-cell__title .attach_photo[data-v-1a5c6d16]{position:absolute;left:-54px;height:44px;width:44px}.attachmants_preview .attachmants .van-cell-group .van-cell .van-cell__title .attach_name[data-v-1a5c6d16]{width:calc(100vw - 107px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.van-attachment-field[data-v-1a5c6d16]{position:relative}.van-attachment-field[data-v-1a5c6d16]:after{position:absolute;-webkit-box-sizing:border-box;box-sizing:border-box;content:\" \";pointer-events:none;top:unset;border-width:0;right:0;bottom:0;left:16px;border-bottom:1px solid #ebedf0;-webkit-transform:scaleY(.5);transform:scaleY(.5)}", ""]);
|
|
7223
7223
|
// Exports
|
|
7224
7224
|
/* harmony default export */ __webpack_exports__["default"] = (___CSS_LOADER_EXPORT___);
|
|
7225
7225
|
|
|
@@ -32403,19 +32403,19 @@ var update = add("a502c74c", content, true, {"sourceMap":false,"shadowMode":fals
|
|
|
32403
32403
|
|
|
32404
32404
|
/***/ }),
|
|
32405
32405
|
|
|
32406
|
-
/***/
|
|
32406
|
+
/***/ 7388:
|
|
32407
32407
|
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
32408
32408
|
|
|
32409
32409
|
// style-loader: Adds some css to the DOM by adding a <style> tag
|
|
32410
32410
|
|
|
32411
32411
|
// load the styles
|
|
32412
|
-
var content = __webpack_require__(
|
|
32412
|
+
var content = __webpack_require__(9838);
|
|
32413
32413
|
if(content.__esModule) content = content.default;
|
|
32414
32414
|
if(typeof content === 'string') content = [[module.id, content, '']];
|
|
32415
32415
|
if(content.locals) module.exports = content.locals;
|
|
32416
32416
|
// add the styles to the DOM
|
|
32417
32417
|
var add = (__webpack_require__(9548)/* ["default"] */ .A)
|
|
32418
|
-
var update = add("
|
|
32418
|
+
var update = add("5a040d18", content, true, {"sourceMap":false,"shadowMode":false});
|
|
32419
32419
|
|
|
32420
32420
|
/***/ }),
|
|
32421
32421
|
|
|
@@ -55815,8 +55815,8 @@ WfStatus_src.install = function (Vue) {
|
|
|
55815
55815
|
Vue.component(WfStatus_src.name, WfStatus_src);
|
|
55816
55816
|
};
|
|
55817
55817
|
/* harmony default export */ var WfStatus = (WfStatus_src);
|
|
55818
|
-
;// 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/ecmapp/Wflowform/src/Attachment.vue?vue&type=template&id=
|
|
55819
|
-
var
|
|
55818
|
+
;// 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/ecmapp/Wflowform/src/Attachment.vue?vue&type=template&id=1a5c6d16&scoped=true
|
|
55819
|
+
var Attachmentvue_type_template_id_1a5c6d16_scoped_true_render = function render() {
|
|
55820
55820
|
var _vm = this,
|
|
55821
55821
|
_c = _vm._self._c;
|
|
55822
55822
|
return _c('div', {
|
|
@@ -56077,7 +56077,7 @@ var Attachmentvue_type_template_id_e1ab6174_scoped_true_render = function render
|
|
|
56077
56077
|
}
|
|
56078
56078
|
})], 1) : _vm._e()], 1);
|
|
56079
56079
|
};
|
|
56080
|
-
var
|
|
56080
|
+
var Attachmentvue_type_template_id_1a5c6d16_scoped_true_staticRenderFns = [];
|
|
56081
56081
|
|
|
56082
56082
|
;// 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/ecmapp/Wflowform/src/Attachment.vue?vue&type=script&lang=js
|
|
56083
56083
|
function Attachmentvue_type_script_lang_js_typeof(o) { "@babel/helpers - typeof"; return Attachmentvue_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; }, Attachmentvue_type_script_lang_js_typeof(o); }
|
|
@@ -56225,7 +56225,9 @@ function Attachmentvue_type_script_lang_js_toPrimitive(t, r) { if ("object" != A
|
|
|
56225
56225
|
showRenameDlg: false,
|
|
56226
56226
|
renameAttach: {
|
|
56227
56227
|
rename: ''
|
|
56228
|
-
}
|
|
56228
|
+
},
|
|
56229
|
+
licExpiredAlert: null,
|
|
56230
|
+
loginUser: this.$store.getters.loginUser
|
|
56229
56231
|
};
|
|
56230
56232
|
},
|
|
56231
56233
|
computed: Attachmentvue_type_script_lang_js_objectSpread({}, (0,vuex_esm/* mapGetters */.L8)(['loginUser'])),
|
|
@@ -56305,6 +56307,18 @@ function Attachmentvue_type_script_lang_js_toPrimitive(t, r) { if ("object" != A
|
|
|
56305
56307
|
if (refsAttachments) {
|
|
56306
56308
|
refsAttachments.push(this);
|
|
56307
56309
|
}
|
|
56310
|
+
var _this = this;
|
|
56311
|
+
setTimeout(function () {
|
|
56312
|
+
if (!_this.licExpiredAlert && _this.loginUser.licExpiredTime) {
|
|
56313
|
+
_this.licExpiredAlert = true;
|
|
56314
|
+
_this.$dialog.alert({
|
|
56315
|
+
message: '系统授权已经于' + _this.loginUser.licExpiredTime + '过期!',
|
|
56316
|
+
type: 'warning'
|
|
56317
|
+
}).then(function () {
|
|
56318
|
+
_this.licExpiredAlert = false;
|
|
56319
|
+
});
|
|
56320
|
+
}
|
|
56321
|
+
}, 100);
|
|
56308
56322
|
},
|
|
56309
56323
|
methods: {
|
|
56310
56324
|
setWfAttachUrl: function setWfAttachUrl() {
|
|
@@ -56938,9 +56952,9 @@ function Attachmentvue_type_script_lang_js_toPrimitive(t, r) { if ("object" != A
|
|
|
56938
56952
|
});
|
|
56939
56953
|
;// CONCATENATED MODULE: ./packages/ecmapp/Wflowform/src/Attachment.vue?vue&type=script&lang=js
|
|
56940
56954
|
/* harmony default export */ var src_Attachmentvue_type_script_lang_js = (Attachmentvue_type_script_lang_js);
|
|
56941
|
-
// 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/ecmapp/Wflowform/src/Attachment.vue?vue&type=style&index=0&id=
|
|
56942
|
-
var
|
|
56943
|
-
;// CONCATENATED MODULE: ./packages/ecmapp/Wflowform/src/Attachment.vue?vue&type=style&index=0&id=
|
|
56955
|
+
// 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/ecmapp/Wflowform/src/Attachment.vue?vue&type=style&index=0&id=1a5c6d16&prod&scoped=true&lang=scss
|
|
56956
|
+
var Attachmentvue_type_style_index_0_id_1a5c6d16_prod_scoped_true_lang_scss = __webpack_require__(7388);
|
|
56957
|
+
;// CONCATENATED MODULE: ./packages/ecmapp/Wflowform/src/Attachment.vue?vue&type=style&index=0&id=1a5c6d16&prod&scoped=true&lang=scss
|
|
56944
56958
|
|
|
56945
56959
|
;// CONCATENATED MODULE: ./packages/ecmapp/Wflowform/src/Attachment.vue
|
|
56946
56960
|
|
|
@@ -56953,11 +56967,11 @@ var Attachmentvue_type_style_index_0_id_e1ab6174_prod_scoped_true_lang_scss = __
|
|
|
56953
56967
|
|
|
56954
56968
|
var Attachment_component = (0,componentNormalizer/* default */.A)(
|
|
56955
56969
|
src_Attachmentvue_type_script_lang_js,
|
|
56956
|
-
|
|
56957
|
-
|
|
56970
|
+
Attachmentvue_type_template_id_1a5c6d16_scoped_true_render,
|
|
56971
|
+
Attachmentvue_type_template_id_1a5c6d16_scoped_true_staticRenderFns,
|
|
56958
56972
|
false,
|
|
56959
56973
|
null,
|
|
56960
|
-
"
|
|
56974
|
+
"1a5c6d16",
|
|
56961
56975
|
null
|
|
56962
56976
|
|
|
56963
56977
|
)
|
package/lib/ecmappaio.umd.js
CHANGED
|
@@ -5682,12 +5682,12 @@ function convertToRoute(layout, menuItem, parentIconCode, parentTitle, parentI18
|
|
|
5682
5682
|
sysCode: menuItem.sysCode
|
|
5683
5683
|
}
|
|
5684
5684
|
};
|
|
5685
|
-
if (menuItem.href && menuItem.moduleLevel <= 2 && (menuItem.target === 'content' || menuItem.target === 'mainpage')) {
|
|
5685
|
+
if (menuItem.href && menuItem.href !== '#' && menuItem.moduleLevel <= 2 && (menuItem.target === 'content' || menuItem.target === 'mainpage')) {
|
|
5686
5686
|
route.path = '/lm/' + menuItem.parentId + '/' + menuItem.id;
|
|
5687
5687
|
route.hidden = false;
|
|
5688
5688
|
route.meta.level = menuItem.moduleLevel + 1;
|
|
5689
5689
|
var leafRoute = {
|
|
5690
|
-
path: '/lm/' + menuItem.parentId,
|
|
5690
|
+
path: '/lm/' + menuItem.parentId + '/' + menuItem.id + '/' + Math.random(),
|
|
5691
5691
|
component: layout,
|
|
5692
5692
|
hidden: isHidden,
|
|
5693
5693
|
meta: {
|
|
@@ -7215,7 +7215,7 @@ ___CSS_LOADER_EXPORT___.push([module.id, "[data-v-0685b481] .van-nav-bar__title{
|
|
|
7215
7215
|
|
|
7216
7216
|
/***/ }),
|
|
7217
7217
|
|
|
7218
|
-
/***/
|
|
7218
|
+
/***/ 3294:
|
|
7219
7219
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
7220
7220
|
|
|
7221
7221
|
"use strict";
|
|
@@ -7229,7 +7229,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
7229
7229
|
|
|
7230
7230
|
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()));
|
|
7231
7231
|
// Module
|
|
7232
|
-
___CSS_LOADER_EXPORT___.push([module.id, ".wfattach-container .van-cell__value[data-v-
|
|
7232
|
+
___CSS_LOADER_EXPORT___.push([module.id, ".wfattach-container .van-cell__value[data-v-1a5c6d16],.wfattach-container[data-v-1a5c6d16] .van-cell__title{-webkit-box-flex:0;-ms-flex:none;flex:none}.wfattach-container[data-v-1a5c6d16] .van-cell__title{width:75%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:400}.wfattach-container[data-v-1a5c6d16] .van-cell__value{width:25%;height:24px}.wfattach-container[data-v-1a5c6d16] .van-cell__value .van-icon-add-o{line-height:24px}.wfattach-container[data-v-1a5c6d16] .van-cell__value .van-circle{margin-top:2px}.wfattach-container[data-v-1a5c6d16] .van-cell__value .attach-icon{display:-webkit-box;display:-ms-flexbox;display:flex;float:right}.wfattach-container[data-v-1a5c6d16] .van-cell__value .attach-icon .van-icon{line-height:24px;margin-left:15px;font-size:16px}.wfattach-container[data-v-1a5c6d16]:after{border-top-width:0}.attachmants_preview .attachmants .van-cell-group .van-cell[data-v-1a5c6d16]{padding-left:70px;padding-right:36px}.attachmants_preview .attachmants .van-cell-group .van-cell[data-v-1a5c6d16]:after{right:0}.attachmants_preview .attachmants .van-cell-group .van-cell[data-v-1a5c6d16]:first-child:before{position:absolute;-webkit-box-sizing:border-box;box-sizing:border-box;content:\" \";pointer-events:none;right:0;top:0;left:16px;border-bottom:1px solid #ebedf0;-webkit-transform:scaleY(.5);transform:scaleY(.5)}.attachmants_preview .attachmants .van-cell-group .van-cell .van-cell__title[data-v-1a5c6d16]{position:relative}.attachmants_preview .attachmants .van-cell-group .van-cell .van-cell__title .attach_photo[data-v-1a5c6d16]{position:absolute;left:-54px;height:44px;width:44px}.attachmants_preview .attachmants .van-cell-group .van-cell .van-cell__title .attach_name[data-v-1a5c6d16]{width:calc(100vw - 107px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.van-attachment-field[data-v-1a5c6d16]{position:relative}.van-attachment-field[data-v-1a5c6d16]:after{position:absolute;-webkit-box-sizing:border-box;box-sizing:border-box;content:\" \";pointer-events:none;top:unset;border-width:0;right:0;bottom:0;left:16px;border-bottom:1px solid #ebedf0;-webkit-transform:scaleY(.5);transform:scaleY(.5)}", ""]);
|
|
7233
7233
|
// Exports
|
|
7234
7234
|
/* harmony default export */ __webpack_exports__["default"] = (___CSS_LOADER_EXPORT___);
|
|
7235
7235
|
|
|
@@ -32413,19 +32413,19 @@ var update = add("04d25616", content, true, {"sourceMap":false,"shadowMode":fals
|
|
|
32413
32413
|
|
|
32414
32414
|
/***/ }),
|
|
32415
32415
|
|
|
32416
|
-
/***/
|
|
32416
|
+
/***/ 8922:
|
|
32417
32417
|
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
32418
32418
|
|
|
32419
32419
|
// style-loader: Adds some css to the DOM by adding a <style> tag
|
|
32420
32420
|
|
|
32421
32421
|
// load the styles
|
|
32422
|
-
var content = __webpack_require__(
|
|
32422
|
+
var content = __webpack_require__(3294);
|
|
32423
32423
|
if(content.__esModule) content = content.default;
|
|
32424
32424
|
if(typeof content === 'string') content = [[module.id, content, '']];
|
|
32425
32425
|
if(content.locals) module.exports = content.locals;
|
|
32426
32426
|
// add the styles to the DOM
|
|
32427
32427
|
var add = (__webpack_require__(9548)/* ["default"] */ .A)
|
|
32428
|
-
var update = add("
|
|
32428
|
+
var update = add("d8e9c790", content, true, {"sourceMap":false,"shadowMode":false});
|
|
32429
32429
|
|
|
32430
32430
|
/***/ }),
|
|
32431
32431
|
|
|
@@ -55825,8 +55825,8 @@ WfStatus_src.install = function (Vue) {
|
|
|
55825
55825
|
Vue.component(WfStatus_src.name, WfStatus_src);
|
|
55826
55826
|
};
|
|
55827
55827
|
/* harmony default export */ var WfStatus = (WfStatus_src);
|
|
55828
|
-
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.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/ecmapp/Wflowform/src/Attachment.vue?vue&type=template&id=
|
|
55829
|
-
var
|
|
55828
|
+
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.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/ecmapp/Wflowform/src/Attachment.vue?vue&type=template&id=1a5c6d16&scoped=true
|
|
55829
|
+
var Attachmentvue_type_template_id_1a5c6d16_scoped_true_render = function render() {
|
|
55830
55830
|
var _vm = this,
|
|
55831
55831
|
_c = _vm._self._c;
|
|
55832
55832
|
return _c('div', {
|
|
@@ -56087,7 +56087,7 @@ var Attachmentvue_type_template_id_e1ab6174_scoped_true_render = function render
|
|
|
56087
56087
|
}
|
|
56088
56088
|
})], 1) : _vm._e()], 1);
|
|
56089
56089
|
};
|
|
56090
|
-
var
|
|
56090
|
+
var Attachmentvue_type_template_id_1a5c6d16_scoped_true_staticRenderFns = [];
|
|
56091
56091
|
|
|
56092
56092
|
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[0]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./packages/ecmapp/Wflowform/src/Attachment.vue?vue&type=script&lang=js
|
|
56093
56093
|
function Attachmentvue_type_script_lang_js_typeof(o) { "@babel/helpers - typeof"; return Attachmentvue_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; }, Attachmentvue_type_script_lang_js_typeof(o); }
|
|
@@ -56235,7 +56235,9 @@ function Attachmentvue_type_script_lang_js_toPrimitive(t, r) { if ("object" != A
|
|
|
56235
56235
|
showRenameDlg: false,
|
|
56236
56236
|
renameAttach: {
|
|
56237
56237
|
rename: ''
|
|
56238
|
-
}
|
|
56238
|
+
},
|
|
56239
|
+
licExpiredAlert: null,
|
|
56240
|
+
loginUser: this.$store.getters.loginUser
|
|
56239
56241
|
};
|
|
56240
56242
|
},
|
|
56241
56243
|
computed: Attachmentvue_type_script_lang_js_objectSpread({}, (0,vuex_esm/* mapGetters */.L8)(['loginUser'])),
|
|
@@ -56315,6 +56317,18 @@ function Attachmentvue_type_script_lang_js_toPrimitive(t, r) { if ("object" != A
|
|
|
56315
56317
|
if (refsAttachments) {
|
|
56316
56318
|
refsAttachments.push(this);
|
|
56317
56319
|
}
|
|
56320
|
+
var _this = this;
|
|
56321
|
+
setTimeout(function () {
|
|
56322
|
+
if (!_this.licExpiredAlert && _this.loginUser.licExpiredTime) {
|
|
56323
|
+
_this.licExpiredAlert = true;
|
|
56324
|
+
_this.$dialog.alert({
|
|
56325
|
+
message: '系统授权已经于' + _this.loginUser.licExpiredTime + '过期!',
|
|
56326
|
+
type: 'warning'
|
|
56327
|
+
}).then(function () {
|
|
56328
|
+
_this.licExpiredAlert = false;
|
|
56329
|
+
});
|
|
56330
|
+
}
|
|
56331
|
+
}, 100);
|
|
56318
56332
|
},
|
|
56319
56333
|
methods: {
|
|
56320
56334
|
setWfAttachUrl: function setWfAttachUrl() {
|
|
@@ -56948,9 +56962,9 @@ function Attachmentvue_type_script_lang_js_toPrimitive(t, r) { if ("object" != A
|
|
|
56948
56962
|
});
|
|
56949
56963
|
;// CONCATENATED MODULE: ./packages/ecmapp/Wflowform/src/Attachment.vue?vue&type=script&lang=js
|
|
56950
56964
|
/* harmony default export */ var src_Attachmentvue_type_script_lang_js = (Attachmentvue_type_script_lang_js);
|
|
56951
|
-
// EXTERNAL MODULE: ./node_modules/vue-style-loader/index.js??clonedRuleSet-64.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-64.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-64.use[2]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-64.use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-64.use[4]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./packages/ecmapp/Wflowform/src/Attachment.vue?vue&type=style&index=0&id=
|
|
56952
|
-
var
|
|
56953
|
-
;// CONCATENATED MODULE: ./packages/ecmapp/Wflowform/src/Attachment.vue?vue&type=style&index=0&id=
|
|
56965
|
+
// EXTERNAL MODULE: ./node_modules/vue-style-loader/index.js??clonedRuleSet-64.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-64.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-64.use[2]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-64.use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-64.use[4]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./packages/ecmapp/Wflowform/src/Attachment.vue?vue&type=style&index=0&id=1a5c6d16&prod&scoped=true&lang=scss
|
|
56966
|
+
var Attachmentvue_type_style_index_0_id_1a5c6d16_prod_scoped_true_lang_scss = __webpack_require__(8922);
|
|
56967
|
+
;// CONCATENATED MODULE: ./packages/ecmapp/Wflowform/src/Attachment.vue?vue&type=style&index=0&id=1a5c6d16&prod&scoped=true&lang=scss
|
|
56954
56968
|
|
|
56955
56969
|
;// CONCATENATED MODULE: ./packages/ecmapp/Wflowform/src/Attachment.vue
|
|
56956
56970
|
|
|
@@ -56963,11 +56977,11 @@ var Attachmentvue_type_style_index_0_id_e1ab6174_prod_scoped_true_lang_scss = __
|
|
|
56963
56977
|
|
|
56964
56978
|
var Attachment_component = (0,componentNormalizer/* default */.A)(
|
|
56965
56979
|
src_Attachmentvue_type_script_lang_js,
|
|
56966
|
-
|
|
56967
|
-
|
|
56980
|
+
Attachmentvue_type_template_id_1a5c6d16_scoped_true_render,
|
|
56981
|
+
Attachmentvue_type_template_id_1a5c6d16_scoped_true_staticRenderFns,
|
|
56968
56982
|
false,
|
|
56969
56983
|
null,
|
|
56970
|
-
"
|
|
56984
|
+
"1a5c6d16",
|
|
56971
56985
|
null
|
|
56972
56986
|
|
|
56973
56987
|
)
|