eoss-mobiles 0.3.26 → 0.3.28

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-list.js CHANGED
@@ -1623,22 +1623,22 @@ function normalizeComponent(
1623
1623
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "L", function() { return toStartFlow; });
1624
1624
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "f", function() { return findUserBaseInfo; });
1625
1625
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "E", function() { return taskRejectHtml; });
1626
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "O", function() { return toTaskRejectHtml; });
1626
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "P", function() { return toTaskRejectHtml; });
1627
1627
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "r", function() { return handleTaskRead; });
1628
1628
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "C", function() { return taskReadHtml; });
1629
1629
  /* unused harmony export toStartTaskRead */
1630
1630
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "M", function() { return toStartTaskReadHtml; });
1631
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "T", function() { return toTaskTransferIndex; });
1631
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "U", function() { return toTaskTransferIndex; });
1632
1632
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "H", function() { return taskTransfer; });
1633
1633
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "e", function() { return findSysCodes; });
1634
1634
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "m", function() { return getNotificationMsg; });
1635
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "U", function() { return toTaskUnionExamine; });
1635
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "V", function() { return toTaskUnionExamine; });
1636
1636
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "I", function() { return taskUnionExamine; });
1637
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "S", function() { return toTaskTakeAdvice; });
1637
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "T", function() { return toTaskTakeAdvice; });
1638
1638
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "G", function() { return taskTakeAdvice; });
1639
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "P", function() { return toTaskStartDraft; });
1639
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Q", function() { return toTaskStartDraft; });
1640
1640
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "F", function() { return taskStartDraft; });
1641
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "V", function() { return toTaskUnionSeal; });
1641
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "W", function() { return toTaskUnionSeal; });
1642
1642
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "J", function() { return taskUnionSeal; });
1643
1643
  /* unused harmony export toTwoOfficesDispatch */
1644
1644
  /* unused harmony export twoOfficesDispatch */
@@ -1651,15 +1651,16 @@ function normalizeComponent(
1651
1651
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "o", function() { return getProcessDefList; });
1652
1652
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "y", function() { return startReadTransferHandleFlowWithTaskReadEnd; });
1653
1653
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "g", function() { return freeStartFlowWithSubmitTask; });
1654
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Q", function() { return toTaskSupervise; });
1655
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "R", function() { return toTaskSuperviseSub; });
1654
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "R", function() { return toTaskSupervise; });
1655
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "S", function() { return toTaskSuperviseSub; });
1656
1656
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "K", function() { return toResetProcessIndex; });
1657
1657
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "w", function() { return resetProcess; });
1658
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "N", function() { return toTaskContinuationIndex; });
1658
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "O", function() { return toTaskContinuationIndex; });
1659
1659
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "z", function() { return taskContinuation; });
1660
1660
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "D", function() { return taskReadList; });
1661
1661
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return cancelTaskRead; });
1662
1662
  /* unused harmony export officeHandleRemark */
1663
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "N", function() { return toStartTaskReadNew; });
1663
1664
  /* harmony import */ var _utils_util__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(0);
1664
1665
 
1665
1666
  var activiti = '/bpm';
@@ -1785,6 +1786,8 @@ var taskReadList = '/bpm/pendedhistoryManager/fyListJson.dhtml';
1785
1786
  var cancelTaskRead = '/bpm/bpmBackend/taskReadWithDraw';
1786
1787
  // 获取公文办理消息
1787
1788
  var officeHandleRemark = '/archives/task/taskHandle/getDefaultNotificationType.dhtml';
1789
+ // 获取分阅信息
1790
+ var toStartTaskReadNew = '/bpm/bpmBackend/toStartTaskRead';
1788
1791
 
1789
1792
  /***/ }),
1790
1793
  /* 3 */
package/lib/flow.js CHANGED
@@ -1623,22 +1623,22 @@ function normalizeComponent(
1623
1623
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "L", function() { return toStartFlow; });
1624
1624
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "f", function() { return findUserBaseInfo; });
1625
1625
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "E", function() { return taskRejectHtml; });
1626
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "O", function() { return toTaskRejectHtml; });
1626
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "P", function() { return toTaskRejectHtml; });
1627
1627
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "r", function() { return handleTaskRead; });
1628
1628
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "C", function() { return taskReadHtml; });
1629
1629
  /* unused harmony export toStartTaskRead */
