eoss-mobiles 0.3.62 → 0.3.64

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/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=1e2dff79
2281
- var StartFlowvue_type_template_id_1e2dff79_render = function () {
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: "notification_type",
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 StartFlowvue_type_template_id_1e2dff79_staticRenderFns = []
2593
- StartFlowvue_type_template_id_1e2dff79_render._withStripped = true
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=1e2dff79
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
- StartFlowvue_type_template_id_1e2dff79_render,
4745
- StartFlowvue_type_template_id_1e2dff79_staticRenderFns,
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=0258537a
4755
- var Handlevue_type_template_id_0258537a_render = function () {
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=5e571766
4759
+ var Handlevue_type_template_id_5e571766_render = function () {
4756
4760
  var _vm = this
4757
4761
  var _h = _vm.$createElement
4758
4762
  var _c = _vm._self._c || _h
@@ -4831,7 +4835,10 @@ var Handlevue_type_template_id_0258537a_render = function () {
4831
4835
  },
4832
4836
  on: { onInputOpintion: _vm.onInputOpintion },
4833
4837
  }),
4834
- _vm.typeCode != "fenyue" && !_vm.endFlow
4838
+ _vm.typeCode != "fenyue" &&
4839
+ (!_vm.endFlow ||
4840
+ _vm.taskOperations.length > 1 ||
4841
+ _vm.taskOperationShiftedNodeList)
4835
4842
  ? _c("div", { staticClass: "special-box input-box" }, [
4836
4843
  _vm.isCanAddSign
4837
4844
  ? _c(
@@ -6033,7 +6040,7 @@ var Handlevue_type_template_id_0258537a_render = function () {
6033
6040
  ref: "message",
6034
6041
  attrs: {
6035
6042
  label: "催办通知方式",
6036
- code: "notification_type",
6043
+ code: _vm.msgCode,
6037
6044
  onlyShowType: "",
6038
6045
  baseUrl: _vm.baseUrl,
6039
6046
  pendingId: _vm.pendingId,
@@ -6054,7 +6061,7 @@ var Handlevue_type_template_id_0258537a_render = function () {
6054
6061
  _c("Message", {
6055
6062
  ref: "message",
6056
6063
  attrs: {
6057
- code: "notification_type",
6064
+ code: _vm.msgCode,
6058
6065
  baseUrl: _vm.baseUrl,
6059
6066
  readOnlyNotificationType:
6060
6067
  _vm.readOnlyNotificationType,
@@ -6199,14 +6206,14 @@ var Handlevue_type_template_id_0258537a_render = function () {
6199
6206
  1
6200
6207
  )
6201
6208
  }
6202
- var Handlevue_type_template_id_0258537a_staticRenderFns = []
6203
- Handlevue_type_template_id_0258537a_render._withStripped = true
6209
+ var Handlevue_type_template_id_5e571766_staticRenderFns = []
6210
+ Handlevue_type_template_id_5e571766_render._withStripped = true
6204
6211
 
6205
6212
 
6206
- // CONCATENATED MODULE: ./packages/flow/src/components/Handle.vue?vue&type=template&id=0258537a
6213
+ // CONCATENATED MODULE: ./packages/flow/src/components/Handle.vue?vue&type=template&id=5e571766
6207
6214
 
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=4dfae864
6209
- var Rejectvue_type_template_id_4dfae864_render = function () {
6215
+ // 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
6216
+ var Rejectvue_type_template_id_7503f952_render = function () {
6210
6217
  var _vm = this
6211
6218
  var _h = _vm.$createElement
6212
6219
  var _c = _vm._self._c || _h
@@ -6275,7 +6282,7 @@ var Rejectvue_type_template_id_4dfae864_render = function () {
6275
6282
  ? _c("Message", {
6276
6283
  ref: "message",
6277
6284
  attrs: {
6278
- code: "notification_type",
6285
+ code: _vm.msgCode,
6279
6286
  baseUrl: _vm.baseUrl,
6280
6287
  readOnlyNotificationType: _vm.readOnlyNotificationType,
6281
6288
  notificationMessageReadOnly:
@@ -6328,11 +6335,11 @@ var Rejectvue_type_template_id_4dfae864_render = function () {
6328
6335
  ]),
6329
6336
  ])
6330
6337
  }
6331
- var Rejectvue_type_template_id_4dfae864_staticRenderFns = []
6332
- Rejectvue_type_template_id_4dfae864_render._withStripped = true
6338
+ var Rejectvue_type_template_id_7503f952_staticRenderFns = []
6339
+ Rejectvue_type_template_id_7503f952_render._withStripped = true
6333
6340
 
6334
6341
 
6335
- // CONCATENATED MODULE: ./packages/flow/src/components/Reject.vue?vue&type=template&id=4dfae864
6342
+ // CONCATENATED MODULE: ./packages/flow/src/components/Reject.vue?vue&type=template&id=7503f952
6336
6343
 
6337
6344
  // 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
6345
  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 +6411,10 @@ var Rejectvue_type_script_lang_js_extends = Object.assign || function (target) {
6404
6411
  type: Boolean,
6405
6412
  default: false
6406
6413
  },
6414
+ msgCode: {
6415
+ type: String,
6416
+ default: 'notification_type'
6417
+ },
6407
6418
  userId: {
6408
6419
  type: String,
6409
6420
  default: ''
@@ -6616,8 +6627,8 @@ var Rejectvue_type_script_lang_js_extends = Object.assign || function (target) {
6616
6627
 
6617
6628
  var Reject_component = Object(componentNormalizer["a" /* default */])(
6618
6629
  components_Rejectvue_type_script_lang_js,
6619
- Rejectvue_type_template_id_4dfae864_render,
6620
- Rejectvue_type_template_id_4dfae864_staticRenderFns,
6630
+ Rejectvue_type_template_id_7503f952_render,
6631
+ Rejectvue_type_template_id_7503f952_staticRenderFns,
6621
6632
  false,
6622
6633
  null,
6623
6634
  null,
@@ -7493,6 +7504,13 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
7493
7504
  //
7494
7505
  //
7495
7506
  //
7507
+ //
7508
+ //
7509
+ //
7510
+ //
7511
+ //
7512
+ //
7513
+ //
7496
7514
 
7497
7515
 
7498
7516
 
@@ -7528,6 +7546,10 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
7528
7546
  type: [String, Number],
7529
7547
  default: 0
7530
7548
  },
7549
+ msgCode: {
7550
+ type: String,
7551
+ default: 'notification_type'
7552
+ },
7531
7553
  isAllCheck: {
7532
7554
  type: Boolean,
7533
7555
  default: false
@@ -8098,9 +8120,7 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
8098
8120
  changeNextOperate: function changeNextOperate(val, isDef) {
8099
8121
  var _this8 = this;
8100
8122
 
8101
- console.log(val, isDef, this.tagKey, 'isDef');
8102
8123
  if (!isDef && val.key === this.tagKey) return;
8103
- console.log(val, isDef, this.tagKey, 'isDef2222');
8104
8124
  this.tagKey = val.key;
8105
8125
  //恢复默认
8106
8126
  this.isNextUser = false;
@@ -8124,7 +8144,7 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
8124
8144
  } else {
8125
8145
  this.isReject = false;
8126
8146
  }
8127
- this.form.nextOperate = val.key;
8147
+ this.form.nextOperate = val.isNextNode ? val.nextOperate : val.key;
8128
8148
  this.form.nextOperateName = val.value;
8129
8149
  this.nodeList = val.taskNodeList;
8130
8150
  if (this.isSpecial) {
@@ -8423,14 +8443,26 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
8423
8443
  var isSelected = false;
8424
8444
  that.taskOperations.map(function (item) {
8425
8445
  if (item.isSelected || that.taskOperations.length == 1) {
8446
+
8426
8447
  isSelected = true;
8427
8448
  if (that.taskOperations.length == 1) {
8428
- that.form.nextOperate = that.taskOperations[0].key;
8449
+
8450
+ if (that.taskOperations[0].isNextNode) {
8451
+
8452
+ that.form.nextOperate = that.taskOperations[0].nextOperate;
8453
+ } else {
8454
+ that.form.nextOperate = that.taskOperations[0].key;
8455
+ }
8429
8456
  that.form.nextOperateName = that.taskOperations[0].value;
8430
- if (!that.taskOperations[0].taskNodeList || that.taskOperations[0].taskNodeList.length === 0) {
8457
+ if ((!that.taskOperations[0].taskNodeList || that.taskOperations[0].taskNodeList.length === 0) && !that.taskOperations[0].isNextNode) {
8458
+
8431
8459
  that.form.nextNodeId = undefined;
8432
8460
  that.form.nextNodeName = undefined;
8461
+ } else if (that.taskOperations[0].isNextNode) {
8462
+ that.form.nextNodeId = that.taskOperations[0].key;
8463
+ that.form.nextNodeName = that.taskOperations[0].value;
8433
8464
  } else {
8465
+
8434
8466
  that.nodeList = that.taskOperations[0].taskNodeList;
8435
8467
  var info = [];
8436
8468
  that.nodeList.map(function (x) {
@@ -8490,7 +8522,9 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
8490
8522
  }
8491
8523
  that.changeNextOperate({
8492
8524
  value: that.form.nextOperateName,
8493
- key: that.form.nextOperate,
8525
+ key: that.taskOperations[0].key,
8526
+ nextOperate: that.taskOperations[0].nextOperate,
8527
+ isNextNode: that.taskOperations[0].isNextNode,
8494
8528
  taskNodeList: that.nodeList
8495
8529
  }, true);
8496
8530
  if (nodeInfoMap && JSON.stringify(nodeInfoMap) != '{}') {
@@ -8599,7 +8633,6 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
8599
8633
  _this10.$toast.clear();
8600
8634
  _this10.showFlowBtn = true;
8601
8635
  if (res.status == 'success') {
8602
-
8603
8636
  _that.currentNodeEnableItemHandleDescription = res.data.nodeExtAttr.currentNodeEnableItemHandleDescription == 1;
8604
8637
  _that.deptRoleCode = res.data.nodeExtAttr.deptRoleCode;
8605
8638
  _that.enableCustomLimitTimeSetting = res.data.nodeExtAttr.enableCustomLimitTimeSetting == 1;
@@ -8745,8 +8778,8 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
8745
8778
 
8746
8779
  var Handle_component = Object(componentNormalizer["a" /* default */])(
8747
8780
  components_Handlevue_type_script_lang_js,
8748
- Handlevue_type_template_id_0258537a_render,
8749
- Handlevue_type_template_id_0258537a_staticRenderFns,
8781
+ Handlevue_type_template_id_5e571766_render,
8782
+ Handlevue_type_template_id_5e571766_staticRenderFns,
8750
8783
  false,
8751
8784
  null,
8752
8785
  null,
@@ -9517,8 +9550,8 @@ var Circulate_component = Object(componentNormalizer["a" /* default */])(
9517
9550
  )
9518
9551
 
9519
9552
  /* 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=7a2634da
9521
- var TaskReadvue_type_template_id_7a2634da_render = function () {
9553
+ // 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
9554
+ var TaskReadvue_type_template_id_788504eb_render = function () {
9522
9555
  var _vm = this
9523
9556
  var _h = _vm.$createElement
9524
9557
  var _c = _vm._self._c || _h
@@ -9685,7 +9718,7 @@ var TaskReadvue_type_template_id_7a2634da_render = function () {
9685
9718
  _c("Message", {
9686
9719
  ref: "message",
9687
9720
  attrs: {
9688
- code: "notification_type",
9721
+ code: _vm.msgCode,
9689
9722
  readOnlyNotificationType: _vm.readOnlyNotificationType,
9690
9723
  notificationMessageReadOnly: _vm.notificationMessageReadOnly,
9691
9724
  defaultNotificationMsg: _vm.defaultNotificationMessage,
@@ -9720,11 +9753,11 @@ var TaskReadvue_type_template_id_7a2634da_render = function () {
9720
9753
  ]),
9721
9754
  ])
9722
9755
  }
9723
- var TaskReadvue_type_template_id_7a2634da_staticRenderFns = []
9724
- TaskReadvue_type_template_id_7a2634da_render._withStripped = true
9756
+ var TaskReadvue_type_template_id_788504eb_staticRenderFns = []
9757
+ TaskReadvue_type_template_id_788504eb_render._withStripped = true
9725
9758
 
9726
9759
 
9727
- // CONCATENATED MODULE: ./packages/flow/src/components/TaskRead.vue?vue&type=template&id=7a2634da
9760
+ // CONCATENATED MODULE: ./packages/flow/src/components/TaskRead.vue?vue&type=template&id=788504eb
9728
9761
 
9729
9762
  // 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
9763
  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 +9922,10 @@ var TaskReadvue_type_script_lang_js_extends = Object.assign || function (target)
9889
9922
  type: String,
9890
9923
  default: ''
9891
9924
  },
9925
+ msgCode: {
9926
+ type: String,
9927
+ default: 'notification_type'
9928
+ },
9892
9929
  isAllCheck: {
9893
9930
  type: Boolean,
9894
9931
  default: false
@@ -10395,8 +10432,8 @@ var TaskReadvue_type_script_lang_js_extends = Object.assign || function (target)
10395
10432
 
10396
10433
  var TaskRead_component = Object(componentNormalizer["a" /* default */])(
10397
10434
  components_TaskReadvue_type_script_lang_js,
10398
- TaskReadvue_type_template_id_7a2634da_render,
10399
- TaskReadvue_type_template_id_7a2634da_staticRenderFns,
10435
+ TaskReadvue_type_template_id_788504eb_render,
10436
+ TaskReadvue_type_template_id_788504eb_staticRenderFns,
10400
10437
  false,
10401
10438
  null,
10402
10439
  null,
@@ -10405,8 +10442,8 @@ var TaskRead_component = Object(componentNormalizer["a" /* default */])(
10405
10442
  )
10406
10443
 
10407
10444
  /* 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=8179f026
10409
- var taskUnionExaminevue_type_template_id_8179f026_render = function () {
10445
+ // 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
10446
+ var taskUnionExaminevue_type_template_id_3cba731b_render = function () {
10410
10447
  var _vm = this
10411
10448
  var _h = _vm.$createElement
10412
10449
  var _c = _vm._self._c || _h
@@ -10532,7 +10569,7 @@ var taskUnionExaminevue_type_template_id_8179f026_render = function () {
10532
10569
  ? _c("Message", {
10533
10570
  ref: "message",
10534
10571
  attrs: {
10535
- code: "notification_type",
10572
+ code: _vm.msgCode,
10536
10573
  baseUrl: _vm.baseUrl,
10537
10574
  readOnlyNotificationType: _vm.readOnlyNotificationType,
10538
10575
  notificationMessageReadOnly:
@@ -10569,11 +10606,11 @@ var taskUnionExaminevue_type_template_id_8179f026_render = function () {
10569
10606
  ]),
10570
10607
  ])
10571
10608
  }
10572
- var taskUnionExaminevue_type_template_id_8179f026_staticRenderFns = []
10573
- taskUnionExaminevue_type_template_id_8179f026_render._withStripped = true
10609
+ var taskUnionExaminevue_type_template_id_3cba731b_staticRenderFns = []
10610
+ taskUnionExaminevue_type_template_id_3cba731b_render._withStripped = true
10574
10611
 
10575
10612
 
10576
- // CONCATENATED MODULE: ./packages/flow/src/components/taskUnionExamine.vue?vue&type=template&id=8179f026
10613
+ // CONCATENATED MODULE: ./packages/flow/src/components/taskUnionExamine.vue?vue&type=template&id=3cba731b
10577
10614
 
10578
10615
  // 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
10616
  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 +10742,10 @@ var taskUnionExaminevue_type_script_lang_js_extends = Object.assign || function
10705
10742
  type: [String, Number],
10706
10743
  default: 0
10707
10744
  },
10745
+ msgCode: {
10746
+ type: String,
10747
+ default: 'notification_type'
10748
+ },
10708
10749
  esign: {
10709
10750
  type: Boolean,
10710
10751
  default: false
@@ -11231,8 +11272,8 @@ var taskUnionExaminevue_type_script_lang_js_extends = Object.assign || function
11231
11272
 
11232
11273
  var taskUnionExamine_component = Object(componentNormalizer["a" /* default */])(
11233
11274
  components_taskUnionExaminevue_type_script_lang_js,
11234
- taskUnionExaminevue_type_template_id_8179f026_render,
11235
- taskUnionExaminevue_type_template_id_8179f026_staticRenderFns,
11275
+ taskUnionExaminevue_type_template_id_3cba731b_render,
11276
+ taskUnionExaminevue_type_template_id_3cba731b_staticRenderFns,
11236
11277
  false,
11237
11278
  null,
11238
11279
  null,
@@ -11241,8 +11282,8 @@ var taskUnionExamine_component = Object(componentNormalizer["a" /* default */])(
11241
11282
  )
11242
11283
 
11243
11284
  /* 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=0c9c1b52
11245
- var supervisevue_type_template_id_0c9c1b52_render = function () {
11285
+ // 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
11286
+ var supervisevue_type_template_id_21cb8155_render = function () {
11246
11287
  var _vm = this
11247
11288
  var _h = _vm.$createElement
11248
11289
  var _c = _vm._self._c || _h
@@ -11253,7 +11294,7 @@ var supervisevue_type_template_id_0c9c1b52_render = function () {
11253
11294
  _c("Message", {
11254
11295
  ref: "message",
11255
11296
  attrs: {
11256
- code: "notification_type",
11297
+ code: _vm.msgCode,
11257
11298
  baseUrl: _vm.baseUrl,
11258
11299
  showCheckType: false,
11259
11300
  showMsg: true,
@@ -11288,11 +11329,11 @@ var supervisevue_type_template_id_0c9c1b52_render = function () {
11288
11329
  1
11289
11330
  )
11290
11331
  }
11291
- var supervisevue_type_template_id_0c9c1b52_staticRenderFns = []
11292
- supervisevue_type_template_id_0c9c1b52_render._withStripped = true
11332
+ var supervisevue_type_template_id_21cb8155_staticRenderFns = []
11333
+ supervisevue_type_template_id_21cb8155_render._withStripped = true
11293
11334
 
11294
11335
 
11295
- // CONCATENATED MODULE: ./packages/flow/src/components/supervise.vue?vue&type=template&id=0c9c1b52
11336
+ // CONCATENATED MODULE: ./packages/flow/src/components/supervise.vue?vue&type=template&id=21cb8155
11296
11337
 
11297
11338
  // 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
11339
  //
@@ -11338,6 +11379,10 @@ supervisevue_type_template_id_0c9c1b52_render._withStripped = true
11338
11379
  props: {
11339
11380
  baseUrl: String,
11340
11381
  businessId: String,
11382
+ msgCode: {
11383
+ type: String,
11384
+ default: 'notification_type'
11385
+ },
11341
11386
  appId: { type: String, default: '' }
11342
11387
  },
11343
11388
  data: function data() {
@@ -11445,8 +11490,8 @@ supervisevue_type_template_id_0c9c1b52_render._withStripped = true
11445
11490
 
11446
11491
  var supervise_component = Object(componentNormalizer["a" /* default */])(
11447
11492
  components_supervisevue_type_script_lang_js,
11448
- supervisevue_type_template_id_0c9c1b52_render,
11449
- supervisevue_type_template_id_0c9c1b52_staticRenderFns,
11493
+ supervisevue_type_template_id_21cb8155_render,
11494
+ supervisevue_type_template_id_21cb8155_staticRenderFns,
11450
11495
  false,
11451
11496
  null,
11452
11497
  null,
@@ -11455,8 +11500,8 @@ var supervise_component = Object(componentNormalizer["a" /* default */])(
11455
11500
  )
11456
11501
 
11457
11502
  /* 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=6ee678a0
11459
- var resetvue_type_template_id_6ee678a0_render = function () {
11503
+ // 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
11504
+ var resetvue_type_template_id_b4719370_render = function () {
11460
11505
  var _vm = this
11461
11506
  var _h = _vm.$createElement
11462
11507
  var _c = _vm._self._c || _h
@@ -11722,7 +11767,7 @@ var resetvue_type_template_id_6ee678a0_render = function () {
11722
11767
  _c("Message", {
11723
11768
  ref: "message",
11724
11769
  attrs: {
11725
- code: "notification_type",
11770
+ code: _vm.msgCode,
11726
11771
  readOnlyNotificationType: _vm.readOnlyNotificationType,
11727
11772
  notificationMessageReadOnly: _vm.notificationMessageReadOnly,
11728
11773
  defaultNotificationMsg: _vm.form.notificationMsg,
@@ -11757,11 +11802,11 @@ var resetvue_type_template_id_6ee678a0_render = function () {
11757
11802
  ]),
11758
11803
  ])
11759
11804
  }
11760
- var resetvue_type_template_id_6ee678a0_staticRenderFns = []
11761
- resetvue_type_template_id_6ee678a0_render._withStripped = true
11805
+ var resetvue_type_template_id_b4719370_staticRenderFns = []
11806
+ resetvue_type_template_id_b4719370_render._withStripped = true
11762
11807
 
11763
11808
 
11764
- // CONCATENATED MODULE: ./packages/flow/src/components/reset.vue?vue&type=template&id=6ee678a0
11809
+ // CONCATENATED MODULE: ./packages/flow/src/components/reset.vue?vue&type=template&id=b4719370
11765
11810
 
11766
11811
  // 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
11812
  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 +12020,10 @@ var resetvue_type_script_lang_js_typeof = typeof Symbol === "function" && typeof
11975
12020
  type: Boolean,
11976
12021
  default: false
11977
12022
  },
12023
+ msgCode: {
12024
+ type: String,
12025
+ default: 'notification_type'
12026
+ },
11978
12027
  userId: {
11979
12028
  type: String,
11980
12029
  default: ''
@@ -12464,8 +12513,8 @@ var resetvue_type_script_lang_js_typeof = typeof Symbol === "function" && typeof
12464
12513
 
12465
12514
  var reset_component = Object(componentNormalizer["a" /* default */])(
12466
12515
  components_resetvue_type_script_lang_js,
12467
- resetvue_type_template_id_6ee678a0_render,
12468
- resetvue_type_template_id_6ee678a0_staticRenderFns,
12516
+ resetvue_type_template_id_b4719370_render,
12517
+ resetvue_type_template_id_b4719370_staticRenderFns,
12469
12518
  false,
12470
12519
  null,
12471
12520
  null,