eoss-mobiles 0.3.87 → 0.3.88

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.
@@ -20900,8 +20900,8 @@ var Circulate_component = normalizeComponent(
20900
20900
  )
20901
20901
 
20902
20902
  /* harmony default export */ var Circulate = (Circulate_component.exports);
20903
- // 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=70ef7254
20904
- var TaskReadvue_type_template_id_70ef7254_render = function () {
20903
+ // 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=3d882537
20904
+ var TaskReadvue_type_template_id_3d882537_render = function () {
20905
20905
  var _vm = this
20906
20906
  var _h = _vm.$createElement
20907
20907
  var _c = _vm._self._c || _h
@@ -21171,11 +21171,11 @@ var TaskReadvue_type_template_id_70ef7254_render = function () {
21171
21171
  ]),
21172
21172
  ])
21173
21173
  }
21174
- var TaskReadvue_type_template_id_70ef7254_staticRenderFns = []
21175
- TaskReadvue_type_template_id_70ef7254_render._withStripped = true
21174
+ var TaskReadvue_type_template_id_3d882537_staticRenderFns = []
21175
+ TaskReadvue_type_template_id_3d882537_render._withStripped = true
21176
21176
 
21177
21177
 
21178
- // CONCATENATED MODULE: ./packages/flow/src/components/TaskRead.vue?vue&type=template&id=70ef7254
21178
+ // CONCATENATED MODULE: ./packages/flow/src/components/TaskRead.vue?vue&type=template&id=3d882537
21179
21179
 
21180
21180
  // 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
21181
21181
  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; };
@@ -21706,7 +21706,7 @@ var TaskReadvue_type_script_lang_js_extends = Object.assign || function (target)
21706
21706
  // this.isMultiple()
21707
21707
 
21708
21708
  _this6.getTaskRead();
21709
- // this.taskExamine = res.data.taskExamine;
21709
+ _this6.taskExamine = res.data.taskExamine;
21710
21710
  // console.log(this.taskExamine, 'taskExaminetaskExaminetaskExamine');