1630
1630
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "M", function() { return toStartTaskReadHtml; });
1631
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "T", function() { return toTaskTransferIndex; });
1631
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "U", function() { return toTaskTransferIndex; });
1632
1632
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "H", function() { return taskTransfer; });
1633
1633
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "e", function() { return findSysCodes; });
1634
1634
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "m", function() { return getNotificationMsg; });
1635
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "U", function() { return toTaskUnionExamine; });
1635
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "V", function() { return toTaskUnionExamine; });
1636
1636
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "I", function() { return taskUnionExamine; });
1637
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "S", function() { return toTaskTakeAdvice; });
1637
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "T", function() { return toTaskTakeAdvice; });
1638
1638
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "G", function() { return taskTakeAdvice; });
1639
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "P", function() { return toTaskStartDraft; });
1639
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Q", function() { return toTaskStartDraft; });
1640
1640
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "F", function() { return taskStartDraft; });
1641
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "V", function() { return toTaskUnionSeal; });
1641
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "W", function() { return toTaskUnionSeal; });
1642
1642
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "J", function() { return taskUnionSeal; });
1643
1643
  /* unused harmony export toTwoOfficesDispatch */
1644
1644
  /* unused harmony export twoOfficesDispatch */
@@ -1651,15 +1651,16 @@ function normalizeComponent(
1651
1651
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "o", function() { return getProcessDefList; });
1652
1652
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "y", function() { return startReadTransferHandleFlowWithTaskReadEnd; });
1653
1653
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "g", function() { return freeStartFlowWithSubmitTask; });
1654
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Q", function() { return toTaskSupervise; });
1655
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "R", function() { return toTaskSuperviseSub; });
1654
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "R", function() { return toTaskSupervise; });
1655
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "S", function() { return toTaskSuperviseSub; });
1656
1656
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "K", function() { return toResetProcessIndex; });
1657
1657
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "w", function() { return resetProcess; });
1658
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "N", function() { return toTaskContinuationIndex; });
1658
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "O", function() { return toTaskContinuationIndex; });
1659
1659
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "z", function() { return taskContinuation; });
1660
1660
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "D", function() { return taskReadList; });
1661
1661
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return cancelTaskRead; });
1662
1662
  /* unused harmony export officeHandleRemark */
1663
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "N", function() { return toStartTaskReadNew; });
1663
1664
  /* harmony import */ var _utils_util__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(0);
1664
1665
 
1665
1666
  var activiti = '/bpm';
@@ -1785,6 +1786,8 @@ var taskReadList = '/bpm/pendedhistoryManager/fyListJson.dhtml';
1785
1786
  var cancelTaskRead = '/bpm/bpmBackend/taskReadWithDraw';
1786
1787
  // 获取公文办理消息
1787
1788
  var officeHandleRemark = '/archives/task/taskHandle/getDefaultNotificationType.dhtml';
1789
+ // 获取分阅信息
1790
+ var toStartTaskReadNew = '/bpm/bpmBackend/toStartTaskRead';
1788
1791
 
1789
1792
  /***/ }),
1790
1793
  /* 3 */
@@ -6340,7 +6343,7 @@ var Rejectvue_type_script_lang_js_extends = Object.assign || function (target) {
6340
6343
  duration: 0
6341
6344
  });
