eoss-mobiles 0.2.96 → 0.2.98

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/checkbox.js CHANGED
@@ -1676,7 +1676,6 @@ var getNodeInfoHtml = pending + '/task/taskHandle/getNodeInfo.dhtml';
1676
1676
  // export const taskHandleHtml = '/api/mecp/v1/mecpItask/taskHandleHtml.json';
1677
1677
  var taskHandleHtml = pending + '/task/taskHandle/taskHandle.dhtml';
1678
1678
  var taskHandleHtmlImg = pending + '/task/taskHandle/taskHandleWithHandwrittenOpinion.dhtml';
1679
-
1680
1679
  // 发起流程
1681
1680
  // export const registerNew = '/api/v1/mecpItask/registerNew.json';
1682
1681
  var registerNew = '/bpm/v1/mecpItask/registerNew.json';
package/lib/config/api.js CHANGED
@@ -35,7 +35,6 @@ var getNodeInfoHtml = exports.getNodeInfoHtml = pending + '/task/taskHandle/getN
35
35
  // export const taskHandleHtml = '/api/mecp/v1/mecpItask/taskHandleHtml.json';
36
36
  var taskHandleHtml = exports.taskHandleHtml = pending + '/task/taskHandle/taskHandle.dhtml';
37
37
  var taskHandleHtmlImg = exports.taskHandleHtmlImg = pending + '/task/taskHandle/taskHandleWithHandwrittenOpinion.dhtml';
38
-
39
38
  // 发起流程
40
39
  // export const registerNew = '/api/v1/mecpItask/registerNew.json';
41
40
  var registerNew = exports.registerNew = '/bpm/v1/mecpItask/registerNew.json';
@@ -2150,8 +2150,8 @@ mainvue_type_template_id_17308961_render._withStripped = true
2150
2150
 
2151
2151
  // CONCATENATED MODULE: ./packages/selector/src/main.vue?vue&type=template&id=17308961
2152
2152
 
2153
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/selector/src/selector-tree.vue?vue&type=template&id=56b701a3
2154
- var selector_treevue_type_template_id_56b701a3_render = function () {
2153
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/selector/src/selector-tree.vue?vue&type=template&id=2e966fe8
2154
+ var selector_treevue_type_template_id_2e966fe8_render = function () {
2155
2155
  var _vm = this
2156
2156
  var _h = _vm.$createElement
2157
2157
  var _c = _vm._self._c || _h
@@ -2330,11 +2330,11 @@ var selector_treevue_type_template_id_56b701a3_render = function () {
2330
2330
  1
2331
2331
  )
2332
2332
  }
2333
- var selector_treevue_type_template_id_56b701a3_staticRenderFns = []
2334
- selector_treevue_type_template_id_56b701a3_render._withStripped = true
2333
+ var selector_treevue_type_template_id_2e966fe8_staticRenderFns = []
2334
+ selector_treevue_type_template_id_2e966fe8_render._withStripped = true
2335
2335
 
2336
2336
 
2337
- // CONCATENATED MODULE: ./packages/selector/src/selector-tree.vue?vue&type=template&id=56b701a3
2337
+ // CONCATENATED MODULE: ./packages/selector/src/selector-tree.vue?vue&type=template&id=2e966fe8
2338
2338
 
2339
2339
  // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/selector/src/tree.vue?vue&type=template&id=59562f91
2340
2340
  var treevue_type_template_id_59562f91_render = function () {
@@ -3172,7 +3172,6 @@ var getNodeInfoHtml = pending + '/task/taskHandle/getNodeInfo.dhtml';
3172
3172
  // export const taskHandleHtml = '/api/mecp/v1/mecpItask/taskHandleHtml.json';
3173
3173
  var taskHandleHtml = pending + '/task/taskHandle/taskHandle.dhtml';
3174
3174
  var taskHandleHtmlImg = pending + '/task/taskHandle/taskHandleWithHandwrittenOpinion.dhtml';
3175
-
3176
3175
  // 发起流程
3177
3176
  // export const registerNew = '/api/v1/mecpItask/registerNew.json';
3178
3177
  var registerNew = '/bpm/v1/mecpItask/registerNew.json';
@@ -4111,8 +4110,7 @@ var _props, _methods;
4111
4110
  getNodeList: function getNodeList(isSearch) {
4112
4111
  var _this2 = this;
4113
4112
 
4114
- this.personnel = this.nodeList;
4115
-
4113
+ this.personnel = JSON.parse(JSON.stringify(this.nodeList));
4116
4114
  // !isSearch && (this.list = $.deepClone(this.selectList));
4117
4115
  if (!isSearch) {
4118
4116
  if (typeof this.selectList == 'string') {
@@ -4131,8 +4129,6 @@ var _props, _methods;
4131
4129
  _this.$set(i, 'checked', true);
4132
4130
  } else if (i.children) {
4133
4131
  _this.getActiveChildren(i.children, r[_this.valueKey]);
4134
- } else {
4135
- _this.$set(i, 'checked', false);
4136
4132
  }
4137
4133
  });
4138
4134
  });
