eoss-mobiles 0.3.62 → 0.3.63
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/eoss-mobile.common.js +86 -58
- package/lib/flow.js +85 -57
- package/lib/index.js +1 -1
- package/package.json +1 -1
- package/packages/flow/src/components/Handle.vue +6 -2
- package/packages/flow/src/components/Reject.vue +5 -1
- package/packages/flow/src/components/StartFlow.vue +5 -1
- package/packages/flow/src/components/TaskRead.vue +5 -1
- package/packages/flow/src/components/reset.vue +5 -1
- package/packages/flow/src/components/supervise.vue +5 -1
- package/packages/flow/src/components/taskUnionExamine.vue +5 -1
- package/src/index.js +1 -1
package/lib/flow.js
CHANGED
|
@@ -2277,8 +2277,8 @@ render._withStripped = true
|
|
|
2277
2277
|
|
|
2278
2278
|
// CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=48dbcefe
|
|
2279
2279
|
|
|
2280
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/components/StartFlow.vue?vue&type=template&id=
|
|
2281
|
-
var
|
|
2280
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/components/StartFlow.vue?vue&type=template&id=ab297a7e
|
|
2281
|
+
var StartFlowvue_type_template_id_ab297a7e_render = function () {
|
|
2282
2282
|
var _vm = this
|
|
2283
2283
|
var _h = _vm.$createElement
|
|
2284
2284
|
var _c = _vm._self._c || _h
|
|
@@ -2554,7 +2554,7 @@ var StartFlowvue_type_template_id_1e2dff79_render = function () {
|
|
|
2554
2554
|
_c("Message", {
|
|
2555
2555
|
ref: "message",
|
|
2556
2556
|
attrs: {
|
|
2557
|
-
code:
|
|
2557
|
+
code: _vm.msgCode,
|
|
2558
2558
|
readOnlyNotificationType: _vm.readOnlyNotificationType,
|
|
2559
2559
|
notificationMessageReadOnly: _vm.notificationMessageReadOnly,
|
|
2560
2560
|
defaultNotificationMsg: _vm.form.notificationMsg,
|
|
@@ -2589,11 +2589,11 @@ var StartFlowvue_type_template_id_1e2dff79_render = function () {
|
|
|
2589
2589
|
]),
|
|
2590
2590
|
])
|
|
2591
2591
|
}
|
|
2592
|
-
var
|
|
2593
|
-
|
|
2592
|
+
var StartFlowvue_type_template_id_ab297a7e_staticRenderFns = []
|
|
2593
|
+
StartFlowvue_type_template_id_ab297a7e_render._withStripped = true
|
|
2594
2594
|
|
|
2595
2595
|
|
|
2596
|
-
// CONCATENATED MODULE: ./packages/flow/src/components/StartFlow.vue?vue&type=template&id=
|
|
2596
|
+
// CONCATENATED MODULE: ./packages/flow/src/components/StartFlow.vue?vue&type=template&id=ab297a7e
|
|
2597
2597
|
|
|
2598
2598
|
// EXTERNAL MODULE: ./src/config/api.js
|
|
2599
2599
|
var api = __webpack_require__(2);
|
|
@@ -4231,6 +4231,10 @@ var StartFlowvue_type_script_lang_js_typeof = typeof Symbol === "function" && ty
|
|
|
4231
4231
|
type: Object,
|
|
4232
4232
|
default: function _default() {}
|
|
4233
4233
|
},
|
|
4234
|
+
msgCode: {
|
|
4235
|
+
type: String,
|
|
4236
|
+
default: 'notification_type'
|
|
4237
|
+
},
|
|
4234
4238
|
opinion: {
|
|
4235
4239
|
type: String,
|
|
4236
4240
|
default: ''
|
|
@@ -4741,8 +4745,8 @@ var StartFlowvue_type_script_lang_js_typeof = typeof Symbol === "function" && ty
|
|
|
4741
4745
|
|
|
4742
4746
|
var StartFlow_component = Object(componentNormalizer["a" /* default */])(
|
|
4743
4747
|
components_StartFlowvue_type_script_lang_js,
|
|
4744
|
-
|
|
4745
|
-
|
|
4748
|
+
StartFlowvue_type_template_id_ab297a7e_render,
|
|
4749
|
+
StartFlowvue_type_template_id_ab297a7e_staticRenderFns,
|
|
4746
4750
|
false,
|
|
4747
4751
|
null,
|
|
4748
4752
|
null,
|
|
@@ -4751,8 +4755,8 @@ var StartFlow_component = Object(componentNormalizer["a" /* default */])(
|
|
|
4751
4755
|
)
|
|
4752
4756
|
|
|
4753
4757
|
/* harmony default export */ var StartFlow = (StartFlow_component.exports);
|
|
4754
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/components/Handle.vue?vue&type=template&id=
|
|
4755
|
-
var
|
|
4758
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/components/Handle.vue?vue&type=template&id=2b6a3d23
|
|
4759
|
+
var Handlevue_type_template_id_2b6a3d23_render = function () {
|
|
4756
4760
|
var _vm = this
|
|
4757
4761
|
var _h = _vm.$createElement
|
|
4758
4762
|
var _c = _vm._self._c || _h
|
|
@@ -6033,7 +6037,7 @@ var Handlevue_type_template_id_0258537a_render = function () {
|
|
|
6033
6037
|
ref: "message",
|
|
6034
6038
|
attrs: {
|
|
6035
6039
|
label: "催办通知方式",
|
|
6036
|
-
code:
|
|
6040
|
+
code: _vm.msgCode,
|
|
6037
6041
|
onlyShowType: "",
|
|
6038
6042
|
baseUrl: _vm.baseUrl,
|
|
6039
6043
|
pendingId: _vm.pendingId,
|
|
@@ -6054,7 +6058,7 @@ var Handlevue_type_template_id_0258537a_render = function () {
|
|
|
6054
6058
|
_c("Message", {
|
|
6055
6059
|
ref: "message",
|
|
6056
6060
|
attrs: {
|
|
6057
|
-
code:
|
|
6061
|
+
code: _vm.msgCode,
|
|
6058
6062
|
baseUrl: _vm.baseUrl,
|
|
6059
6063
|
readOnlyNotificationType:
|
|
6060
6064
|
_vm.readOnlyNotificationType,
|
|
@@ -6199,14 +6203,14 @@ var Handlevue_type_template_id_0258537a_render = function () {
|
|
|
6199
6203
|
1
|
|
6200
6204
|
)
|
|
6201
6205
|
}
|
|
6202
|
-
var
|
|
6203
|
-
|
|
6206
|
+
var Handlevue_type_template_id_2b6a3d23_staticRenderFns = []
|
|
6207
|
+
Handlevue_type_template_id_2b6a3d23_render._withStripped = true
|
|
6204
6208
|
|
|
6205
6209
|
|
|
6206
|
-
// CONCATENATED MODULE: ./packages/flow/src/components/Handle.vue?vue&type=template&id=
|
|
6210
|
+
// CONCATENATED MODULE: ./packages/flow/src/components/Handle.vue?vue&type=template&id=2b6a3d23
|
|
6207
6211
|
|
|
6208
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/components/Reject.vue?vue&type=template&id=
|
|
6209
|
-
var
|
|
6212
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/components/Reject.vue?vue&type=template&id=7503f952
|
|
6213
|
+
var Rejectvue_type_template_id_7503f952_render = function () {
|
|
6210
6214
|
var _vm = this
|
|
6211
6215
|
var _h = _vm.$createElement
|
|
6212
6216
|
var _c = _vm._self._c || _h
|
|
@@ -6275,7 +6279,7 @@ var Rejectvue_type_template_id_4dfae864_render = function () {
|
|
|
6275
6279
|
? _c("Message", {
|
|
6276
6280
|
ref: "message",
|
|
6277
6281
|
attrs: {
|
|
6278
|
-
code:
|
|
6282
|
+
code: _vm.msgCode,
|
|
6279
6283
|
baseUrl: _vm.baseUrl,
|
|
6280
6284
|
readOnlyNotificationType: _vm.readOnlyNotificationType,
|
|
6281
6285
|
notificationMessageReadOnly:
|
|
@@ -6328,11 +6332,11 @@ var Rejectvue_type_template_id_4dfae864_render = function () {
|
|
|
6328
6332
|
]),
|
|
6329
6333
|
])
|
|
6330
6334
|
}
|
|
6331
|
-
var
|
|
6332
|
-
|
|
6335
|
+
var Rejectvue_type_template_id_7503f952_staticRenderFns = []
|
|
6336
|
+
Rejectvue_type_template_id_7503f952_render._withStripped = true
|
|
6333
6337
|
|
|
6334
6338
|
|
|
6335
|
-
// CONCATENATED MODULE: ./packages/flow/src/components/Reject.vue?vue&type=template&id=
|
|
6339
|
+
// CONCATENATED MODULE: ./packages/flow/src/components/Reject.vue?vue&type=template&id=7503f952
|
|
6336
6340
|
|
|
6337
6341
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/components/Reject.vue?vue&type=script&lang=js
|
|
6338
6342
|
var Rejectvue_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; };
|
|
@@ -6404,6 +6408,10 @@ var Rejectvue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
6404
6408
|
type: Boolean,
|
|
6405
6409
|
default: false
|
|
6406
6410
|
},
|
|
6411
|
+
msgCode: {
|
|
6412
|
+
type: String,
|
|
6413
|
+
default: 'notification_type'
|
|
6414
|
+
},
|
|
6407
6415
|
userId: {
|
|
6408
6416
|
type: String,
|
|
6409
6417
|
default: ''
|
|
@@ -6616,8 +6624,8 @@ var Rejectvue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
6616
6624
|
|
|
6617
6625
|
var Reject_component = Object(componentNormalizer["a" /* default */])(
|
|
6618
6626
|
components_Rejectvue_type_script_lang_js,
|
|
6619
|
-
|
|
6620
|
-
|
|
6627
|
+
Rejectvue_type_template_id_7503f952_render,
|
|
6628
|
+
Rejectvue_type_template_id_7503f952_staticRenderFns,
|
|
6621
6629
|
false,
|
|
6622
6630
|
null,
|
|
6623
6631
|
null,
|
|
@@ -7528,6 +7536,10 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
7528
7536
|
type: [String, Number],
|
|
7529
7537
|
default: 0
|
|
7530
7538
|
},
|
|
7539
|
+
msgCode: {
|
|
7540
|
+
type: String,
|
|
7541
|
+
default: 'notification_type'
|
|
7542
|
+
},
|
|
7531
7543
|
isAllCheck: {
|
|
7532
7544
|
type: Boolean,
|
|
7533
7545
|
default: false
|
|
@@ -8745,8 +8757,8 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
8745
8757
|
|
|
8746
8758
|
var Handle_component = Object(componentNormalizer["a" /* default */])(
|
|
8747
8759
|
components_Handlevue_type_script_lang_js,
|
|
8748
|
-
|
|
8749
|
-
|
|
8760
|
+
Handlevue_type_template_id_2b6a3d23_render,
|
|
8761
|
+
Handlevue_type_template_id_2b6a3d23_staticRenderFns,
|
|
8750
8762
|
false,
|
|
8751
8763
|
null,
|
|
8752
8764
|
null,
|
|
@@ -9517,8 +9529,8 @@ var Circulate_component = Object(componentNormalizer["a" /* default */])(
|
|
|
9517
9529
|
)
|
|
9518
9530
|
|
|
9519
9531
|
/* harmony default export */ var Circulate = (Circulate_component.exports);
|
|
9520
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/components/TaskRead.vue?vue&type=template&id=
|
|
9521
|
-
var
|
|
9532
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/components/TaskRead.vue?vue&type=template&id=788504eb
|
|
9533
|
+
var TaskReadvue_type_template_id_788504eb_render = function () {
|
|
9522
9534
|
var _vm = this
|
|
9523
9535
|
var _h = _vm.$createElement
|
|
9524
9536
|
var _c = _vm._self._c || _h
|
|
@@ -9685,7 +9697,7 @@ var TaskReadvue_type_template_id_7a2634da_render = function () {
|
|
|
9685
9697
|
_c("Message", {
|
|
9686
9698
|
ref: "message",
|
|
9687
9699
|
attrs: {
|
|
9688
|
-
code:
|
|
9700
|
+
code: _vm.msgCode,
|
|
9689
9701
|
readOnlyNotificationType: _vm.readOnlyNotificationType,
|
|
9690
9702
|
notificationMessageReadOnly: _vm.notificationMessageReadOnly,
|
|
9691
9703
|
defaultNotificationMsg: _vm.defaultNotificationMessage,
|
|
@@ -9720,11 +9732,11 @@ var TaskReadvue_type_template_id_7a2634da_render = function () {
|
|
|
9720
9732
|
]),
|
|
9721
9733
|
])
|
|
9722
9734
|
}
|
|
9723
|
-
var
|
|
9724
|
-
|
|
9735
|
+
var TaskReadvue_type_template_id_788504eb_staticRenderFns = []
|
|
9736
|
+
TaskReadvue_type_template_id_788504eb_render._withStripped = true
|
|
9725
9737
|
|
|
9726
9738
|
|
|
9727
|
-
// CONCATENATED MODULE: ./packages/flow/src/components/TaskRead.vue?vue&type=template&id=
|
|
9739
|
+
// CONCATENATED MODULE: ./packages/flow/src/components/TaskRead.vue?vue&type=template&id=788504eb
|
|
9728
9740
|
|
|
9729
9741
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/components/TaskRead.vue?vue&type=script&lang=js
|
|
9730
9742
|
var TaskReadvue_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; };
|
|
@@ -9889,6 +9901,10 @@ var TaskReadvue_type_script_lang_js_extends = Object.assign || function (target)
|
|
|
9889
9901
|
type: String,
|
|
9890
9902
|
default: ''
|
|
9891
9903
|
},
|
|
9904
|
+
msgCode: {
|
|
9905
|
+
type: String,
|
|
9906
|
+
default: 'notification_type'
|
|
9907
|
+
},
|
|
9892
9908
|
isAllCheck: {
|
|
9893
9909
|
type: Boolean,
|
|
9894
9910
|
default: false
|
|
@@ -10395,8 +10411,8 @@ var TaskReadvue_type_script_lang_js_extends = Object.assign || function (target)
|
|
|
10395
10411
|
|
|
10396
10412
|
var TaskRead_component = Object(componentNormalizer["a" /* default */])(
|
|
10397
10413
|
components_TaskReadvue_type_script_lang_js,
|
|
10398
|
-
|
|
10399
|
-
|
|
10414
|
+
TaskReadvue_type_template_id_788504eb_render,
|
|
10415
|
+
TaskReadvue_type_template_id_788504eb_staticRenderFns,
|
|
10400
10416
|
false,
|
|
10401
10417
|
null,
|
|
10402
10418
|
null,
|
|
@@ -10405,8 +10421,8 @@ var TaskRead_component = Object(componentNormalizer["a" /* default */])(
|
|
|
10405
10421
|
)
|
|
10406
10422
|
|
|
10407
10423
|
/* harmony default export */ var TaskRead = (TaskRead_component.exports);
|
|
10408
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/components/taskUnionExamine.vue?vue&type=template&id=
|
|
10409
|
-
var
|
|
10424
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/components/taskUnionExamine.vue?vue&type=template&id=3cba731b
|
|
10425
|
+
var taskUnionExaminevue_type_template_id_3cba731b_render = function () {
|
|
10410
10426
|
var _vm = this
|
|
10411
10427
|
var _h = _vm.$createElement
|
|
10412
10428
|
var _c = _vm._self._c || _h
|
|
@@ -10532,7 +10548,7 @@ var taskUnionExaminevue_type_template_id_8179f026_render = function () {
|
|
|
10532
10548
|
? _c("Message", {
|
|
10533
10549
|
ref: "message",
|
|
10534
10550
|
attrs: {
|
|
10535
|
-
code:
|
|
10551
|
+
code: _vm.msgCode,
|
|
10536
10552
|
baseUrl: _vm.baseUrl,
|
|
10537
10553
|
readOnlyNotificationType: _vm.readOnlyNotificationType,
|
|
10538
10554
|
notificationMessageReadOnly:
|
|
@@ -10569,11 +10585,11 @@ var taskUnionExaminevue_type_template_id_8179f026_render = function () {
|
|
|
10569
10585
|
]),
|
|
10570
10586
|
])
|
|
10571
10587
|
}
|
|
10572
|
-
var
|
|
10573
|
-
|
|
10588
|
+
var taskUnionExaminevue_type_template_id_3cba731b_staticRenderFns = []
|
|
10589
|
+
taskUnionExaminevue_type_template_id_3cba731b_render._withStripped = true
|
|
10574
10590
|
|
|
10575
10591
|
|
|
10576
|
-
// CONCATENATED MODULE: ./packages/flow/src/components/taskUnionExamine.vue?vue&type=template&id=
|
|
10592
|
+
// CONCATENATED MODULE: ./packages/flow/src/components/taskUnionExamine.vue?vue&type=template&id=3cba731b
|
|
10577
10593
|
|
|
10578
10594
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/components/taskUnionExamine.vue?vue&type=script&lang=js
|
|
10579
10595
|
var taskUnionExaminevue_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; };
|
|
@@ -10705,6 +10721,10 @@ var taskUnionExaminevue_type_script_lang_js_extends = Object.assign || function
|
|
|
10705
10721
|
type: [String, Number],
|
|
10706
10722
|
default: 0
|
|
10707
10723
|
},
|
|
10724
|
+
msgCode: {
|
|
10725
|
+
type: String,
|
|
10726
|
+
default: 'notification_type'
|
|
10727
|
+
},
|
|
10708
10728
|
esign: {
|
|
10709
10729
|
type: Boolean,
|
|
10710
10730
|
default: false
|
|
@@ -11231,8 +11251,8 @@ var taskUnionExaminevue_type_script_lang_js_extends = Object.assign || function
|
|
|
11231
11251
|
|
|
11232
11252
|
var taskUnionExamine_component = Object(componentNormalizer["a" /* default */])(
|
|
11233
11253
|
components_taskUnionExaminevue_type_script_lang_js,
|
|
11234
|
-
|
|
11235
|
-
|
|
11254
|
+
taskUnionExaminevue_type_template_id_3cba731b_render,
|
|
11255
|
+
taskUnionExaminevue_type_template_id_3cba731b_staticRenderFns,
|
|
11236
11256
|
false,
|
|
11237
11257
|
null,
|
|
11238
11258
|
null,
|
|
@@ -11241,8 +11261,8 @@ var taskUnionExamine_component = Object(componentNormalizer["a" /* default */])(
|
|
|
11241
11261
|
)
|
|
11242
11262
|
|
|
11243
11263
|
/* harmony default export */ var taskUnionExamine = (taskUnionExamine_component.exports);
|
|
11244
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/components/supervise.vue?vue&type=template&id=
|
|
11245
|
-
var
|
|
11264
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/components/supervise.vue?vue&type=template&id=21cb8155
|
|
11265
|
+
var supervisevue_type_template_id_21cb8155_render = function () {
|
|
11246
11266
|
var _vm = this
|
|
11247
11267
|
var _h = _vm.$createElement
|
|
11248
11268
|
var _c = _vm._self._c || _h
|
|
@@ -11253,7 +11273,7 @@ var supervisevue_type_template_id_0c9c1b52_render = function () {
|
|
|
11253
11273
|
_c("Message", {
|
|
11254
11274
|
ref: "message",
|
|
11255
11275
|
attrs: {
|
|
11256
|
-
code:
|
|
11276
|
+
code: _vm.msgCode,
|
|
11257
11277
|
baseUrl: _vm.baseUrl,
|
|
11258
11278
|
showCheckType: false,
|
|
11259
11279
|
showMsg: true,
|
|
@@ -11288,11 +11308,11 @@ var supervisevue_type_template_id_0c9c1b52_render = function () {
|
|
|
11288
11308
|
1
|
|
11289
11309
|
)
|
|
11290
11310
|
}
|
|
11291
|
-
var
|
|
11292
|
-
|
|
11311
|
+
var supervisevue_type_template_id_21cb8155_staticRenderFns = []
|
|
11312
|
+
supervisevue_type_template_id_21cb8155_render._withStripped = true
|
|
11293
11313
|
|
|
11294
11314
|
|
|
11295
|
-
// CONCATENATED MODULE: ./packages/flow/src/components/supervise.vue?vue&type=template&id=
|
|
11315
|
+
// CONCATENATED MODULE: ./packages/flow/src/components/supervise.vue?vue&type=template&id=21cb8155
|
|
11296
11316
|
|
|
11297
11317
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/components/supervise.vue?vue&type=script&lang=js
|
|
11298
11318
|
//
|
|
@@ -11338,6 +11358,10 @@ supervisevue_type_template_id_0c9c1b52_render._withStripped = true
|
|
|
11338
11358
|
props: {
|
|
11339
11359
|
baseUrl: String,
|
|
11340
11360
|
businessId: String,
|
|
11361
|
+
msgCode: {
|
|
11362
|
+
type: String,
|
|
11363
|
+
default: 'notification_type'
|
|
11364
|
+
},
|
|
11341
11365
|
appId: { type: String, default: '' }
|
|
11342
11366
|
},
|
|
11343
11367
|
data: function data() {
|
|
@@ -11445,8 +11469,8 @@ supervisevue_type_template_id_0c9c1b52_render._withStripped = true
|
|
|
11445
11469
|
|
|
11446
11470
|
var supervise_component = Object(componentNormalizer["a" /* default */])(
|
|
11447
11471
|
components_supervisevue_type_script_lang_js,
|
|
11448
|
-
|
|
11449
|
-
|
|
11472
|
+
supervisevue_type_template_id_21cb8155_render,
|
|
11473
|
+
supervisevue_type_template_id_21cb8155_staticRenderFns,
|
|
11450
11474
|
false,
|
|
11451
11475
|
null,
|
|
11452
11476
|
null,
|
|
@@ -11455,8 +11479,8 @@ var supervise_component = Object(componentNormalizer["a" /* default */])(
|
|
|
11455
11479
|
)
|
|
11456
11480
|
|
|
11457
11481
|
/* harmony default export */ var supervise = (supervise_component.exports);
|
|
11458
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/components/reset.vue?vue&type=template&id=
|
|
11459
|
-
var
|
|
11482
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/components/reset.vue?vue&type=template&id=b4719370
|
|
11483
|
+
var resetvue_type_template_id_b4719370_render = function () {
|
|
11460
11484
|
var _vm = this
|
|
11461
11485
|
var _h = _vm.$createElement
|
|
11462
11486
|
var _c = _vm._self._c || _h
|
|
@@ -11722,7 +11746,7 @@ var resetvue_type_template_id_6ee678a0_render = function () {
|
|
|
11722
11746
|
_c("Message", {
|
|
11723
11747
|
ref: "message",
|
|
11724
11748
|
attrs: {
|
|
11725
|
-
code:
|
|
11749
|
+
code: _vm.msgCode,
|
|
11726
11750
|
readOnlyNotificationType: _vm.readOnlyNotificationType,
|
|
11727
11751
|
notificationMessageReadOnly: _vm.notificationMessageReadOnly,
|
|
11728
11752
|
defaultNotificationMsg: _vm.form.notificationMsg,
|
|
@@ -11757,11 +11781,11 @@ var resetvue_type_template_id_6ee678a0_render = function () {
|
|
|
11757
11781
|
]),
|
|
11758
11782
|
])
|
|
11759
11783
|
}
|
|
11760
|
-
var
|
|
11761
|
-
|
|
11784
|
+
var resetvue_type_template_id_b4719370_staticRenderFns = []
|
|
11785
|
+
resetvue_type_template_id_b4719370_render._withStripped = true
|
|
11762
11786
|
|
|
11763
11787
|
|
|
11764
|
-
// CONCATENATED MODULE: ./packages/flow/src/components/reset.vue?vue&type=template&id=
|
|
11788
|
+
// CONCATENATED MODULE: ./packages/flow/src/components/reset.vue?vue&type=template&id=b4719370
|
|
11765
11789
|
|
|
11766
11790
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/components/reset.vue?vue&type=script&lang=js
|
|
11767
11791
|
var resetvue_type_script_lang_js_typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; };
|
|
@@ -11975,6 +11999,10 @@ var resetvue_type_script_lang_js_typeof = typeof Symbol === "function" && typeof
|
|
|
11975
11999
|
type: Boolean,
|
|
11976
12000
|
default: false
|
|
11977
12001
|
},
|
|
12002
|
+
msgCode: {
|
|
12003
|
+
type: String,
|
|
12004
|
+
default: 'notification_type'
|
|
12005
|
+
},
|
|
11978
12006
|
userId: {
|
|
11979
12007
|
type: String,
|
|
11980
12008
|
default: ''
|
|
@@ -12464,8 +12492,8 @@ var resetvue_type_script_lang_js_typeof = typeof Symbol === "function" && typeof
|
|
|
12464
12492
|
|
|
12465
12493
|
var reset_component = Object(componentNormalizer["a" /* default */])(
|
|
12466
12494
|
components_resetvue_type_script_lang_js,
|
|
12467
|
-
|
|
12468
|
-
|
|
12495
|
+
resetvue_type_template_id_b4719370_render,
|
|
12496
|
+
resetvue_type_template_id_b4719370_staticRenderFns,
|
|
12469
12497
|
false,
|
|
12470
12498
|
null,
|
|
12471
12499
|
null,
|