6342
6345
  Object(http["a" /* default */])({
6343
- url: _that.baseUrl ? _that.baseUrl + api["O" /* toTaskRejectHtml */] : api["O" /* toTaskRejectHtml */],
6346
+ url: _that.baseUrl ? _that.baseUrl + api["P" /* toTaskRejectHtml */] : api["P" /* toTaskRejectHtml */],
6344
6347
  params: {
6345
6348
  pendingId: this.pendingId,
6346
6349
  isSinglePage: false,
@@ -6439,7 +6442,7 @@ var Reject_component = Object(componentNormalizer["a" /* default */])(
6439
6442
  duration: 0
6440
6443
  });
6441
6444
  Object(http["a" /* default */])({
6442
- url: _that.baseUrl ? _that.baseUrl + api["O" /* toTaskRejectHtml */] : api["O" /* toTaskRejectHtml */],
6445
+ url: _that.baseUrl ? _that.baseUrl + api["P" /* toTaskRejectHtml */] : api["P" /* toTaskRejectHtml */],
6443
6446
  params: {
6444
6447
  appid: this.appid,
6445
6448
  pendingId: this.pendingId,
@@ -8422,8 +8425,8 @@ var Handle_component = Object(componentNormalizer["a" /* default */])(
8422
8425
  )
8423
8426
 
8424
8427
  /* harmony default export */ var Handle = (Handle_component.exports);
8425
- // 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
8426
- var TaskReadvue_type_template_id_161443d3_render = function () {
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=5d81e59e
8429
+ var TaskReadvue_type_template_id_5d81e59e_render = function () {
8427
8430
  var _vm = this
8428
8431
  var _h = _vm.$createElement
8429
8432
  var _c = _vm._self._c || _h
@@ -8624,11 +8627,11 @@ var TaskReadvue_type_template_id_161443d3_render = function () {
8624
8627
  ]),
8625
8628
  ])
8626
8629
  }
8627
- var TaskReadvue_type_template_id_161443d3_staticRenderFns = []
8628
- TaskReadvue_type_template_id_161443d3_render._withStripped = true
8630
+ var TaskReadvue_type_template_id_5d81e59e_staticRenderFns = []
8631
+ TaskReadvue_type_template_id_5d81e59e_render._withStripped = true
8629
8632
 
8630
8633
 
8631
- // CONCATENATED MODULE: ./packages/flow/src/components/TaskRead.vue?vue&type=template&id=161443d3
8634
+ // CONCATENATED MODULE: ./packages/flow/src/components/TaskRead.vue?vue&type=template&id=5d81e59e
8632
8635
 
8633
8636
  // 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
8634
8637
  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; };
@@ -8742,6 +8745,7 @@ var TaskReadvue_type_script_lang_js_extends = Object.assign || function (target)
8742
8745
  nextNode: {},
8743
8746
  readOnlyNotificationType: '',
8744
8747
  defaultNotificationMessage: '',
8748
+ selectPersonValue: 0,
8745
8749
  notificationMessageReadOnly: false,
8746
8750
  dataJson: {
8747
8751
  isCdjxjTaskHandle: undefined
@@ -8818,6 +8822,7 @@ var TaskReadvue_type_script_lang_js_extends = Object.assign || function (target)
8818
8822
  // this.getProcessObjNew();
8819
8823
  // }
8820
8824
  this.getFind();
8825
+
8821
8826
  if (!this.readParams) {
8822
8827
  this.getHandleInfoHtml();
8823
8828
  } else {
@@ -8958,7 +8963,7 @@ var TaskReadvue_type_script_lang_js_extends = Object.assign || function (target)
8958
8963
  taskExamine = this.taskExamine;
8959
8964
 
8960
8965
  var params = {
8961
- url: this.baseUrl ? this.baseUrl + api["T" /* toTaskTransferIndex */] : api["T" /* toTaskTransferIndex */],
8966
+ url: this.baseUrl ? this.baseUrl + api["U" /* toTaskTransferIndex */] : api["U" /* toTaskTransferIndex */],
8962
8967
  params: {
8963
8968
  opinion: opinion,
8964
8969
  pendingId: pendingId,
@@ -9027,22 +9032,22 @@ var TaskReadvue_type_script_lang_js_extends = Object.assign || function (target)
9027
9032
  },
9028
9033
  isMultiple: function isMultiple() {
9029
9034
  var orgId = util["a" /* default */].getStorage('orgId') || this.orgId;
9030
- if (this.processObj.selectPersonValue == 1) {
9035
+ if (this.selectPersonValue == 1) {
9031
9036
  this.multiple = false;
9032
9037
  this.params.pid = orgId;
9033
- } else if (this.processObj.selectPersonValue == 2) {
9038
+ } else if (this.selectPersonValue == 2) {
9034
9039
  this.multiple = true;
9035
9040
  this.params.pid = orgId;
9036
- } else if (this.processObj.selectPersonValue == 3) {
9041
+ } else if (this.selectPersonValue == 3) {
9037
9042
  this.multiple = false;
9038
- this.params.pid = 'all';
9039
- } else if (this.processObj.selectPersonValue == 4) {
9043
+ this.params.pid = 'root';
9044
+ } else if (this.selectPersonValue == 4) {
9040
9045
  this.multiple = true;
9041
- this.params.pid = 'all';
9042
- } else if (this.processObj.selectPersonValue == 5) {
9046
+ this.params.pid = 'root';
9047
+ } else if (this.selectPersonValue == 5) {
9043
9048
  this.multiple = false;
9044
9049
  this.params.pid = '';
9045
- } else if (this.processObj.selectPersonValue == 6) {
9050
+ } else if (this.selectPersonValue == 6) {
9046
9051
  this.multiple = true;
9047
9052
  this.params.pid = '';
9048
9053
  }
@@ -9053,9 +9058,30 @@ var TaskReadvue_type_script_lang_js_extends = Object.assign || function (target)
9053
9058
  this.form.notificationMsgType = obj.notificationType.join(',');
9054
9059
  this.form.notificationMsg = obj.notificationMsg;
9055
9060
  },
9056
- getProcessObjNew: function getProcessObjNew() {
9061
+ getTaskRead: function getTaskRead() {
9057
9062
  var _this5 = this;
9058
9063
 
9064
+ var params = {
9065
+ appId: this.processObj.taskExamine.appId,
9066
+ businessId: this.processObj.taskExamine.businessId,
9067
+ // taskAction: this.newType,
9068
+ userId: this.userId,
9069
+ mobileKey: util["a" /* default */].getStorage('deviceId') || '123'
9070
+ };
9071
+ Object(http["a" /* default */])({
9072
+ url: this.baseUrl ? this.baseUrl + api["N" /* toStartTaskReadNew */] : api["N" /* toStartTaskReadNew */],
9073
+ params: params
9074
+ }).then(function (res) {
9075
+ if (res.status == 'success' || res.rCode == 0) {
9076
+ _this5.selectPersonValue = res.data.selectPersonValue;
9077
+ _this5.isMultiple();
9078
+ }
9079
+ console.log(res);
9080
+ });
9081
+ },
9082
+ getProcessObjNew: function getProcessObjNew() {
9083
+ var _this6 = this;
9084
+
9059
9085
  var _that = this;
9060
9086
  var params = {
9061
9087
  pendingId: this.pendingId,
@@ -9071,14 +9097,16 @@ var TaskReadvue_type_script_lang_js_extends = Object.assign || function (target)
9071
9097
  }).then(function (res) {
9072
9098
  _that.$toast.clear();
9073
9099
  if (res.status == 'success') {
9074
- _this5.processObj = res.data;
9075
- _this5.notificationMsgType = _this5.isMultiple();
9100
+ _this6.processObj = res.data;
9101
+ // this.notificationMsgType = res.data.defaultNotificationType.split(',');
9102
+ // this.isMultiple()
9103
+ _this6.getTaskRead();
9076
9104
  // this.taskExamine = res.data.taskExamine;
9077
9105
  // console.log(this.taskExamine, 'taskExaminetaskExaminetaskExamine');
9078
9106
  } else {
9079
9107
  _that.$toast(res.message);
9080
9108
  setTimeout(function () {
9081
- _this5.goBack();
9109
+ _this6.goBack();
9082
9110
  }, 1000);
9083
9111
  }
9084
9112
  });
@@ -9110,7 +9138,7 @@ var TaskReadvue_type_script_lang_js_extends = Object.assign || function (target)
9110
9138
  // }
9111
9139
  },
9112
9140
  onSubmitReadEndNew: function onSubmitReadEndNew() {
9113
- var _this6 = this;
9141
+ var _this7 = this;
9114
9142
 
9115
9143
  var _that = this;
9116
9144
  var params = {
@@ -9142,17 +9170,17 @@ var TaskReadvue_type_script_lang_js_extends = Object.assign || function (target)
9142
9170
 
9143
9171
  Object(http["a" /* default */])(params).then(function (res) {
9144
9172
  if (res.rCode == 0) {
9145
- _this6.$toast('操作成功');
9146
- _this6.$parent.$emit('success');
9173
+ _this7.$toast('操作成功');
9174
+ _this7.$parent.$emit('success');
9147
9175
  } else {
9148
- _this6.$toast(res.msg);
9176
+ _this7.$toast(res.msg);
9149
9177
  }
9150
9178
  }).catch(function (err) {
9151
- _this6.$toast('数据返回失败');
9179
+ _this7.$toast('数据返回失败');
9152
9180
  });
9153
9181
  },
9154
9182
  getHandleInfoHtml: function getHandleInfoHtml() {
9155
- var _this7 = this;
9183
+ var _this8 = this;
9156
9184
 
9157
9185
  Object(http["a" /* default */])({
9158
9186
  url: this.baseUrl ? this.baseUrl + api["j" /* getHandleInfoHtml */] : api["j" /* getHandleInfoHtml */],
@@ -9166,21 +9194,21 @@ var TaskReadvue_type_script_lang_js_extends = Object.assign || function (target)
9166
9194
  defaultNotificationMessage = _res$data2.defaultNotificationMessage;
9167
9195
 
9168
9196
  if (status == 'success') {
9169
- _this7.defaultNotificationMessage = defaultNotificationMessage;
9170
- _this7.form.notificationMsg = defaultNotificationMessage;
9197
+ _this8.defaultNotificationMessage = defaultNotificationMessage;
9198
+ _this8.form.notificationMsg = defaultNotificationMessage;
9171
9199
  taskExamine.choiceDeptId = choiceDeptId;
9172
9200
  taskExamine.choiceOrgId = choiceOrgId;
9173
- _this7.taskExamine = taskExamine;
9201
+ _this8.taskExamine = taskExamine;
9174
9202
  } else {
9175
9203
  setTimeout(function () {
9176
- _this7.goBack();
9204
+ _this8.goBack();
9177
9205
  }, 1000);
9178
- _this7.$toast(res.message);
9206
+ _this8.$toast(res.message);
9179
9207
  }
9180
9208
  });
9181
9209
  },
9182
9210
  onSubmitReadNew: function onSubmitReadNew() {
9183
- var _this8 = this;
9211
+ var _this9 = this;
9184
9212
 
9185
9213
  var _that = this;
9186
9214
  if (!this.nextReadUserSelectList || this.nextReadUserSelectList.length === 0) {
@@ -9189,7 +9217,7 @@ var TaskReadvue_type_script_lang_js_extends = Object.assign || function (target)
9189
9217
  }
9190
9218
  var ids = '';
9191
9219
  this.nextReadUserSelectList.map(function (r, i) {
9192
- ids = ids + r.showid + (i === _this8.nextReadUserSelectList.length - 1 ? '' : ',');
9220
+ ids = ids + r.showid + (i === _this9.nextReadUserSelectList.length - 1 ? '' : ',');
9193
9221
  });
9194
9222
  var _taskExamine2 = this.taskExamine,
9195
9223
  appId = _taskExamine2.appId,
@@ -9241,13 +9269,13 @@ var TaskReadvue_type_script_lang_js_extends = Object.assign || function (target)
9241
9269
  });
9242
9270
  Object(http["a" /* default */])(params).then(function (res) {
9243
9271
  if (res.status == 'success') {
9244
- _this8.$toast('操作成功');
9245
- _this8.$parent.$emit('success');
9272
+ _this9.$toast('操作成功');
9273
+ _this9.$parent.$emit('success');
9246
9274
  } else {
9247
- _this8.$toast(res.message);
9275
+ _this9.$toast(res.message);
9248
9276
  }
9249
9277
  }).catch(function (err) {
9250
- _this8.$toast('数据返回失败');
9278
+ _this9.$toast('数据返回失败');
9251
9279
  });
9252
9280
  }
9253
9281
  }
@@ -9264,8 +9292,8 @@ var TaskReadvue_type_script_lang_js_extends = Object.assign || function (target)
9264
9292
 
9265
9293
  var TaskRead_component = Object(componentNormalizer["a" /* default */])(
9266
9294
  components_TaskReadvue_type_script_lang_js,
9267
- TaskReadvue_type_template_id_161443d3_render,
9268
- TaskReadvue_type_template_id_161443d3_staticRenderFns,
9295
+ TaskReadvue_type_template_id_5d81e59e_render,
9296
+ TaskReadvue_type_template_id_5d81e59e_staticRenderFns,
9269
9297
  false,
9270
9298
  null,
9271
9299
  null,
@@ -9791,7 +9819,7 @@ taskUnionExaminevue_type_template_id_78d96d93_render._withStripped = true
9791
9819
  var _this5 = this;
9792
9820
 
9793
9821
  var params = {
9794
- url: this.type == 'takeAdvice' ? api["S" /* toTaskTakeAdvice */] : this.type === 'startDraf' ? api["P" /* toTaskStartDraft */] : this.type == 'unionSeal' ? api["V" /* toTaskUnionSeal */] : this.type == 'twoOfficesDispatch' ? toTwoOfficesDispatch : api["U" /* toTaskUnionExamine */],
9822
+ url: this.type == 'takeAdvice' ? api["T" /* toTaskTakeAdvice */] : this.type === 'startDraf' ? api["Q" /* toTaskStartDraft */] : this.type == 'unionSeal' ? api["W" /* toTaskUnionSeal */] : this.type == 'twoOfficesDispatch' ? toTwoOfficesDispatch : api["V" /* toTaskUnionExamine */],
9795
9823
  params: { pendingId: this.pendingId, userId: this.userId },
9796
9824
  headers: { Accept: 'application/json,text/plain' }
9797
9825
  };
@@ -10016,7 +10044,7 @@ taskUnionExaminevue_type_template_id_78d96d93_render._withStripped = true
10016
10044
  // duration: 0
10017
10045
  // });
10018
10046
  Object(http["a" /* default */])({
10019
- url: _that.baseUrl ? _that.baseUrl + api["U" /* toTaskUnionExamine */] : api["U" /* toTaskUnionExamine */],
10047
+ url: _that.baseUrl ? _that.baseUrl + api["V" /* toTaskUnionExamine */] : api["V" /* toTaskUnionExamine */],
10020
10048
  params: {
10021
10049
  pendingId: this.pendingId
10022
10050
  }
@@ -10209,7 +10237,7 @@ supervisevue_type_template_id_a0018e76_render._withStripped = true
10209
10237
  pendingUserIds = _form.pendingUserIds;
10210
10238
 
10211
10239
  var params = {
10212
- url: api["R" /* toTaskSuperviseSub */],
10240
+ url: api["S" /* toTaskSuperviseSub */],
10213
10241
  params: {
10214
10242
  userId: util["a" /* default */].getStorage('userId'),
10215
10243
  urgeUserIds: selectInfo.map(function (item) {
@@ -10248,7 +10276,7 @@ supervisevue_type_template_id_a0018e76_render._withStripped = true
10248
10276
  message: '加载中...'
10249
10277
  });
10250
10278
  Object(http["a" /* default */])({
10251
- url: api["Q" /* toTaskSupervise */],
10279
+ url: api["R" /* toTaskSupervise */],
10252
10280
  params: {
10253
10281
  businessId: this.businessId,
10254
10282
  userId: util["a" /* default */].getStorage('userId')
@@ -11172,7 +11200,7 @@ var resetvue_type_script_lang_js_typeof = typeof Symbol === "function" && typeof
11172
11200
  // 获取发起流程信息
11173
11201
  getProcessObj: function getProcessObj(res) {
11174
11202
  var that = this;
11175
- var url = that.type === 'reset' ? api["K" /* toResetProcessIndex */] : api["N" /* toTaskContinuationIndex */];
11203
+ var url = that.type === 'reset' ? api["K" /* toResetProcessIndex */] : api["O" /* toTaskContinuationIndex */];
11176
11204
  return new Promise(function (resolve, reiect) {
11177
11205
  Object(http["a" /* default */])({
11178
11206
  url: that.apiBaseUrl ? that.apiBaseUrl + url : url,