eoss-mobiles 0.2.88 → 0.2.90
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/eoss-mobile.common.js +49 -32
- package/lib/flow.js +33 -17
- package/lib/index.js +1 -1
- package/lib/selector.js +15 -14
- package/package.json +1 -1
- package/packages/flow/src/components/Handle.vue +1 -0
- package/packages/flow/src/components/TaskRead.vue +39 -17
- package/packages/selector/src/selector-tree.vue +8 -7
- package/src/index.js +1 -1
|
@@ -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=
|
|
2154
|
-
var
|
|
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=0cd56a16&
|
|
2154
|
+
var selector_treevue_type_template_id_0cd56a16_render = function () {
|
|
2155
2155
|
var _vm = this
|
|
2156
2156
|
var _h = _vm.$createElement
|
|
2157
2157
|
var _c = _vm._self._c || _h
|
|
@@ -2326,11 +2326,11 @@ var selector_treevue_type_template_id_ef7ffa54_render = function () {
|
|
|
2326
2326
|
1
|
|
2327
2327
|
)
|
|
2328
2328
|
}
|
|
2329
|
-
var
|
|
2330
|
-
|
|
2329
|
+
var selector_treevue_type_template_id_0cd56a16_staticRenderFns = []
|
|
2330
|
+
selector_treevue_type_template_id_0cd56a16_render._withStripped = true
|
|
2331
2331
|
|
|
2332
2332
|
|
|
2333
|
-
// CONCATENATED MODULE: ./packages/selector/src/selector-tree.vue?vue&type=template&id=
|
|
2333
|
+
// CONCATENATED MODULE: ./packages/selector/src/selector-tree.vue?vue&type=template&id=0cd56a16&
|
|
2334
2334
|
|
|
2335
2335
|
// 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=238091c2&
|
|
2336
2336
|
var treevue_type_template_id_238091c2_render = function () {
|
|
@@ -4195,10 +4195,10 @@ var _props, _methods;
|
|
|
4195
4195
|
if (rCode == 0) {
|
|
4196
4196
|
if (typeof _this5.selectList == 'string') {
|
|
4197
4197
|
_this5.selectData = [];
|
|
4198
|
-
_this5.list = _this5.getSelectData(res.results);
|
|
4198
|
+
_this5.list = _this5.getSelectData(JSON.parse(JSON.stringify(res.results)));
|
|
4199
4199
|
_this5.$emit('update:selectList', _this5.list);
|
|
4200
4200
|
}
|
|
4201
|
-
_this5.personnel = res.results;
|
|
4201
|
+
_this5.personnel = JSON.parse(JSON.stringify(res.results));
|
|
4202
4202
|
var _this = _this5;
|
|
4203
4203
|
_this5.list.filter(function (r) {
|
|
4204
4204
|
_this.personnel.find(function (i) {
|
|
@@ -4207,7 +4207,7 @@ var _props, _methods;
|
|
|
4207
4207
|
}
|
|
4208
4208
|
});
|
|
4209
4209
|
});
|
|
4210
|
-
_this5.genre = res.results;
|
|
4210
|
+
_this5.genre = JSON.parse(JSON.stringify(res.results));
|
|
4211
4211
|
} else {
|
|
4212
4212
|
_this5.$toast(msg);
|
|
4213
4213
|
}
|
|
@@ -4267,7 +4267,7 @@ var _props, _methods;
|
|
|
4267
4267
|
}
|
|
4268
4268
|
});
|
|
4269
4269
|
});
|
|
4270
|
-
if (_this7.isAllCheck && _this7.multiple) {
|
|
4270
|
+
if (_this7.isAllCheck && _this7.multiple && obj.children.length > 0) {
|
|
4271
4271
|
var checkList = obj.children.slice(1, obj.children.length).filter(function (x) {
|
|
4272
4272
|
return x.checked;
|
|
4273
4273
|
});
|
|
@@ -4408,6 +4408,7 @@ var _props, _methods;
|
|
|
4408
4408
|
this.$set(res.obj, 'checked', false);
|
|
4409
4409
|
}
|
|
4410
4410
|
} else {
|
|
4411
|
+
|
|
4411
4412
|
// if (!this.multiple && this.list.length >= 1) {
|
|
4412
4413
|
// this.$toast(this.promptText);
|
|
4413
4414
|
// return;
|
|
@@ -4418,18 +4419,18 @@ var _props, _methods;
|
|
|
4418
4419
|
model.map(function (x) {
|
|
4419
4420
|
_this9.$set(x, 'checked', true);
|
|
4420
4421
|
});
|
|
4421
|
-
(_list = this.list).
|
|
4422
|
+
(_list = this.list).push.apply(_list, model.slice(1, model.length));
|
|
4422
4423
|
} else {
|
|
4423
4424
|
this.$set(res.obj, 'checked', true);
|
|
4424
4425
|
if (!this.multiple) {
|
|
4425
4426
|
this.list = [res.obj];
|
|
4426
4427
|
this.setChecked(this.personnel, res.obj);
|
|
4427
4428
|
} else {
|
|
4428
|
-
this.list.
|
|
4429
|
+
this.list.push(res.obj);
|
|
4429
4430
|
}
|
|
4430
4431
|
}
|
|
4431
4432
|
}
|
|
4432
|
-
if (this.isAllCheck && this.multiple) {
|
|
4433
|
+
if (this.isAllCheck && this.multiple && model[0].isAllCheck) {
|
|
4433
4434
|
var checkList = model.slice(1, model.length).filter(function (x) {
|
|
4434
4435
|
return x.checked;
|
|
4435
4436
|
});
|
|
@@ -4482,8 +4483,8 @@ var _props, _methods;
|
|
|
4482
4483
|
|
|
4483
4484
|
var selector_tree_component = normalizeComponent(
|
|
4484
4485
|
src_selector_treevue_type_script_lang_js_,
|
|
4485
|
-
|
|
4486
|
-
|
|
4486
|
+
selector_treevue_type_template_id_0cd56a16_render,
|
|
4487
|
+
selector_treevue_type_template_id_0cd56a16_staticRenderFns,
|
|
4487
4488
|
false,
|
|
4488
4489
|
null,
|
|
4489
4490
|
null,
|
|
@@ -14250,8 +14251,8 @@ var StartFlow_component = normalizeComponent(
|
|
|
14250
14251
|
)
|
|
14251
14252
|
|
|
14252
14253
|
/* harmony default export */ var StartFlow = (StartFlow_component.exports);
|
|
14253
|
-
// 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=
|
|
14254
|
-
var
|
|
14254
|
+
// 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=4fb84932&
|
|
14255
|
+
var Handlevue_type_template_id_4fb84932_render = function () {
|
|
14255
14256
|
var _vm = this
|
|
14256
14257
|
var _h = _vm.$createElement
|
|
14257
14258
|
var _c = _vm._self._c || _h
|
|
@@ -15332,11 +15333,11 @@ var Handlevue_type_template_id_56b692ee_render = function () {
|
|
|
15332
15333
|
1
|
|
15333
15334
|
)
|
|
15334
15335
|
}
|
|
15335
|
-
var
|
|
15336
|
-
|
|
15336
|
+
var Handlevue_type_template_id_4fb84932_staticRenderFns = []
|
|
15337
|
+
Handlevue_type_template_id_4fb84932_render._withStripped = true
|
|
15337
15338
|
|
|
15338
15339
|
|
|
15339
|
-
// CONCATENATED MODULE: ./packages/flow/src/components/Handle.vue?vue&type=template&id=
|
|
15340
|
+
// CONCATENATED MODULE: ./packages/flow/src/components/Handle.vue?vue&type=template&id=4fb84932&
|
|
15340
15341
|
|
|
15341
15342
|
// 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=0b9b17d6&
|
|
15342
15343
|
var Rejectvue_type_template_id_0b9b17d6_render = function () {
|
|
@@ -16660,6 +16661,7 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
16660
16661
|
pendingId: pendingId,
|
|
16661
16662
|
opinion: this.form.opinion,
|
|
16662
16663
|
taskAction: 'complete',
|
|
16664
|
+
mobileKey: util["a" /* default */].getStorage('deviceId') || '123',
|
|
16663
16665
|
userId: this.userId || util["a" /* default */].getStorage('userId')
|
|
16664
16666
|
};
|
|
16665
16667
|
var formData = new FormData();
|
|
@@ -17415,8 +17417,8 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
17415
17417
|
|
|
17416
17418
|
var Handle_component = normalizeComponent(
|
|
17417
17419
|
components_Handlevue_type_script_lang_js_,
|
|
17418
|
-
|
|
17419
|
-
|
|
17420
|
+
Handlevue_type_template_id_4fb84932_render,
|
|
17421
|
+
Handlevue_type_template_id_4fb84932_staticRenderFns,
|
|
17420
17422
|
false,
|
|
17421
17423
|
null,
|
|
17422
17424
|
null,
|
|
@@ -17425,8 +17427,8 @@ var Handle_component = normalizeComponent(
|
|
|
17425
17427
|
)
|
|
17426
17428
|
|
|
17427
17429
|
/* harmony default export */ var Handle = (Handle_component.exports);
|
|
17428
|
-
// 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=
|
|
17429
|
-
var
|
|
17430
|
+
// 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=05a99589&
|
|
17431
|
+
var TaskReadvue_type_template_id_05a99589_render = function () {
|
|
17430
17432
|
var _vm = this
|
|
17431
17433
|
var _h = _vm.$createElement
|
|
17432
17434
|
var _c = _vm._self._c || _h
|
|
@@ -17598,11 +17600,11 @@ var TaskReadvue_type_template_id_d0d418ba_render = function () {
|
|
|
17598
17600
|
]),
|
|
17599
17601
|
])
|
|
17600
17602
|
}
|
|
17601
|
-
var
|
|
17602
|
-
|
|
17603
|
+
var TaskReadvue_type_template_id_05a99589_staticRenderFns = []
|
|
17604
|
+
TaskReadvue_type_template_id_05a99589_render._withStripped = true
|
|
17603
17605
|
|
|
17604
17606
|
|
|
17605
|
-
// CONCATENATED MODULE: ./packages/flow/src/components/TaskRead.vue?vue&type=template&id=
|
|
17607
|
+
// CONCATENATED MODULE: ./packages/flow/src/components/TaskRead.vue?vue&type=template&id=05a99589&
|
|
17606
17608
|
|
|
17607
17609
|
// 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&
|
|
17608
17610
|
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; };
|
|
@@ -17730,6 +17732,10 @@ var TaskReadvue_type_script_lang_js_extends = Object.assign || function (target)
|
|
|
17730
17732
|
baseUrl: String,
|
|
17731
17733
|
apiBaseUrl: String,
|
|
17732
17734
|
type: String,
|
|
17735
|
+
readParams: {
|
|
17736
|
+
type: Object,
|
|
17737
|
+
default: undefined
|
|
17738
|
+
},
|
|
17733
17739
|
taskReadType: {
|
|
17734
17740
|
type: String,
|
|
17735
17741
|
default: '分阅'
|
|
@@ -17769,7 +17775,9 @@ var TaskReadvue_type_script_lang_js_extends = Object.assign || function (target)
|
|
|
17769
17775
|
// this.getProcessObjNew();
|
|
17770
17776
|
// }
|
|
17771
17777
|
this.getFind();
|
|
17772
|
-
this.
|
|
17778
|
+
if (!this.readParams) {
|
|
17779
|
+
this.getHandleInfoHtml();
|
|
17780
|
+
}
|
|
17773
17781
|
},
|
|
17774
17782
|
|
|
17775
17783
|
|
|
@@ -17803,7 +17811,12 @@ var TaskReadvue_type_script_lang_js_extends = Object.assign || function (target)
|
|
|
17803
17811
|
if (_this.type === 'transfer') {
|
|
17804
17812
|
_this.toTaskTransfer();
|
|
17805
17813
|
} else {
|
|
17806
|
-
_this.
|
|
17814
|
+
if (!_this.readParams) {
|
|
17815
|
+
_this.getProcessObjNew();
|
|
17816
|
+
} else {
|
|
17817
|
+
_this.$toast.clear();
|
|
17818
|
+
}
|
|
17819
|
+
// this.getProcessObjNew();
|
|
17807
17820
|
}
|
|
17808
17821
|
}).catch(function (err) {
|
|
17809
17822
|
_this.loading = false;
|
|
@@ -17905,7 +17918,8 @@ var TaskReadvue_type_script_lang_js_extends = Object.assign || function (target)
|
|
|
17905
17918
|
if (res.status == 'success') {
|
|
17906
17919
|
_this3.processObj = res.data;
|
|
17907
17920
|
_this3.notificationMsgType = _this3.isMultiple();
|
|
17908
|
-
// this.taskExamine = res.data.taskExamine
|
|
17921
|
+
// this.taskExamine = res.data.taskExamine;
|
|
17922
|
+
// console.log(this.taskExamine, 'taskExaminetaskExaminetaskExamine');
|
|
17909
17923
|
} else {
|
|
17910
17924
|
_that.$toast(res.message);
|
|
17911
17925
|
setTimeout(function () {
|
|
@@ -18049,6 +18063,9 @@ var TaskReadvue_type_script_lang_js_extends = Object.assign || function (target)
|
|
|
18049
18063
|
nextReadUserId: ids
|
|
18050
18064
|
})
|
|
18051
18065
|
};
|
|
18066
|
+
if (this.readParams) {
|
|
18067
|
+
params.params = TaskReadvue_type_script_lang_js_extends({}, params.params, this.readParams);
|
|
18068
|
+
}
|
|
18052
18069
|
if (this.beforeSubmit) {
|
|
18053
18070
|
this.beforeSubmit(params.params);
|
|
18054
18071
|
return;
|
|
@@ -18085,8 +18102,8 @@ var TaskReadvue_type_script_lang_js_extends = Object.assign || function (target)
|
|
|
18085
18102
|
|
|
18086
18103
|
var TaskRead_component = normalizeComponent(
|
|
18087
18104
|
components_TaskReadvue_type_script_lang_js_,
|
|
18088
|
-
|
|
18089
|
-
|
|
18105
|
+
TaskReadvue_type_template_id_05a99589_render,
|
|
18106
|
+
TaskReadvue_type_template_id_05a99589_staticRenderFns,
|
|
18090
18107
|
false,
|
|
18091
18108
|
null,
|
|
18092
18109
|
null,
|
|
@@ -24326,7 +24343,7 @@ if (typeof window !== 'undefined' && window.Vue) {
|
|
|
24326
24343
|
}
|
|
24327
24344
|
|
|
24328
24345
|
/* harmony default export */ var src = __webpack_exports__["default"] = ({
|
|
24329
|
-
version: '0.2.
|
|
24346
|
+
version: '0.2.90',
|
|
24330
24347
|
install: install,
|
|
24331
24348
|
Button: packages_button,
|
|
24332
24349
|
ButtonGroup: button_group,
|
package/lib/flow.js
CHANGED
|
@@ -3662,8 +3662,8 @@ var StartFlow_component = Object(componentNormalizer["a" /* default */])(
|
|
|
3662
3662
|
)
|
|
3663
3663
|
|
|
3664
3664
|
/* harmony default export */ var StartFlow = (StartFlow_component.exports);
|
|
3665
|
-
// 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=
|
|
3666
|
-
var
|
|
3665
|
+
// 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=4fb84932&
|
|
3666
|
+
var Handlevue_type_template_id_4fb84932_render = function () {
|
|
3667
3667
|
var _vm = this
|
|
3668
3668
|
var _h = _vm.$createElement
|
|
3669
3669
|
var _c = _vm._self._c || _h
|
|
@@ -4744,11 +4744,11 @@ var Handlevue_type_template_id_56b692ee_render = function () {
|
|
|
4744
4744
|
1
|
|
4745
4745
|
)
|
|
4746
4746
|
}
|
|
4747
|
-
var
|
|
4748
|
-
|
|
4747
|
+
var Handlevue_type_template_id_4fb84932_staticRenderFns = []
|
|
4748
|
+
Handlevue_type_template_id_4fb84932_render._withStripped = true
|
|
4749
4749
|
|
|
4750
4750
|
|
|
4751
|
-
// CONCATENATED MODULE: ./packages/flow/src/components/Handle.vue?vue&type=template&id=
|
|
4751
|
+
// CONCATENATED MODULE: ./packages/flow/src/components/Handle.vue?vue&type=template&id=4fb84932&
|
|
4752
4752
|
|
|
4753
4753
|
// 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=0b9b17d6&
|
|
4754
4754
|
var Rejectvue_type_template_id_0b9b17d6_render = function () {
|
|
@@ -6072,6 +6072,7 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
6072
6072
|
pendingId: pendingId,
|
|
6073
6073
|
opinion: this.form.opinion,
|
|
6074
6074
|
taskAction: 'complete',
|
|
6075
|
+
mobileKey: util["a" /* default */].getStorage('deviceId') || '123',
|
|
6075
6076
|
userId: this.userId || util["a" /* default */].getStorage('userId')
|
|
6076
6077
|
};
|
|
6077
6078
|
var formData = new FormData();
|
|
@@ -6827,8 +6828,8 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
6827
6828
|
|
|
6828
6829
|
var Handle_component = Object(componentNormalizer["a" /* default */])(
|
|
6829
6830
|
components_Handlevue_type_script_lang_js_,
|
|
6830
|
-
|
|
6831
|
-
|
|
6831
|
+
Handlevue_type_template_id_4fb84932_render,
|
|
6832
|
+
Handlevue_type_template_id_4fb84932_staticRenderFns,
|
|
6832
6833
|
false,
|
|
6833
6834
|
null,
|
|
6834
6835
|
null,
|
|
@@ -6837,8 +6838,8 @@ var Handle_component = Object(componentNormalizer["a" /* default */])(
|
|
|
6837
6838
|
)
|
|
6838
6839
|
|
|
6839
6840
|
/* harmony default export */ var Handle = (Handle_component.exports);
|
|
6840
|
-
// 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=
|
|
6841
|
-
var
|
|
6841
|
+
// 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=05a99589&
|
|
6842
|
+
var TaskReadvue_type_template_id_05a99589_render = function () {
|
|
6842
6843
|
var _vm = this
|
|
6843
6844
|
var _h = _vm.$createElement
|
|
6844
6845
|
var _c = _vm._self._c || _h
|
|
@@ -7010,11 +7011,11 @@ var TaskReadvue_type_template_id_d0d418ba_render = function () {
|
|
|
7010
7011
|
]),
|
|
7011
7012
|
])
|
|
7012
7013
|
}
|
|
7013
|
-
var
|
|
7014
|
-
|
|
7014
|
+
var TaskReadvue_type_template_id_05a99589_staticRenderFns = []
|
|
7015
|
+
TaskReadvue_type_template_id_05a99589_render._withStripped = true
|
|
7015
7016
|
|
|
7016
7017
|
|
|
7017
|
-
// CONCATENATED MODULE: ./packages/flow/src/components/TaskRead.vue?vue&type=template&id=
|
|
7018
|
+
// CONCATENATED MODULE: ./packages/flow/src/components/TaskRead.vue?vue&type=template&id=05a99589&
|
|
7018
7019
|
|
|
7019
7020
|
// 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&
|
|
7020
7021
|
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; };
|
|
@@ -7142,6 +7143,10 @@ var TaskReadvue_type_script_lang_js_extends = Object.assign || function (target)
|
|
|
7142
7143
|
baseUrl: String,
|
|
7143
7144
|
apiBaseUrl: String,
|
|
7144
7145
|
type: String,
|
|
7146
|
+
readParams: {
|
|
7147
|
+
type: Object,
|
|
7148
|
+
default: undefined
|
|
7149
|
+
},
|
|
7145
7150
|
taskReadType: {
|
|
7146
7151
|
type: String,
|
|
7147
7152
|
default: '分阅'
|
|
@@ -7181,7 +7186,9 @@ var TaskReadvue_type_script_lang_js_extends = Object.assign || function (target)
|
|
|
7181
7186
|
// this.getProcessObjNew();
|
|
7182
7187
|
// }
|
|
7183
7188
|
this.getFind();
|
|
7184
|
-
this.
|
|
7189
|
+
if (!this.readParams) {
|
|
7190
|
+
this.getHandleInfoHtml();
|
|
7191
|
+
}
|
|
7185
7192
|
},
|
|
7186
7193
|
|
|
7187
7194
|
|
|
@@ -7215,7 +7222,12 @@ var TaskReadvue_type_script_lang_js_extends = Object.assign || function (target)
|
|
|
7215
7222
|
if (_this.type === 'transfer') {
|
|
7216
7223
|
_this.toTaskTransfer();
|
|
7217
7224
|
} else {
|
|
7218
|
-
_this.
|
|
7225
|
+
if (!_this.readParams) {
|
|
7226
|
+
_this.getProcessObjNew();
|
|
7227
|
+
} else {
|
|
7228
|
+
_this.$toast.clear();
|
|
7229
|
+
}
|
|
7230
|
+
// this.getProcessObjNew();
|
|
7219
7231
|
}
|
|
7220
7232
|
}).catch(function (err) {
|
|
7221
7233
|
_this.loading = false;
|
|
@@ -7317,7 +7329,8 @@ var TaskReadvue_type_script_lang_js_extends = Object.assign || function (target)
|
|
|
7317
7329
|
if (res.status == 'success') {
|
|
7318
7330
|
_this3.processObj = res.data;
|
|
7319
7331
|
_this3.notificationMsgType = _this3.isMultiple();
|
|
7320
|
-
// this.taskExamine = res.data.taskExamine
|
|
7332
|
+
// this.taskExamine = res.data.taskExamine;
|
|
7333
|
+
// console.log(this.taskExamine, 'taskExaminetaskExaminetaskExamine');
|
|
7321
7334
|
} else {
|
|
7322
7335
|
_that.$toast(res.message);
|
|
7323
7336
|
setTimeout(function () {
|
|
@@ -7461,6 +7474,9 @@ var TaskReadvue_type_script_lang_js_extends = Object.assign || function (target)
|
|
|
7461
7474
|
nextReadUserId: ids
|
|
7462
7475
|
})
|
|
7463
7476
|
};
|
|
7477
|
+
if (this.readParams) {
|
|
7478
|
+
params.params = TaskReadvue_type_script_lang_js_extends({}, params.params, this.readParams);
|
|
7479
|
+
}
|
|
7464
7480
|
if (this.beforeSubmit) {
|
|
7465
7481
|
this.beforeSubmit(params.params);
|
|
7466
7482
|
return;
|
|
@@ -7497,8 +7513,8 @@ var TaskReadvue_type_script_lang_js_extends = Object.assign || function (target)
|
|
|
7497
7513
|
|
|
7498
7514
|
var TaskRead_component = Object(componentNormalizer["a" /* default */])(
|
|
7499
7515
|
components_TaskReadvue_type_script_lang_js_,
|
|
7500
|
-
|
|
7501
|
-
|
|
7516
|
+
TaskReadvue_type_template_id_05a99589_render,
|
|
7517
|
+
TaskReadvue_type_template_id_05a99589_staticRenderFns,
|
|
7502
7518
|
false,
|
|
7503
7519
|
null,
|
|
7504
7520
|
null,
|