eoss-mobiles 0.3.61 → 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 +89 -58
- package/lib/flow.js +88 -57
- package/lib/index.js +1 -1
- package/package.json +1 -1
- package/packages/flow/src/components/Handle.vue +9 -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
|
@@ -13049,8 +13049,8 @@ mainvue_type_template_id_48dbcefe_render._withStripped = true
|
|
|
13049
13049
|
|
|
13050
13050
|
// CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=48dbcefe
|
|
13051
13051
|
|
|
13052
|
-
// 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=
|
|
13053
|
-
var
|
|
13052
|
+
// 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
|
|
13053
|
+
var StartFlowvue_type_template_id_ab297a7e_render = function () {
|
|
13054
13054
|
var _vm = this
|
|
13055
13055
|
var _h = _vm.$createElement
|
|
13056
13056
|
var _c = _vm._self._c || _h
|
|
@@ -13326,7 +13326,7 @@ var StartFlowvue_type_template_id_1e2dff79_render = function () {
|
|
|
13326
13326
|
_c("Message", {
|
|
13327
13327
|
ref: "message",
|
|
13328
13328
|
attrs: {
|
|
13329
|
-
code:
|
|
13329
|
+
code: _vm.msgCode,
|
|
13330
13330
|
readOnlyNotificationType: _vm.readOnlyNotificationType,
|
|
13331
13331
|
notificationMessageReadOnly: _vm.notificationMessageReadOnly,
|
|
13332
13332
|
defaultNotificationMsg: _vm.form.notificationMsg,
|
|
@@ -13361,11 +13361,11 @@ var StartFlowvue_type_template_id_1e2dff79_render = function () {
|
|
|
13361
13361
|
]),
|
|
13362
13362
|
])
|
|
13363
13363
|
}
|
|
13364
|
-
var
|
|
13365
|
-
|
|
13364
|
+
var StartFlowvue_type_template_id_ab297a7e_staticRenderFns = []
|
|
13365
|
+
StartFlowvue_type_template_id_ab297a7e_render._withStripped = true
|
|
13366
13366
|
|
|
13367
13367
|
|
|
13368
|
-
// CONCATENATED MODULE: ./packages/flow/src/components/StartFlow.vue?vue&type=template&id=
|
|
13368
|
+
// CONCATENATED MODULE: ./packages/flow/src/components/StartFlow.vue?vue&type=template&id=ab297a7e
|
|
13369
13369
|
|
|
13370
13370
|
// 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/Opinion.vue?vue&type=template&id=29ae69c0
|
|
13371
13371
|
var Opinionvue_type_template_id_29ae69c0_render = function () {
|
|
@@ -14988,6 +14988,10 @@ var StartFlowvue_type_script_lang_js_typeof = typeof Symbol === "function" && ty
|
|
|
14988
14988
|
type: Object,
|
|
14989
14989
|
default: function _default() {}
|
|
14990
14990
|
},
|
|
14991
|
+
msgCode: {
|
|
14992
|
+
type: String,
|
|
14993
|
+
default: 'notification_type'
|
|
14994
|
+
},
|
|
14991
14995
|
opinion: {
|
|
14992
14996
|
type: String,
|
|
14993
14997
|
default: ''
|
|
@@ -15498,8 +15502,8 @@ var StartFlowvue_type_script_lang_js_typeof = typeof Symbol === "function" && ty
|
|
|
15498
15502
|
|
|
15499
15503
|
var StartFlow_component = normalizeComponent(
|
|
15500
15504
|
components_StartFlowvue_type_script_lang_js,
|
|
15501
|
-
|
|
15502
|
-
|
|
15505
|
+
StartFlowvue_type_template_id_ab297a7e_render,
|
|
15506
|
+
StartFlowvue_type_template_id_ab297a7e_staticRenderFns,
|
|
15503
15507
|
false,
|
|
15504
15508
|
null,
|
|
15505
15509
|
null,
|
|
@@ -15508,8 +15512,8 @@ var StartFlow_component = normalizeComponent(
|
|
|
15508
15512
|
)
|
|
15509
15513
|
|
|
15510
15514
|
/* harmony default export */ var StartFlow = (StartFlow_component.exports);
|
|
15511
|
-
// 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=
|
|
15512
|
-
var
|
|
15515
|
+
// 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
|
|
15516
|
+
var Handlevue_type_template_id_2b6a3d23_render = function () {
|
|
15513
15517
|
var _vm = this
|
|
15514
15518
|
var _h = _vm.$createElement
|
|
15515
15519
|
var _c = _vm._self._c || _h
|
|
@@ -16790,7 +16794,7 @@ var Handlevue_type_template_id_695ade17_render = function () {
|
|
|
16790
16794
|
ref: "message",
|
|
16791
16795
|
attrs: {
|
|
16792
16796
|
label: "催办通知方式",
|
|
16793
|
-
code:
|
|
16797
|
+
code: _vm.msgCode,
|
|
16794
16798
|
onlyShowType: "",
|
|
16795
16799
|
baseUrl: _vm.baseUrl,
|
|
16796
16800
|
pendingId: _vm.pendingId,
|
|
@@ -16811,7 +16815,7 @@ var Handlevue_type_template_id_695ade17_render = function () {
|
|
|
16811
16815
|
_c("Message", {
|
|
16812
16816
|
ref: "message",
|
|
16813
16817
|
attrs: {
|
|
16814
|
-
code:
|
|
16818
|
+
code: _vm.msgCode,
|
|
16815
16819
|
baseUrl: _vm.baseUrl,
|
|
16816
16820
|
readOnlyNotificationType:
|
|
16817
16821
|
_vm.readOnlyNotificationType,
|
|
@@ -16956,14 +16960,14 @@ var Handlevue_type_template_id_695ade17_render = function () {
|
|
|
16956
16960
|
1
|
|
16957
16961
|
)
|
|
16958
16962
|
}
|
|
16959
|
-
var
|
|
16960
|
-
|
|
16963
|
+
var Handlevue_type_template_id_2b6a3d23_staticRenderFns = []
|
|
16964
|
+
Handlevue_type_template_id_2b6a3d23_render._withStripped = true
|
|
16961
16965
|
|
|
16962
16966
|
|
|
16963
|
-
// CONCATENATED MODULE: ./packages/flow/src/components/Handle.vue?vue&type=template&id=
|
|
16967
|
+
// CONCATENATED MODULE: ./packages/flow/src/components/Handle.vue?vue&type=template&id=2b6a3d23
|
|
16964
16968
|
|
|
16965
|
-
// 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=
|
|
16966
|
-
var
|
|
16969
|
+
// 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
|
|
16970
|
+
var Rejectvue_type_template_id_7503f952_render = function () {
|
|
16967
16971
|
var _vm = this
|
|
16968
16972
|
var _h = _vm.$createElement
|
|
16969
16973
|
var _c = _vm._self._c || _h
|
|
@@ -17032,7 +17036,7 @@ var Rejectvue_type_template_id_4dfae864_render = function () {
|
|
|
17032
17036
|
? _c("Message", {
|
|
17033
17037
|
ref: "message",
|
|
17034
17038
|
attrs: {
|
|
17035
|
-
code:
|
|
17039
|
+
code: _vm.msgCode,
|
|
17036
17040
|
baseUrl: _vm.baseUrl,
|
|
17037
17041
|
readOnlyNotificationType: _vm.readOnlyNotificationType,
|
|
17038
17042
|
notificationMessageReadOnly:
|
|
@@ -17085,11 +17089,11 @@ var Rejectvue_type_template_id_4dfae864_render = function () {
|
|
|
17085
17089
|
]),
|
|
17086
17090
|
])
|
|
17087
17091
|
}
|
|
17088
|
-
var
|
|
17089
|
-
|
|
17092
|
+
var Rejectvue_type_template_id_7503f952_staticRenderFns = []
|
|
17093
|
+
Rejectvue_type_template_id_7503f952_render._withStripped = true
|
|
17090
17094
|
|
|
17091
17095
|
|
|
17092
|
-
// CONCATENATED MODULE: ./packages/flow/src/components/Reject.vue?vue&type=template&id=
|
|
17096
|
+
// CONCATENATED MODULE: ./packages/flow/src/components/Reject.vue?vue&type=template&id=7503f952
|
|
17093
17097
|
|
|
17094
17098
|
// 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
|
|
17095
17099
|
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; };
|
|
@@ -17161,6 +17165,10 @@ var Rejectvue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
17161
17165
|
type: Boolean,
|
|
17162
17166
|
default: false
|
|
17163
17167
|
},
|
|
17168
|
+
msgCode: {
|
|
17169
|
+
type: String,
|
|
17170
|
+
default: 'notification_type'
|
|
17171
|
+
},
|
|
17164
17172
|
userId: {
|
|
17165
17173
|
type: String,
|
|
17166
17174
|
default: ''
|
|
@@ -17373,8 +17381,8 @@ var Rejectvue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
17373
17381
|
|
|
17374
17382
|
var Reject_component = normalizeComponent(
|
|
17375
17383
|
components_Rejectvue_type_script_lang_js,
|
|
17376
|
-
|
|
17377
|
-
|
|
17384
|
+
Rejectvue_type_template_id_7503f952_render,
|
|
17385
|
+
Rejectvue_type_template_id_7503f952_staticRenderFns,
|
|
17378
17386
|
false,
|
|
17379
17387
|
null,
|
|
17380
17388
|
null,
|
|
@@ -18285,6 +18293,10 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
18285
18293
|
type: [String, Number],
|
|
18286
18294
|
default: 0
|
|
18287
18295
|
},
|
|
18296
|
+
msgCode: {
|
|
18297
|
+
type: String,
|
|
18298
|
+
default: 'notification_type'
|
|
18299
|
+
},
|
|
18288
18300
|
isAllCheck: {
|
|
18289
18301
|
type: Boolean,
|
|
18290
18302
|
default: false
|
|
@@ -19315,6 +19327,7 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
19315
19327
|
taskExamine = _res$data2.taskExamine,
|
|
19316
19328
|
taskReadOpinionRequired = _res$data2.taskReadOpinionRequired;
|
|
19317
19329
|
|
|
19330
|
+
_this9.showFlowBtn = true;
|
|
19318
19331
|
if (status === 'success') {
|
|
19319
19332
|
_this9.taskExamineInfo = taskExamine;
|
|
19320
19333
|
_this9.isCanFenyue = isCanFenyue;
|
|
@@ -19328,6 +19341,8 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
19328
19341
|
_this9.$toast.clear();
|
|
19329
19342
|
}).catch(function (err) {
|
|
19330
19343
|
_this9.$toast.clear();
|
|
19344
|
+
|
|
19345
|
+
_this9.showFlowBtn = true;
|
|
19331
19346
|
if (err.message && err.message !== 'canceled') {
|
|
19332
19347
|
_this9.$toast(err.message);
|
|
19333
19348
|
}
|
|
@@ -19499,8 +19514,8 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
19499
19514
|
|
|
19500
19515
|
var Handle_component = normalizeComponent(
|
|
19501
19516
|
components_Handlevue_type_script_lang_js,
|
|
19502
|
-
|
|
19503
|
-
|
|
19517
|
+
Handlevue_type_template_id_2b6a3d23_render,
|
|
19518
|
+
Handlevue_type_template_id_2b6a3d23_staticRenderFns,
|
|
19504
19519
|
false,
|
|
19505
19520
|
null,
|
|
19506
19521
|
null,
|
|
@@ -20271,8 +20286,8 @@ var Circulate_component = normalizeComponent(
|
|
|
20271
20286
|
)
|
|
20272
20287
|
|
|
20273
20288
|
/* harmony default export */ var Circulate = (Circulate_component.exports);
|
|
20274
|
-
// 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=
|
|
20275
|
-
var
|
|
20289
|
+
// 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
|
|
20290
|
+
var TaskReadvue_type_template_id_788504eb_render = function () {
|
|
20276
20291
|
var _vm = this
|
|
20277
20292
|
var _h = _vm.$createElement
|
|
20278
20293
|
var _c = _vm._self._c || _h
|
|
@@ -20439,7 +20454,7 @@ var TaskReadvue_type_template_id_7a2634da_render = function () {
|
|
|
20439
20454
|
_c("Message", {
|
|
20440
20455
|
ref: "message",
|
|
20441
20456
|
attrs: {
|
|
20442
|
-
code:
|
|
20457
|
+
code: _vm.msgCode,
|
|
20443
20458
|
readOnlyNotificationType: _vm.readOnlyNotificationType,
|
|
20444
20459
|
notificationMessageReadOnly: _vm.notificationMessageReadOnly,
|
|
20445
20460
|
defaultNotificationMsg: _vm.defaultNotificationMessage,
|
|
@@ -20474,11 +20489,11 @@ var TaskReadvue_type_template_id_7a2634da_render = function () {
|
|
|
20474
20489
|
]),
|
|
20475
20490
|
])
|
|
20476
20491
|
}
|
|
20477
|
-
var
|
|
20478
|
-
|
|
20492
|
+
var TaskReadvue_type_template_id_788504eb_staticRenderFns = []
|
|
20493
|
+
TaskReadvue_type_template_id_788504eb_render._withStripped = true
|
|
20479
20494
|
|
|
20480
20495
|
|
|
20481
|
-
// CONCATENATED MODULE: ./packages/flow/src/components/TaskRead.vue?vue&type=template&id=
|
|
20496
|
+
// CONCATENATED MODULE: ./packages/flow/src/components/TaskRead.vue?vue&type=template&id=788504eb
|
|
20482
20497
|
|
|
20483
20498
|
// 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
|
|
20484
20499
|
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; };
|
|
@@ -20643,6 +20658,10 @@ var TaskReadvue_type_script_lang_js_extends = Object.assign || function (target)
|
|
|
20643
20658
|
type: String,
|
|
20644
20659
|
default: ''
|
|
20645
20660
|
},
|
|
20661
|
+
msgCode: {
|
|
20662
|
+
type: String,
|
|
20663
|
+
default: 'notification_type'
|
|
20664
|
+
},
|
|
20646
20665
|
isAllCheck: {
|
|
20647
20666
|
type: Boolean,
|
|
20648
20667
|
default: false
|
|
@@ -21149,8 +21168,8 @@ var TaskReadvue_type_script_lang_js_extends = Object.assign || function (target)
|
|
|
21149
21168
|
|
|
21150
21169
|
var TaskRead_component = normalizeComponent(
|
|
21151
21170
|
components_TaskReadvue_type_script_lang_js,
|
|
21152
|
-
|
|
21153
|
-
|
|
21171
|
+
TaskReadvue_type_template_id_788504eb_render,
|
|
21172
|
+
TaskReadvue_type_template_id_788504eb_staticRenderFns,
|
|
21154
21173
|
false,
|
|
21155
21174
|
null,
|
|
21156
21175
|
null,
|
|
@@ -21159,8 +21178,8 @@ var TaskRead_component = normalizeComponent(
|
|
|
21159
21178
|
)
|
|
21160
21179
|
|
|
21161
21180
|
/* harmony default export */ var TaskRead = (TaskRead_component.exports);
|
|
21162
|
-
// 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=
|
|
21163
|
-
var
|
|
21181
|
+
// 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
|
|
21182
|
+
var taskUnionExaminevue_type_template_id_3cba731b_render = function () {
|
|
21164
21183
|
var _vm = this
|
|
21165
21184
|
var _h = _vm.$createElement
|
|
21166
21185
|
var _c = _vm._self._c || _h
|
|
@@ -21286,7 +21305,7 @@ var taskUnionExaminevue_type_template_id_8179f026_render = function () {
|
|
|
21286
21305
|
? _c("Message", {
|
|
21287
21306
|
ref: "message",
|
|
21288
21307
|
attrs: {
|
|
21289
|
-
code:
|
|
21308
|
+
code: _vm.msgCode,
|
|
21290
21309
|
baseUrl: _vm.baseUrl,
|
|
21291
21310
|
readOnlyNotificationType: _vm.readOnlyNotificationType,
|
|
21292
21311
|
notificationMessageReadOnly:
|
|
@@ -21323,11 +21342,11 @@ var taskUnionExaminevue_type_template_id_8179f026_render = function () {
|
|
|
21323
21342
|
]),
|
|
21324
21343
|
])
|
|
21325
21344
|
}
|
|
21326
|
-
var
|
|
21327
|
-
|
|
21345
|
+
var taskUnionExaminevue_type_template_id_3cba731b_staticRenderFns = []
|
|
21346
|
+
taskUnionExaminevue_type_template_id_3cba731b_render._withStripped = true
|
|
21328
21347
|
|
|
21329
21348
|
|
|
21330
|
-
// CONCATENATED MODULE: ./packages/flow/src/components/taskUnionExamine.vue?vue&type=template&id=
|
|
21349
|
+
// CONCATENATED MODULE: ./packages/flow/src/components/taskUnionExamine.vue?vue&type=template&id=3cba731b
|
|
21331
21350
|
|
|
21332
21351
|
// 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
|
|
21333
21352
|
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; };
|
|
@@ -21459,6 +21478,10 @@ var taskUnionExaminevue_type_script_lang_js_extends = Object.assign || function
|
|
|
21459
21478
|
type: [String, Number],
|
|
21460
21479
|
default: 0
|
|
21461
21480
|
},
|
|
21481
|
+
msgCode: {
|
|
21482
|
+
type: String,
|
|
21483
|
+
default: 'notification_type'
|
|
21484
|
+
},
|
|
21462
21485
|
esign: {
|
|
21463
21486
|
type: Boolean,
|
|
21464
21487
|
default: false
|
|
@@ -21985,8 +22008,8 @@ var taskUnionExaminevue_type_script_lang_js_extends = Object.assign || function
|
|
|
21985
22008
|
|
|
21986
22009
|
var taskUnionExamine_component = normalizeComponent(
|
|
21987
22010
|
components_taskUnionExaminevue_type_script_lang_js,
|
|
21988
|
-
|
|
21989
|
-
|
|
22011
|
+
taskUnionExaminevue_type_template_id_3cba731b_render,
|
|
22012
|
+
taskUnionExaminevue_type_template_id_3cba731b_staticRenderFns,
|
|
21990
22013
|
false,
|
|
21991
22014
|
null,
|
|
21992
22015
|
null,
|
|
@@ -21995,8 +22018,8 @@ var taskUnionExamine_component = normalizeComponent(
|
|
|
21995
22018
|
)
|
|
21996
22019
|
|
|
21997
22020
|
/* harmony default export */ var components_taskUnionExamine = (taskUnionExamine_component.exports);
|
|
21998
|
-
// 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=
|
|
21999
|
-
var
|
|
22021
|
+
// 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
|
|
22022
|
+
var supervisevue_type_template_id_21cb8155_render = function () {
|
|
22000
22023
|
var _vm = this
|
|
22001
22024
|
var _h = _vm.$createElement
|
|
22002
22025
|
var _c = _vm._self._c || _h
|
|
@@ -22007,7 +22030,7 @@ var supervisevue_type_template_id_0c9c1b52_render = function () {
|
|
|
22007
22030
|
_c("Message", {
|
|
22008
22031
|
ref: "message",
|
|
22009
22032
|
attrs: {
|
|
22010
|
-
code:
|
|
22033
|
+
code: _vm.msgCode,
|
|
22011
22034
|
baseUrl: _vm.baseUrl,
|
|
22012
22035
|
showCheckType: false,
|
|
22013
22036
|
showMsg: true,
|
|
@@ -22042,11 +22065,11 @@ var supervisevue_type_template_id_0c9c1b52_render = function () {
|
|
|
22042
22065
|
1
|
|
22043
22066
|
)
|
|
22044
22067
|
}
|
|
22045
|
-
var
|
|
22046
|
-
|
|
22068
|
+
var supervisevue_type_template_id_21cb8155_staticRenderFns = []
|
|
22069
|
+
supervisevue_type_template_id_21cb8155_render._withStripped = true
|
|
22047
22070
|
|
|
22048
22071
|
|
|
22049
|
-
// CONCATENATED MODULE: ./packages/flow/src/components/supervise.vue?vue&type=template&id=
|
|
22072
|
+
// CONCATENATED MODULE: ./packages/flow/src/components/supervise.vue?vue&type=template&id=21cb8155
|
|
22050
22073
|
|
|
22051
22074
|
// 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
|
|
22052
22075
|
//
|
|
@@ -22092,6 +22115,10 @@ supervisevue_type_template_id_0c9c1b52_render._withStripped = true
|
|
|
22092
22115
|
props: {
|
|
22093
22116
|
baseUrl: String,
|
|
22094
22117
|
businessId: String,
|
|
22118
|
+
msgCode: {
|
|
22119
|
+
type: String,
|
|
22120
|
+
default: 'notification_type'
|
|
22121
|
+
},
|
|
22095
22122
|
appId: { type: String, default: '' }
|
|
22096
22123
|
},
|
|
22097
22124
|
data: function data() {
|
|
@@ -22199,8 +22226,8 @@ supervisevue_type_template_id_0c9c1b52_render._withStripped = true
|
|
|
22199
22226
|
|
|
22200
22227
|
var supervise_component = normalizeComponent(
|
|
22201
22228
|
components_supervisevue_type_script_lang_js,
|
|
22202
|
-
|
|
22203
|
-
|
|
22229
|
+
supervisevue_type_template_id_21cb8155_render,
|
|
22230
|
+
supervisevue_type_template_id_21cb8155_staticRenderFns,
|
|
22204
22231
|
false,
|
|
22205
22232
|
null,
|
|
22206
22233
|
null,
|
|
@@ -22209,8 +22236,8 @@ var supervise_component = normalizeComponent(
|
|
|
22209
22236
|
)
|
|
22210
22237
|
|
|
22211
22238
|
/* harmony default export */ var supervise = (supervise_component.exports);
|
|
22212
|
-
// 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=
|
|
22213
|
-
var
|
|
22239
|
+
// 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
|
|
22240
|
+
var resetvue_type_template_id_b4719370_render = function () {
|
|
22214
22241
|
var _vm = this
|
|
22215
22242
|
var _h = _vm.$createElement
|
|
22216
22243
|
var _c = _vm._self._c || _h
|
|
@@ -22476,7 +22503,7 @@ var resetvue_type_template_id_6ee678a0_render = function () {
|
|
|
22476
22503
|
_c("Message", {
|
|
22477
22504
|
ref: "message",
|
|
22478
22505
|
attrs: {
|
|
22479
|
-
code:
|
|
22506
|
+
code: _vm.msgCode,
|
|
22480
22507
|
readOnlyNotificationType: _vm.readOnlyNotificationType,
|
|
22481
22508
|
notificationMessageReadOnly: _vm.notificationMessageReadOnly,
|
|
22482
22509
|
defaultNotificationMsg: _vm.form.notificationMsg,
|
|
@@ -22511,11 +22538,11 @@ var resetvue_type_template_id_6ee678a0_render = function () {
|
|
|
22511
22538
|
]),
|
|
22512
22539
|
])
|
|
22513
22540
|
}
|
|
22514
|
-
var
|
|
22515
|
-
|
|
22541
|
+
var resetvue_type_template_id_b4719370_staticRenderFns = []
|
|
22542
|
+
resetvue_type_template_id_b4719370_render._withStripped = true
|
|
22516
22543
|
|
|
22517
22544
|
|
|
22518
|
-
// CONCATENATED MODULE: ./packages/flow/src/components/reset.vue?vue&type=template&id=
|
|
22545
|
+
// CONCATENATED MODULE: ./packages/flow/src/components/reset.vue?vue&type=template&id=b4719370
|
|
22519
22546
|
|
|
22520
22547
|
// 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
|
|
22521
22548
|
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; };
|
|
@@ -22729,6 +22756,10 @@ var resetvue_type_script_lang_js_typeof = typeof Symbol === "function" && typeof
|
|
|
22729
22756
|
type: Boolean,
|
|
22730
22757
|
default: false
|
|
22731
22758
|
},
|
|
22759
|
+
msgCode: {
|
|
22760
|
+
type: String,
|
|
22761
|
+
default: 'notification_type'
|
|
22762
|
+
},
|
|
22732
22763
|
userId: {
|
|
22733
22764
|
type: String,
|
|
22734
22765
|
default: ''
|
|
@@ -23218,8 +23249,8 @@ var resetvue_type_script_lang_js_typeof = typeof Symbol === "function" && typeof
|
|
|
23218
23249
|
|
|
23219
23250
|
var reset_component = normalizeComponent(
|
|
23220
23251
|
components_resetvue_type_script_lang_js,
|
|
23221
|
-
|
|
23222
|
-
|
|
23252
|
+
resetvue_type_template_id_b4719370_render,
|
|
23253
|
+
resetvue_type_template_id_b4719370_staticRenderFns,
|
|
23223
23254
|
false,
|
|
23224
23255
|
null,
|
|
23225
23256
|
null,
|
|
@@ -29399,7 +29430,7 @@ if (typeof window !== 'undefined' && window.Vue) {
|
|
|
29399
29430
|
}
|
|
29400
29431
|
|
|
29401
29432
|
/* harmony default export */ var src = __webpack_exports__["default"] = ({
|
|
29402
|
-
version: '0.3.
|
|
29433
|
+
version: '0.3.63',
|
|
29403
29434
|
install: install,
|
|
29404
29435
|
Button: packages_button,
|
|
29405
29436
|
ButtonGroup: button_group,
|