eoss-mobiles 0.3.33 → 0.3.35

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
@@ -2251,8 +2251,8 @@ render._withStripped = true
2251
2251
 
2252
2252
  // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=81a61f1c
2253
2253
 
2254
- // 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=5879d66b
2255
- var StartFlowvue_type_template_id_5879d66b_render = function () {
2254
+ // 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
2255
+ var StartFlowvue_type_template_id_1e2dff79_render = function () {
2256
2256
  var _vm = this
2257
2257
  var _h = _vm.$createElement
2258
2258
  var _c = _vm._self._c || _h
@@ -2359,11 +2359,11 @@ var StartFlowvue_type_template_id_5879d66b_render = function () {
2359
2359
  },
2360
2360
  },
2361
2361
  model: {
2362
- value: _vm.form.nextNodeName,
2362
+ value: _vm.form.nextNodeId,
2363
2363
  callback: function ($$v) {
2364
- _vm.$set(_vm.form, "nextNodeName", $$v)
2364
+ _vm.$set(_vm.form, "nextNodeId", $$v)
2365
2365
  },
2366
- expression: "form.nextNodeName",
2366
+ expression: "form.nextNodeId",
2367
2367
  },
2368
2368
  }),
2369
2369
  ],
@@ -2563,11 +2563,11 @@ var StartFlowvue_type_template_id_5879d66b_render = function () {
2563
2563
  ]),
2564
2564
  ])
2565
2565
  }
2566
- var StartFlowvue_type_template_id_5879d66b_staticRenderFns = []
2567
- StartFlowvue_type_template_id_5879d66b_render._withStripped = true
2566
+ var StartFlowvue_type_template_id_1e2dff79_staticRenderFns = []
2567
+ StartFlowvue_type_template_id_1e2dff79_render._withStripped = true
2568
2568
 
2569
2569
 
2570
- // CONCATENATED MODULE: ./packages/flow/src/components/StartFlow.vue?vue&type=template&id=5879d66b
2570
+ // CONCATENATED MODULE: ./packages/flow/src/components/StartFlow.vue?vue&type=template&id=1e2dff79
2571
2571
 
2572
2572
  // EXTERNAL MODULE: ./src/config/api.js
2573
2573
  var api = __webpack_require__(2);
@@ -2575,8 +2575,8 @@ var api = __webpack_require__(2);
2575
2575
  // EXTERNAL MODULE: ./src/utils/http.js + 1 modules
2576
2576
  var http = __webpack_require__(3);
2577
2577
 