@@ -4153,8 +4149,6 @@ var _props, _methods;
4153
4149
  _this.$set(x, 'checked', true);
4154
4150
  } else if (x.children) {
4155
4151
  _this.getActiveChildren(x.children, id);
4156
- } else {
4157
- _this.$set(x, 'checked', false);
4158
4152
  }
4159
4153
  });
4160
4154
  },
@@ -4559,8 +4553,8 @@ var _props, _methods;
4559
4553
 
4560
4554
  var selector_tree_component = normalizeComponent(
4561
4555
  src_selector_treevue_type_script_lang_js,
4562
- selector_treevue_type_template_id_56b701a3_render,
4563
- selector_treevue_type_template_id_56b701a3_staticRenderFns,
4556
+ selector_treevue_type_template_id_2e966fe8_render,
4557
+ selector_treevue_type_template_id_2e966fe8_staticRenderFns,
4564
4558
  false,
4565
4559
  null,
4566
4560
  null,
@@ -4569,8 +4563,8 @@ var selector_tree_component = normalizeComponent(
4569
4563
  )
4570
4564
 
4571
4565
  /* harmony default export */ var selector_tree = (selector_tree_component.exports);
4572
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/selector/src/selector-field.vue?vue&type=template&id=2643b418
4573
- var selector_fieldvue_type_template_id_2643b418_render = function () {
4566
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/selector/src/selector-field.vue?vue&type=template&id=338153d2
4567
+ var selector_fieldvue_type_template_id_338153d2_render = function () {
4574
4568
  var _vm = this
4575
4569
  var _h = _vm.$createElement
4576
4570
  var _c = _vm._self._c || _h
@@ -4588,6 +4582,11 @@ var selector_fieldvue_type_template_id_2643b418_render = function () {
4588
4582
  clickable: "",
4589
4583
  "right-icon": _vm.disabled || _vm.readonly ? "" : "arrow",
4590
4584
  },
4585
+ on: {
4586
+ "click-right-icon": function ($event) {
4587
+ _vm.clickTree()
4588
+ },
4589
+ },
4591
4590
  model: {
4592
4591
  value: _vm.inputValue,
4593
4592
  callback: function ($$v) {
@@ -4739,11 +4738,11 @@ var selector_fieldvue_type_template_id_2643b418_render = function () {
4739
4738
  1
4740
4739
  )
4741
4740
  }
4742
- var selector_fieldvue_type_template_id_2643b418_staticRenderFns = []
4743
- selector_fieldvue_type_template_id_2643b418_render._withStripped = true
4741
+ var selector_fieldvue_type_template_id_338153d2_staticRenderFns = []
4742
+ selector_fieldvue_type_template_id_338153d2_render._withStripped = true
4744
4743
 
4745
4744
 
4746
- // CONCATENATED MODULE: ./packages/selector/src/selector-field.vue?vue&type=template&id=2643b418
4745
+ // CONCATENATED MODULE: ./packages/selector/src/selector-field.vue?vue&type=template&id=338153d2
4747
4746
 
4748
4747
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/selector/src/selector-field.vue?vue&type=script&lang=js
4749
4748
  //
@@ -4819,6 +4818,7 @@ selector_fieldvue_type_template_id_2643b418_render._withStripped = true
4819
4818
  //
4820
4819
  //
4821
4820
  //
4821
+ //
4822
4822
 
4823
4823
  /* harmony default export */ var selector_fieldvue_type_script_lang_js = ({
4824
4824
  name: 'selectorField',
@@ -4961,11 +4961,11 @@ selector_fieldvue_type_template_id_2643b418_render._withStripped = true
4961
4961
  this.$emit('change', { list: _this.newSelectList });
4962
4962
  },
4963
4963
 
4964
- /**
4965
- * clickTree
4966
- * @desc:打开选人/单位页面
4967
- * @date 2023年3月6日
4968
- * @author liufan
4964
+ /**
4965
+ * clickTree
4966
+ * @desc:打开选人/单位页面
4967
+ * @date 2023年3月6日
4968
+ * @author liufan
4969
4969
  */
4970
4970
  clickTree: function clickTree() {
4971
4971
  var _this3 = this;
@@ -4981,12 +4981,12 @@ selector_fieldvue_type_template_id_2643b418_render._withStripped = true
4981
4981
  }, 30);
4982
4982
  },
4983
4983
 
4984
- /**
4985
- * delteList
4986
- * @desc:删除选中的数据
4987
- * @date 2023年3月6日
4988
- * @author liufan
4989
- * @param {String} val 当前数据的下标
4984
+ /**
4985
+ * delteList
4986
+ * @desc:删除选中的数据
4987
+ * @date 2023年3月6日
4988
+ * @author liufan
4989
+ * @param {String} val 当前数据的下标
4990
4990
  */
4991
4991
  delteList: function delteList(val, res) {
4992
4992
  if (this.disabled) return;
@@ -5017,8 +5017,8 @@ selector_fieldvue_type_template_id_2643b418_render._withStripped = true
5017
5017
 
5018
5018
  var selector_field_component = normalizeComponent(
5019
5019
  src_selector_fieldvue_type_script_lang_js,
5020
- selector_fieldvue_type_template_id_2643b418_render,
5021
- selector_fieldvue_type_template_id_2643b418_staticRenderFns,
5020
+ selector_fieldvue_type_template_id_338153d2_render,
5021
+ selector_fieldvue_type_template_id_338153d2_staticRenderFns,
5022
5022
  false,
5023
5023
  null,
5024
5024
  null,
@@ -5153,12 +5153,12 @@ var selector_field_component = normalizeComponent(
5153
5153
  this.showSelectorTree = !this.showSelectorTree;
5154
5154
  },
5155
5155
 
5156
- /**
5157
- * handleDispose
5158
- * @desc:确认选人
5159
- * @date 2023年3月6日
5160
- * @author liufan
5161
- * @param {Object} val 选中的人员/单位
5156
+ /**
5157
+ * handleDispose
5158
+ * @desc:确认选人
5159
+ * @date 2023年3月6日
5160
+ * @author liufan
5161
+ * @param {Object} val 选中的人员/单位
5162
5162
  */
5163
5163
  handleDispose: function handleDispose(val) {
5164
5164
  this.inputValue = '';
@@ -5175,12 +5175,12 @@ var selector_field_component = normalizeComponent(
5175
5175
  this.showSelectorTree = false;
5176
5176
  },
5177
5177
 
5178
- /**
5179
- * handleChangeSel
5180
- * @desc:输入框数据发生变化时
5181
- * @date 2023年3月6日
5182
- * @author liufan
5183
- * @param {Array} val 变化后的选中数据
5178
+ /**
5179
+ * handleChangeSel
5180
+ * @desc:输入框数据发生变化时
5181
+ * @date 2023年3月6日
5182
+ * @author liufan
5183
+ * @param {Array} val 变化后的选中数据
5184
5184
  */
5185
5185
  handleChangeSel: function handleChangeSel(val) {
5186
5186
  if (val) {
@@ -17573,8 +17573,8 @@ var Handle_component = normalizeComponent(
17573
17573
  )
17574
17574
 
17575
17575
  /* harmony default export */ var Handle = (Handle_component.exports);
17576
- // 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=5dd51b8b
17577
- var TaskReadvue_type_template_id_5dd51b8b_render = function () {
17576
+ // 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=161443d3
17577
+ var TaskReadvue_type_template_id_161443d3_render = function () {
17578
17578
  var _vm = this
17579
17579
  var _h = _vm.$createElement
17580
17580
  var _c = _vm._self._c || _h
@@ -17775,11 +17775,11 @@ var TaskReadvue_type_template_id_5dd51b8b_render = function () {
17775
17775
  ]),
17776
17776
  ])
17777
17777
  }
17778
- var TaskReadvue_type_template_id_5dd51b8b_staticRenderFns = []
17779
- TaskReadvue_type_template_id_5dd51b8b_render._withStripped = true
17778
+ var TaskReadvue_type_template_id_161443d3_staticRenderFns = []
17779
+ TaskReadvue_type_template_id_161443d3_render._withStripped = true
17780
17780
 
17781
17781
 
17782
- // CONCATENATED MODULE: ./packages/flow/src/components/TaskRead.vue?vue&type=template&id=5dd51b8b
17782
+ // CONCATENATED MODULE: ./packages/flow/src/components/TaskRead.vue?vue&type=template&id=161443d3
17783
17783
 
17784
17784
  // 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
17785
17785
  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; };
@@ -17971,14 +17971,35 @@ var TaskReadvue_type_script_lang_js_extends = Object.assign || function (target)
17971
17971
  this.getFind();
17972
17972
  if (!this.readParams) {
17973
17973
  this.getHandleInfoHtml();
17974
+ } else {
17975
+ this.getMessage();
17974
17976
  }
17975
17977
  },
17976
17978
 
17977
17979
 
17978
17980
  methods: {
17981
+ //获取通知信息
17982
+ getMessage: function getMessage() {
17983
+ var _this = this;
17984
+
17985
+ var params = {
17986
+ appId: this.readParams.appId
17987
+ };
17988
+ utils_http({ url: getNotificationMsg, params: params, methods: 'post' }).then(function (res) {
17989
+ if (res.status === 'success') {
17990
+ _this.defaultNotificationMessage = res.message;
17991
+ _this.form.notificationMsg = res.message;
17992
+ }
17993
+ }).catch(function (err) {
17994
+ if (err.message && err.message !== 'canceled') {
17995
+ _this.$toast(err.message);
17996
+ }
17997
+ });
17998
+ },
17999
+
17979
18000
  // 转办提交
17980
18001
  subTaskTransfer: function subTaskTransfer() {
17981
- var _this = this;
18002
+ var _this2 = this;
17982
18003
 
17983
18004
  if (!this.nextReadUserSelectList || this.nextReadUserSelectList.length === 0) {
17984
18005
  this.$toast('请选择转办对象');
@@ -18017,25 +18038,25 @@ var TaskReadvue_type_script_lang_js_extends = Object.assign || function (target)
18017
18038
  duration: 0
18018
18039
  });
18019
18040
  utils_http(params).then(function (res) {
18020
- _this.$toast.clear();
18041
+ _this2.$toast.clear();
18021
18042
  var message = res.message,
18022
18043
  status = res.status;
18023
18044
 
18024
18045
  if (status === 'success') {
18025
- _this.$toast('操作成功');
18026
- _this.$parent.$emit('success');
18046
+ _this2.$toast('操作成功');
18047
+ _this2.$parent.$emit('success');
18027
18048
  } else {
18028
- _this.$toast(message || '系统错误,请联系管理员!');
18049
+ _this2.$toast(message || '系统错误,请联系管理员!');
18029
18050
  }
18030
18051
  }).catch(function (err) {
18031
- _this.$toast.clear();
18052
+ _this2.$toast.clear();
18032
18053
  if (err.message && err.message !== 'canceled') {
18033
- _this.$toast(err.message);
18054
+ _this2.$toast(err.message);
18034
18055
  }
18035
18056
  });
18036
18057
  },
18037
18058
  getFind: function getFind() {
18038
- var _this2 = this;
18059
+ var _this3 = this;
18039
18060
 
18040
18061
  this.$toast.loading({
18041
18062
  message: '加载中...',
@@ -18048,37 +18069,40 @@ var TaskReadvue_type_script_lang_js_extends = Object.assign || function (target)
18048
18069
  url: this.baseUrl ? this.baseUrl + findSysCodes : findSysCodes
18049
18070
  }).then(function (res) {
18050
18071
  var status = res.status,
18051
- message = res.message;
18072
+ message = res.message,
18073
+ data = res.data;
18052
18074
 
18053
- _this2.loading = false;
18054
18075
  if (status === 'success') {
18055
- _this2.form.notificationMsgType = message.split(',');
18056
- _this2.defaultNotificationType = message.split(',');
18076
+ _this3.form.notificationMsgType = message.split(',');
18077
+ _this3.defaultNotificationType = message.split(',');
18078
+ if (data) {
18079
+ _this3.notificationMessageReadOnly = data.notificationMessageReadOnly == 'true';
18080
+ _this3.readOnlyNotificationType = data.readOnlyNotificationType;
18081
+ }
18057
18082
  } else {
18058
18083
  setTimeout(function () {
18059
- _this2.goBack();
18084
+ _this3.goBack();
18060
18085
  }, 1000);
18061
- _this2.$toast.error(message || '系统错误,请联系管理员!');
18086
+ _this3.$toast.error(message || '系统错误,请联系管理员!');
18062
18087
  }
18063
- if (_this2.type === 'transfer') {
18064
- _this2.toTaskTransfer();
18088
+ if (_this3.type === 'transfer') {
18089
+ _this3.toTaskTransfer();
18065
18090
  } else {
18066
- if (!_this2.readParams) {
18067
- _this2.getProcessObjNew();
18091
+ if (!_this3.readParams) {
18092
+ _this3.getProcessObjNew();
18068
18093
  } else {
18069
- _this2.$toast.clear();
18094
+ _this3.$toast.clear();
18070
18095
  }
18071
18096
  // this.getProcessObjNew();
18072
18097
  }
18073
18098
  }).catch(function (err) {
18074
- _this2.loading = false;
18075
18099
  if (err.message && err.message !== 'canceled') {
18076
- _this2.$message.error(err.message);
18100
+ _this3.$message.error(err.message);
18077
18101
  }
18078
18102
  });
18079
18103
  },
18080
18104
  toTaskTransfer: function toTaskTransfer() {
18081
- var _this3 = this;
18105
+ var _this4 = this;
18082
18106
 
18083
18107
  var opinion = this.opinion,
18084
18108
  pendingId = this.pendingId,
@@ -18106,23 +18130,20 @@ var TaskReadvue_type_script_lang_js_extends = Object.assign || function (target)
18106
18130
  readOnlyNotificationType = _res$data.readOnlyNotificationType,
18107
18131
  notificationMessageReadOnly = _res$data.notificationMessageReadOnly;
18108
18132
 
18109
- _this3.$toast.clear();
18133
+ _this4.$toast.clear();
18110
18134
  if (status == 'success') {
18111
- _this3.isMultipleTransfer(nodeInfoMap.nodeExtAttr.userSelectionType, choiceOrgId, choiceDeptId);
18112
- _this3.notificationMessageReadOnly = notificationMessageReadOnly == 'true';
18113
- _this3.readOnlyNotificationType = readOnlyNotificationType;
18114
- _this3.nextNode.nodeName = taskExamine.nodeName;
18115
- _this3.transferInfo = taskExamine;
18135
+ _this4.isMultipleTransfer(nodeInfoMap.nodeExtAttr.userSelectionType, choiceOrgId, choiceDeptId);
18136
+ _this4.nextNode.nodeName = taskExamine.nodeName;
18137
+ _this4.transferInfo = taskExamine;
18116
18138
  } else {
18117
- _this3.$toast(message || '系统错误,请联系管理员!');
18139
+ _this4.$toast(message || '系统错误,请联系管理员!');
18118
18140
  setTimeout(function () {
18119
- _this3.goBack();
18141
+ _this4.goBack();
18120
18142
  }, 1000);
18121
18143
  }
18122
18144
  }).catch(function (err) {
18123
- _this3.loading = false;
18124
18145
  if (err.message && err.message !== 'canceled') {
18125
- _this3.$toast(err.message);
18146
+ _this4.$toast(err.message);
18126
18147
  }
18127
18148
  });
18128
18149
  },
@@ -18184,7 +18205,7 @@ var TaskReadvue_type_script_lang_js_extends = Object.assign || function (target)
18184
18205
  this.form.notificationMsg = obj.notificationMsg;
18185
18206
  },
18186
18207
  getProcessObjNew: function getProcessObjNew() {
18187
- var _this4 = this;
18208
+ var _this5 = this;
18188
18209
 
18189
18210
  var _that = this;
18190
18211
  var params = {
@@ -18201,16 +18222,14 @@ var TaskReadvue_type_script_lang_js_extends = Object.assign || function (target)
18201
18222
  }).then(function (res) {
18202
18223
  _that.$toast.clear();
18203
18224
  if (res.status == 'success') {
18204
- _this4.processObj = res.data;
18205
- _this4.notificationMsgType = _this4.isMultiple();
18206
- _this4.notificationMessageReadOnly = res.data.notificationMessageReadOnly == 'true';
18207
- _this4.readOnlyNotificationType = res.data.readOnlyNotificationType;
18225
+ _this5.processObj = res.data;
18226
+ _this5.notificationMsgType = _this5.isMultiple();
18208
18227
  // this.taskExamine = res.data.taskExamine;
18209
18228
  // console.log(this.taskExamine, 'taskExaminetaskExaminetaskExamine');
18210
18229
  } else {
18211
18230
  _that.$toast(res.message);
18212
18231
  setTimeout(function () {
18213
- _this4.goBack();
18232
+ _this5.goBack();
18214
18233
  }, 1000);
18215
18234
  }
18216
18235
  });
@@ -18242,7 +18261,7 @@ var TaskReadvue_type_script_lang_js_extends = Object.assign || function (target)
18242
18261
  // }
18243
18262
  },
18244
18263
  onSubmitReadEndNew: function onSubmitReadEndNew() {
18245
- var _this5 = this;
18264
+ var _this6 = this;
18246
18265
 
18247
18266
  var _that = this;
18248
18267
  var params = {
@@ -18274,17 +18293,17 @@ var TaskReadvue_type_script_lang_js_extends = Object.assign || function (target)
18274
18293
 
18275
18294
  utils_http(params).then(function (res) {
18276
18295
  if (res.rCode == 0) {
18277
- _this5.$toast('操作成功');
18278
- _this5.$parent.$emit('success');
18296
+ _this6.$toast('操作成功');
18297
+ _this6.$parent.$emit('success');
18279
18298
  } else {
18280
- _this5.$toast(res.msg);
18299
+ _this6.$toast(res.msg);
18281
18300
  }
18282
18301
  }).catch(function (err) {
18283
- _this5.$toast('数据返回失败');
18302
+ _this6.$toast('数据返回失败');
18284
18303
  });
18285
18304
  },
18286
18305
  getHandleInfoHtml: function getHandleInfoHtml() {
18287
- var _this6 = this;
18306
+ var _this7 = this;
18288
18307
 
18289
18308
  utils_http({
18290
18309
  url: this.baseUrl ? this.baseUrl + api_getHandleInfoHtml : api_getHandleInfoHtml,
@@ -18298,21 +18317,21 @@ var TaskReadvue_type_script_lang_js_extends = Object.assign || function (target)
18298
18317
  defaultNotificationMessage = _res$data2.defaultNotificationMessage;
18299
18318
 
18300
18319
  if (status == 'success') {
18301
- _this6.defaultNotificationMessage = defaultNotificationMessage;
18302
- _this6.form.notificationMsg = defaultNotificationMessage;
18320
+ _this7.defaultNotificationMessage = defaultNotificationMessage;
18321
+ _this7.form.notificationMsg = defaultNotificationMessage;
18303
18322
  taskExamine.choiceDeptId = choiceDeptId;
18304
18323
  taskExamine.choiceOrgId = choiceOrgId;
18305
- _this6.taskExamine = taskExamine;
18324
+ _this7.taskExamine = taskExamine;
18306
18325
  } else {
18307
18326
  setTimeout(function () {
18308
- _this6.goBack();
18327
+ _this7.goBack();
18309
18328
  }, 1000);
18310
- _this6.$toast(res.message);
18329
+ _this7.$toast(res.message);
18311
18330
  }
18312
18331
  });
18313
18332
  },
18314
18333
  onSubmitReadNew: function onSubmitReadNew() {
18315
- var _this7 = this;
18334
+ var _this8 = this;
18316
18335
 
18317
18336
  var _that = this;
18318
18337
  if (!this.nextReadUserSelectList || this.nextReadUserSelectList.length === 0) {
@@ -18321,7 +18340,7 @@ var TaskReadvue_type_script_lang_js_extends = Object.assign || function (target)
18321
18340
  }
18322
18341
  var ids = '';
18323
18342
  this.nextReadUserSelectList.map(function (r, i) {
18324
- ids = ids + r.showid + (i === _this7.nextReadUserSelectList.length - 1 ? '' : ',');
18343
+ ids = ids + r.showid + (i === _this8.nextReadUserSelectList.length - 1 ? '' : ',');
18325
18344
  });
18326
18345
  var _taskExamine2 = this.taskExamine,
18327
18346
  appId = _taskExamine2.appId,
@@ -18373,13 +18392,13 @@ var TaskReadvue_type_script_lang_js_extends = Object.assign || function (target)
18373
18392
  });
18374
18393
  utils_http(params).then(function (res) {
18375
18394
  if (res.status == 'success') {
18376
- _this7.$toast('操作成功');
18377
- _this7.$parent.$emit('success');
18395
+ _this8.$toast('操作成功');
18396
+ _this8.$parent.$emit('success');
18378
18397
  } else {
18379
- _this7.$toast(res.message);
18398
+ _this8.$toast(res.message);
18380
18399
  }
18381
18400
  }).catch(function (err) {
18382
- _this7.$toast('数据返回失败');
18401
+ _this8.$toast('数据返回失败');
18383
18402
  });
18384
18403
  }
18385
18404
  }