21711
21711
  } else {
21712
21712
  _that.$toast(res.message);
@@ -21798,7 +21798,7 @@ var TaskReadvue_type_script_lang_js_extends = Object.assign || function (target)
21798
21798
  choiceOrgId = _res$data2.choiceOrgId,
21799
21799
  defaultNotificationMessage = _res$data2.defaultNotificationMessage;
21800
21800
 
21801
- console.log(status, '来了');
21801
+ console.log(taskExamine, status, res, '来了');
21802
21802
  if (status == 'success') {
21803
21803
  _this8.defaultNotificationMessage = defaultNotificationMessage;
21804
21804
  _this8.form.notificationMsg = defaultNotificationMessage;
@@ -21808,7 +21808,10 @@ var TaskReadvue_type_script_lang_js_extends = Object.assign || function (target)
21808
21808
  if (choiceOrgId) {
21809
21809
  taskExamine.choiceOrgId = choiceOrgId;
21810
21810
  }
21811
- _this8.taskExamine = taskExamine;
21811
+ console.log(taskExamine, 'taskExamine');
21812
+ if (taskExamine) {
21813
+ _this8.taskExamine = taskExamine;
21814
+ }
21812
21815
  } else {
21813
21816
  setTimeout(function () {
21814
21817
  _this8.goBack();
@@ -21829,15 +21832,25 @@ var TaskReadvue_type_script_lang_js_extends = Object.assign || function (target)
21829
21832
  this.nextReadUserSelectList.map(function (r, i) {
21830
21833
  ids = ids + r.showid + (i === _this9.nextReadUserSelectList.length - 1 ? '' : ',');
21831
21834
  });
21832
- var _taskExamine2 = this.taskExamine,
21833
- appId = _taskExamine2.appId,
21834
- businessId = _taskExamine2.businessId,
21835
- choiceDeptId = _taskExamine2.choiceDeptId,
21836
- choiceOrgId = _taskExamine2.choiceOrgId,
21837
- bCode = _taskExamine2.bCode,
21838
- bName = _taskExamine2.bName,
21839
- businessName = _taskExamine2.businessName,
21840
- processDefinitionId = _taskExamine2.processDefinitionId;
21835
+ console.log(this.taskExamine, 'this.taskExamine');
21836
+ var appId = void 0,
21837
+ businessId = void 0,
21838
+ choiceDeptId = void 0,
21839
+ choiceOrgId = void 0,
21840
+ bCode = void 0,
21841
+ bName = void 0,
21842
+ businessName = void 0,
21843
+ processDefinitionId = void 0;
21844
+ if (this.taskExamine) {
21845
+ appId = this.taskExamine.appId;
21846
+ businessId = this.taskExamine.businessId;
21847
+ choiceDeptId = this.taskExamine.choiceDeptId;
21848
+ choiceOrgId = this.taskExamine.choiceOrgId;
21849
+ bCode = this.taskExamine.bCode;
21850
+ bName = this.taskExamine.bName;
21851
+ businessName = this.taskExamine.businessName;
21852
+ processDefinitionId = this.taskExamine.processDefinitionId;
21853
+ }
21841
21854
 
21842
21855
  var params = {
21843
21856
  url: _that.baseUrl ? _that.baseUrl + taskReadHtml : taskReadHtml,
@@ -21906,8 +21919,8 @@ var TaskReadvue_type_script_lang_js_extends = Object.assign || function (target)
21906
21919
 
21907
21920
  var TaskRead_component = normalizeComponent(
21908
21921
  components_TaskReadvue_type_script_lang_js,
21909
- TaskReadvue_type_template_id_70ef7254_render,
21910
- TaskReadvue_type_template_id_70ef7254_staticRenderFns,
21922
+ TaskReadvue_type_template_id_3d882537_render,
21923
+ TaskReadvue_type_template_id_3d882537_staticRenderFns,
21911
21924
  false,
21912
21925
  null,
21913
21926
  null,
@@ -30219,7 +30232,7 @@ if (typeof window !== 'undefined' && window.Vue) {
30219
30232
  }
30220
30233
 
30221
30234
  /* harmony default export */ var src = __webpack_exports__["default"] = ({
30222
- version: '0.3.87',
30235
+ version: '0.3.88',
30223
30236
  install: install,
30224
30237
  Button: packages_button,
30225
30238
  ButtonGroup: button_group,
package/lib/flow.js CHANGED
@@ -10121,8 +10121,8 @@ var Circulate_component = Object(componentNormalizer["a" /* default */])(
10121
10121
  )
10122
10122
 
10123
10123
  /* harmony default export */ var Circulate = (Circulate_component.exports);
10124
- // 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=70ef7254
10125
- var TaskReadvue_type_template_id_70ef7254_render = function () {
10124
+ // 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=3d882537
10125
+ var TaskReadvue_type_template_id_3d882537_render = function () {
10126
10126
  var _vm = this
10127
10127
  var _h = _vm.$createElement
10128
10128
  var _c = _vm._self._c || _h
@@ -10392,11 +10392,11 @@ var TaskReadvue_type_template_id_70ef7254_render = function () {
10392
10392
  ]),
10393
10393
  ])
10394
10394
  }
10395
- var TaskReadvue_type_template_id_70ef7254_staticRenderFns = []
10396
- TaskReadvue_type_template_id_70ef7254_render._withStripped = true
10395
+ var TaskReadvue_type_template_id_3d882537_staticRenderFns = []
10396
+ TaskReadvue_type_template_id_3d882537_render._withStripped = true
10397
10397
 
10398
10398
 
10399
- // CONCATENATED MODULE: ./packages/flow/src/components/TaskRead.vue?vue&type=template&id=70ef7254
10399
+ // CONCATENATED MODULE: ./packages/flow/src/components/TaskRead.vue?vue&type=template&id=3d882537
10400
10400
 
10401
10401
  // 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
10402
10402
  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; };
@@ -10927,7 +10927,7 @@ var TaskReadvue_type_script_lang_js_extends = Object.assign || function (target)
10927
10927
  // this.isMultiple()
10928
10928
 
10929
10929
  _this6.getTaskRead();
10930
- // this.taskExamine = res.data.taskExamine;
10930
+ _this6.taskExamine = res.data.taskExamine;
10931
10931
  // console.log(this.taskExamine, 'taskExaminetaskExaminetaskExamine');
10932
10932
  } else {
10933
10933
  _that.$toast(res.message);
@@ -11019,7 +11019,7 @@ var TaskReadvue_type_script_lang_js_extends = Object.assign || function (target)
11019
11019
  choiceOrgId = _res$data2.choiceOrgId,
11020
11020
  defaultNotificationMessage = _res$data2.defaultNotificationMessage;
11021
11021
 
11022
- console.log(status, '来了');
11022
+ console.log(taskExamine, status, res, '来了');
11023
11023
  if (status == 'success') {
11024
11024
  _this8.defaultNotificationMessage = defaultNotificationMessage;
11025
11025
  _this8.form.notificationMsg = defaultNotificationMessage;
@@ -11029,7 +11029,10 @@ var TaskReadvue_type_script_lang_js_extends = Object.assign || function (target)
11029
11029
  if (choiceOrgId) {
11030
11030
  taskExamine.choiceOrgId = choiceOrgId;
11031
11031
  }
11032
- _this8.taskExamine = taskExamine;
11032
+ console.log(taskExamine, 'taskExamine');
11033
+ if (taskExamine) {
11034
+ _this8.taskExamine = taskExamine;
11035
+ }
11033
11036
  } else {
11034
11037
  setTimeout(function () {
11035
11038
  _this8.goBack();
@@ -11050,15 +11053,25 @@ var TaskReadvue_type_script_lang_js_extends = Object.assign || function (target)
11050
11053
  this.nextReadUserSelectList.map(function (r, i) {
11051
11054
  ids = ids + r.showid + (i === _this9.nextReadUserSelectList.length - 1 ? '' : ',');
11052
11055
  });
11053
- var _taskExamine2 = this.taskExamine,
11054
- appId = _taskExamine2.appId,
11055
- businessId = _taskExamine2.businessId,
11056
- choiceDeptId = _taskExamine2.choiceDeptId,
11057
- choiceOrgId = _taskExamine2.choiceOrgId,
11058
- bCode = _taskExamine2.bCode,
11059
- bName = _taskExamine2.bName,
11060
- businessName = _taskExamine2.businessName,
11061
- processDefinitionId = _taskExamine2.processDefinitionId;
11056
+ console.log(this.taskExamine, 'this.taskExamine');
11057
+ var appId = void 0,
11058
+ businessId = void 0,
11059
+ choiceDeptId = void 0,
11060
+ choiceOrgId = void 0,
11061
+ bCode = void 0,
11062
+ bName = void 0,
11063
+ businessName = void 0,
11064
+ processDefinitionId = void 0;
11065
+ if (this.taskExamine) {
11066
+ appId = this.taskExamine.appId;
11067
+ businessId = this.taskExamine.businessId;
11068
+ choiceDeptId = this.taskExamine.choiceDeptId;
11069
+ choiceOrgId = this.taskExamine.choiceOrgId;
11070
+ bCode = this.taskExamine.bCode;
11071
+ bName = this.taskExamine.bName;
11072
+ businessName = this.taskExamine.businessName;
11073
+ processDefinitionId = this.taskExamine.processDefinitionId;
11074
+ }
11062
11075
 
11063
11076
  var params = {
11064
11077
  url: _that.baseUrl ? _that.baseUrl + api["E" /* taskReadHtml */] : api["E" /* taskReadHtml */],
@@ -11127,8 +11140,8 @@ var TaskReadvue_type_script_lang_js_extends = Object.assign || function (target)
11127
11140
 
11128
11141
  var TaskRead_component = Object(componentNormalizer["a" /* default */])(
11129
11142
  components_TaskReadvue_type_script_lang_js,
11130
- TaskReadvue_type_template_id_70ef7254_render,
11131
- TaskReadvue_type_template_id_70ef7254_staticRenderFns,
11143
+ TaskReadvue_type_template_id_3d882537_render,
11144
+ TaskReadvue_type_template_id_3d882537_staticRenderFns,
11132
11145
  false,
11133
11146
  null,
11134
11147
  null,