2578
- // 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
2579
- var Opinionvue_type_template_id_4d744373_render = function () {
2578
+ // 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=405382b8
2579
+ var Opinionvue_type_template_id_405382b8_render = function () {
2580
2580
  var _vm = this
2581
2581
  var _h = _vm.$createElement
2582
2582
  var _c = _vm._self._c || _h
@@ -2647,16 +2647,25 @@ var Opinionvue_type_template_id_4d744373_render = function () {
2647
2647
  },
2648
2648
  [
2649
2649
  _c("em-input", {
2650
+ ref: "opinionInp",
2651
+ refInFor: true,
2650
2652
  attrs: {
2651
2653
  label: _vm.label,
2652
2654
  placeholder: _vm.placeholder,
2655
+ autofocus:
2656
+ _vm.pendingItemHandleDescription &&
2657
+ _vm.showDescription,
2653
2658
  type: "textarea",
2654
2659
  rows: "3",
2655
2660
  disabled: _vm.disabled || _vm.fixedDisabled,
2656
2661
  required:
2657
2662
  _vm.isOpinionRequired == 1 ? true : false,
2658
2663
  },
2659
- on: { input: _vm.onInput },
2664
+ on: {
2665
+ input: _vm.onInput,
2666
+ focus: _vm.handleFocus,
2667
+ blur: _vm.handleBlur,
2668
+ },
2660
2669
  model: {
2661
2670
  value: _vm.opinion,
2662
2671
  callback: function ($$v) {
@@ -2706,15 +2715,23 @@ var Opinionvue_type_template_id_4d744373_render = function () {
2706
2715
  },
2707
2716
  [
2708
2717
  _c("em-input", {
2718
+ ref: "opinionInp",
2709
2719
  attrs: {
2710
2720
  label: _vm.label,
2711
2721
  placeholder: _vm.placeholder,
2712
2722
  type: "textarea",
2713
2723
  rows: "3",
2724
+ autofocus:
2725
+ _vm.pendingItemHandleDescription &&
2726
+ _vm.showDescription,
2714
2727
  disabled: _vm.disabled || _vm.fixedDisabled,
2715
2728
  required: _vm.isOpinionRequired == 1 ? true : false,
2716
2729
  },
2717
- on: { input: _vm.onInput },
2730
+ on: {
2731
+ focus: _vm.handleFocus,
2732
+ blur: _vm.handleBlur,
2733
+ input: _vm.onInput,
2734
+ },
2718
2735
  model: {
2719
2736
  value: _vm.opinion,
2720
2737
  callback: function ($$v) {
@@ -2785,11 +2802,11 @@ var Opinionvue_type_template_id_4d744373_render = function () {
2785
2802
  1
2786
2803
  )
2787
2804
  }
2788
- var Opinionvue_type_template_id_4d744373_staticRenderFns = []
2789
- Opinionvue_type_template_id_4d744373_render._withStripped = true
2805
+ var Opinionvue_type_template_id_405382b8_staticRenderFns = []
2806
+ Opinionvue_type_template_id_405382b8_render._withStripped = true
2790
2807
 
2791
2808
 
2792
- // CONCATENATED MODULE: ./packages/flow/src/components/Opinion.vue?vue&type=template&id=4d744373
2809
+ // CONCATENATED MODULE: ./packages/flow/src/components/Opinion.vue?vue&type=template&id=405382b8
2793
2810
 
2794
2811
  // 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
2795
2812
  //
@@ -2889,6 +2906,14 @@ Opinionvue_type_template_id_4d744373_render._withStripped = true
2889
2906
  //
2890
2907
  //
2891
2908
  //
2909
+ //
2910
+ //
2911
+ //
2912
+ //
2913
+ //
2914
+ //
2915
+ //
2916
+ //
2892
2917
 
2893
2918
 
2894
2919
 
@@ -2952,6 +2977,10 @@ Opinionvue_type_template_id_4d744373_render._withStripped = true
2952
2977
  oldOpinion: {
2953
2978
  type: String,
2954
2979
  default: ''
2980
+ },
2981
+ pendingItemHandleDescription: {
2982
+ type: String,
2983
+ default: ''
2955
2984
  }
2956
2985
  },
2957
2986
  // components: {
@@ -2963,6 +2992,7 @@ Opinionvue_type_template_id_4d744373_render._withStripped = true
2963
2992
  newOpinion: '',
2964
2993
  fixedDisabled: false,
2965
2994
  showPicker: false,
2995
+ showDescription: true,
2966
2996
  esignPath: '',
2967
2997
  tabs: [{ id: 0, text: '键盘签批', type: 0 }, { id: 1, text: '手写签批', type: 1 }],
2968
2998
  isImageOpinion: 0,
@@ -3007,7 +3037,6 @@ Opinionvue_type_template_id_4d744373_render._withStripped = true
3007
3037
  }
3008
3038
  },
3009
3039
  created: function created() {
3010
-
3011
3040
  if (this.nodeFixedOpinionSelectList.length > 0) {
3012
3041
  this.opinionList = this.nodeFixedOpinionSelectList;
3013
3042
  this.fixedDisabled = true;
@@ -3017,6 +3046,24 @@ Opinionvue_type_template_id_4d744373_render._withStripped = true
3017
3046
  },
3018
3047
 
3019
3048
  methods: {
3049
+ handleFocus: function handleFocus() {
3050
+ var _this2 = this;
3051
+
3052
+ if (this.showDescription && this.pendingItemHandleDescription) {
3053
+ this.$dialog.confirm({
3054
+ message: '\u786E\u5B9A\u586B\u5165<span style="color:red">' + this.pendingItemHandleDescription + '</span>\u8BF4\u660E\u5417\uFF1F'
3055
+ }).then(function () {
3056
+ _this2.opinion = _this2.pendingItemHandleDescription;
3057
+ _this2.$refs.opinionInp[0].$children[0].focus();
3058
+ }).catch(function () {
3059
+ // on cancel
3060
+ _this2.$refs.opinionInp[0].$children[0].focus();
3061
+ });
3062
+ }
3063
+ },
3064
+ handleBlur: function handleBlur() {
3065
+ this.showDescription = !this.showDescription;
3066
+ },
3020
3067
  handleSave: function handleSave(info) {
3021
3068
  var isImageOpinion = this.isImageOpinion;
3022
3069
 
@@ -3044,7 +3091,7 @@ Opinionvue_type_template_id_4d744373_render._withStripped = true
3044
3091
 
3045
3092
  // 获取常用意见列表
3046
3093
  getOpinionList: function getOpinionList() {
3047
- var _this2 = this;
3094
+ var _this3 = this;
3048
3095
 
3049
3096
  var _that = this;
3050
3097
  Object(http["a" /* default */])({
@@ -3052,7 +3099,7 @@ Opinionvue_type_template_id_4d744373_render._withStripped = true
3052
3099
  params: { userId: _that.userId }
3053
3100
  }).then(function (res) {
3054
3101
  if (res.status == 'success') {
3055
- _this2.opinionList = res.data.list;
3102
+ _this3.opinionList = res.data.list;
3056
3103
  }
3057
3104
  });
3058
3105
  },
@@ -3096,8 +3143,8 @@ var componentNormalizer = __webpack_require__(1);
3096
3143
 
3097
3144
  var component = Object(componentNormalizer["a" /* default */])(
3098
3145
  components_Opinionvue_type_script_lang_js,
3099
- Opinionvue_type_template_id_4d744373_render,
3100
- Opinionvue_type_template_id_4d744373_staticRenderFns,
3146
+ Opinionvue_type_template_id_405382b8_render,
3147
+ Opinionvue_type_template_id_405382b8_staticRenderFns,
3101
3148
  false,
3102
3149
  null,
3103
3150
  null,
@@ -4151,6 +4198,7 @@ var StartFlowvue_type_script_lang_js_typeof = typeof Symbol === "function" && ty
4151
4198
  showOpinion: true,
4152
4199
  readOnlyNotificationType: '',
4153
4200
  notificationMessageReadOnly: false,
4201
+ defaultNextNode: '',
4154
4202
  isCustomUser: 1,
4155
4203
  isCurrentNodeForbiddenChangeCandidate: 0,
4156
4204
  form: {
@@ -4367,7 +4415,7 @@ var StartFlowvue_type_script_lang_js_typeof = typeof Symbol === "function" && ty
4367
4415
  format: false
4368
4416
  }).then(function (res) {
4369
4417
  _this2.$toast.clear();
4370
- if (res.rCode == 0 || res.status == "success") {
4418
+ if (res.rCode == 0 || res.status == 'success') {
4371
4419
  _this2.$toast('操作成功');
4372
4420
  if (_that.formType == 'freeStart' && !_that.isFreeStartFlow) {
4373
4421
  _this2.$emit('closePop');
@@ -4446,11 +4494,26 @@ var StartFlowvue_type_script_lang_js_typeof = typeof Symbol === "function" && ty
4446
4494
 
4447
4495
  // 确认下一步操作
4448
4496
  onConfirmNext: function onConfirmNext(val) {
4497
+ var _this3 = this;
4498
+
4449
4499
  this.form.nextName = val.itemName;
4450
4500
  this.nodeList = val.list;
4451
- this.form.nextNodeId = val.list[0].nodeId;
4452
- this.form.nextNodeName = val.list[0].nodeName;
4453
- val.list[0].transactorInfos && (this.nextUserList = val.list[0].transactorInfos);
4501
+ if (this.defaultNextNode && this.nodeList.filter(function (x) {
4502
+ return x.nodeId == _this3.defaultNextNode;
4503
+ }).length > 0) {
4504
+ var nodeInfo = this.nodeList.filter(function (x) {
4505
+ return x.nodeId == _this3.defaultNextNode;
4506
+ });
4507
+ this.form.nextNodeId = nodeInfo[0].nodeId;
4508
+ this.form.nextNodeName = nodeInfo[0].nodeName;
4509
+ nodeInfo[0].transactorInfos && (this.nextUserList = nodeInfo[0].transactorInfos);
4510
+ } else {
4511
+ this.form.nextNodeId = val.list[0].nodeId;
4512
+ this.form.nextNodeName = val.list[0].nodeName;
4513
+ val.list[0].transactorInfos && (this.nextUserList = val.list[0].transactorInfos);
4514
+ }
4515
+
4516
+ this.nextUserSelectList = [];
4454
4517
  this.showNextList = false;
4455
4518
  this.getPeopleObj(this.form.nextNodeId);
4456
4519
  },
@@ -4460,6 +4523,8 @@ var StartFlowvue_type_script_lang_js_typeof = typeof Symbol === "function" && ty
4460
4523
  this.form.nextNodeId = val.nodeId;
4461
4524
  this.form.nextNodeName = val.nodeName;
4462
4525
  this.showNextNodeList = false;
4526
+ val.transactorInfos && (this.nextUserList = val.transactorInfos);
4527
+ this.nextUserSelectList = [];
4463
4528
  this.getPeopleObj(this.form.nextNodeId);
4464
4529
  },
4465
4530
 
@@ -4513,16 +4578,35 @@ var StartFlowvue_type_script_lang_js_typeof = typeof Symbol === "function" && ty
4513
4578
  that.isBanInputOpinion = 0;
4514
4579
  }
4515
4580
  that.isChooseNextNode = res.results.nodeExtr.isChooseNextNode;
4581
+ that.defaultNextNode = res.results.nodeExtr.defaultNextNode;
4516
4582
  that.nodeList = res.results.nodeList[0].list;
4517
- that.form.nextName = that.nextList[0].itemName;
4518
- that.form.nextNodeId = that.nextList[0].list[0].nodeId;
4519
- that.form.nextNodeName = that.nextList[0].list[0].nodeName;
4520
- that.nextList[0].list[0].transactorInfos && (that.nextUserList = that.nextList[0].list[0].transactorInfos);
4521
- if (that.nextUserList) {
4522
- that.nextUserList.map(function (x) {
4523
- x.checked = false;
4583
+ if (res.results.nodeExtr.defaultNextNode && that.nextList[0].list.filter(function (x) {
4584
+ return x.nodeId == res.results.nodeExtr.defaultNextNode;
4585
+ }).length > 0) {
4586
+ var nodeInfo = that.nextList[0].list.filter(function (x) {
4587
+ return x.nodeId == res.results.nodeExtr.defaultNextNode;
4524
4588
  });
4589
+
4590
+ that.form.nextNodeId = nodeInfo[0].nodeId;
4591
+ that.form.nextNodeName = nodeInfo[0].nodeName;
4592
+ nodeInfo[0].transactorInfos && (that.nextUserList = nodeInfo[0].transactorInfos);
4593
+ if (that.nextUserList) {
4594
+ that.nextUserList.map(function (x) {
4595
+ x.checked = false;
4596
+ });
4597
+ }
4598
+ } else {
4599
+ that.form.nextNodeId = that.nextList[0].list[0].nodeId;
4600
+ that.form.nextNodeName = that.nextList[0].list[0].nodeName;
4601
+ that.nextList[0].list[0].transactorInfos && (that.nextUserList = that.nextList[0].list[0].transactorInfos);
4602
+ if (that.nextUserList) {
4603
+ that.nextUserList.map(function (x) {
4604
+ x.checked = false;
4605
+ });
4606
+ }
4525
4607
  }
4608
+ that.form.nextName = that.nextList[0].itemName;
4609
+
4526
4610
  that.form.notificationMsg = res.results.notificationMsg;
4527
4611
  that.form.nodeId = res.results.nodeId;
4528
4612
  var defaultNotificationTypes = [];
@@ -4545,9 +4629,16 @@ var StartFlowvue_type_script_lang_js_typeof = typeof Symbol === "function" && ty
4545
4629
 
4546
4630
  // 获取节点信息(获取节点属性及办理人)
4547
4631
  getPeopleObj: function getPeopleObj(res) {
4548
- var _this3 = this;
4632
+ var _this4 = this;
4549
4633
 
4550
4634
  var _that = this;
4635
+ // this.$toast.loading({
4636
+ // message: '加载中...',
4637
+ // forbidClick: true,
4638
+ // loadingType: 'spinner',
4639
+ // overlay: true,
4640
+ // duration: 0
4641
+ // });
4551
4642
  Object(http["a" /* default */])({
4552
4643
  url: _that.apiBaseUrl ? _that.apiBaseUrl + api["k" /* getNodeInfo */] : api["k" /* getNodeInfo */],
4553
4644
  params: {
@@ -4559,36 +4650,37 @@ var StartFlowvue_type_script_lang_js_typeof = typeof Symbol === "function" && ty
4559
4650
  // }
4560
4651
  }
4561
4652
  }).then(function (res) {
4562
- _this3.$toast.clear();
4653
+ _this4.$toast.clear();
4563
4654
  if (res.rCode == 0) {
4564
4655
  _that.isCustomUser = res.results.nodeExtr.isCustomUser;
4565
- _this3.peopleObj = res.results.nodeExtr;
4566
- _that.enableCustomLimitTimeSetting = _this3.peopleObj.enableCustomLimitTimeSetting == 1;
4656
+ _that.peopleObj = res.results.nodeExtr;
4657
+ // _that.nextUserList = res.results.transactorInfos || [];
4658
+ _that.enableCustomLimitTimeSetting = _this4.peopleObj.enableCustomLimitTimeSetting == 1;
4567
4659
  if (res.results.nodeExtr.userSelectionType) {
4568
- _this3.treeType = res.results.nodeExtr.userSelectionType;
4660
+ _this4.treeType = res.results.nodeExtr.userSelectionType;
4569
4661
  if (res.results.nodeExtr) {
4570
4662
  var idStr = '';
4571
- if (res.results.nodeExtr.isDefSelectedObj == 1 && _this3.nextUserList.length > 0) {
4572
- _this3.nextUserList[0].checked = true;
4573
- _this3.nextUserSelectList = [_this3.nextUserList[0]];
4574
- idStr = _this3.nextUserSelectList[0].showid;
4663
+ if (res.results.nodeExtr.isDefSelectedObj == 1 && _this4.nextUserList.length > 0) {
4664
+ _this4.nextUserList[0].checked = true;
4665
+ _this4.nextUserSelectList = [_this4.nextUserList[0]];
4666
+ idStr = _this4.nextUserSelectList[0].showid;
4575
4667
  }
4576
- if (res.results.nodeExtr.isSelectedAllObj == 1 && _this3.nextUserList.length > 0) {
4577
- _this3.nextUserSelectList = [];
4668
+ if (res.results.nodeExtr.isSelectedAllObj == 1 && _this4.nextUserList.length > 0) {
4669
+ _this4.nextUserSelectList = [];
4578
4670
  idStr = '';
4579
- _this3.nextUserList.map(function (x) {
4671
+ _this4.nextUserList.map(function (x) {
4580
4672
  x.checked = true;
4581
- _this3.nextUserSelectList.push(x);
4673
+ _this4.nextUserSelectList.push(x);
4582
4674
  idStr = idStr ? idStr + ',' + x.showid : idStr;
4583
4675
  });
4584
4676
  }
4585
- _this3.form.nextUserId = idStr;
4677
+ _this4.form.nextUserId = idStr;
4586
4678
  }
4587
4679
  // this.nextUserSelectList = list.filter(x => x.showname && x.showid);
4588
- _this3.getTreeChangeType();
4680
+ _this4.getTreeChangeType();
4589
4681
  }
4590
4682
  } else {
4591
- _this3.$toast(res.message);
4683
+ _this4.$toast(res.message);
4592
4684
  }
4593
4685
  });
4594
4686
  }
@@ -4606,8 +4698,8 @@ var StartFlowvue_type_script_lang_js_typeof = typeof Symbol === "function" && ty
4606
4698
 
4607
4699
  var StartFlow_component = Object(componentNormalizer["a" /* default */])(
4608
4700
  components_StartFlowvue_type_script_lang_js,
4609
- StartFlowvue_type_template_id_5879d66b_render,
4610
- StartFlowvue_type_template_id_5879d66b_staticRenderFns,
4701
+ StartFlowvue_type_template_id_1e2dff79_render,
4702
+ StartFlowvue_type_template_id_1e2dff79_staticRenderFns,
4611
4703
  false,
4612
4704
  null,
4613
4705
  null,
@@ -4616,8 +4708,8 @@ var StartFlow_component = Object(componentNormalizer["a" /* default */])(
4616
4708
  )
4617
4709
 
4618
4710
  /* harmony default export */ var StartFlow = (StartFlow_component.exports);
4619
- // 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
4620
- var Handlevue_type_template_id_8f85c1c2_render = function () {
4711
+ // 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
4712
+ var Handlevue_type_template_id_dea6aca8_render = function () {
4621
4713
  var _vm = this
4622
4714
  var _h = _vm.$createElement
4623
4715
  var _c = _vm._self._c || _h
@@ -4683,7 +4775,11 @@ var Handlevue_type_template_id_8f85c1c2_render = function () {
4683
4775
  baseUrl: _vm.baseUrl,
4684
4776
  isForceDisplayDefaultOptionForPrefix:
4685
4777
  _vm.isForceDisplayDefaultOptionForPrefix,
4686
- placeholder: _vm.opinionHandleExplainText,
4778
+ pendingItemHandleDescription:
4779
+ _vm.pendingItemHandleDescription,
4780
+ placeholder:
4781
+ _vm.pendingItemHandleDescription ||
4782
+ _vm.opinionHandleExplainText,
4687
4783
  nodeDefaultSubmitOpinion: _vm.nodeDefaultSubmitOpinion,
4688
4784
  nodeFixedOpinionSelectList:
4689
4785
  _vm.nodeFixedOpinionSelectList,
@@ -5500,8 +5596,52 @@ var Handlevue_type_template_id_8f85c1c2_render = function () {
5500
5596
  attrs: {
5501
5597
  value: "办理说明",
5502
5598
  label: "办理说明",
5503
- disabled: true,
5504
- placeholder: "请选择",
5599
+ placeholder: "请输入办理说明",
5600
+ },
5601
+ model: {
5602
+ value: _vm.form.handleExplain,
5603
+ callback: function ($$v) {
5604
+ _vm.$set(
5605
+ _vm.form,
5606
+ "handleExplain",
5607
+ $$v
5608
+ )
5609
+ },
5610
+ expression:
5611
+ "form.handleExplain",
5612
+ },
5613
+ }),
5614
+ ],
5615
+ 1
5616
+ )
5617
+ : _vm._e(),
5618
+ _vm.currentNodeEnableItemHandleDescription &&
5619
+ _vm.nodeList.length != 0 &&
5620
+ _vm.isShowNode &&
5621
+ _vm.isNextUser
5622
+ ? _c(
5623
+ "div",
5624
+ { staticClass: "item" },
5625
+ [
5626
+ _c("van-field", {
5627
+ attrs: {
5628
+ value: "办理说明",
5629
+ label: "办理说明",
5630
+ placeholder: "请输入办理说明",
5631
+ },
5632
+ model: {
5633
+ value:
5634
+ _vm.form
5635
+ .nextItemHandleDescription,
5636
+ callback: function ($$v) {
5637
+ _vm.$set(
5638
+ _vm.form,
5639
+ "nextItemHandleDescription",
5640
+ $$v
5641
+ )
5642
+ },
5643
+ expression:
5644
+ "form.nextItemHandleDescription",
5505
5645
  },
5506
5646
  }),
5507
5647
  ],
@@ -6019,11 +6159,11 @@ var Handlevue_type_template_id_8f85c1c2_render = function () {
6019
6159
  1
6020
6160
  )
6021
6161
  }
6022
- var Handlevue_type_template_id_8f85c1c2_staticRenderFns = []
6023
- Handlevue_type_template_id_8f85c1c2_render._withStripped = true
6162
+ var Handlevue_type_template_id_dea6aca8_staticRenderFns = []
6163
+ Handlevue_type_template_id_dea6aca8_render._withStripped = true
6024
6164
 
6025
6165
 
6026
- // CONCATENATED MODULE: ./packages/flow/src/components/Handle.vue?vue&type=template&id=8f85c1c2
6166
+ // CONCATENATED MODULE: ./packages/flow/src/components/Handle.vue?vue&type=template&id=dea6aca8
6027
6167
 
6028
6168
  // 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
6029
6169
  var Rejectvue_type_template_id_46f10c43_render = function () {
@@ -7272,6 +7412,23 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
7272
7412
  //
7273
7413
  //
7274
7414
  //
7415
+ //
7416
+ //
7417
+ //
7418
+ //
7419
+ //
7420
+ //
7421
+ //
7422
+ //
7423
+ //
7424
+ //
7425
+ //
7426
+ //
7427
+ //
7428
+ //
7429
+ //
7430
+ //
7431
+ //
7275
7432
 
7276
7433
 
7277
7434
 
@@ -7330,6 +7487,10 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
7330
7487
  return _ref = {
7331
7488
  AddSignList: [{ name: '前置加签', value: 'preAddSign' }, { name: '后置加签', value: 'postAddSign' }],
7332
7489
  otherOrgDisabledObjId: [],
7490
+ currentNodeEnableItemHandleDescription: false,
7491
+ pendingItemHandleDescription: '',
7492
+ taskOperationShiftedNodeList: null,
7493
+ oldNextOperate: '',
7333
7494
  processFormType: 'freeStart',
7334
7495
  currentOrgDisabledObjId: [],
7335
7496
  nextNodeDefault: 0,
@@ -7707,7 +7868,7 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
7707
7868
  delete this.form.nextOperate;
7708
7869
  delete this.form.nextNodeId;
7709
7870
  }
7710
- if (this.form.nextOperate == 9) {
7871
+ if (this.form.nextOperate == 9 || this.oldNextOperate == 9) {
7711
7872
  this.form.isReturnRejectNode = 1;
7712
7873
  this.form.processDefinitionId = this.processObj.taskExamine.processDefinitionId;
7713
7874
  }
@@ -7760,7 +7921,8 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
7760
7921
  _that.form.userId = _that.userId || util["a" /* default */].getStorage('userId');
7761
7922
  // _that.form.userId = 'u3a0bc559d4cf4f6ea47106ed7e76cae6';
7762
7923
  _that.form.mobileKey = util["a" /* default */].getStorage('deviceId') || '123';
7763
- _that.form.nextNodeId = _that.form.nextOperate == 0 || _that.form.nextOperate == 1 ? _that.form.nextNodeId || nodeInfoMapInfo.nodeExtAttr.defaultNextNode : '';
7924
+ _that.form.nextNodeId = _that.form.nextOperate == 0 || _that.form.nextOperate == 1 || _that.oldNextOperate === 0 || _that.oldNextOperate === 1 ? _that.form.nextNodeId || nodeInfoMapInfo.nodeExtAttr.defaultNextNode : '';
7925
+ _that.form.nextOperate = _that.oldNextOperate !== '' ? _that.oldNextOperate : _that.form.nextOperate;
7764
7926
  if (!_that.isCanPreAddSign || _that.form.isAddSign != '1') {
7765
7927
  delete _that.form.addSignMode;
7766
7928
  }
@@ -7770,6 +7932,9 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
7770
7932
  if (!this.isSpecial) {
7771
7933
  delete _that.form.nextUserId;
7772
7934
  }
7935
+ if (!_that.currentNodeEnableItemHandleDescription) {
7936
+ delete _that.form.nextItemHandleDescription;
7937
+ }
7773
7938
  var formData = new FormData();
7774
7939
  if (_that.form.isImageOpinion == 1) {
7775
7940
  formData.append('file', _that.file);
@@ -7921,6 +8086,30 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
7921
8086
  return;
7922
8087
  } else {}
7923
8088
  }
8089
+ if (this.taskOperationShiftedNodeList && !val.isNextNode) {
8090
+ this.nodeList = this.nodeList.filter(function (x) {
8091
+ return _this8.taskOperationShiftedNodeList.indexOf(x.nodeId) == -1;
8092
+ });
8093
+ }
8094
+ if (val.isNextNode) {
8095
+ this.oldNextOperate = val.nextOperate;
8096
+ } else {
8097
+ this.oldNextOperate = '';
8098
+ }
8099
+ if (val.isNextNode) {
8100
+ this.nodeInfos = [];
8101
+ this.form.nextNodeId = val.key;
8102
+ this.form.nextNodeName = val.value;
8103
+ this.$toast.loading({
8104
+ message: '加载中...',
8105
+ forbidClick: true,
8106
+ loadingType: 'spinner',
8107
+ overlay: true,
8108
+ duration: 0
8109
+ });
8110
+
8111
+ this.getNodeObj(this.form.nextNodeId);
8112
+ }
7924
8113
  if (this.nodeList && this.nodeList.length > 0) {
7925
8114
  var defNode = this.nodeList.filter(function (i) {
7926
8115
  return i.nodeId === _this8.defaultNextNode;
@@ -7940,6 +8129,7 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
7940
8129
  overlay: true,
7941
8130
  duration: 0
7942
8131
  });
8132
+
7943
8133
  if (isDef !== true) this.getNodeObj(this.form.nextNodeId);
7944
8134
  }
7945
8135
 
@@ -8063,10 +8253,20 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
8063
8253
  readOnlyNotificationType = _res$data.readOnlyNotificationType,
8064
8254
  otherOrgName = _res$data.otherOrgName,
8065
8255
  nextNodeCheckType = _res$data.nextNodeCheckType,
8256
+ pendingItemHandleDescription = _res$data.pendingItemHandleDescription,
8066
8257
  defaultNotificationMessage = _res$data.defaultNotificationMessage,
8067
8258
  defaultNotificationType = _res$data.defaultNotificationType,
8259
+ taskOperationShiftedNodeList = _res$data.taskOperationShiftedNodeList,
8068
8260
  isCanPreAddSign = _res$data.isCanPreAddSign;
8069
8261
 
8262
+ if (taskOperationShiftedNodeList && taskOperationShiftedNodeList.length > 0) {
8263
+ that.taskOperationShiftedNodeList = [];
8264
+ taskOperationShiftedNodeList.map(function (x) {
8265
+ that.taskOperationShiftedNodeList.push(x.nodeId);
8266
+ that.taskOperations.push({ key: x.nodeId, value: x.nodeName, isNextNode: true, nextOperate: x.nextOperate });
8267
+ });
8268
+ }
8269
+ that.pendingItemHandleDescription = pendingItemHandleDescription;
8070
8270
  nextNodeCheckType && (that.nextNodeCheckType = nextNodeCheckType);
8071
8271
  that.customPresetHintMessage = customPresetHintMessage;
8072
8272
  that.currentOrgName = currentOrgName;
@@ -8099,7 +8299,7 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
8099
8299
  }
8100
8300
  that.isSpecial = res.data.isSpecial;
8101
8301
  that.processObj = res.data;
8102
- that.taskOperations = res.data.taskOperations;
8302
+ that.taskOperations = [].concat(res.data.taskOperations, that.taskOperations);
8103
8303
  if (that.taskOperations && that.taskOperations.length > 0) {
8104
8304
  var isSelected = false;
8105
8305
  that.taskOperations.map(function (item) {
@@ -8169,7 +8369,11 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
8169
8369
  }
8170
8370
  that.tagKey = that.form.nextOperate;
8171
8371
  }
8172
- that.changeNextOperate({ value: that.form.nextOperateName, key: that.form.nextOperate, taskNodeList: that.nodeList }, true);
8372
+ that.changeNextOperate({
8373
+ value: that.form.nextOperateName,
8374
+ key: that.form.nextOperate,
8375
+ taskNodeList: that.nodeList
8376
+ }, true);
8173
8377
  if (nodeInfoMap && JSON.stringify(nodeInfoMap) != '{}') {
8174
8378
  that.needRetrialAuth = !!nodeInfoMap.nodeExtAttr.isCurrentNodeSubmitNeedRetrialAuth;
8175
8379
  if (nodeInfoMap.nodeExtAttr.nodeFixedOpinionSelectList) {
@@ -8272,6 +8476,7 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
8272
8476
  }).then(function (res) {
8273
8477
  _this10.$toast.clear();
8274
8478
  if (res.status == 'success') {
8479
+ _that.currentNodeEnableItemHandleDescription = res.data.nodeExtAttr.currentNodeEnableItemHandleDescription == 1;
8275
8480
  _that.deptRoleCode = res.data.nodeExtAttr.deptRoleCode;
8276
8481
  _that.enableCustomLimitTimeSetting = res.data.nodeExtAttr.enableCustomLimitTimeSetting == 1;
8277
8482
  res.data.otherOrgDisabledObjId && (_this10.otherOrgDisabledObjId = res.data.otherOrgDisabledObjId.split(','));
@@ -8415,8 +8620,8 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
8415
8620
 
8416
8621
  var Handle_component = Object(componentNormalizer["a" /* default */])(
8417
8622
  components_Handlevue_type_script_lang_js,
8418
- Handlevue_type_template_id_8f85c1c2_render,
8419
- Handlevue_type_template_id_8f85c1c2_staticRenderFns,
8623
+ Handlevue_type_template_id_dea6aca8_render,
8624
+ Handlevue_type_template_id_dea6aca8_staticRenderFns,
8420
8625
  false,
8421
8626
  null,
8422
8627
  null,
@@ -8425,8 +8630,8 @@ var Handle_component = Object(componentNormalizer["a" /* default */])(
8425
8630
  )
8426
8631
 
8427
8632
  /* harmony default export */ var Handle = (Handle_component.exports);
8428
- // 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=15ff6d1b
8429
- var TaskReadvue_type_template_id_15ff6d1b_render = function () {
8633
+ // 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=b0388a2a
8634
+ var TaskReadvue_type_template_id_b0388a2a_render = function () {
8430
8635
  var _vm = this
8431
8636
  var _h = _vm.$createElement
8432
8637
  var _c = _vm._self._c || _h
@@ -8627,11 +8832,11 @@ var TaskReadvue_type_template_id_15ff6d1b_render = function () {
8627
8832
  ]),
8628
8833
  ])
8629
8834
  }
8630
- var TaskReadvue_type_template_id_15ff6d1b_staticRenderFns = []
8631
- TaskReadvue_type_template_id_15ff6d1b_render._withStripped = true
8835
+ var TaskReadvue_type_template_id_b0388a2a_staticRenderFns = []
8836
+ TaskReadvue_type_template_id_b0388a2a_render._withStripped = true
8632
8837
 
8633
8838
 
8634
- // CONCATENATED MODULE: ./packages/flow/src/components/TaskRead.vue?vue&type=template&id=15ff6d1b
8839
+ // CONCATENATED MODULE: ./packages/flow/src/components/TaskRead.vue?vue&type=template&id=b0388a2a
8635
8840
 
8636
8841
  // 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
8637
8842
  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; };
@@ -9086,7 +9291,6 @@ var TaskReadvue_type_script_lang_js_extends = Object.assign || function (target)
9086
9291
  _this5.selectPersonValue = res.data.selectPersonValue;
9087
9292
  _this5.isMultiple();
9088
9293
  }
9089
- console.log(res);
9090
9294
  });
9091
9295
  },
9092
9296
  getProcessObjNew: function getProcessObjNew() {
@@ -9302,8 +9506,8 @@ var TaskReadvue_type_script_lang_js_extends = Object.assign || function (target)
9302
9506
 
9303
9507
  var TaskRead_component = Object(componentNormalizer["a" /* default */])(
9304
9508
  components_TaskReadvue_type_script_lang_js,
9305
- TaskReadvue_type_template_id_15ff6d1b_render,
9306
- TaskReadvue_type_template_id_15ff6d1b_staticRenderFns,
9509
+ TaskReadvue_type_template_id_b0388a2a_render,
9510
+ TaskReadvue_type_template_id_b0388a2a_staticRenderFns,
9307
9511
  false,
9308
9512
  null,
9309
9513
  null,
@@ -9312,8 +9516,8 @@ var TaskRead_component = Object(componentNormalizer["a" /* default */])(
9312
9516
  )
9313
9517
 
9314
9518
  /* harmony default export */ var TaskRead = (TaskRead_component.exports);
9315
- // 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=78d96d93
9316
- var taskUnionExaminevue_type_template_id_78d96d93_render = function () {
9519
+ // 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=b05e7908
9520
+ var taskUnionExaminevue_type_template_id_b05e7908_render = function () {
9317
9521
  var _vm = this
9318
9522
  var _h = _vm.$createElement
9319
9523
  var _c = _vm._self._c || _h
@@ -9472,11 +9676,11 @@ var taskUnionExaminevue_type_template_id_78d96d93_render = function () {
9472
9676
  ]),
9473
9677
  ])
9474
9678
  }
9475
- var taskUnionExaminevue_type_template_id_78d96d93_staticRenderFns = []
9476
- taskUnionExaminevue_type_template_id_78d96d93_render._withStripped = true
9679
+ var taskUnionExaminevue_type_template_id_b05e7908_staticRenderFns = []
9680
+ taskUnionExaminevue_type_template_id_b05e7908_render._withStripped = true
9477
9681
 
9478
9682
 
9479
- // CONCATENATED MODULE: ./packages/flow/src/components/taskUnionExamine.vue?vue&type=template&id=78d96d93
9683
+ // CONCATENATED MODULE: ./packages/flow/src/components/taskUnionExamine.vue?vue&type=template&id=b05e7908
9480
9684
 
9481
9685
  // 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
9482
9686
  //
@@ -9931,7 +10135,6 @@ taskUnionExaminevue_type_template_id_78d96d93_render._withStripped = true
9931
10135
 
9932
10136
  // 通知消息回调
9933
10137
  onInputMsg: function onInputMsg(obj) {
9934
- console.log(obj);
9935
10138
  this.infoList.noticeType = JSON.parse(JSON.stringify(obj.notificationType));
9936
10139
  this.infoList.noticeInfo = obj.notificationMsg;
9937
10140
  },
@@ -10113,8 +10316,8 @@ taskUnionExaminevue_type_template_id_78d96d93_render._withStripped = true
10113
10316
 
10114
10317
  var taskUnionExamine_component = Object(componentNormalizer["a" /* default */])(
10115
10318
  components_taskUnionExaminevue_type_script_lang_js,
10116
- taskUnionExaminevue_type_template_id_78d96d93_render,
10117
- taskUnionExaminevue_type_template_id_78d96d93_staticRenderFns,
10319
+ taskUnionExaminevue_type_template_id_b05e7908_render,
10320
+ taskUnionExaminevue_type_template_id_b05e7908_staticRenderFns,
10118
10321
  false,
10119
10322
  null,
10120
10323
  null,
@@ -10123,8 +10326,8 @@ var taskUnionExamine_component = Object(componentNormalizer["a" /* default */])(
10123
10326
  )
10124
10327
 
10125
10328
  /* harmony default export */ var taskUnionExamine = (taskUnionExamine_component.exports);
10126
- // 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
10127
- var supervisevue_type_template_id_a0018e76_render = function () {
10329
+ // 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
10330
+ var supervisevue_type_template_id_0c9c1b52_render = function () {
10128
10331
  var _vm = this
10129
10332
  var _h = _vm.$createElement
10130
10333
  var _c = _vm._self._c || _h
@@ -10170,11 +10373,11 @@ var supervisevue_type_template_id_a0018e76_render = function () {
10170
10373
  1
10171
10374
  )
10172
10375
  }
10173
- var supervisevue_type_template_id_a0018e76_staticRenderFns = []
10174
- supervisevue_type_template_id_a0018e76_render._withStripped = true
10376
+ var supervisevue_type_template_id_0c9c1b52_staticRenderFns = []
10377
+ supervisevue_type_template_id_0c9c1b52_render._withStripped = true
10175
10378
 
10176
10379
 
10177
- // CONCATENATED MODULE: ./packages/flow/src/components/supervise.vue?vue&type=template&id=a0018e76
10380
+ // CONCATENATED MODULE: ./packages/flow/src/components/supervise.vue?vue&type=template&id=0c9c1b52
10178
10381
 
10179
10382
  // 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
10180
10383
  //
@@ -10219,7 +10422,8 @@ supervisevue_type_template_id_a0018e76_render._withStripped = true
10219
10422
  components: { Message: Message },
10220
10423
  props: {
10221
10424
  baseUrl: String,
10222
- businessId: String
10425
+ businessId: String,
10426
+ appId: { type: String, default: '' }
10223
10427
  },
10224
10428
  data: function data() {
10225
10429
  return {
@@ -10255,7 +10459,8 @@ supervisevue_type_template_id_a0018e76_render._withStripped = true
10255
10459
  }).join(','),
10256
10460
  notificationType: Array.isArray(noticeType) ? noticeType.join(',') : noticeType,
10257
10461
  notificationMessage: notificationMsg,
10258
- businessId: this.businessId
10462
+ businessId: this.businessId,
10463
+ appId: this.appId
10259
10464
  }
10260
10465
  };
10261
10466
 
@@ -10325,8 +10530,8 @@ supervisevue_type_template_id_a0018e76_render._withStripped = true
10325
10530
 
10326
10531
  var supervise_component = Object(componentNormalizer["a" /* default */])(
10327
10532
  components_supervisevue_type_script_lang_js,
10328
- supervisevue_type_template_id_a0018e76_render,
10329
- supervisevue_type_template_id_a0018e76_staticRenderFns,
10533
+ supervisevue_type_template_id_0c9c1b52_render,
10534
+ supervisevue_type_template_id_0c9c1b52_staticRenderFns,
10330
10535
  false,
10331
10536
  null,
10332
10537
  null,
@@ -10335,8 +10540,8 @@ var supervise_component = Object(componentNormalizer["a" /* default */])(
10335
10540
  )
10336
10541
 
10337
10542
  /* harmony default export */ var supervise = (supervise_component.exports);
10338
- // 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=302c5a84
10339
- var resetvue_type_template_id_302c5a84_render = function () {
10543
+ // 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=f2a05600
10544
+ var resetvue_type_template_id_f2a05600_render = function () {
10340
10545
  var _vm = this
10341
10546
  var _h = _vm.$createElement
10342
10547
  var _c = _vm._self._c || _h
@@ -10637,11 +10842,11 @@ var resetvue_type_template_id_302c5a84_render = function () {
10637
10842
  ]),
10638
10843
  ])
10639
10844
  }
10640
- var resetvue_type_template_id_302c5a84_staticRenderFns = []
10641
- resetvue_type_template_id_302c5a84_render._withStripped = true
10845
+ var resetvue_type_template_id_f2a05600_staticRenderFns = []
10846
+ resetvue_type_template_id_f2a05600_render._withStripped = true
10642
10847
 
10643
10848
 
10644
- // CONCATENATED MODULE: ./packages/flow/src/components/reset.vue?vue&type=template&id=302c5a84
10849
+ // CONCATENATED MODULE: ./packages/flow/src/components/reset.vue?vue&type=template&id=f2a05600
10645
10850
 
10646
10851
  // 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
10647
10852
  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; };
@@ -10995,7 +11200,6 @@ var resetvue_type_script_lang_js_typeof = typeof Symbol === "function" && typeof
10995
11200
  });
10996
11201
  //获取流程发起信息后去获取节点信息和办理人信息
10997
11202
  Promise.all([this.getProcessObj(res)]).then(function () {
10998
- console.log(res, _this3.form, 'asd');
10999
11203
  _this3.getPeopleObj(_this3.form.nextNodeId);
11000
11204
  });
11001
11205
  },
@@ -11169,7 +11373,6 @@ var resetvue_type_script_lang_js_typeof = typeof Symbol === "function" && typeof
11169
11373
 
11170
11374
  // 确认下一步操作
11171
11375
  onConfirmNext: function onConfirmNext(val) {
11172
- console.log(val, 'vaaav');
11173
11376
  this.form.nextName = val.itemName;
11174
11377
  this.nodeList = val.list;
11175
11378
  this.form.nextNodeId = val.list[0].nodeId;
@@ -11346,8 +11549,8 @@ var resetvue_type_script_lang_js_typeof = typeof Symbol === "function" && typeof
11346
11549
 
11347
11550
  var reset_component = Object(componentNormalizer["a" /* default */])(
11348
11551
  components_resetvue_type_script_lang_js,
11349
- resetvue_type_template_id_302c5a84_render,
11350
- resetvue_type_template_id_302c5a84_staticRenderFns,
11552
+ resetvue_type_template_id_f2a05600_render,
11553
+ resetvue_type_template_id_f2a05600_staticRenderFns,
11351
11554
  false,
11352
11555
  null,
11353
11556
  null,