eoss-mobiles 0.1.57 → 0.1.58
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 +29 -26
- package/lib/flow.js +28 -25
- package/lib/index.js +1 -1
- package/package.json +1 -1
- package/packages/flow/src/components/Handle.vue +1 -0
- package/packages/flow/src/components/StartFlow.vue +4 -3
- package/packages/flow/src/components/TaskRead.vue +2 -1
- package/src/index.js +1 -1
|
@@ -10035,8 +10035,8 @@ mainvue_type_template_id_56353196_render._withStripped = true
|
|
|
10035
10035
|
|
|
10036
10036
|
// CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=56353196&
|
|
10037
10037
|
|
|
10038
|
-
// 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/StartFlow.vue?vue&type=template&id=
|
|
10039
|
-
var
|
|
10038
|
+
// 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/StartFlow.vue?vue&type=template&id=4fa2e5f8&
|
|
10039
|
+
var StartFlowvue_type_template_id_4fa2e5f8_render = function () {
|
|
10040
10040
|
var _vm = this
|
|
10041
10041
|
var _h = _vm.$createElement
|
|
10042
10042
|
var _c = _vm._self._c || _h
|
|
@@ -10240,11 +10240,11 @@ var StartFlowvue_type_template_id_8801d1d2_render = function () {
|
|
|
10240
10240
|
]),
|
|
10241
10241
|
])
|
|
10242
10242
|
}
|
|
10243
|
-
var
|
|
10244
|
-
|
|
10243
|
+
var StartFlowvue_type_template_id_4fa2e5f8_staticRenderFns = []
|
|
10244
|
+
StartFlowvue_type_template_id_4fa2e5f8_render._withStripped = true
|
|
10245
10245
|
|
|
10246
10246
|
|
|
10247
|
-
// CONCATENATED MODULE: ./packages/flow/src/components/StartFlow.vue?vue&type=template&id=
|
|
10247
|
+
// CONCATENATED MODULE: ./packages/flow/src/components/StartFlow.vue?vue&type=template&id=4fa2e5f8&
|
|
10248
10248
|
|
|
10249
10249
|
// 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/Opinion.vue?vue&type=template&id=f682be22&
|
|
10250
10250
|
var Opinionvue_type_template_id_f682be22_render = function () {
|
|
@@ -10864,6 +10864,7 @@ var StartFlowvue_type_script_lang_js_extends = Object.assign || function (target
|
|
|
10864
10864
|
businessId: String, //提交意见附件所需id一般是业务id
|
|
10865
10865
|
defId: String, //流程id
|
|
10866
10866
|
baseUrl: String, //流程地址
|
|
10867
|
+
apiBaseUrl: String,
|
|
10867
10868
|
orgId: String,
|
|
10868
10869
|
depId: String,
|
|
10869
10870
|
paddingTop: {
|
|
@@ -11014,7 +11015,7 @@ var StartFlowvue_type_script_lang_js_extends = Object.assign || function (target
|
|
|
11014
11015
|
});
|
|
11015
11016
|
var _that = this;
|
|
11016
11017
|
utils_http({
|
|
11017
|
-
url: _that.
|
|
11018
|
+
url: _that.apiBaseUrl ? _that.apiBaseUrl + registerNew : registerNew,
|
|
11018
11019
|
type: 'post',
|
|
11019
11020
|
params: StartFlowvue_type_script_lang_js_extends({}, info)
|
|
11020
11021
|
}).then(function (res) {
|
|
@@ -11121,7 +11122,7 @@ var StartFlowvue_type_script_lang_js_extends = Object.assign || function (target
|
|
|
11121
11122
|
var that = this;
|
|
11122
11123
|
return new Promise(function (resolve, reiect) {
|
|
11123
11124
|
utils_http({
|
|
11124
|
-
url: that.
|
|
11125
|
+
url: that.apiBaseUrl ? that.apiBaseUrl + toStartFlow : toStartFlow,
|
|
11125
11126
|
params: res
|
|
11126
11127
|
}).then(function (res) {
|
|
11127
11128
|
if (res.rCode == 0) {
|
|
@@ -11176,7 +11177,7 @@ var StartFlowvue_type_script_lang_js_extends = Object.assign || function (target
|
|
|
11176
11177
|
|
|
11177
11178
|
var _that = this;
|
|
11178
11179
|
utils_http({
|
|
11179
|
-
url: _that.
|
|
11180
|
+
url: _that.apiBaseUrl ? _that.apiBaseUrl + getNodeInfo : getNodeInfo,
|
|
11180
11181
|
params: {
|
|
11181
11182
|
processDefinitionId: this.flowObj.processDefinitionId,
|
|
11182
11183
|
nodeId: res,
|
|
@@ -11222,8 +11223,8 @@ var StartFlowvue_type_script_lang_js_extends = Object.assign || function (target
|
|
|
11222
11223
|
|
|
11223
11224
|
var StartFlow_component = normalizeComponent(
|
|
11224
11225
|
components_StartFlowvue_type_script_lang_js_,
|
|
11225
|
-
|
|
11226
|
-
|
|
11226
|
+
StartFlowvue_type_template_id_4fa2e5f8_render,
|
|
11227
|
+
StartFlowvue_type_template_id_4fa2e5f8_staticRenderFns,
|
|
11227
11228
|
false,
|
|
11228
11229
|
null,
|
|
11229
11230
|
null,
|
|
@@ -11232,8 +11233,8 @@ var StartFlow_component = normalizeComponent(
|
|
|
11232
11233
|
)
|
|
11233
11234
|
|
|
11234
11235
|
/* harmony default export */ var StartFlow = (StartFlow_component.exports);
|
|
11235
|
-
// 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=
|
|
11236
|
-
var
|
|
11236
|
+
// 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=154e1bc4&
|
|
11237
|
+
var Handlevue_type_template_id_154e1bc4_render = function () {
|
|
11237
11238
|
var _vm = this
|
|
11238
11239
|
var _h = _vm.$createElement
|
|
11239
11240
|
var _c = _vm._self._c || _h
|
|
@@ -12206,11 +12207,11 @@ var Handlevue_type_template_id_7e5f2c82_render = function () {
|
|
|
12206
12207
|
1
|
|
12207
12208
|
)
|
|
12208
12209
|
}
|
|
12209
|
-
var
|
|
12210
|
-
|
|
12210
|
+
var Handlevue_type_template_id_154e1bc4_staticRenderFns = []
|
|
12211
|
+
Handlevue_type_template_id_154e1bc4_render._withStripped = true
|
|
12211
12212
|
|
|
12212
12213
|
|
|
12213
|
-
// CONCATENATED MODULE: ./packages/flow/src/components/Handle.vue?vue&type=template&id=
|
|
12214
|
+
// CONCATENATED MODULE: ./packages/flow/src/components/Handle.vue?vue&type=template&id=154e1bc4&
|
|
12214
12215
|
|
|
12215
12216
|
// 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=873f59d2&
|
|
12216
12217
|
var Rejectvue_type_template_id_873f59d2_render = function () {
|
|
@@ -13234,6 +13235,7 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
13234
13235
|
orgId: String, //单位id
|
|
13235
13236
|
depId: String, //部门id
|
|
13236
13237
|
baseUrl: String,
|
|
13238
|
+
|
|
13237
13239
|
paddingTop: {
|
|
13238
13240
|
type: [String, Number],
|
|
13239
13241
|
default: 0
|
|
@@ -14007,8 +14009,8 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
14007
14009
|
|
|
14008
14010
|
var Handle_component = normalizeComponent(
|
|
14009
14011
|
components_Handlevue_type_script_lang_js_,
|
|
14010
|
-
|
|
14011
|
-
|
|
14012
|
+
Handlevue_type_template_id_154e1bc4_render,
|
|
14013
|
+
Handlevue_type_template_id_154e1bc4_staticRenderFns,
|
|
14012
14014
|
false,
|
|
14013
14015
|
null,
|
|
14014
14016
|
null,
|
|
@@ -14017,8 +14019,8 @@ var Handle_component = normalizeComponent(
|
|
|
14017
14019
|
)
|
|
14018
14020
|
|
|
14019
14021
|
/* harmony default export */ var Handle = (Handle_component.exports);
|
|
14020
|
-
// 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=
|
|
14021
|
-
var
|
|
14022
|
+
// 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=77b12967&
|
|
14023
|
+
var TaskReadvue_type_template_id_77b12967_render = function () {
|
|
14022
14024
|
var _vm = this
|
|
14023
14025
|
var _h = _vm.$createElement
|
|
14024
14026
|
var _c = _vm._self._c || _h
|
|
@@ -14183,11 +14185,11 @@ var TaskReadvue_type_template_id_39a48758_render = function () {
|
|
|
14183
14185
|
]),
|
|
14184
14186
|
])
|
|
14185
14187
|
}
|
|
14186
|
-
var
|
|
14187
|
-
|
|
14188
|
+
var TaskReadvue_type_template_id_77b12967_staticRenderFns = []
|
|
14189
|
+
TaskReadvue_type_template_id_77b12967_render._withStripped = true
|
|
14188
14190
|
|
|
14189
14191
|
|
|
14190
|
-
// CONCATENATED MODULE: ./packages/flow/src/components/TaskRead.vue?vue&type=template&id=
|
|
14192
|
+
// CONCATENATED MODULE: ./packages/flow/src/components/TaskRead.vue?vue&type=template&id=77b12967&
|
|
14191
14193
|
|
|
14192
14194
|
// 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&
|
|
14193
14195
|
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; };
|
|
@@ -14306,6 +14308,7 @@ var TaskReadvue_type_script_lang_js_extends = Object.assign || function (target)
|
|
|
14306
14308
|
userId: String,
|
|
14307
14309
|
businessId: String,
|
|
14308
14310
|
baseUrl: String,
|
|
14311
|
+
apiBaseUrl: String,
|
|
14309
14312
|
type: String,
|
|
14310
14313
|
taskReadType: {
|
|
14311
14314
|
type: String,
|
|
@@ -14495,7 +14498,7 @@ var TaskReadvue_type_script_lang_js_extends = Object.assign || function (target)
|
|
|
14495
14498
|
|
|
14496
14499
|
var _that = this;
|
|
14497
14500
|
var params = {
|
|
14498
|
-
url: _that.
|
|
14501
|
+
url: _that.apiBaseUrl ? _that.apiBaseUrl + handleTaskRead : handleTaskRead,
|
|
14499
14502
|
params: {
|
|
14500
14503
|
pendingId: this.pendingId,
|
|
14501
14504
|
businessId: this.businessId,
|
|
@@ -14632,8 +14635,8 @@ var TaskReadvue_type_script_lang_js_extends = Object.assign || function (target)
|
|
|
14632
14635
|
|
|
14633
14636
|
var TaskRead_component = normalizeComponent(
|
|
14634
14637
|
components_TaskReadvue_type_script_lang_js_,
|
|
14635
|
-
|
|
14636
|
-
|
|
14638
|
+
TaskReadvue_type_template_id_77b12967_render,
|
|
14639
|
+
TaskReadvue_type_template_id_77b12967_staticRenderFns,
|
|
14637
14640
|
false,
|
|
14638
14641
|
null,
|
|
14639
14642
|
null,
|
|
@@ -17581,7 +17584,7 @@ if (typeof window !== 'undefined' && window.Vue) {
|
|
|
17581
17584
|
}
|
|
17582
17585
|
|
|
17583
17586
|
/* harmony default export */ var src = __webpack_exports__["default"] = ({
|
|
17584
|
-
version: '0.1.
|
|
17587
|
+
version: '0.1.58',
|
|
17585
17588
|
install: install,
|
|
17586
17589
|
Button: packages_button,
|
|
17587
17590
|
ButtonGroup: button_group,
|
package/lib/flow.js
CHANGED
|
@@ -2031,8 +2031,8 @@ render._withStripped = true
|
|
|
2031
2031
|
|
|
2032
2032
|
// CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=56353196&
|
|
2033
2033
|
|
|
2034
|
-
// 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/StartFlow.vue?vue&type=template&id=
|
|
2035
|
-
var
|
|
2034
|
+
// 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/StartFlow.vue?vue&type=template&id=4fa2e5f8&
|
|
2035
|
+
var StartFlowvue_type_template_id_4fa2e5f8_render = function () {
|
|
2036
2036
|
var _vm = this
|
|
2037
2037
|
var _h = _vm.$createElement
|
|
2038
2038
|
var _c = _vm._self._c || _h
|
|
@@ -2236,11 +2236,11 @@ var StartFlowvue_type_template_id_8801d1d2_render = function () {
|
|
|
2236
2236
|
]),
|
|
2237
2237
|
])
|
|
2238
2238
|
}
|
|
2239
|
-
var
|
|
2240
|
-
|
|
2239
|
+
var StartFlowvue_type_template_id_4fa2e5f8_staticRenderFns = []
|
|
2240
|
+
StartFlowvue_type_template_id_4fa2e5f8_render._withStripped = true
|
|
2241
2241
|
|
|
2242
2242
|
|
|
2243
|
-
// CONCATENATED MODULE: ./packages/flow/src/components/StartFlow.vue?vue&type=template&id=
|
|
2243
|
+
// CONCATENATED MODULE: ./packages/flow/src/components/StartFlow.vue?vue&type=template&id=4fa2e5f8&
|
|
2244
2244
|
|
|
2245
2245
|
// EXTERNAL MODULE: ./src/config/api.js
|
|
2246
2246
|
var api = __webpack_require__(2);
|
|
@@ -2872,6 +2872,7 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < argument
|
|
|
2872
2872
|
businessId: String, //提交意见附件所需id一般是业务id
|
|
2873
2873
|
defId: String, //流程id
|
|
2874
2874
|
baseUrl: String, //流程地址
|
|
2875
|
+
apiBaseUrl: String,
|
|
2875
2876
|
orgId: String,
|
|
2876
2877
|
depId: String,
|
|
2877
2878
|
paddingTop: {
|
|
@@ -3022,7 +3023,7 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < argument
|
|
|
3022
3023
|
});
|
|
3023
3024
|
var _that = this;
|
|
3024
3025
|
Object(http["a" /* default */])({
|
|
3025
|
-
url: _that.
|
|
3026
|
+
url: _that.apiBaseUrl ? _that.apiBaseUrl + api["j" /* registerNew */] : api["j" /* registerNew */],
|
|
3026
3027
|
type: 'post',
|
|
3027
3028
|
params: _extends({}, info)
|
|
3028
3029
|
}).then(function (res) {
|
|
@@ -3129,7 +3130,7 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < argument
|
|
|
3129
3130
|
var that = this;
|
|
3130
3131
|
return new Promise(function (resolve, reiect) {
|
|
3131
3132
|
Object(http["a" /* default */])({
|
|
3132
|
-
url: that.
|
|
3133
|
+
url: that.apiBaseUrl ? that.apiBaseUrl + api["s" /* toStartFlow */] : api["s" /* toStartFlow */],
|
|
3133
3134
|
params: res
|
|
3134
3135
|
}).then(function (res) {
|
|
3135
3136
|
if (res.rCode == 0) {
|
|
@@ -3184,7 +3185,7 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < argument
|
|
|
3184
3185
|
|
|
3185
3186
|
var _that = this;
|
|
3186
3187
|
Object(http["a" /* default */])({
|
|
3187
|
-
url: _that.
|
|
3188
|
+
url: _that.apiBaseUrl ? _that.apiBaseUrl + api["e" /* getNodeInfo */] : api["e" /* getNodeInfo */],
|
|
3188
3189
|
params: {
|
|
3189
3190
|
processDefinitionId: this.flowObj.processDefinitionId,
|
|
3190
3191
|
nodeId: res,
|
|
@@ -3230,8 +3231,8 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < argument
|
|
|
3230
3231
|
|
|
3231
3232
|
var StartFlow_component = Object(componentNormalizer["a" /* default */])(
|
|
3232
3233
|
components_StartFlowvue_type_script_lang_js_,
|
|
3233
|
-
|
|
3234
|
-
|
|
3234
|
+
StartFlowvue_type_template_id_4fa2e5f8_render,
|
|
3235
|
+
StartFlowvue_type_template_id_4fa2e5f8_staticRenderFns,
|
|
3235
3236
|
false,
|
|
3236
3237
|
null,
|
|
3237
3238
|
null,
|
|
@@ -3240,8 +3241,8 @@ var StartFlow_component = Object(componentNormalizer["a" /* default */])(
|
|
|
3240
3241
|
)
|
|
3241
3242
|
|
|
3242
3243
|
/* harmony default export */ var StartFlow = (StartFlow_component.exports);
|
|
3243
|
-
// 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=
|
|
3244
|
-
var
|
|
3244
|
+
// 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=154e1bc4&
|
|
3245
|
+
var Handlevue_type_template_id_154e1bc4_render = function () {
|
|
3245
3246
|
var _vm = this
|
|
3246
3247
|
var _h = _vm.$createElement
|
|
3247
3248
|
var _c = _vm._self._c || _h
|
|
@@ -4214,11 +4215,11 @@ var Handlevue_type_template_id_7e5f2c82_render = function () {
|
|
|
4214
4215
|
1
|
|
4215
4216
|
)
|
|
4216
4217
|
}
|
|
4217
|
-
var
|
|
4218
|
-
|
|
4218
|
+
var Handlevue_type_template_id_154e1bc4_staticRenderFns = []
|
|
4219
|
+
Handlevue_type_template_id_154e1bc4_render._withStripped = true
|
|
4219
4220
|
|
|
4220
4221
|
|
|
4221
|
-
// CONCATENATED MODULE: ./packages/flow/src/components/Handle.vue?vue&type=template&id=
|
|
4222
|
+
// CONCATENATED MODULE: ./packages/flow/src/components/Handle.vue?vue&type=template&id=154e1bc4&
|
|
4222
4223
|
|
|
4223
4224
|
// 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=873f59d2&
|
|
4224
4225
|
var Rejectvue_type_template_id_873f59d2_render = function () {
|
|
@@ -5245,6 +5246,7 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
5245
5246
|
orgId: String, //单位id
|
|
5246
5247
|
depId: String, //部门id
|
|
5247
5248
|
baseUrl: String,
|
|
5249
|
+
|
|
5248
5250
|
paddingTop: {
|
|
5249
5251
|
type: [String, Number],
|
|
5250
5252
|
default: 0
|
|
@@ -6018,8 +6020,8 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
6018
6020
|
|
|
6019
6021
|
var Handle_component = Object(componentNormalizer["a" /* default */])(
|
|
6020
6022
|
components_Handlevue_type_script_lang_js_,
|
|
6021
|
-
|
|
6022
|
-
|
|
6023
|
+
Handlevue_type_template_id_154e1bc4_render,
|
|
6024
|
+
Handlevue_type_template_id_154e1bc4_staticRenderFns,
|
|
6023
6025
|
false,
|
|
6024
6026
|
null,
|
|
6025
6027
|
null,
|
|
@@ -6028,8 +6030,8 @@ var Handle_component = Object(componentNormalizer["a" /* default */])(
|
|
|
6028
6030
|
)
|
|
6029
6031
|
|
|
6030
6032
|
/* harmony default export */ var Handle = (Handle_component.exports);
|
|
6031
|
-
// 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=
|
|
6032
|
-
var
|
|
6033
|
+
// 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=77b12967&
|
|
6034
|
+
var TaskReadvue_type_template_id_77b12967_render = function () {
|
|
6033
6035
|
var _vm = this
|
|
6034
6036
|
var _h = _vm.$createElement
|
|
6035
6037
|
var _c = _vm._self._c || _h
|
|
@@ -6194,11 +6196,11 @@ var TaskReadvue_type_template_id_39a48758_render = function () {
|
|
|
6194
6196
|
]),
|
|
6195
6197
|
])
|
|
6196
6198
|
}
|
|
6197
|
-
var
|
|
6198
|
-
|
|
6199
|
+
var TaskReadvue_type_template_id_77b12967_staticRenderFns = []
|
|
6200
|
+
TaskReadvue_type_template_id_77b12967_render._withStripped = true
|
|
6199
6201
|
|
|
6200
6202
|
|
|
6201
|
-
// CONCATENATED MODULE: ./packages/flow/src/components/TaskRead.vue?vue&type=template&id=
|
|
6203
|
+
// CONCATENATED MODULE: ./packages/flow/src/components/TaskRead.vue?vue&type=template&id=77b12967&
|
|
6202
6204
|
|
|
6203
6205
|
// 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&
|
|
6204
6206
|
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; };
|
|
@@ -6317,6 +6319,7 @@ var TaskReadvue_type_script_lang_js_extends = Object.assign || function (target)
|
|
|
6317
6319
|
userId: String,
|
|
6318
6320
|
businessId: String,
|
|
6319
6321
|
baseUrl: String,
|
|
6322
|
+
apiBaseUrl: String,
|
|
6320
6323
|
type: String,
|
|
6321
6324
|
taskReadType: {
|
|
6322
6325
|
type: String,
|
|
@@ -6506,7 +6509,7 @@ var TaskReadvue_type_script_lang_js_extends = Object.assign || function (target)
|
|
|
6506
6509
|
|
|
6507
6510
|
var _that = this;
|
|
6508
6511
|
var params = {
|
|
6509
|
-
url: _that.
|
|
6512
|
+
url: _that.apiBaseUrl ? _that.apiBaseUrl + api["h" /* handleTaskRead */] : api["h" /* handleTaskRead */],
|
|
6510
6513
|
params: {
|
|
6511
6514
|
pendingId: this.pendingId,
|
|
6512
6515
|
businessId: this.businessId,
|
|
@@ -6643,8 +6646,8 @@ var TaskReadvue_type_script_lang_js_extends = Object.assign || function (target)
|
|
|
6643
6646
|
|
|
6644
6647
|
var TaskRead_component = Object(componentNormalizer["a" /* default */])(
|
|
6645
6648
|
components_TaskReadvue_type_script_lang_js_,
|
|
6646
|
-
|
|
6647
|
-
|
|
6649
|
+
TaskReadvue_type_template_id_77b12967_render,
|
|
6650
|
+
TaskReadvue_type_template_id_77b12967_staticRenderFns,
|
|
6648
6651
|
false,
|
|
6649
6652
|
null,
|
|
6650
6653
|
null,
|