eoss-mobiles 0.3.79 → 0.3.80
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 +12 -10
- package/lib/flow.js +11 -9
- package/lib/index.js +1 -1
- package/package.json +1 -1
- package/packages/flow/src/components/TaskRead.vue +4 -2
- package/src/index.js +1 -1
|
@@ -20607,8 +20607,8 @@ var Circulate_component = normalizeComponent(
|
|
|
20607
20607
|
)
|
|
20608
20608
|
|
|
20609
20609
|
/* harmony default export */ var Circulate = (Circulate_component.exports);
|
|
20610
|
-
// 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=
|
|
20611
|
-
var
|
|
20610
|
+
// 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=6f762b70
|
|
20611
|
+
var TaskReadvue_type_template_id_6f762b70_render = function () {
|
|
20612
20612
|
var _vm = this
|
|
20613
20613
|
var _h = _vm.$createElement
|
|
20614
20614
|
var _c = _vm._self._c || _h
|
|
@@ -20808,16 +20808,16 @@ var TaskReadvue_type_template_id_5fbe547c_render = function () {
|
|
|
20808
20808
|
},
|
|
20809
20809
|
},
|
|
20810
20810
|
},
|
|
20811
|
-
[_vm._v("确定")]
|
|
20811
|
+
[_vm._v(_vm._s(_vm.processObj.submitButtonName || "确定"))]
|
|
20812
20812
|
),
|
|
20813
20813
|
]),
|
|
20814
20814
|
])
|
|
20815
20815
|
}
|
|
20816
|
-
var
|
|
20817
|
-
|
|
20816
|
+
var TaskReadvue_type_template_id_6f762b70_staticRenderFns = []
|
|
20817
|
+
TaskReadvue_type_template_id_6f762b70_render._withStripped = true
|
|
20818
20818
|
|
|
20819
20819
|
|
|
20820
|
-
// CONCATENATED MODULE: ./packages/flow/src/components/TaskRead.vue?vue&type=template&id=
|
|
20820
|
+
// CONCATENATED MODULE: ./packages/flow/src/components/TaskRead.vue?vue&type=template&id=6f762b70
|
|
20821
20821
|
|
|
20822
20822
|
// 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
|
|
20823
20823
|
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; };
|
|
@@ -21019,7 +21019,7 @@ var TaskReadvue_type_script_lang_js_extends = Object.assign || function (target)
|
|
|
21019
21019
|
// }
|
|
21020
21020
|
this.getFind();
|
|
21021
21021
|
utils_http({ url: findUserBaseInfo }).then(function (res) {
|
|
21022
|
-
|
|
21022
|
+
console.log(res);
|
|
21023
21023
|
});
|
|
21024
21024
|
if (!this.readParams) {
|
|
21025
21025
|
this.getHandleInfoHtml();
|
|
@@ -21306,6 +21306,7 @@ var TaskReadvue_type_script_lang_js_extends = Object.assign || function (target)
|
|
|
21306
21306
|
_this6.processObj = res.data;
|
|
21307
21307
|
// this.notificationMsgType = res.data.defaultNotificationType.split(',');
|
|
21308
21308
|
// this.isMultiple()
|
|
21309
|
+
|
|
21309
21310
|
_this6.getTaskRead();
|
|
21310
21311
|
// this.taskExamine = res.data.taskExamine;
|
|
21311
21312
|
// console.log(this.taskExamine, 'taskExaminetaskExaminetaskExamine');
|
|
@@ -21399,6 +21400,7 @@ var TaskReadvue_type_script_lang_js_extends = Object.assign || function (target)
|
|
|
21399
21400
|
choiceOrgId = _res$data2.choiceOrgId,
|
|
21400
21401
|
defaultNotificationMessage = _res$data2.defaultNotificationMessage;
|
|
21401
21402
|
|
|
21403
|
+
console.log(status, '来了');
|
|
21402
21404
|
if (status == 'success') {
|
|
21403
21405
|
_this8.defaultNotificationMessage = defaultNotificationMessage;
|
|
21404
21406
|
_this8.form.notificationMsg = defaultNotificationMessage;
|
|
@@ -21498,8 +21500,8 @@ var TaskReadvue_type_script_lang_js_extends = Object.assign || function (target)
|
|
|
21498
21500
|
|
|
21499
21501
|
var TaskRead_component = normalizeComponent(
|
|
21500
21502
|
components_TaskReadvue_type_script_lang_js,
|
|
21501
|
-
|
|
21502
|
-
|
|
21503
|
+
TaskReadvue_type_template_id_6f762b70_render,
|
|
21504
|
+
TaskReadvue_type_template_id_6f762b70_staticRenderFns,
|
|
21503
21505
|
false,
|
|
21504
21506
|
null,
|
|
21505
21507
|
null,
|
|
@@ -29793,7 +29795,7 @@ if (typeof window !== 'undefined' && window.Vue) {
|
|
|
29793
29795
|
}
|
|
29794
29796
|
|
|
29795
29797
|
/* harmony default export */ var src = __webpack_exports__["default"] = ({
|
|
29796
|
-
version: '0.3.
|
|
29798
|
+
version: '0.3.80',
|
|
29797
29799
|
install: install,
|
|
29798
29800
|
Button: packages_button,
|
|
29799
29801
|
ButtonGroup: button_group,
|
package/lib/flow.js
CHANGED
|
@@ -9845,8 +9845,8 @@ var Circulate_component = Object(componentNormalizer["a" /* default */])(
|
|
|
9845
9845
|
)
|
|
9846
9846
|
|
|
9847
9847
|
/* harmony default export */ var Circulate = (Circulate_component.exports);
|
|
9848
|
-
// 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=
|
|
9849
|
-
var
|
|
9848
|
+
// 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=6f762b70
|
|
9849
|
+
var TaskReadvue_type_template_id_6f762b70_render = function () {
|
|
9850
9850
|
var _vm = this
|
|
9851
9851
|
var _h = _vm.$createElement
|
|
9852
9852
|
var _c = _vm._self._c || _h
|
|
@@ -10046,16 +10046,16 @@ var TaskReadvue_type_template_id_5fbe547c_render = function () {
|
|
|
10046
10046
|
},
|
|
10047
10047
|
},
|
|
10048
10048
|
},
|
|
10049
|
-
[_vm._v("确定")]
|
|
10049
|
+
[_vm._v(_vm._s(_vm.processObj.submitButtonName || "确定"))]
|
|
10050
10050
|
),
|
|
10051
10051
|
]),
|
|
10052
10052
|
])
|
|
10053
10053
|
}
|
|
10054
|
-
var
|
|
10055
|
-
|
|
10054
|
+
var TaskReadvue_type_template_id_6f762b70_staticRenderFns = []
|
|
10055
|
+
TaskReadvue_type_template_id_6f762b70_render._withStripped = true
|
|
10056
10056
|
|
|
10057
10057
|
|
|
10058
|
-
// CONCATENATED MODULE: ./packages/flow/src/components/TaskRead.vue?vue&type=template&id=
|
|
10058
|
+
// CONCATENATED MODULE: ./packages/flow/src/components/TaskRead.vue?vue&type=template&id=6f762b70
|
|
10059
10059
|
|
|
10060
10060
|
// 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
|
|
10061
10061
|
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; };
|
|
@@ -10257,7 +10257,7 @@ var TaskReadvue_type_script_lang_js_extends = Object.assign || function (target)
|
|
|
10257
10257
|
// }
|
|
10258
10258
|
this.getFind();
|
|
10259
10259
|
Object(http["a" /* default */])({ url: api["h" /* findUserBaseInfo */] }).then(function (res) {
|
|
10260
|
-
|
|
10260
|
+
console.log(res);
|
|
10261
10261
|
});
|
|
10262
10262
|
if (!this.readParams) {
|
|
10263
10263
|
this.getHandleInfoHtml();
|
|
@@ -10544,6 +10544,7 @@ var TaskReadvue_type_script_lang_js_extends = Object.assign || function (target)
|
|
|
10544
10544
|
_this6.processObj = res.data;
|
|
10545
10545
|
// this.notificationMsgType = res.data.defaultNotificationType.split(',');
|
|
10546
10546
|
// this.isMultiple()
|
|
10547
|
+
|
|
10547
10548
|
_this6.getTaskRead();
|
|
10548
10549
|
// this.taskExamine = res.data.taskExamine;
|
|
10549
10550
|
// console.log(this.taskExamine, 'taskExaminetaskExaminetaskExamine');
|
|
@@ -10637,6 +10638,7 @@ var TaskReadvue_type_script_lang_js_extends = Object.assign || function (target)
|
|
|
10637
10638
|
choiceOrgId = _res$data2.choiceOrgId,
|
|
10638
10639
|
defaultNotificationMessage = _res$data2.defaultNotificationMessage;
|
|
10639
10640
|
|
|
10641
|
+
console.log(status, '来了');
|
|
10640
10642
|
if (status == 'success') {
|
|
10641
10643
|
_this8.defaultNotificationMessage = defaultNotificationMessage;
|
|
10642
10644
|
_this8.form.notificationMsg = defaultNotificationMessage;
|
|
@@ -10736,8 +10738,8 @@ var TaskReadvue_type_script_lang_js_extends = Object.assign || function (target)
|
|
|
10736
10738
|
|
|
10737
10739
|
var TaskRead_component = Object(componentNormalizer["a" /* default */])(
|
|
10738
10740
|
components_TaskReadvue_type_script_lang_js,
|
|
10739
|
-
|
|
10740
|
-
|
|
10741
|
+
TaskReadvue_type_template_id_6f762b70_render,
|
|
10742
|
+
TaskReadvue_type_template_id_6f762b70_staticRenderFns,
|
|
10741
10743
|
false,
|
|
10742
10744
|
null,
|
|
10743
10745
|
null,
|