@@ -18396,8 +18415,8 @@ var TaskReadvue_type_script_lang_js_extends = Object.assign || function (target)
18396
18415
 
18397
18416
  var TaskRead_component = normalizeComponent(
18398
18417
  components_TaskReadvue_type_script_lang_js,
18399
- TaskReadvue_type_template_id_5dd51b8b_render,
18400
- TaskReadvue_type_template_id_5dd51b8b_staticRenderFns,
18418
+ TaskReadvue_type_template_id_161443d3_render,
18419
+ TaskReadvue_type_template_id_161443d3_staticRenderFns,
18401
18420
  false,
18402
18421
  null,
18403
18422
  null,
@@ -24668,7 +24687,7 @@ if (typeof window !== 'undefined' && window.Vue) {
24668
24687
  }
24669
24688
 
24670
24689
  /* harmony default export */ var src = __webpack_exports__["default"] = ({
24671
- version: '0.2.96',
24690
+ version: '0.2.98',
24672
24691
  install: install,
24673
24692
  Button: packages_button,
24674
24693
  ButtonGroup: button_group,
package/lib/flow-btn.js CHANGED
@@ -1676,7 +1676,6 @@ var getNodeInfoHtml = pending + '/task/taskHandle/getNodeInfo.dhtml';
1676
1676
  // export const taskHandleHtml = '/api/mecp/v1/mecpItask/taskHandleHtml.json';
1677
1677
  var taskHandleHtml = pending + '/task/taskHandle/taskHandle.dhtml';
1678
1678
  var taskHandleHtmlImg = pending + '/task/taskHandle/taskHandleWithHandwrittenOpinion.dhtml';
1679
-
1680
1679
  // 发起流程
1681
1680
  // export const registerNew = '/api/v1/mecpItask/registerNew.json';
1682
1681
  var registerNew = '/bpm/v1/mecpItask/registerNew.json';
package/lib/flow-list.js CHANGED
@@ -1676,7 +1676,6 @@ var getNodeInfoHtml = pending + '/task/taskHandle/getNodeInfo.dhtml';
1676
1676
  // export const taskHandleHtml = '/api/mecp/v1/mecpItask/taskHandleHtml.json';
1677
1677
  var taskHandleHtml = pending + '/task/taskHandle/taskHandle.dhtml';
1678
1678
  var taskHandleHtmlImg = pending + '/task/taskHandle/taskHandleWithHandwrittenOpinion.dhtml';
1679
-
1680
1679
  // 发起流程
1681
1680
  // export const registerNew = '/api/v1/mecpItask/registerNew.json';
1682
1681
  var registerNew = '/bpm/v1/mecpItask/registerNew.json';