eoss-mobiles 0.3.33 → 0.3.34

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.
@@ -13321,8 +13321,8 @@ StartFlowvue_type_template_id_5879d66b_render._withStripped = true
13321
13321
 
13322
13322
  // CONCATENATED MODULE: ./packages/flow/src/components/StartFlow.vue?vue&type=template&id=5879d66b
13323
13323
 
13324
- // 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=4d744373
13325
- var Opinionvue_type_template_id_4d744373_render = function () {
13324
+ // 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=26ccd3ee
13325
+ var Opinionvue_type_template_id_26ccd3ee_render = function () {
13326
13326
  var _vm = this
13327
13327
  var _h = _vm.$createElement
13328
13328
  var _c = _vm._self._c || _h
@@ -13393,16 +13393,23 @@ var Opinionvue_type_template_id_4d744373_render = function () {
13393
13393
  },
13394
13394
  [
13395
13395
  _c("em-input", {
13396
+ ref: "opinionInp",
13397
+ refInFor: true,
13396
13398
  attrs: {
13397
13399
  label: _vm.label,
13398
13400
  placeholder: _vm.placeholder,
13401
+ autofocus: "",
13399
13402
  type: "textarea",
13400
13403
  rows: "3",
13401
13404
  disabled: _vm.disabled || _vm.fixedDisabled,
13402
13405
  required:
13403
13406
  _vm.isOpinionRequired == 1 ? true : false,
13404
13407
  },
13405
- on: { input: _vm.onInput },
13408
+ on: {
13409
+ input: _vm.onInput,
13410
+ focus: _vm.handleFocus,
13411
+ blur: _vm.handleBlur,
13412
+ },
13406
13413
  model: {
13407
13414
  value: _vm.opinion,
13408
13415
  callback: function ($$v) {
@@ -13452,15 +13459,21 @@ var Opinionvue_type_template_id_4d744373_render = function () {
13452
13459
  },
13453
13460
  [
13454
13461
  _c("em-input", {
13462
+ ref: "opinionInp",
13455
13463
  attrs: {
13456
13464
  label: _vm.label,
13457
13465
  placeholder: _vm.placeholder,
13458
13466
  type: "textarea",
13459
13467
  rows: "3",
13468
+ autofocus: "",
13460
13469
  disabled: _vm.disabled || _vm.fixedDisabled,
13461
13470
  required: _vm.isOpinionRequired == 1 ? true : false,
13462
13471
  },
13463
- on: { input: _vm.onInput },
13472
+ on: {
13473
+ focus: _vm.handleFocus,
13474
+ blur: _vm.handleBlur,
13475
+ input: _vm.onInput,
13476
+ },
13464
13477
  model: {
13465
13478
  value: _vm.opinion,
13466
13479
  callback: function ($$v) {
@@ -13531,11 +13544,11 @@ var Opinionvue_type_template_id_4d744373_render = function () {
13531
13544
  1
13532
13545
  )
13533
13546
  }
13534
- var Opinionvue_type_template_id_4d744373_staticRenderFns = []
13535
- Opinionvue_type_template_id_4d744373_render._withStripped = true
13547
+ var Opinionvue_type_template_id_26ccd3ee_staticRenderFns = []
13548
+ Opinionvue_type_template_id_26ccd3ee_render._withStripped = true
13536
13549
 
13537
13550
 
13538
- // CONCATENATED MODULE: ./packages/flow/src/components/Opinion.vue?vue&type=template&id=4d744373
13551
+ // CONCATENATED MODULE: ./packages/flow/src/components/Opinion.vue?vue&type=template&id=26ccd3ee
13539
13552
 
13540
13553
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/components/Opinion.vue?vue&type=script&lang=js
13541
13554
  //
@@ -13635,6 +13648,14 @@ Opinionvue_type_template_id_4d744373_render._withStripped = true
13635
13648
  //
13636
13649
  //
13637
13650
  //
13651
+ //
13652
+ //
13653
+ //
13654
+ //
13655
+ //
13656
+ //
13657
+ //
13658
+ //
13638
13659
 
13639
13660
 
13640
13661
 
@@ -13698,6 +13719,10 @@ Opinionvue_type_template_id_4d744373_render._withStripped = true
13698
13719
  oldOpinion: {
13699
13720
  type: String,
13700
13721
  default: ''
13722
+ },
13723
+ pendingItemHandleDescription: {
13724
+ type: String,
13725
+ default: ''
13701
13726
  }
13702
13727
  },
13703
13728
  // components: {
@@ -13709,6 +13734,7 @@ Opinionvue_type_template_id_4d744373_render._withStripped = true
13709
13734
  newOpinion: '',
13710
13735
  fixedDisabled: false,
13711
13736
  showPicker: false,
13737
+ showDescription: true,
13712
13738
  esignPath: '',
13713
13739
  tabs: [{ id: 0, text: '键盘签批', type: 0 }, { id: 1, text: '手写签批', type: 1 }],
13714
13740
  isImageOpinion: 0,
@@ -13753,7 +13779,6 @@ Opinionvue_type_template_id_4d744373_render._withStripped = true
13753
13779
  }
13754
13780
  },
13755
13781
  created: function created() {
13756
-
13757
13782
  if (this.nodeFixedOpinionSelectList.length > 0) {
13758
13783
  this.opinionList = this.nodeFixedOpinionSelectList;
13759
13784
  this.fixedDisabled = true;
@@ -13763,6 +13788,24 @@ Opinionvue_type_template_id_4d744373_render._withStripped = true
13763
13788
  },
13764
13789
 
13765
13790
  methods: {
13791
+ handleFocus: function handleFocus() {
13792
+ var _this2 = this;
13793
+
13794
+ if (this.showDescription && this.pendingItemHandleDescription) {
13795
+ this.$dialog.confirm({
13796
+ message: '\u786E\u5B9A\u586B\u5165<span style="color:red">' + this.pendingItemHandleDescription + '</span>\u8BF4\u660E\u5417\uFF1F'
13797
+ }).then(function () {
13798
+ _this2.opinion = _this2.pendingItemHandleDescription;
13799
+ _this2.$refs.opinionInp[0].$children[0].focus();
13800
+ }).catch(function () {
13801
+ // on cancel
13802
+ _this2.$refs.opinionInp[0].$children[0].focus();
13803
+ });
13804
+ }
13805
+ },
13806
+ handleBlur: function handleBlur() {
13807
+ this.showDescription = !this.showDescription;
13808
+ },
13766
13809
  handleSave: function handleSave(info) {
13767
13810
  var isImageOpinion = this.isImageOpinion;
13768
13811
 
@@ -13790,7 +13833,7 @@ Opinionvue_type_template_id_4d744373_render._withStripped = true
13790
13833
 
13791
13834
  // 获取常用意见列表
13792
13835
  getOpinionList: function getOpinionList() {
13793
- var _this2 = this;
13836
+ var _this3 = this;
13794
13837
 
13795
13838
  var _that = this;
13796
13839
  utils_http({
@@ -13798,7 +13841,7 @@ Opinionvue_type_template_id_4d744373_render._withStripped = true
13798
13841
  params: { userId: _that.userId }
13799
13842
  }).then(function (res) {
13800
13843
  if (res.status == 'success') {
13801
- _this2.opinionList = res.data.list;
13844
+ _this3.opinionList = res.data.list;
13802
13845
  }
13803
13846
  });
13804
13847
  },
@@ -13839,8 +13882,8 @@ Opinionvue_type_template_id_4d744373_render._withStripped = true
13839
13882
 
13840
13883
  var Opinion_component = normalizeComponent(
13841
13884
  components_Opinionvue_type_script_lang_js,
13842
- Opinionvue_type_template_id_4d744373_render,
13843
- Opinionvue_type_template_id_4d744373_staticRenderFns,
13885
+ Opinionvue_type_template_id_26ccd3ee_render,
13886
+ Opinionvue_type_template_id_26ccd3ee_staticRenderFns,
13844
13887
  false,
13845
13888
  null,
13846
13889
  null,
@@ -15353,8 +15396,8 @@ var StartFlow_component = normalizeComponent(
15353
15396
  )
15354
15397
 
15355
15398
  /* harmony default export */ var StartFlow = (StartFlow_component.exports);
15356
- // 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=8f85c1c2
15357
- var Handlevue_type_template_id_8f85c1c2_render = function () {
15399
+ // 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=dea6aca8
15400
+ var Handlevue_type_template_id_dea6aca8_render = function () {
15358
15401
  var _vm = this
15359
15402
  var _h = _vm.$createElement
15360
15403
  var _c = _vm._self._c || _h
@@ -15420,7 +15463,11 @@ var Handlevue_type_template_id_8f85c1c2_render = function () {
15420
15463
  baseUrl: _vm.baseUrl,
15421
15464
  isForceDisplayDefaultOptionForPrefix:
15422
15465
  _vm.isForceDisplayDefaultOptionForPrefix,
15423
- placeholder: _vm.opinionHandleExplainText,
15466
+ pendingItemHandleDescription:
15467
+ _vm.pendingItemHandleDescription,
15468
+ placeholder:
15469
+ _vm.pendingItemHandleDescription ||
15470
+ _vm.opinionHandleExplainText,
15424
15471
  nodeDefaultSubmitOpinion: _vm.nodeDefaultSubmitOpinion,
15425
15472
  nodeFixedOpinionSelectList:
15426
15473
  _vm.nodeFixedOpinionSelectList,
@@ -16237,8 +16284,52 @@ var Handlevue_type_template_id_8f85c1c2_render = function () {
16237
16284
  attrs: {
16238
16285
  value: "办理说明",
16239
16286
  label: "办理说明",
16240
- disabled: true,
16241
- placeholder: "请选择",
16287
+ placeholder: "请输入办理说明",
16288
+ },
16289
+ model: {
16290
+ value: _vm.form.handleExplain,
16291
+ callback: function ($$v) {
16292
+ _vm.$set(
16293
+ _vm.form,
16294
+ "handleExplain",
16295
+ $$v
16296
+ )
16297
+ },
16298
+ expression:
16299
+ "form.handleExplain",
16300
+ },
16301
+ }),
16302
+ ],
16303
+ 1
16304
+ )
16305
+ : _vm._e(),
16306
+ _vm.currentNodeEnableItemHandleDescription &&
16307
+ _vm.nodeList.length != 0 &&
16308
+ _vm.isShowNode &&
16309
+ _vm.isNextUser
16310
+ ? _c(
16311
+ "div",
16312
+ { staticClass: "item" },
16313
+ [
16314
+ _c("van-field", {
16315
+ attrs: {
16316
+ value: "办理说明",
16317
+ label: "办理说明",
16318
+ placeholder: "请输入办理说明",
16319
+ },
16320
+ model: {
16321
+ value:
16322
+ _vm.form
16323
+ .nextItemHandleDescription,
16324
+ callback: function ($$v) {
16325
+ _vm.$set(
16326
+ _vm.form,
16327
+ "nextItemHandleDescription",
16328
+ $$v
16329
+ )
16330
+ },
16331
+ expression:
16332
+ "form.nextItemHandleDescription",
16242
16333
  },
16243
16334
  }),
16244
16335
  ],
@@ -16756,11 +16847,11 @@ var Handlevue_type_template_id_8f85c1c2_render = function () {
16756
16847
  1
16757
16848
  )
16758
16849
  }
16759
- var Handlevue_type_template_id_8f85c1c2_staticRenderFns = []
16760
- Handlevue_type_template_id_8f85c1c2_render._withStripped = true
16850
+ var Handlevue_type_template_id_dea6aca8_staticRenderFns = []
16851
+ Handlevue_type_template_id_dea6aca8_render._withStripped = true
16761
16852
 
16762
16853
 
16763
- // CONCATENATED MODULE: ./packages/flow/src/components/Handle.vue?vue&type=template&id=8f85c1c2
16854
+ // CONCATENATED MODULE: ./packages/flow/src/components/Handle.vue?vue&type=template&id=dea6aca8
16764
16855
 
16765
16856
  // 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=46f10c43
16766
16857
  var Rejectvue_type_template_id_46f10c43_render = function () {
@@ -18009,6 +18100,23 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
18009
18100
  //
18010
18101
  //
18011
18102
  //
18103
+ //
18104
+ //
18105
+ //
18106
+ //
18107
+ //
18108
+ //
18109
+ //
18110
+ //
18111
+ //
18112
+ //
18113
+ //
18114
+ //
18115
+ //
18116
+ //
18117
+ //
18118
+ //
18119
+ //
18012
18120
 
18013
18121
 
18014
18122
 
@@ -18067,6 +18175,10 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
18067
18175
  return _ref = {
18068
18176
  AddSignList: [{ name: '前置加签', value: 'preAddSign' }, { name: '后置加签', value: 'postAddSign' }],
18069
18177
  otherOrgDisabledObjId: [],
18178
+ currentNodeEnableItemHandleDescription: false,
18179
+ pendingItemHandleDescription: '',
18180
+ taskOperationShiftedNodeList: null,
18181
+ oldNextOperate: '',
18070
18182
  processFormType: 'freeStart',
18071
18183
  currentOrgDisabledObjId: [],
18072
18184
  nextNodeDefault: 0,
@@ -18444,7 +18556,7 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
18444
18556
  delete this.form.nextOperate;
18445
18557
  delete this.form.nextNodeId;
18446
18558
  }
18447
- if (this.form.nextOperate == 9) {
18559
+ if (this.form.nextOperate == 9 || this.oldNextOperate == 9) {
18448
18560
  this.form.isReturnRejectNode = 1;
18449
18561
  this.form.processDefinitionId = this.processObj.taskExamine.processDefinitionId;
18450
18562
  }
@@ -18497,7 +18609,8 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
18497
18609
  _that.form.userId = _that.userId || util["a" /* default */].getStorage('userId');
18498
18610
  // _that.form.userId = 'u3a0bc559d4cf4f6ea47106ed7e76cae6';
18499
18611
  _that.form.mobileKey = util["a" /* default */].getStorage('deviceId') || '123';
18500
- _that.form.nextNodeId = _that.form.nextOperate == 0 || _that.form.nextOperate == 1 ? _that.form.nextNodeId || nodeInfoMapInfo.nodeExtAttr.defaultNextNode : '';
18612
+ _that.form.nextNodeId = _that.form.nextOperate == 0 || _that.form.nextOperate == 1 || _that.oldNextOperate === 0 || _that.oldNextOperate === 1 ? _that.form.nextNodeId || nodeInfoMapInfo.nodeExtAttr.defaultNextNode : '';
18613
+ _that.form.nextOperate = _that.oldNextOperate !== '' ? _that.oldNextOperate : _that.form.nextOperate;
18501
18614
  if (!_that.isCanPreAddSign || _that.form.isAddSign != '1') {
18502
18615
  delete _that.form.addSignMode;
18503
18616
  }
@@ -18507,6 +18620,9 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
18507
18620
  if (!this.isSpecial) {
18508
18621
  delete _that.form.nextUserId;
18509
18622
  }
18623
+ if (!_that.currentNodeEnableItemHandleDescription) {
18624
+ delete _that.form.nextItemHandleDescription;
18625
+ }
18510
18626
  var formData = new FormData();
18511
18627
  if (_that.form.isImageOpinion == 1) {
18512
18628
  formData.append('file', _that.file);
@@ -18658,6 +18774,30 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
18658
18774
  return;
18659
18775
  } else {}
18660
18776
  }
18777
+ if (this.taskOperationShiftedNodeList && !val.isNextNode) {
18778
+ this.nodeList = this.nodeList.filter(function (x) {
18779
+ return _this8.taskOperationShiftedNodeList.indexOf(x.nodeId) == -1;
18780
+ });
18781
+ }
18782
+ if (val.isNextNode) {
18783
+ this.oldNextOperate = val.nextOperate;
18784
+ } else {
18785
+ this.oldNextOperate = '';
18786
+ }
18787
+ if (val.isNextNode) {
18788
+ this.nodeInfos = [];
18789
+ this.form.nextNodeId = val.key;
18790
+ this.form.nextNodeName = val.value;
18791
+ this.$toast.loading({
18792
+ message: '加载中...',
18793
+ forbidClick: true,
18794
+ loadingType: 'spinner',
18795
+ overlay: true,
18796
+ duration: 0
18797
+ });
18798
+
18799
+ this.getNodeObj(this.form.nextNodeId);
18800
+ }
18661
18801
  if (this.nodeList && this.nodeList.length > 0) {
18662
18802
  var defNode = this.nodeList.filter(function (i) {
18663
18803
  return i.nodeId === _this8.defaultNextNode;
@@ -18677,6 +18817,7 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
18677
18817
  overlay: true,
18678
18818
  duration: 0
18679
18819
  });
18820
+
18680
18821
  if (isDef !== true) this.getNodeObj(this.form.nextNodeId);
18681
18822
  }
18682
18823
 
@@ -18800,10 +18941,20 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
18800
18941
  readOnlyNotificationType = _res$data.readOnlyNotificationType,
18801
18942
  otherOrgName = _res$data.otherOrgName,
18802
18943
  nextNodeCheckType = _res$data.nextNodeCheckType,
18944
+ pendingItemHandleDescription = _res$data.pendingItemHandleDescription,
18803
18945
  defaultNotificationMessage = _res$data.defaultNotificationMessage,
18804
18946
  defaultNotificationType = _res$data.defaultNotificationType,
18947
+ taskOperationShiftedNodeList = _res$data.taskOperationShiftedNodeList,
18805
18948
  isCanPreAddSign = _res$data.isCanPreAddSign;
18806
18949
 
18950
+ if (taskOperationShiftedNodeList && taskOperationShiftedNodeList.length > 0) {
18951
+ that.taskOperationShiftedNodeList = [];
18952
+ taskOperationShiftedNodeList.map(function (x) {
18953
+ that.taskOperationShiftedNodeList.push(x.nodeId);
18954
+ that.taskOperations.push({ key: x.nodeId, value: x.nodeName, isNextNode: true, nextOperate: x.nextOperate });
18955
+ });
18956
+ }
18957
+ that.pendingItemHandleDescription = pendingItemHandleDescription;
18807
18958
  nextNodeCheckType && (that.nextNodeCheckType = nextNodeCheckType);
18808
18959
  that.customPresetHintMessage = customPresetHintMessage;
18809
18960
  that.currentOrgName = currentOrgName;
@@ -18836,7 +18987,7 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
18836
18987
  }
18837
18988
  that.isSpecial = res.data.isSpecial;
18838
18989
  that.processObj = res.data;
18839
- that.taskOperations = res.data.taskOperations;
18990
+ that.taskOperations = [].concat(res.data.taskOperations, that.taskOperations);
18840
18991
  if (that.taskOperations && that.taskOperations.length > 0) {
18841
18992
  var isSelected = false;
18842
18993
  that.taskOperations.map(function (item) {
@@ -18906,7 +19057,11 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
18906
19057
  }
18907
19058
  that.tagKey = that.form.nextOperate;
18908
19059
  }
18909
- that.changeNextOperate({ value: that.form.nextOperateName, key: that.form.nextOperate, taskNodeList: that.nodeList }, true);
19060
+ that.changeNextOperate({
19061
+ value: that.form.nextOperateName,
19062
+ key: that.form.nextOperate,
19063
+ taskNodeList: that.nodeList
19064
+ }, true);
18910
19065
  if (nodeInfoMap && JSON.stringify(nodeInfoMap) != '{}') {
18911
19066
  that.needRetrialAuth = !!nodeInfoMap.nodeExtAttr.isCurrentNodeSubmitNeedRetrialAuth;
18912
19067
  if (nodeInfoMap.nodeExtAttr.nodeFixedOpinionSelectList) {
@@ -19009,6 +19164,7 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
19009
19164
  }).then(function (res) {
19010
19165
  _this10.$toast.clear();
19011
19166
  if (res.status == 'success') {
19167
+ _that.currentNodeEnableItemHandleDescription = res.data.nodeExtAttr.currentNodeEnableItemHandleDescription == 1;
19012
19168
  _that.deptRoleCode = res.data.nodeExtAttr.deptRoleCode;
19013
19169
  _that.enableCustomLimitTimeSetting = res.data.nodeExtAttr.enableCustomLimitTimeSetting == 1;
19014
19170
  res.data.otherOrgDisabledObjId && (_this10.otherOrgDisabledObjId = res.data.otherOrgDisabledObjId.split(','));
@@ -19152,8 +19308,8 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
19152
19308
 
19153
19309
  var Handle_component = normalizeComponent(
19154
19310
  components_Handlevue_type_script_lang_js,
19155
- Handlevue_type_template_id_8f85c1c2_render,
19156
- Handlevue_type_template_id_8f85c1c2_staticRenderFns,
19311
+ Handlevue_type_template_id_dea6aca8_render,
19312
+ Handlevue_type_template_id_dea6aca8_staticRenderFns,
19157
19313
  false,
19158
19314
  null,
19159
19315
  null,
@@ -20860,8 +21016,8 @@ var taskUnionExamine_component = normalizeComponent(
20860
21016
  )
20861
21017
 
20862
21018
  /* harmony default export */ var components_taskUnionExamine = (taskUnionExamine_component.exports);
20863
- // 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=a0018e76
20864
- var supervisevue_type_template_id_a0018e76_render = function () {
21019
+ // 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
21020
+ var supervisevue_type_template_id_0c9c1b52_render = function () {
20865
21021
  var _vm = this
20866
21022
  var _h = _vm.$createElement
20867
21023
  var _c = _vm._self._c || _h
@@ -20907,11 +21063,11 @@ var supervisevue_type_template_id_a0018e76_render = function () {
20907
21063
  1
20908
21064
  )
20909
21065
  }
20910
- var supervisevue_type_template_id_a0018e76_staticRenderFns = []
20911
- supervisevue_type_template_id_a0018e76_render._withStripped = true
21066
+ var supervisevue_type_template_id_0c9c1b52_staticRenderFns = []
21067
+ supervisevue_type_template_id_0c9c1b52_render._withStripped = true
20912
21068
 
20913
21069
 
20914
- // CONCATENATED MODULE: ./packages/flow/src/components/supervise.vue?vue&type=template&id=a0018e76
21070
+ // CONCATENATED MODULE: ./packages/flow/src/components/supervise.vue?vue&type=template&id=0c9c1b52
20915
21071
 
20916
21072
  // 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
20917
21073
  //
@@ -20956,7 +21112,8 @@ supervisevue_type_template_id_a0018e76_render._withStripped = true
20956
21112
  components: { Message: Message },
20957
21113
  props: {
20958
21114
  baseUrl: String,
20959
- businessId: String
21115
+ businessId: String,
21116
+ appId: { type: String, default: '' }
20960
21117
  },
20961
21118
  data: function data() {
20962
21119
  return {
@@ -20992,7 +21149,8 @@ supervisevue_type_template_id_a0018e76_render._withStripped = true
20992
21149
  }).join(','),
20993
21150
  notificationType: Array.isArray(noticeType) ? noticeType.join(',') : noticeType,
20994
21151
  notificationMessage: notificationMsg,
20995
- businessId: this.businessId
21152
+ businessId: this.businessId,
21153
+ appId: this.appId
20996
21154
  }
20997
21155
  };
20998
21156
 
@@ -21062,8 +21220,8 @@ supervisevue_type_template_id_a0018e76_render._withStripped = true
21062
21220
 
21063
21221
  var supervise_component = normalizeComponent(
21064
21222
  components_supervisevue_type_script_lang_js,
21065
- supervisevue_type_template_id_a0018e76_render,
21066
- supervisevue_type_template_id_a0018e76_staticRenderFns,
21223
+ supervisevue_type_template_id_0c9c1b52_render,
21224
+ supervisevue_type_template_id_0c9c1b52_staticRenderFns,
21067
21225
  false,
21068
21226
  null,
21069
21227
  null,
@@ -28230,7 +28388,7 @@ if (typeof window !== 'undefined' && window.Vue) {
28230
28388
  }
28231
28389
 
28232
28390
  /* harmony default export */ var src = __webpack_exports__["default"] = ({
28233
- version: '0.3.33',
28391
+ version: '0.3.34',
28234
28392
  install: install,
28235
28393
  Button: packages_button,
28236
28394
  ButtonGroup: button_group,