eoss-ui 0.6.86 → 0.6.88
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/data-table.js +13 -17
- package/lib/eoss-ui.common.js +155 -142
- package/lib/flow.js +96 -55
- package/lib/index.js +1 -1
- package/lib/main.js +40 -64
- package/package.json +1 -1
- package/packages/data-table/src/column.vue +4 -3
- package/packages/flow/src/component/Circulate.vue +34 -4
- package/packages/flow/src/component/taskUnionExamine.vue +2 -1
- package/packages/flow/src/freeStartFlow.vue +2 -1
- package/packages/flow/src/main.vue +5 -2
- package/packages/flow/src/processForm.vue +1 -1
- package/packages/flow/src/processReject.vue +2 -1
- package/packages/flow/src/startTaskRead.vue +2 -1
- package/packages/main/src/default/userinfo.vue +18 -18
- package/packages/main/src/simplicity/user.vue +2 -2
- package/packages/main/src/simplicity/userinfo.vue +0 -4
- package/src/index.js +1 -1
package/lib/eoss-ui.common.js
CHANGED
|
@@ -9322,8 +9322,8 @@ childrenvue_type_template_id_271bb842_render._withStripped = true
|
|
|
9322
9322
|
|
|
9323
9323
|
// CONCATENATED MODULE: ./packages/data-table/src/children.vue?vue&type=template&id=271bb842&
|
|
9324
9324
|
|
|
9325
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/data-table/src/column.vue?vue&type=template&id=
|
|
9326
|
-
var
|
|
9325
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/data-table/src/column.vue?vue&type=template&id=ad697a04&
|
|
9326
|
+
var columnvue_type_template_id_ad697a04_render = function () {
|
|
9327
9327
|
var _vm = this
|
|
9328
9328
|
var _h = _vm.$createElement
|
|
9329
9329
|
var _c = _vm._self._c || _h
|
|
@@ -10080,15 +10080,10 @@ var columnvue_type_template_id_4d1a48b2_render = function () {
|
|
|
10080
10080
|
innerHTML: _vm._s(_vm.format(scope.row, true)),
|
|
10081
10081
|
},
|
|
10082
10082
|
})
|
|
10083
|
-
: _c(
|
|
10084
|
-
|
|
10085
|
-
{
|
|
10086
|
-
|
|
10087
|
-
? _vm.styles[scope.row[_vm.prop]]
|
|
10088
|
-
: {},
|
|
10089
|
-
},
|
|
10090
|
-
[_vm._v(_vm._s(_vm.format(scope.row)))]
|
|
10091
|
-
),
|
|
10083
|
+
: _c("span", {
|
|
10084
|
+
style: _vm.styles ? _vm.styles[scope.row[_vm.prop]] : {},
|
|
10085
|
+
domProps: { innerHTML: _vm._s(_vm.format(scope.row)) },
|
|
10086
|
+
}),
|
|
10092
10087
|
_vm.type === "handle" && !scope.row.hideHandle
|
|
10093
10088
|
? _c(
|
|
10094
10089
|
"es-button-group",
|
|
@@ -10138,11 +10133,11 @@ var columnvue_type_template_id_4d1a48b2_render = function () {
|
|
|
10138
10133
|
2
|
|
10139
10134
|
)
|
|
10140
10135
|
}
|
|
10141
|
-
var
|
|
10142
|
-
|
|
10136
|
+
var columnvue_type_template_id_ad697a04_staticRenderFns = []
|
|
10137
|
+
columnvue_type_template_id_ad697a04_render._withStripped = true
|
|
10143
10138
|
|
|
10144
10139
|
|
|
10145
|
-
// CONCATENATED MODULE: ./packages/data-table/src/column.vue?vue&type=template&id=
|
|
10140
|
+
// CONCATENATED MODULE: ./packages/data-table/src/column.vue?vue&type=template&id=ad697a04&
|
|
10146
10141
|
|
|
10147
10142
|
// EXTERNAL MODULE: external "babel-runtime/regenerator"
|
|
10148
10143
|
var regenerator_ = __webpack_require__(2);
|
|
@@ -10625,7 +10620,6 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
10625
10620
|
//
|
|
10626
10621
|
//
|
|
10627
10622
|
//
|
|
10628
|
-
//
|
|
10629
10623
|
|
|
10630
10624
|
|
|
10631
10625
|
|
|
@@ -10933,6 +10927,8 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
10933
10927
|
var _this2 = this;
|
|
10934
10928
|
|
|
10935
10929
|
var field = this.field || this.prop;
|
|
10930
|
+
console.log('field', field);
|
|
10931
|
+
console.log('rows', rows);
|
|
10936
10932
|
var data = this.option;
|
|
10937
10933
|
var str = '';
|
|
10938
10934
|
if (utils_util["a" /* default */].isObject(rows[field])) {
|
|
@@ -11083,8 +11079,8 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
11083
11079
|
|
|
11084
11080
|
var column_component = normalizeComponent(
|
|
11085
11081
|
src_columnvue_type_script_lang_js_,
|
|
11086
|
-
|
|
11087
|
-
|
|
11082
|
+
columnvue_type_template_id_ad697a04_render,
|
|
11083
|
+
columnvue_type_template_id_ad697a04_staticRenderFns,
|
|
11088
11084
|
false,
|
|
11089
11085
|
null,
|
|
11090
11086
|
null,
|
|
@@ -27143,8 +27139,8 @@ form_src_main.install = function (Vue) {
|
|
|
27143
27139
|
};
|
|
27144
27140
|
|
|
27145
27141
|
/* harmony default export */ var packages_form = (form_src_main);
|
|
27146
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/main.vue?vue&type=template&id=
|
|
27147
|
-
var
|
|
27142
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/main.vue?vue&type=template&id=6b9f2034&
|
|
27143
|
+
var mainvue_type_template_id_6b9f2034_render = function () {
|
|
27148
27144
|
var _vm = this
|
|
27149
27145
|
var _h = _vm.$createElement
|
|
27150
27146
|
var _c = _vm._self._c || _h
|
|
@@ -27352,6 +27348,7 @@ var mainvue_type_template_id_439fd8c6_render = function () {
|
|
|
27352
27348
|
selectorParams: _vm.params,
|
|
27353
27349
|
"pending-id": _vm.pendingId,
|
|
27354
27350
|
showBtn: false,
|
|
27351
|
+
formTitle: _vm.formTitle,
|
|
27355
27352
|
processDefinitionId: _vm.nodeInfo.nextNode,
|
|
27356
27353
|
simpleTips: _vm.simpleTips,
|
|
27357
27354
|
oldOption: _vm.value,
|
|
@@ -28983,6 +28980,7 @@ var mainvue_type_template_id_439fd8c6_render = function () {
|
|
|
28983
28980
|
businessId: _vm.businessId,
|
|
28984
28981
|
startFlowPageEmbeddedIntoStartFlowIndex:
|
|
28985
28982
|
_vm.startFlowPageEmbeddedIntoStartFlowIndex,
|
|
28983
|
+
formTitle: _vm.formTitle,
|
|
28986
28984
|
processDefinitionId: _vm.nodeInfo.nextNode,
|
|
28987
28985
|
simpleTips: _vm.simpleTips,
|
|
28988
28986
|
showBtn: false,
|
|
@@ -30013,11 +30011,11 @@ var mainvue_type_template_id_439fd8c6_render = function () {
|
|
|
30013
30011
|
)
|
|
30014
30012
|
: _vm._e()
|
|
30015
30013
|
}
|
|
30016
|
-
var
|
|
30017
|
-
|
|
30014
|
+
var mainvue_type_template_id_6b9f2034_staticRenderFns = []
|
|
30015
|
+
mainvue_type_template_id_6b9f2034_render._withStripped = true
|
|
30018
30016
|
|
|
30019
30017
|
|
|
30020
|
-
// CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=
|
|
30018
|
+
// CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=6b9f2034&
|
|
30021
30019
|
|
|
30022
30020
|
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/CommonOpinions.vue?vue&type=template&id=19364a89&
|
|
30023
30021
|
var CommonOpinionsvue_type_template_id_19364a89_render = function () {
|
|
@@ -31057,8 +31055,8 @@ var CommonOpinions_component = normalizeComponent(
|
|
|
31057
31055
|
)
|
|
31058
31056
|
|
|
31059
31057
|
/* harmony default export */ var CommonOpinions = (CommonOpinions_component.exports);
|
|
31060
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/processForm.vue?vue&type=template&id=
|
|
31061
|
-
var
|
|
31058
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/processForm.vue?vue&type=template&id=3d800ae1&
|
|
31059
|
+
var processFormvue_type_template_id_3d800ae1_render = function () {
|
|
31062
31060
|
var _vm = this
|
|
31063
31061
|
var _h = _vm.$createElement
|
|
31064
31062
|
var _c = _vm._self._c || _h
|
|
@@ -31815,11 +31813,11 @@ var processFormvue_type_template_id_09ba35c6_render = function () {
|
|
|
31815
31813
|
1
|
|
31816
31814
|
)
|
|
31817
31815
|
}
|
|
31818
|
-
var
|
|
31819
|
-
|
|
31816
|
+
var processFormvue_type_template_id_3d800ae1_staticRenderFns = []
|
|
31817
|
+
processFormvue_type_template_id_3d800ae1_render._withStripped = true
|
|
31820
31818
|
|
|
31821
31819
|
|
|
31822
|
-
// CONCATENATED MODULE: ./packages/flow/src/processForm.vue?vue&type=template&id=
|
|
31820
|
+
// CONCATENATED MODULE: ./packages/flow/src/processForm.vue?vue&type=template&id=3d800ae1&
|
|
31823
31821
|
|
|
31824
31822
|
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/selectUser.vue?vue&type=template&id=3588d66f&
|
|
31825
31823
|
var selectUservue_type_template_id_3588d66f_render = function () {
|
|
@@ -34040,7 +34038,7 @@ var processFormvue_type_script_lang_js_components;
|
|
|
34040
34038
|
if (res.status === 'success') {
|
|
34041
34039
|
if (!_this3.showBtn) {
|
|
34042
34040
|
_this3.oldMessage = res.message;
|
|
34043
|
-
_this3.nextNode.noticeInfo = res.message.replace('{title}',
|
|
34041
|
+
_this3.nextNode.noticeInfo = res.message.replace('{title}', _this3.formTitle);
|
|
34044
34042
|
} else {
|
|
34045
34043
|
_this3.nextNode.noticeInfo = res.message;
|
|
34046
34044
|
}
|
|
@@ -34488,8 +34486,8 @@ var processFormvue_type_script_lang_js_components;
|
|
|
34488
34486
|
|
|
34489
34487
|
var processForm_component = normalizeComponent(
|
|
34490
34488
|
src_processFormvue_type_script_lang_js_,
|
|
34491
|
-
|
|
34492
|
-
|
|
34489
|
+
processFormvue_type_template_id_3d800ae1_render,
|
|
34490
|
+
processFormvue_type_template_id_3d800ae1_staticRenderFns,
|
|
34493
34491
|
false,
|
|
34494
34492
|
null,
|
|
34495
34493
|
null,
|
|
@@ -35534,8 +35532,8 @@ var TimeLimit_component = normalizeComponent(
|
|
|
35534
35532
|
)
|
|
35535
35533
|
|
|
35536
35534
|
/* harmony default export */ var TimeLimit = (TimeLimit_component.exports);
|
|
35537
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/processReject.vue?vue&type=template&id=
|
|
35538
|
-
var
|
|
35535
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/processReject.vue?vue&type=template&id=9d3463f6&
|
|
35536
|
+
var processRejectvue_type_template_id_9d3463f6_render = function () {
|
|
35539
35537
|
var _vm = this
|
|
35540
35538
|
var _h = _vm.$createElement
|
|
35541
35539
|
var _c = _vm._self._c || _h
|
|
@@ -35760,11 +35758,11 @@ var processRejectvue_type_template_id_9cd54606_render = function () {
|
|
|
35760
35758
|
1
|
|
35761
35759
|
)
|
|
35762
35760
|
}
|
|
35763
|
-
var
|
|
35764
|
-
|
|
35761
|
+
var processRejectvue_type_template_id_9d3463f6_staticRenderFns = []
|
|
35762
|
+
processRejectvue_type_template_id_9d3463f6_render._withStripped = true
|
|
35765
35763
|
|
|
35766
35764
|
|
|
35767
|
-
// CONCATENATED MODULE: ./packages/flow/src/processReject.vue?vue&type=template&id=
|
|
35765
|
+
// CONCATENATED MODULE: ./packages/flow/src/processReject.vue?vue&type=template&id=9d3463f6&
|
|
35768
35766
|
|
|
35769
35767
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/processReject.vue?vue&type=script&lang=js&
|
|
35770
35768
|
//
|
|
@@ -35911,7 +35909,8 @@ processRejectvue_type_template_id_9cd54606_render._withStripped = true
|
|
|
35911
35909
|
url: api["z" /* findCodeValues */],
|
|
35912
35910
|
params: {
|
|
35913
35911
|
ccCode: 'notification_type',
|
|
35914
|
-
userId: utils_util["a" /* default */].getStorage('userId')
|
|
35912
|
+
userId: utils_util["a" /* default */].getStorage('userId'),
|
|
35913
|
+
pendingId: this.pendingId
|
|
35915
35914
|
}
|
|
35916
35915
|
}).then(function (res) {
|
|
35917
35916
|
var status = res.status,
|
|
@@ -36071,8 +36070,8 @@ processRejectvue_type_template_id_9cd54606_render._withStripped = true
|
|
|
36071
36070
|
|
|
36072
36071
|
var processReject_component = normalizeComponent(
|
|
36073
36072
|
src_processRejectvue_type_script_lang_js_,
|
|
36074
|
-
|
|
36075
|
-
|
|
36073
|
+
processRejectvue_type_template_id_9d3463f6_render,
|
|
36074
|
+
processRejectvue_type_template_id_9d3463f6_staticRenderFns,
|
|
36076
36075
|
false,
|
|
36077
36076
|
null,
|
|
36078
36077
|
null,
|
|
@@ -36081,8 +36080,8 @@ var processReject_component = normalizeComponent(
|
|
|
36081
36080
|
)
|
|
36082
36081
|
|
|
36083
36082
|
/* harmony default export */ var processReject = (processReject_component.exports);
|
|
36084
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/startTaskRead.vue?vue&type=template&id=
|
|
36085
|
-
var
|
|
36083
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/startTaskRead.vue?vue&type=template&id=4f33d988&
|
|
36084
|
+
var startTaskReadvue_type_template_id_4f33d988_render = function () {
|
|
36086
36085
|
var _vm = this
|
|
36087
36086
|
var _h = _vm.$createElement
|
|
36088
36087
|
var _c = _vm._self._c || _h
|
|
@@ -36507,11 +36506,11 @@ var startTaskReadvue_type_template_id_7b879ee0_render = function () {
|
|
|
36507
36506
|
1
|
|
36508
36507
|
)
|
|
36509
36508
|
}
|
|
36510
|
-
var
|
|
36511
|
-
|
|
36509
|
+
var startTaskReadvue_type_template_id_4f33d988_staticRenderFns = []
|
|
36510
|
+
startTaskReadvue_type_template_id_4f33d988_render._withStripped = true
|
|
36512
36511
|
|
|
36513
36512
|
|
|
36514
|
-
// CONCATENATED MODULE: ./packages/flow/src/startTaskRead.vue?vue&type=template&id=
|
|
36513
|
+
// CONCATENATED MODULE: ./packages/flow/src/startTaskRead.vue?vue&type=template&id=4f33d988&
|
|
36515
36514
|
|
|
36516
36515
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/startTaskRead.vue?vue&type=script&lang=js&
|
|
36517
36516
|
var startTaskReadvue_type_script_lang_js_extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
|
|
@@ -37000,7 +36999,8 @@ var startTaskReadvue_type_script_lang_js_components;
|
|
|
37000
36999
|
url: api["z" /* findCodeValues */],
|
|
37001
37000
|
params: {
|
|
37002
37001
|
ccCode: 'notification_type',
|
|
37003
|
-
userId: utils_util["a" /* default */].getStorage('userId')
|
|
37002
|
+
userId: utils_util["a" /* default */].getStorage('userId'),
|
|
37003
|
+
pendingId: this.pendingId
|
|
37004
37004
|
}
|
|
37005
37005
|
}).then(function (res) {
|
|
37006
37006
|
var status = res.status,
|
|
@@ -37227,8 +37227,8 @@ var startTaskReadvue_type_script_lang_js_components;
|
|
|
37227
37227
|
|
|
37228
37228
|
var startTaskRead_component = normalizeComponent(
|
|
37229
37229
|
src_startTaskReadvue_type_script_lang_js_,
|
|
37230
|
-
|
|
37231
|
-
|
|
37230
|
+
startTaskReadvue_type_template_id_4f33d988_render,
|
|
37231
|
+
startTaskReadvue_type_template_id_4f33d988_staticRenderFns,
|
|
37232
37232
|
false,
|
|
37233
37233
|
null,
|
|
37234
37234
|
null,
|
|
@@ -38576,8 +38576,8 @@ var reset_component = normalizeComponent(
|
|
|
38576
38576
|
)
|
|
38577
38577
|
|
|
38578
38578
|
/* harmony default export */ var src_reset = (reset_component.exports);
|
|
38579
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/taskUnionExamine.vue?vue&type=template&id=
|
|
38580
|
-
var
|
|
38579
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/taskUnionExamine.vue?vue&type=template&id=36d478ba&
|
|
38580
|
+
var taskUnionExaminevue_type_template_id_36d478ba_render = function () {
|
|
38581
38581
|
var _vm = this
|
|
38582
38582
|
var _h = _vm.$createElement
|
|
38583
38583
|
var _c = _vm._self._c || _h
|
|
@@ -38836,11 +38836,11 @@ var taskUnionExaminevue_type_template_id_97551c4a_render = function () {
|
|
|
38836
38836
|
1
|
|
38837
38837
|
)
|
|
38838
38838
|
}
|
|
38839
|
-
var
|
|
38840
|
-
|
|
38839
|
+
var taskUnionExaminevue_type_template_id_36d478ba_staticRenderFns = []
|
|
38840
|
+
taskUnionExaminevue_type_template_id_36d478ba_render._withStripped = true
|
|
38841
38841
|
|
|
38842
38842
|
|
|
38843
|
-
// CONCATENATED MODULE: ./packages/flow/src/component/taskUnionExamine.vue?vue&type=template&id=
|
|
38843
|
+
// CONCATENATED MODULE: ./packages/flow/src/component/taskUnionExamine.vue?vue&type=template&id=36d478ba&
|
|
38844
38844
|
|
|
38845
38845
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/taskUnionExamine.vue?vue&type=script&lang=js&
|
|
38846
38846
|
var taskUnionExaminevue_type_script_lang_js_components;
|
|
@@ -39343,7 +39343,8 @@ var taskUnionExaminevue_type_script_lang_js_components;
|
|
|
39343
39343
|
url: api["z" /* findCodeValues */],
|
|
39344
39344
|
params: {
|
|
39345
39345
|
ccCode: 'notification_type',
|
|
39346
|
-
userId: utils_util["a" /* default */].getStorage('userId')
|
|
39346
|
+
userId: utils_util["a" /* default */].getStorage('userId'),
|
|
39347
|
+
pendingId: this.pendingId
|
|
39347
39348
|
}
|
|
39348
39349
|
}).then(function (res) {
|
|
39349
39350
|
var status = res.status,
|
|
@@ -39424,8 +39425,8 @@ var taskUnionExaminevue_type_script_lang_js_components;
|
|
|
39424
39425
|
|
|
39425
39426
|
var taskUnionExamine_component = normalizeComponent(
|
|
39426
39427
|
component_taskUnionExaminevue_type_script_lang_js_,
|
|
39427
|
-
|
|
39428
|
-
|
|
39428
|
+
taskUnionExaminevue_type_template_id_36d478ba_render,
|
|
39429
|
+
taskUnionExaminevue_type_template_id_36d478ba_staticRenderFns,
|
|
39429
39430
|
false,
|
|
39430
39431
|
null,
|
|
39431
39432
|
null,
|
|
@@ -39434,8 +39435,8 @@ var taskUnionExamine_component = normalizeComponent(
|
|
|
39434
39435
|
)
|
|
39435
39436
|
|
|
39436
39437
|
/* harmony default export */ var taskUnionExamine = (taskUnionExamine_component.exports);
|
|
39437
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/freeStartFlow.vue?vue&type=template&id=
|
|
39438
|
-
var
|
|
39438
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/freeStartFlow.vue?vue&type=template&id=ee2c3da4&
|
|
39439
|
+
var freeStartFlowvue_type_template_id_ee2c3da4_render = function () {
|
|
39439
39440
|
var _vm = this
|
|
39440
39441
|
var _h = _vm.$createElement
|
|
39441
39442
|
var _c = _vm._self._c || _h
|
|
@@ -41518,11 +41519,11 @@ var freeStartFlowvue_type_template_id_3f581894_render = function () {
|
|
|
41518
41519
|
)
|
|
41519
41520
|
: _vm._e()
|
|
41520
41521
|
}
|
|
41521
|
-
var
|
|
41522
|
-
|
|
41522
|
+
var freeStartFlowvue_type_template_id_ee2c3da4_staticRenderFns = []
|
|
41523
|
+
freeStartFlowvue_type_template_id_ee2c3da4_render._withStripped = true
|
|
41523
41524
|
|
|
41524
41525
|
|
|
41525
|
-
// CONCATENATED MODULE: ./packages/flow/src/freeStartFlow.vue?vue&type=template&id=
|
|
41526
|
+
// CONCATENATED MODULE: ./packages/flow/src/freeStartFlow.vue?vue&type=template&id=ee2c3da4&
|
|
41526
41527
|
|
|
41527
41528
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/freeStartFlow.vue?vue&type=script&lang=js&
|
|
41528
41529
|
|
|
@@ -42816,7 +42817,8 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
42816
42817
|
url: api["z" /* findCodeValues */],
|
|
42817
42818
|
params: {
|
|
42818
42819
|
ccCode: 'notification_type',
|
|
42819
|
-
userId: utils_util["a" /* default */].getStorage('userId')
|
|
42820
|
+
userId: utils_util["a" /* default */].getStorage('userId'),
|
|
42821
|
+
pendingId: this.pendingId
|
|
42820
42822
|
}
|
|
42821
42823
|
}).then(function (res) {
|
|
42822
42824
|
var status = res.status,
|
|
@@ -44225,8 +44227,8 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
44225
44227
|
|
|
44226
44228
|
var freeStartFlow_component = normalizeComponent(
|
|
44227
44229
|
src_freeStartFlowvue_type_script_lang_js_,
|
|
44228
|
-
|
|
44229
|
-
|
|
44230
|
+
freeStartFlowvue_type_template_id_ee2c3da4_render,
|
|
44231
|
+
freeStartFlowvue_type_template_id_ee2c3da4_staticRenderFns,
|
|
44230
44232
|
false,
|
|
44231
44233
|
null,
|
|
44232
44234
|
null,
|
|
@@ -44574,8 +44576,8 @@ var supervise_component = normalizeComponent(
|
|
|
44574
44576
|
)
|
|
44575
44577
|
|
|
44576
44578
|
/* harmony default export */ var supervise = (supervise_component.exports);
|
|
44577
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/Circulate.vue?vue&type=template&id=
|
|
44578
|
-
var
|
|
44579
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/Circulate.vue?vue&type=template&id=858cd6e2&
|
|
44580
|
+
var Circulatevue_type_template_id_858cd6e2_render = function () {
|
|
44579
44581
|
var _vm = this
|
|
44580
44582
|
var _h = _vm.$createElement
|
|
44581
44583
|
var _c = _vm._self._c || _h
|
|
@@ -44727,6 +44729,7 @@ var Circulatevue_type_template_id_43730f28_render = function () {
|
|
|
44727
44729
|
type: "textarea",
|
|
44728
44730
|
readonly: _vm.notificationMessageReadOnly,
|
|
44729
44731
|
},
|
|
44732
|
+
on: { change: _vm.handleChange },
|
|
44730
44733
|
model: {
|
|
44731
44734
|
value: _vm.infoList.noticeInfo,
|
|
44732
44735
|
callback: function ($$v) {
|
|
@@ -44767,11 +44770,11 @@ var Circulatevue_type_template_id_43730f28_render = function () {
|
|
|
44767
44770
|
1
|
|
44768
44771
|
)
|
|
44769
44772
|
}
|
|
44770
|
-
var
|
|
44771
|
-
|
|
44773
|
+
var Circulatevue_type_template_id_858cd6e2_staticRenderFns = []
|
|
44774
|
+
Circulatevue_type_template_id_858cd6e2_render._withStripped = true
|
|
44772
44775
|
|
|
44773
44776
|
|
|
44774
|
-
// CONCATENATED MODULE: ./packages/flow/src/component/Circulate.vue?vue&type=template&id=
|
|
44777
|
+
// CONCATENATED MODULE: ./packages/flow/src/component/Circulate.vue?vue&type=template&id=858cd6e2&
|
|
44775
44778
|
|
|
44776
44779
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/Circulate.vue?vue&type=script&lang=js&
|
|
44777
44780
|
var Circulatevue_type_script_lang_js_components;
|
|
@@ -44860,6 +44863,7 @@ var Circulatevue_type_script_lang_js_components;
|
|
|
44860
44863
|
//
|
|
44861
44864
|
//
|
|
44862
44865
|
//
|
|
44866
|
+
//
|
|
44863
44867
|
|
|
44864
44868
|
|
|
44865
44869
|
|
|
@@ -44884,7 +44888,11 @@ var Circulatevue_type_script_lang_js_components;
|
|
|
44884
44888
|
type: String,
|
|
44885
44889
|
default: 'left'
|
|
44886
44890
|
},
|
|
44887
|
-
startFlowPageEmbeddedIntoStartFlowIndex: { type: Boolean, default: false }
|
|
44891
|
+
startFlowPageEmbeddedIntoStartFlowIndex: { type: Boolean, default: false },
|
|
44892
|
+
formTitle: {
|
|
44893
|
+
type: String,
|
|
44894
|
+
default: ''
|
|
44895
|
+
}
|
|
44888
44896
|
},
|
|
44889
44897
|
inheritAttrs: false,
|
|
44890
44898
|
data: function data() {
|
|
@@ -44894,6 +44902,7 @@ var Circulatevue_type_script_lang_js_components;
|
|
|
44894
44902
|
notificationMessageReadOnly: false,
|
|
44895
44903
|
otherMix: false,
|
|
44896
44904
|
currentMix: false,
|
|
44905
|
+
oldMessage: '',
|
|
44897
44906
|
infoList: {
|
|
44898
44907
|
nextOtherOrgObj: [],
|
|
44899
44908
|
nextCurrentOrgObj: [],
|
|
@@ -44905,6 +44914,7 @@ var Circulatevue_type_script_lang_js_components;
|
|
|
44905
44914
|
currentOrgTabs: [],
|
|
44906
44915
|
foreignOrgTabs: [],
|
|
44907
44916
|
currentOrgProcessKey: '',
|
|
44917
|
+
isChangeMessage: false,
|
|
44908
44918
|
isSubFlow: true,
|
|
44909
44919
|
choiceDeptId: '',
|
|
44910
44920
|
choiceOrgId: '',
|
|
@@ -44938,6 +44948,16 @@ var Circulatevue_type_script_lang_js_components;
|
|
|
44938
44948
|
this.opinion = val;
|
|
44939
44949
|
},
|
|
44940
44950
|
|
|
44951
|
+
deep: true,
|
|
44952
|
+
immediate: true
|
|
44953
|
+
},
|
|
44954
|
+
formTitle: {
|
|
44955
|
+
handler: function handler(val) {
|
|
44956
|
+
if (!this.showBtn && !this.isChangeMessage) {
|
|
44957
|
+
this.infoList.noticeInfo = this.oldMessage.replace('{title}', val);
|
|
44958
|
+
}
|
|
44959
|
+
},
|
|
44960
|
+
|
|
44941
44961
|
deep: true,
|
|
44942
44962
|
immediate: true
|
|
44943
44963
|
}
|
|
@@ -44957,6 +44977,9 @@ var Circulatevue_type_script_lang_js_components;
|
|
|
44957
44977
|
},
|
|
44958
44978
|
|
|
44959
44979
|
methods: {
|
|
44980
|
+
handleChange: function handleChange() {
|
|
44981
|
+
this.isChangeMessage = true;
|
|
44982
|
+
},
|
|
44960
44983
|
isMultiple: function isMultiple(val) {
|
|
44961
44984
|
if (val == 7 || val == 9 || val == 11) {
|
|
44962
44985
|
this.newMultiple = false;
|
|
@@ -45064,7 +45087,8 @@ var Circulatevue_type_script_lang_js_components;
|
|
|
45064
45087
|
url: api["z" /* findCodeValues */],
|
|
45065
45088
|
params: {
|
|
45066
45089
|
ccCode: 'notification_type',
|
|
45067
|
-
userId: utils_util["a" /* default */].getStorage('userId')
|
|
45090
|
+
userId: utils_util["a" /* default */].getStorage('userId'),
|
|
45091
|
+
pendingId: this.pendingId
|
|
45068
45092
|
}
|
|
45069
45093
|
}).then(function (res) {
|
|
45070
45094
|
var status = res.status,
|
|
@@ -45088,11 +45112,21 @@ var Circulatevue_type_script_lang_js_components;
|
|
|
45088
45112
|
var _this3 = this;
|
|
45089
45113
|
|
|
45090
45114
|
var params = {
|
|
45091
|
-
pendingId: this.pendingId
|
|
45115
|
+
pendingId: this.pendingId,
|
|
45116
|
+
processDefinitionId: this.processDefinitionId,
|
|
45117
|
+
businessId: this.businessId
|
|
45092
45118
|
};
|
|
45119
|
+
if (!this.showBtn) {
|
|
45120
|
+
params.openMode = 'samepage';
|
|
45121
|
+
}
|
|
45093
45122
|
utils_util["a" /* default */].ajax({ url: api["R" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
|
|
45094
45123
|
if (res.status === 'success') {
|
|
45095
|
-
_this3.
|
|
45124
|
+
if (!_this3.showBtn) {
|
|
45125
|
+
_this3.oldMessage = res.message;
|
|
45126
|
+
_this3.infoList.noticeInfo = res.message.replace('{title}', _this3.formTitle);
|
|
45127
|
+
} else {
|
|
45128
|
+
_this3.infoList.noticeInfo = res.message;
|
|
45129
|
+
}
|
|
45096
45130
|
}
|
|
45097
45131
|
_this3.loading = false;
|
|
45098
45132
|
}).catch(function (err) {
|
|
@@ -45146,8 +45180,8 @@ var Circulatevue_type_script_lang_js_components;
|
|
|
45146
45180
|
|
|
45147
45181
|
var Circulate_component = normalizeComponent(
|
|
45148
45182
|
component_Circulatevue_type_script_lang_js_,
|
|
45149
|
-
|
|
45150
|
-
|
|
45183
|
+
Circulatevue_type_template_id_858cd6e2_render,
|
|
45184
|
+
Circulatevue_type_template_id_858cd6e2_staticRenderFns,
|
|
45151
45185
|
false,
|
|
45152
45186
|
null,
|
|
45153
45187
|
null,
|
|
@@ -46266,6 +46300,8 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
46266
46300
|
//
|
|
46267
46301
|
//
|
|
46268
46302
|
//
|
|
46303
|
+
//
|
|
46304
|
+
//
|
|
46269
46305
|
|
|
46270
46306
|
|
|
46271
46307
|
|
|
@@ -47003,7 +47039,8 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
47003
47039
|
url: api["z" /* findCodeValues */],
|
|
47004
47040
|
params: {
|
|
47005
47041
|
ccCode: 'notification_type',
|
|
47006
|
-
userId: utils_util["a" /* default */].getStorage('userId')
|
|
47042
|
+
userId: utils_util["a" /* default */].getStorage('userId'),
|
|
47043
|
+
pendingId: this.pendingId
|
|
47007
47044
|
}
|
|
47008
47045
|
}).then(function (res) {
|
|
47009
47046
|
var status = res.status,
|
|
@@ -48117,7 +48154,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
48117
48154
|
* @date 2022年5月25日
|
|
48118
48155
|
**/
|
|
48119
48156
|
closeProcess: function closeProcess(val, type, closeParent) {
|
|
48120
|
-
if (closeParent && !this.startFlowPageEmbeddedIntoStartFlowIndex) {
|
|
48157
|
+
if (this.closeParent && !this.startFlowPageEmbeddedIntoStartFlowIndex) {
|
|
48121
48158
|
this.$refs[type].handleClosed();
|
|
48122
48159
|
} else if (!this.startFlowPageEmbeddedIntoStartFlowIndex) {
|
|
48123
48160
|
this[type] = false;
|
|
@@ -48627,8 +48664,8 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
48627
48664
|
|
|
48628
48665
|
var flow_src_main_component = normalizeComponent(
|
|
48629
48666
|
packages_flow_src_mainvue_type_script_lang_js_,
|
|
48630
|
-
|
|
48631
|
-
|
|
48667
|
+
mainvue_type_template_id_6b9f2034_render,
|
|
48668
|
+
mainvue_type_template_id_6b9f2034_staticRenderFns,
|
|
48632
48669
|
false,
|
|
48633
48670
|
null,
|
|
48634
48671
|
null,
|
|
@@ -61692,8 +61729,8 @@ var apps_component = normalizeComponent(
|
|
|
61692
61729
|
)
|
|
61693
61730
|
|
|
61694
61731
|
/* harmony default export */ var simplicity_apps = (apps_component.exports);
|
|
61695
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/simplicity/user.vue?vue&type=template&id=
|
|
61696
|
-
var
|
|
61732
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/simplicity/user.vue?vue&type=template&id=cf46141e&scoped=true&
|
|
61733
|
+
var uservue_type_template_id_cf46141e_scoped_true_render = function () {
|
|
61697
61734
|
var _vm = this
|
|
61698
61735
|
var _h = _vm.$createElement
|
|
61699
61736
|
var _c = _vm._self._c || _h
|
|
@@ -61797,28 +61834,6 @@ var uservue_type_template_id_d789fc64_scoped_true_render = function () {
|
|
|
61797
61834
|
1
|
|
61798
61835
|
)
|
|
61799
61836
|
: _vm._e(),
|
|
61800
|
-
_c(
|
|
61801
|
-
"div",
|
|
61802
|
-
{ staticClass: "es-simplicity-notice-type" },
|
|
61803
|
-
[
|
|
61804
|
-
_c("div", { staticClass: "es-simplicity-notice-title" }, [
|
|
61805
|
-
_vm._v("接收消息类型:"),
|
|
61806
|
-
]),
|
|
61807
|
-
_c("es-checkbox-group", {
|
|
61808
|
-
staticClass: "es-simplicity-notice-list",
|
|
61809
|
-
attrs: { min: 1, data: _vm.notifyList },
|
|
61810
|
-
on: { change: _vm.handleCheckboxChange },
|
|
61811
|
-
model: {
|
|
61812
|
-
value: _vm.checked,
|
|
61813
|
-
callback: function ($$v) {
|
|
61814
|
-
_vm.checked = $$v
|
|
61815
|
-
},
|
|
61816
|
-
expression: "checked",
|
|
61817
|
-
},
|
|
61818
|
-
}),
|
|
61819
|
-
],
|
|
61820
|
-
1
|
|
61821
|
-
),
|
|
61822
61837
|
_c(
|
|
61823
61838
|
"div",
|
|
61824
61839
|
{
|
|
@@ -61854,14 +61869,14 @@ var uservue_type_template_id_d789fc64_scoped_true_render = function () {
|
|
|
61854
61869
|
1
|
|
61855
61870
|
)
|
|
61856
61871
|
}
|
|
61857
|
-
var
|
|
61858
|
-
|
|
61872
|
+
var uservue_type_template_id_cf46141e_scoped_true_staticRenderFns = []
|
|
61873
|
+
uservue_type_template_id_cf46141e_scoped_true_render._withStripped = true
|
|
61859
61874
|
|
|
61860
61875
|
|
|
61861
|
-
// CONCATENATED MODULE: ./packages/main/src/simplicity/user.vue?vue&type=template&id=
|
|
61876
|
+
// CONCATENATED MODULE: ./packages/main/src/simplicity/user.vue?vue&type=template&id=cf46141e&scoped=true&
|
|
61862
61877
|
|
|
61863
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/simplicity/userinfo.vue?vue&type=template&id=
|
|
61864
|
-
var
|
|
61878
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/simplicity/userinfo.vue?vue&type=template&id=8643d5d2&
|
|
61879
|
+
var userinfovue_type_template_id_8643d5d2_render = function () {
|
|
61865
61880
|
var _vm = this
|
|
61866
61881
|
var _h = _vm.$createElement
|
|
61867
61882
|
var _c = _vm._self._c || _h
|
|
@@ -61877,11 +61892,11 @@ var userinfovue_type_template_id_1c52f6d2_render = function () {
|
|
|
61877
61892
|
2
|
|
61878
61893
|
)
|
|
61879
61894
|
}
|
|
61880
|
-
var
|
|
61881
|
-
|
|
61895
|
+
var userinfovue_type_template_id_8643d5d2_staticRenderFns = []
|
|
61896
|
+
userinfovue_type_template_id_8643d5d2_render._withStripped = true
|
|
61882
61897
|
|
|
61883
61898
|
|
|
61884
|
-
// CONCATENATED MODULE: ./packages/main/src/simplicity/userinfo.vue?vue&type=template&id=
|
|
61899
|
+
// CONCATENATED MODULE: ./packages/main/src/simplicity/userinfo.vue?vue&type=template&id=8643d5d2&
|
|
61885
61900
|
|
|
61886
61901
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/simplicity/userinfo.vue?vue&type=script&lang=js&
|
|
61887
61902
|
//
|
|
@@ -61905,10 +61920,6 @@ userinfovue_type_template_id_1c52f6d2_render._withStripped = true
|
|
|
61905
61920
|
/* harmony default export */ var userinfovue_type_script_lang_js_ = ({
|
|
61906
61921
|
name: 'UserInfo',
|
|
61907
61922
|
props: {
|
|
61908
|
-
showNotify: {
|
|
61909
|
-
type: Boolean,
|
|
61910
|
-
default: true
|
|
61911
|
-
},
|
|
61912
61923
|
secret: {
|
|
61913
61924
|
type: Boolean,
|
|
61914
61925
|
default: true
|
|
@@ -62148,8 +62159,8 @@ userinfovue_type_template_id_1c52f6d2_render._withStripped = true
|
|
|
62148
62159
|
|
|
62149
62160
|
var userinfo_component = normalizeComponent(
|
|
62150
62161
|
simplicity_userinfovue_type_script_lang_js_,
|
|
62151
|
-
|
|
62152
|
-
|
|
62162
|
+
userinfovue_type_template_id_8643d5d2_render,
|
|
62163
|
+
userinfovue_type_template_id_8643d5d2_staticRenderFns,
|
|
62153
62164
|
false,
|
|
62154
62165
|
null,
|
|
62155
62166
|
null,
|
|
@@ -62425,11 +62436,11 @@ var userinfo_component = normalizeComponent(
|
|
|
62425
62436
|
|
|
62426
62437
|
var user_component = normalizeComponent(
|
|
62427
62438
|
simplicity_uservue_type_script_lang_js_,
|
|
62428
|
-
|
|
62429
|
-
|
|
62439
|
+
uservue_type_template_id_cf46141e_scoped_true_render,
|
|
62440
|
+
uservue_type_template_id_cf46141e_scoped_true_staticRenderFns,
|
|
62430
62441
|
false,
|
|
62431
62442
|
null,
|
|
62432
|
-
"
|
|
62443
|
+
"cf46141e",
|
|
62433
62444
|
null
|
|
62434
62445
|
|
|
62435
62446
|
)
|
|
@@ -67554,8 +67565,8 @@ defaultvue_type_template_id_377c361a_render._withStripped = true
|
|
|
67554
67565
|
|
|
67555
67566
|
// CONCATENATED MODULE: ./packages/main/src/default/index.vue?vue&type=template&id=377c361a&
|
|
67556
67567
|
|
|
67557
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/default/userinfo.vue?vue&type=template&id=
|
|
67558
|
-
var
|
|
67568
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/default/userinfo.vue?vue&type=template&id=14b0e976&
|
|
67569
|
+
var userinfovue_type_template_id_14b0e976_render = function () {
|
|
67559
67570
|
var _vm = this
|
|
67560
67571
|
var _h = _vm.$createElement
|
|
67561
67572
|
var _c = _vm._self._c || _h
|
|
@@ -67571,11 +67582,11 @@ var userinfovue_type_template_id_516cb128_render = function () {
|
|
|
67571
67582
|
2
|
|
67572
67583
|
)
|
|
67573
67584
|
}
|
|
67574
|
-
var
|
|
67575
|
-
|
|
67585
|
+
var userinfovue_type_template_id_14b0e976_staticRenderFns = []
|
|
67586
|
+
userinfovue_type_template_id_14b0e976_render._withStripped = true
|
|
67576
67587
|
|
|
67577
67588
|
|
|
67578
|
-
// CONCATENATED MODULE: ./packages/main/src/default/userinfo.vue?vue&type=template&id=
|
|
67589
|
+
// CONCATENATED MODULE: ./packages/main/src/default/userinfo.vue?vue&type=template&id=14b0e976&
|
|
67579
67590
|
|
|
67580
67591
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/default/userinfo.vue?vue&type=script&lang=js&
|
|
67581
67592
|
var userinfovue_type_script_lang_js_extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
|
|
@@ -67602,10 +67613,10 @@ var userinfovue_type_script_lang_js_extends = Object.assign || function (target)
|
|
|
67602
67613
|
|
|
67603
67614
|
/* harmony default export */ var default_userinfovue_type_script_lang_js_ = ({
|
|
67604
67615
|
props: {
|
|
67605
|
-
showNotify: {
|
|
67606
|
-
|
|
67607
|
-
|
|
67608
|
-
},
|
|
67616
|
+
// showNotify: {
|
|
67617
|
+
// type: Boolean,
|
|
67618
|
+
// default: true
|
|
67619
|
+
// },
|
|
67609
67620
|
secret: {
|
|
67610
67621
|
type: Boolean,
|
|
67611
67622
|
default: true
|
|
@@ -67779,18 +67790,20 @@ var userinfovue_type_script_lang_js_extends = Object.assign || function (target)
|
|
|
67779
67790
|
}
|
|
67780
67791
|
}
|
|
67781
67792
|
}
|
|
67782
|
-
if (this.showNotify) {
|
|
67783
|
-
|
|
67784
|
-
|
|
67785
|
-
|
|
67786
|
-
|
|
67787
|
-
|
|
67788
|
-
|
|
67789
|
-
|
|
67790
|
-
|
|
67791
|
-
|
|
67792
|
-
|
|
67793
|
-
|
|
67793
|
+
// if (this.showNotify) {
|
|
67794
|
+
// page.push({
|
|
67795
|
+
// title: '接收消息类型',
|
|
67796
|
+
// contents: [
|
|
67797
|
+
// {
|
|
67798
|
+
// type: 'checkbox',
|
|
67799
|
+
// labelHide: true,
|
|
67800
|
+
// name: 'notify',
|
|
67801
|
+
// col: 12,
|
|
67802
|
+
// data: store.get('notifyList')
|
|
67803
|
+
// }
|
|
67804
|
+
// ]
|
|
67805
|
+
// });
|
|
67806
|
+
// }
|
|
67794
67807
|
page.push({
|
|
67795
67808
|
type: 'submit',
|
|
67796
67809
|
contents: [{
|
|
@@ -68033,8 +68046,8 @@ var userinfovue_type_script_lang_js_extends = Object.assign || function (target)
|
|
|
68033
68046
|
|
|
68034
68047
|
var default_userinfo_component = normalizeComponent(
|
|
68035
68048
|
src_default_userinfovue_type_script_lang_js_,
|
|
68036
|
-
|
|
68037
|
-
|
|
68049
|
+
userinfovue_type_template_id_14b0e976_render,
|
|
68050
|
+
userinfovue_type_template_id_14b0e976_staticRenderFns,
|
|
68038
68051
|
false,
|
|
68039
68052
|
null,
|
|
68040
68053
|
null,
|
|
@@ -92099,7 +92112,7 @@ if (typeof window !== 'undefined' && window.Vue) {
|
|
|
92099
92112
|
}
|
|
92100
92113
|
|
|
92101
92114
|
/* harmony default export */ var src_0 = __webpack_exports__["default"] = ({
|
|
92102
|
-
version: '0.6.
|
|
92115
|
+
version: '0.6.88',
|
|
92103
92116
|
install: install,
|
|
92104
92117
|
Button: packages_button,
|
|
92105
92118
|
ButtonGroup: button_group,
|