eoss-ui 0.4.68 → 0.4.70

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-group.js CHANGED
@@ -2872,7 +2872,7 @@ module.exports = require("qs");
2872
2872
  // ESM COMPAT FLAG
2873
2873
  __webpack_require__.r(__webpack_exports__);
2874
2874
 
2875
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow-group/src/main.vue?vue&type=template&id=8ca359de&
2875
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow-group/src/main.vue?vue&type=template&id=200d21c4&
2876
2876
  var render = function () {
2877
2877
  var _vm = this
2878
2878
  var _h = _vm.$createElement
@@ -2949,80 +2949,423 @@ var render = function () {
2949
2949
  2
2950
2950
  )
2951
2951
  : _vm._e(),
2952
- items.contents
2953
- ? [
2954
- Array.isArray(items.contents)
2955
- ? [
2956
- _vm._l(
2957
- items.contents,
2958
- function (item, index) {
2959
- return [
2960
- items.average
2961
- ? _c(
2962
- "div",
2963
- {
2964
- key: index,
2965
- staticClass:
2966
- "es-tab-pane-list",
2967
- },
2968
- [
2969
- _c(
2970
- "div",
2971
- {
2972
- staticClass:
2973
- "es-tab-pane-main",
2974
- },
2975
- [
2976
- item.type ===
2977
- "flow-list" ||
2978
- item.type === "flowList"
2979
- ? _c(
2980
- "es-flow-list",
2981
- _vm._g(
2982
- _vm._b(
2983
- {
2984
- key: index,
2985
- attrs: {
2986
- businessId:
2987
- _vm.businessId,
2988
- },
2989
- },
2990
- "es-flow-list",
2991
- _vm.handleExclAttribute(
2992
- {
2993
- data: item,
2994
- attrs: [
2995
- "events",
2996
- "visible",
2997
- "type",
2952
+ _c(
2953
+ "es-tabs-panel",
2954
+ _vm._b(
2955
+ {
2956
+ attrs: {
2957
+ show: _vm.activeName === String(indexs),
2958
+ },
2959
+ scopedSlots: _vm._u([
2960
+ {
2961
+ key: "default",
2962
+ fn: function (ref) {
2963
+ var contents = ref.contents
2964
+ var average = ref.average
2965
+ var data = ref.data
2966
+ var title = ref.title
2967
+ var show = ref.show
2968
+ var isShow = ref.isShow
2969
+ return [
2970
+ Array.isArray(contents)
2971
+ ? [
2972
+ _vm._l(
2973
+ contents,
2974
+ function (item, index) {
2975
+ return [
2976
+ average
2977
+ ? _c(
2978
+ "div",
2979
+ {
2980
+ key: index,
2981
+ staticClass:
2982
+ "es-tab-pane-list",
2983
+ },
2984
+ [
2985
+ _c(
2986
+ "div",
2987
+ {
2988
+ staticClass:
2989
+ "es-tab-pane-main",
2990
+ },
2991
+ [
2992
+ item.type ===
2993
+ "flow-list" ||
2994
+ item.type ===
2995
+ "flowList"
2996
+ ? _c(
2997
+ "es-flow-list",
2998
+ _vm._b(
2999
+ {
3000
+ key: index,
3001
+ attrs:
3002
+ {
3003
+ businessId:
3004
+ _vm.businessId,
3005
+ display:
3006
+ _vm.activeName ===
3007
+ String(
3008
+ indexs
3009
+ ),
3010
+ },
3011
+ },
3012
+ "es-flow-list",
3013
+ _vm.handleExclAttribute(
3014
+ {
3015
+ data: item,
3016
+ attrs:
3017
+ [
3018
+ "events",
3019
+ "visible",
3020
+ "type",
3021
+ ],
3022
+ }
3023
+ ),
3024
+ false
3025
+ )
3026
+ )
3027
+ : _vm._e(),
3028
+ item.type ===
3029
+ "data-table" ||
3030
+ item.type ===
3031
+ "dataTable"
3032
+ ? _c(
3033
+ "es-data-table",
3034
+ _vm._g(
3035
+ _vm._b(
3036
+ {
3037
+ class:
3038
+ {
3039
+ "es-flow-group-data-table":
3040
+ item.type ===
3041
+ "data-table" ||
3042
+ item.type ===
3043
+ "dataTable",
3044
+ },
3045
+ attrs:
3046
+ {
3047
+ appId:
3048
+ _vm.taskExamineAppId,
3049
+ display:
3050
+ _vm.activeName ===
3051
+ String(
3052
+ indexs
3053
+ ),
3054
+ },
3055
+ },
3056
+ "es-data-table",
3057
+ _vm.handleExclAttribute(
3058
+ {
3059
+ data: item,
3060
+ attrs:
3061
+ [
3062
+ "events",
3063
+ "visible",
3064
+ "type",
3065
+ ],
3066
+ }
3067
+ ),
3068
+ false
3069
+ ),
3070
+ item.events
3071
+ ),
3072
+ [
3073
+ item.dialog
3074
+ ? _c(
3075
+ "template",
3076
+ {
3077
+ slot: "dialog",
3078
+ },
3079
+ [
3080
+ Array.isArray(
3081
+ item.dialog
3082
+ )
3083
+ ? _vm._l(
3084
+ item.dialog,
3085
+ function (
3086
+ ele,
3087
+ ids
3088
+ ) {
3089
+ return _c(
3090
+ "es-dialog",
3091
+ _vm._g(
3092
+ _vm._b(
3093
+ {
3094
+ key: ids,
3095
+ attrs:
3096
+ {
3097
+ isReload: true,
3098
+ visible:
3099
+ ele.visible,
3100
+ },
3101
+ on: {
3102
+ "update:visible":
3103
+ function (
3104
+ $event
3105
+ ) {
3106
+ _vm.$set(
3107
+ ele,
3108
+ "visible",
3109
+ $event
3110
+ )
3111
+ },
3112
+ },
3113
+ },
3114
+ "es-dialog",
3115
+ ele,
3116
+ false
3117
+ ),
3118
+ Object.assign(
3119
+ {},
3120
+ ele.events
3121
+ )
3122
+ )
3123
+ )
3124
+ }
3125
+ )
3126
+ : _c(
3127
+ "es-dialog",
3128
+ _vm._g(
3129
+ _vm._b(
3130
+ {
3131
+ attrs:
3132
+ {
3133
+ isReload: true,
3134
+ visible:
3135
+ item
3136
+ .dialog
3137
+ .visible,
3138
+ },
3139
+ on: {
3140
+ "update:visible":
3141
+ function (
3142
+ $event
3143
+ ) {
3144
+ _vm.$set(
3145
+ item.dialog,
3146
+ "visible",
3147
+ $event
3148
+ )
3149
+ },
3150
+ },
3151
+ },
3152
+ "es-dialog",
3153
+ item.dialog,
3154
+ false
3155
+ ),
3156
+ Object.assign(
3157
+ {},
3158
+ item
3159
+ .dialog
3160
+ .events
3161
+ )
3162
+ )
3163
+ ),
3164
+ ],
3165
+ 2
3166
+ )
3167
+ : _vm._e(),
2998
3168
  ],
2999
- }
3169
+ 2
3170
+ )
3171
+ : _vm._e(),
3172
+ item.type ===
3173
+ "tree-group" ||
3174
+ item.type ===
3175
+ "treeGroup"
3176
+ ? _c(
3177
+ "es-tree-group",
3178
+ _vm._g(
3179
+ _vm._b(
3180
+ {
3181
+ attrs:
3182
+ {
3183
+ appId:
3184
+ _vm.taskExamineAppId,
3185
+ display:
3186
+ _vm.activeName ===
3187
+ String(
3188
+ indexs
3189
+ ),
3190
+ },
3191
+ },
3192
+ "es-tree-group",
3193
+ _vm.handleExclAttribute(
3194
+ {
3195
+ data: item,
3196
+ attrs:
3197
+ [
3198
+ "events",
3199
+ "visible",
3200
+ "type",
3201
+ ],
3202
+ }
3203
+ ),
3204
+ false
3205
+ ),
3206
+ Object.assign(
3207
+ {},
3208
+ item.events
3209
+ )
3210
+ )
3211
+ )
3212
+ : _vm._e(),
3213
+ item.type ===
3214
+ "iframe" &&
3215
+ !item.blank
3216
+ ? _c(
3217
+ "iframe",
3218
+ {
3219
+ attrs: {
3220
+ id:
3221
+ item.id ||
3222
+ item.name,
3223
+ name: item.name,
3224
+ frameborder:
3225
+ "0",
3226
+ width:
3227
+ "100%",
3228
+ height:
3229
+ "100%",
3230
+ src: _vm.handleUrlJoinParams(
3231
+ item
3232
+ ),
3233
+ },
3234
+ }
3235
+ )
3236
+ : _vm._e(),
3237
+ item.type ===
3238
+ "attachment"
3239
+ ? _c(
3240
+ "es-upload",
3241
+ _vm._g(
3242
+ _vm._b(
3243
+ {
3244
+ staticClass:
3245
+ "es-attachment",
3246
+ attrs:
3247
+ {
3248
+ "file-count":
3249
+ title.count,
3250
+ height:
3251
+ "auto",
3252
+ ownId:
3253
+ _vm.businessId,
3254
+ display:
3255
+ _vm.activeName ===
3256
+ String(
3257
+ indexs
3258
+ ),
3259
+ },
3260
+ on: {
3261
+ "update:fileCount":
3262
+ function (
3263
+ $event
3264
+ ) {
3265
+ _vm.$set(
3266
+ title,
3267
+ "count",
3268
+ $event
3269
+ )
3270
+ },
3271
+ },
3272
+ },
3273
+ "es-upload",
3274
+ _vm.handleExclAttribute(
3275
+ {
3276
+ data: item,
3277
+ attrs:
3278
+ [
3279
+ "events",
3280
+ "type",
3281
+ ],
3282
+ }
3283
+ ),
3284
+ false
3285
+ ),
3286
+ Object.assign(
3287
+ {},
3288
+ item.events
3289
+ )
3290
+ )
3291
+ )
3292
+ : _vm._e(),
3293
+ ],
3294
+ 1
3295
+ ),
3296
+ ]
3297
+ )
3298
+ : [
3299
+ item.type === "form"
3300
+ ? _c(
3301
+ "es-form",
3302
+ _vm._g(
3303
+ _vm._b(
3304
+ {
3305
+ key: index,
3306
+ ref: "esFlowForm",
3307
+ refInFor: true,
3308
+ attrs: {
3309
+ showMsg:
3310
+ _vm.showMsg,
3311
+ full: "",
3312
+ autoId: true,
3313
+ "show-button": false,
3314
+ closeDialog: false,
3315
+ display:
3316
+ _vm.activeName ===
3317
+ String(
3318
+ indexs
3319
+ ),
3320
+ model:
3321
+ item.model,
3322
+ businessId:
3323
+ _vm.businessId,
3324
+ },
3325
+ on: {
3326
+ "update:businessId":
3327
+ function (
3328
+ $event
3329
+ ) {
3330
+ _vm.businessId =
3331
+ $event
3332
+ },
3333
+ },
3334
+ },
3335
+ "es-form",
3336
+ _vm.handleExclAttribute(
3337
+ {
3338
+ data: item,
3339
+ attrs: [
3340
+ "events",
3341
+ "visible",
3342
+ "type",
3343
+ "model",
3344
+ "ref",
3345
+ ],
3346
+ }
3347
+ ),
3348
+ false
3000
3349
  ),
3001
- false
3002
- ),
3003
- item.events
3350
+ Object.assign(
3351
+ {},
3352
+ item.events
3353
+ )
3354
+ )
3004
3355
  )
3005
- )
3006
- : _vm._e(),
3007
- item.type ===
3008
- "data-table" ||
3009
- item.type ===
3010
- "dataTable"
3011
- ? _c(
3012
- "es-data-table",
3013
- _vm._g(
3356
+ : _vm._e(),
3357
+ item.type ===
3358
+ "flow-list" ||
3359
+ item.type ===
3360
+ "flowList"
3361
+ ? _c(
3362
+ "es-flow-list",
3014
3363
  _vm._b(
3015
3364
  {
3016
- class: {
3017
- "es-flow-group-data-table":
3018
- item.type ===
3019
- "data-table" ||
3020
- item.type ===
3021
- "dataTable",
3022
- },
3365
+ key: index,
3023
3366
  attrs: {
3024
- appId:
3025
- _vm.taskExamineAppId,
3367
+ businessId:
3368
+ _vm.businessId,
3026
3369
  display:
3027
3370
  _vm.activeName ===
3028
3371
  String(
@@ -3030,7 +3373,7 @@ var render = function () {
3030
3373
  ),
3031
3374
  },
3032
3375
  },
3033
- "es-data-table",
3376
+ "es-flow-list",
3034
3377
  _vm.handleExclAttribute(
3035
3378
  {
3036
3379
  data: item,
@@ -3042,420 +3385,457 @@ var render = function () {
3042
3385
  }
3043
3386
  ),
3044
3387
  false
3045
- ),
3046
- item.events
3047
- ),
3048
- [
3049
- item.dialog
3050
- ? _c(
3051
- "template",
3052
- {
3053
- slot: "dialog",
3388
+ )
3389
+ )
3390
+ : _vm._e(),
3391
+ item.type ===
3392
+ "data-table" ||
3393
+ item.type ===
3394
+ "dataTable"
3395
+ ? _c(
3396
+ "es-data-table",
3397
+ _vm._g(
3398
+ _vm._b(
3399
+ {
3400
+ key: index,
3401
+ class: {
3402
+ "es-flow-group-data-table":
3403
+ item.type ===
3404
+ "data-table" ||
3405
+ item.type ===
3406
+ "dataTable",
3054
3407
  },
3055
- [
3056
- Array.isArray(
3057
- item.dialog
3058
- )
3059
- ? _vm._l(
3060
- item.dialog,
3061
- function (
3062
- ele,
3063
- ids
3064
- ) {
3065
- return _c(
3066
- "es-dialog",
3067
- _vm._g(
3068
- _vm._b(
3069
- {
3070
- key: ids,
3071
- attrs:
3072
- {
3073
- isReload: true,
3074
- visible:
3075
- ele.visible,
3076
- },
3077
- on: {
3078
- "update:visible":
3079
- function (
3080
- $event
3081
- ) {
3082
- _vm.$set(
3083
- ele,
3084
- "visible",
3085
- $event
3086
- )
3408
+ attrs: {
3409
+ appId:
3410
+ _vm.taskExamineAppId,
3411
+ display:
3412
+ _vm.activeName ===
3413
+ String(
3414
+ indexs
3415
+ ),
3416
+ },
3417
+ },
3418
+ "es-data-table",
3419
+ _vm.handleExclAttribute(
3420
+ {
3421
+ data: item,
3422
+ attrs: [
3423
+ "events",
3424
+ "visible",
3425
+ "type",
3426
+ ],
3427
+ }
3428
+ ),
3429
+ false
3430
+ ),
3431
+ item.events
3432
+ ),
3433
+ [
3434
+ item.dialog
3435
+ ? _c(
3436
+ "template",
3437
+ {
3438
+ slot: "dialog",
3439
+ },
3440
+ [
3441
+ Array.isArray(
3442
+ item.dialog
3443
+ )
3444
+ ? _vm._l(
3445
+ item.dialog,
3446
+ function (
3447
+ ele,
3448
+ ids
3449
+ ) {
3450
+ return _c(
3451
+ "es-dialog",
3452
+ _vm._g(
3453
+ _vm._b(
3454
+ {
3455
+ key: ids,
3456
+ attrs:
3457
+ {
3458
+ isReload: true,
3459
+ visible:
3460
+ ele.visible,
3087
3461
  },
3462
+ on: {
3463
+ "update:visible":
3464
+ function (
3465
+ $event
3466
+ ) {
3467
+ _vm.$set(
3468
+ ele,
3469
+ "visible",
3470
+ $event
3471
+ )
3472
+ },
3473
+ },
3088
3474
  },
3089
- },
3090
- "es-dialog",
3091
- ele,
3092
- false
3093
- ),
3094
- Object.assign(
3095
- {},
3096
- ele.events
3475
+ "es-dialog",
3476
+ ele,
3477
+ false
3478
+ ),
3479
+ Object.assign(
3480
+ {},
3481
+ ele.events
3482
+ )
3097
3483
  )
3098
3484
  )
3099
- )
3100
- }
3101
- )
3102
- : _c(
3103
- "es-dialog",
3104
- _vm._g(
3105
- _vm._b(
3106
- {
3107
- attrs:
3108
- {
3109
- isReload: true,
3110
- visible:
3111
- item
3112
- .dialog
3113
- .visible,
3114
- },
3115
- on: {
3116
- "update:visible":
3117
- function (
3118
- $event
3119
- ) {
3120
- _vm.$set(
3121
- item.dialog,
3122
- "visible",
3123
- $event
3124
- )
3485
+ }
3486
+ )
3487
+ : _c(
3488
+ "es-dialog",
3489
+ _vm._g(
3490
+ _vm._b(
3491
+ {
3492
+ attrs:
3493
+ {
3494
+ isReload: true,
3495
+ visible:
3496
+ item
3497
+ .dialog
3498
+ .visible,
3125
3499
  },
3500
+ on: {
3501
+ "update:visible":
3502
+ function (
3503
+ $event
3504
+ ) {
3505
+ _vm.$set(
3506
+ item.dialog,
3507
+ "visible",
3508
+ $event
3509
+ )
3510
+ },
3511
+ },
3126
3512
  },
3127
- },
3128
- "es-dialog",
3129
- item.dialog,
3130
- false
3131
- ),
3132
- Object.assign(
3133
- {},
3134
- item
3135
- .dialog
3136
- .events
3513
+ "es-dialog",
3514
+ item.dialog,
3515
+ false
3516
+ ),
3517
+ Object.assign(
3518
+ {},
3519
+ item
3520
+ .dialog
3521
+ .events
3522
+ )
3137
3523
  )
3138
- )
3139
- ),
3140
- ],
3141
- 2
3142
- )
3143
- : _vm._e(),
3144
- ],
3145
- 2
3146
- )
3147
- : _vm._e(),
3148
- item.type ===
3149
- "tree-group" ||
3150
- item.type ===
3151
- "treeGroup"
3152
- ? _c(
3153
- "es-tree-group",
3154
- _vm._g(
3155
- _vm._b(
3156
- {
3157
- attrs: {
3158
- appId:
3159
- _vm.taskExamineAppId,
3160
- display:
3161
- _vm.activeName ===
3162
- String(
3163
- indexs
3164
- ),
3524
+ ),
3525
+ ],
3526
+ 2
3527
+ )
3528
+ : _vm._e(),
3529
+ ],
3530
+ 2
3531
+ )
3532
+ : _vm._e(),
3533
+ item.type ===
3534
+ "tree-group" ||
3535
+ item.type ===
3536
+ "treeGroup"
3537
+ ? _c(
3538
+ "es-tree-group",
3539
+ _vm._g(
3540
+ _vm._b(
3541
+ {
3542
+ key: index,
3543
+ attrs: {
3544
+ appId:
3545
+ _vm.taskExamineAppId,
3546
+ display:
3547
+ _vm.activeName ===
3548
+ String(
3549
+ indexs
3550
+ ),
3551
+ },
3165
3552
  },
3166
- },
3167
- "es-tree-group",
3168
- _vm.handleExclAttribute(
3553
+ "es-tree-group",
3554
+ _vm.handleExclAttribute(
3555
+ {
3556
+ data: item,
3557
+ attrs: [
3558
+ "events",
3559
+ "visible",
3560
+ "type",
3561
+ ],
3562
+ }
3563
+ ),
3564
+ false
3565
+ ),
3566
+ Object.assign(
3567
+ {},
3568
+ item.events
3569
+ )
3570
+ )
3571
+ )
3572
+ : _vm._e(),
3573
+ item.type ===
3574
+ "iframe" &&
3575
+ !item.blank
3576
+ ? _c("iframe", {
3577
+ key: index,
3578
+ attrs: {
3579
+ frameborder:
3580
+ "0",
3581
+ width: "100%",
3582
+ height:
3583
+ "100%",
3584
+ id:
3585
+ item.id ||
3586
+ item.name,
3587
+ name: item.name,
3588
+ src: _vm.handleUrlJoinParams(
3589
+ item
3590
+ ),
3591
+ },
3592
+ })
3593
+ : _vm._e(),
3594
+ item.type ===
3595
+ "attachment"
3596
+ ? _c(
3597
+ "es-upload",
3598
+ _vm._g(
3599
+ _vm._b(
3169
3600
  {
3170
- data: item,
3171
- attrs: [
3172
- "events",
3173
- "visible",
3174
- "type",
3175
- ],
3176
- }
3601
+ key: index,
3602
+ staticClass:
3603
+ "es-attachment",
3604
+ attrs: {
3605
+ height:
3606
+ "auto",
3607
+ ownId:
3608
+ _vm.businessId,
3609
+ "file-count":
3610
+ title.count,
3611
+ display:
3612
+ _vm.activeName ===
3613
+ String(
3614
+ indexs
3615
+ ),
3616
+ },
3617
+ on: {
3618
+ "update:fileCount":
3619
+ function (
3620
+ $event
3621
+ ) {
3622
+ _vm.$set(
3623
+ title,
3624
+ "count",
3625
+ $event
3626
+ )
3627
+ },
3628
+ },
3629
+ },
3630
+ "es-upload",
3631
+ _vm.handleExclAttribute(
3632
+ {
3633
+ data: item,
3634
+ attrs: [
3635
+ "events",
3636
+ "type",
3637
+ ],
3638
+ }
3639
+ ),
3640
+ false
3177
3641
  ),
3178
- false
3179
- ),
3180
- Object.assign(
3181
- {},
3182
- item.events
3642
+ Object.assign(
3643
+ {},
3644
+ item.events
3645
+ )
3183
3646
  )
3184
3647
  )
3185
- )
3186
- : _vm._e(),
3187
- item.type ===
3188
- "iframe" &&
3189
- !item.blank
3190
- ? _c("iframe", {
3191
- attrs: {
3192
- id:
3193
- item.id ||
3194
- item.name,
3195
- name: item.name,
3196
- frameborder:
3197
- "0",
3198
- width: "100%",
3199
- height: "100%",
3200
- src: _vm.handleUrlJoinParams(
3201
- item
3202
- ),
3203
- },
3204
- })
3205
- : _vm._e(),
3206
- item.type ===
3207
- "attachment"
3208
- ? _c(
3209
- "es-upload",
3210
- _vm._g(
3211
- _vm._b(
3212
- {
3213
- staticClass:
3214
- "es-attachment",
3215
- attrs: {
3216
- "file-count":
3217
- items
3218
- .title
3219
- .count,
3220
- height:
3221
- "auto",
3222
- ownId:
3223
- _vm.businessId,
3224
- display:
3225
- _vm.activeName ===
3226
- String(
3227
- indexs
3228
- ),
3229
- },
3230
- on: {
3231
- "update:fileCount":
3232
- function (
3233
- $event
3234
- ) {
3235
- _vm.$set(
3236
- items.title,
3237
- "count",
3648
+ : _vm._e(),
3649
+ item.type ===
3650
+ "dialog" &&
3651
+ _vm.activeName ===
3652
+ String(indexs)
3653
+ ? _c(
3654
+ "es-dialog",
3655
+ _vm._g(
3656
+ _vm._b(
3657
+ {
3658
+ key: index,
3659
+ attrs: {
3660
+ isReload: true,
3661
+ visible:
3662
+ item.visible,
3663
+ },
3664
+ on: {
3665
+ "update:visible":
3666
+ function (
3238
3667
  $event
3239
- )
3240
- },
3668
+ ) {
3669
+ _vm.$set(
3670
+ item,
3671
+ "visible",
3672
+ $event
3673
+ )
3674
+ },
3675
+ },
3241
3676
  },
3242
- },
3243
- "es-upload",
3244
- _vm.handleExclAttribute(
3245
- {
3246
- data: item,
3247
- attrs: [
3248
- "events",
3249
- "type",
3250
- ],
3251
- }
3677
+ "es-dialog",
3678
+ item,
3679
+ false
3252
3680
  ),
3253
- false
3254
- ),
3255
- Object.assign(
3256
- {},
3257
- item.events
3681
+ Object.assign(
3682
+ {},
3683
+ item.events
3684
+ )
3258
3685
  )
3259
3686
  )
3260
- )
3261
- : _vm._e(),
3262
- ],
3263
- 1
3264
- ),
3687
+ : _vm._e(),
3688
+ ],
3265
3689
  ]
3266
- )
3267
- : [
3268
- item.type === "form"
3269
- ? _c(
3270
- "es-form",
3271
- _vm._g(
3272
- _vm._b(
3273
- {
3274
- key: index,
3275
- ref: "esFlowForm",
3276
- refInFor: true,
3277
- attrs: {
3278
- showMsg:
3279
- _vm.showMsg,
3280
- full: "",
3281
- autoId: true,
3282
- "show-button": false,
3283
- closeDialog: false,
3284
- display:
3285
- _vm.activeName ===
3286
- String(
3287
- indexs
3288
- ),
3289
- model:
3290
- item.model,
3291
- businessId:
3292
- _vm.businessId,
3293
- },
3294
- on: {
3295
- "update:businessId":
3296
- function (
3297
- $event
3298
- ) {
3299
- _vm.businessId =
3300
- $event
3301
- },
3690
+ }
3691
+ ),
3692
+ ]
3693
+ : [
3694
+ contents.type === "form"
3695
+ ? _c(
3696
+ "es-form",
3697
+ _vm._g(
3698
+ _vm._b(
3699
+ {
3700
+ ref: "esFlowForm",
3701
+ refInFor: true,
3702
+ attrs: {
3703
+ "show-button": false,
3704
+ showMsg:
3705
+ _vm.showMsg,
3706
+ full: "",
3707
+ autoId: true,
3708
+ businessId:
3709
+ _vm.businessId,
3710
+ closeDialog: false,
3711
+ display:
3712
+ _vm.activeName ===
3713
+ String(indexs),
3714
+ model:
3715
+ contents.model,
3716
+ },
3717
+ on: {
3718
+ "update:businessId":
3719
+ function (
3720
+ $event
3721
+ ) {
3722
+ _vm.businessId =
3723
+ $event
3302
3724
  },
3303
- },
3304
- "es-form",
3305
- _vm.handleExclAttribute(
3306
- {
3307
- data: item,
3308
- attrs: [
3309
- "events",
3310
- "visible",
3311
- "type",
3312
- "model",
3313
- "ref",
3314
- ],
3315
- }
3316
- ),
3317
- false
3318
- ),
3319
- Object.assign(
3320
- {},
3321
- item.events
3322
- )
3323
- )
3324
- )
3325
- : _vm._e(),
3326
- item.type === "flow-list" ||
3327
- item.type === "flowList"
3328
- ? _c(
3329
- "es-flow-list",
3330
- _vm._b(
3331
- {
3332
- key: index,
3333
- attrs: {
3334
- businessId:
3335
- _vm.businessId,
3336
- },
3337
3725
  },
3338
- "es-flow-list",
3339
- _vm.handleExclAttribute(
3340
- {
3341
- data: item,
3342
- attrs: [
3343
- "events",
3344
- "visible",
3345
- "type",
3346
- ],
3347
- }
3348
- ),
3349
- false
3350
- )
3726
+ },
3727
+ "es-form",
3728
+ _vm.handleExclAttribute(
3729
+ {
3730
+ data: contents,
3731
+ attrs: [
3732
+ "events",
3733
+ "visible",
3734
+ "type",
3735
+ "model",
3736
+ "ref",
3737
+ ],
3738
+ }
3739
+ ),
3740
+ false
3741
+ ),
3742
+ Object.assign(
3743
+ {},
3744
+ contents.events
3351
3745
  )
3352
- : _vm._e(),
3353
- item.type === "data-table" ||
3354
- item.type === "dataTable"
3355
- ? _c(
3746
+ )
3747
+ )
3748
+ : _vm._e(),
3749
+ contents.type === "flow-list" ||
3750
+ contents.type === "flowList"
3751
+ ? _c(
3752
+ "es-flow-list",
3753
+ _vm._b(
3754
+ {
3755
+ attrs: {
3756
+ businessId:
3757
+ _vm.businessId,
3758
+ display:
3759
+ _vm.activeName ===
3760
+ String(indexs),
3761
+ },
3762
+ },
3763
+ "es-flow-list",
3764
+ _vm.handleExclAttribute({
3765
+ data: contents,
3766
+ attrs: [
3767
+ "events",
3768
+ "visible",
3769
+ "type",
3770
+ ],
3771
+ }),
3772
+ false
3773
+ )
3774
+ )
3775
+ : _vm._e(),
3776
+ contents.type === "data-table" ||
3777
+ contents.type === "dataTable"
3778
+ ? _c(
3779
+ "es-data-table",
3780
+ _vm._g(
3781
+ _vm._b(
3782
+ {
3783
+ class: {
3784
+ "es-flow-group-data-table":
3785
+ contents.type ===
3786
+ "data-table" ||
3787
+ contents.type ===
3788
+ "dataTable",
3789
+ },
3790
+ attrs: {
3791
+ appId:
3792
+ _vm.taskExamineAppId,
3793
+ display:
3794
+ _vm.activeName ===
3795
+ String(indexs),
3796
+ },
3797
+ },
3356
3798
  "es-data-table",
3357
- _vm._g(
3358
- _vm._b(
3359
- {
3360
- key: index,
3361
- class: {
3362
- "es-flow-group-data-table":
3363
- item.type ===
3364
- "data-table" ||
3365
- item.type ===
3366
- "dataTable",
3367
- },
3368
- attrs: {
3369
- appId:
3370
- _vm.taskExamineAppId,
3371
- display:
3372
- _vm.activeName ===
3373
- String(
3374
- indexs
3375
- ),
3376
- },
3377
- },
3378
- "es-data-table",
3379
- _vm.handleExclAttribute(
3380
- {
3381
- data: item,
3382
- attrs: [
3383
- "events",
3384
- "visible",
3385
- "type",
3386
- ],
3387
- }
3388
- ),
3389
- false
3390
- ),
3391
- item.events
3799
+ _vm.handleExclAttribute(
3800
+ {
3801
+ data: contents,
3802
+ attrs: [
3803
+ "events",
3804
+ "visible",
3805
+ "type",
3806
+ ],
3807
+ }
3392
3808
  ),
3393
- [
3394
- item.dialog
3395
- ? _c(
3396
- "template",
3397
- {
3398
- slot: "dialog",
3399
- },
3400
- [
3401
- Array.isArray(
3402
- item.dialog
3403
- )
3404
- ? _vm._l(
3405
- item.dialog,
3406
- function (
3407
- ele,
3408
- ids
3409
- ) {
3410
- return _c(
3411
- "es-dialog",
3412
- _vm._g(
3413
- _vm._b(
3414
- {
3415
- key: ids,
3416
- attrs:
3417
- {
3418
- isReload: true,
3419
- visible:
3420
- ele.visible,
3421
- },
3422
- on: {
3423
- "update:visible":
3424
- function (
3425
- $event
3426
- ) {
3427
- _vm.$set(
3428
- ele,
3429
- "visible",
3430
- $event
3431
- )
3432
- },
3433
- },
3434
- },
3435
- "es-dialog",
3436
- ele,
3437
- false
3438
- ),
3439
- Object.assign(
3440
- {},
3441
- ele.events
3442
- )
3443
- )
3444
- )
3445
- }
3446
- )
3447
- : _c(
3809
+ false
3810
+ ),
3811
+ contents.events
3812
+ ),
3813
+ [
3814
+ contents.dialog
3815
+ ? _c(
3816
+ "template",
3817
+ { slot: "dialog" },
3818
+ [
3819
+ Array.isArray(
3820
+ contents.dialog
3821
+ )
3822
+ ? _vm._l(
3823
+ contents.dialog,
3824
+ function (
3825
+ ele,
3826
+ ids
3827
+ ) {
3828
+ return _c(
3448
3829
  "es-dialog",
3449
3830
  _vm._g(
3450
3831
  _vm._b(
3451
3832
  {
3833
+ key: ids,
3452
3834
  attrs:
3453
3835
  {
3454
3836
  isReload: true,
3455
3837
  visible:
3456
- item
3457
- .dialog
3458
- .visible,
3838
+ ele.visible,
3459
3839
  },
3460
3840
  on: {
3461
3841
  "update:visible":
@@ -3463,7 +3843,7 @@ var render = function () {
3463
3843
  $event
3464
3844
  ) {
3465
3845
  _vm.$set(
3466
- item.dialog,
3846
+ ele,
3467
3847
  "visible",
3468
3848
  $event
3469
3849
  )
@@ -3471,462 +3851,178 @@ var render = function () {
3471
3851
  },
3472
3852
  },
3473
3853
  "es-dialog",
3474
- item.dialog,
3854
+ ele,
3475
3855
  false
3476
3856
  ),
3477
3857
  Object.assign(
3478
3858
  {},
3479
- item
3480
- .dialog
3481
- .events
3859
+ ele.events
3482
3860
  )
3483
3861
  )
3862
+ )
3863
+ }
3864
+ )
3865
+ : _c(
3866
+ "es-dialog",
3867
+ _vm._g(
3868
+ _vm._b(
3869
+ {
3870
+ attrs:
3871
+ {
3872
+ isReload: true,
3873
+ visible:
3874
+ contents
3875
+ .dialog
3876
+ .visible,
3877
+ },
3878
+ on: {
3879
+ "update:visible":
3880
+ function (
3881
+ $event
3882
+ ) {
3883
+ _vm.$set(
3884
+ contents.dialog,
3885
+ "visible",
3886
+ $event
3887
+ )
3888
+ },
3889
+ },
3890
+ },
3891
+ "es-dialog",
3892
+ contents.dialog,
3893
+ false
3484
3894
  ),
3485
- ],
3486
- 2
3487
- )
3488
- : _vm._e(),
3489
- ],
3490
- 2
3491
- )
3492
- : _vm._e(),
3493
- item.type === "tree-group" ||
3494
- item.type === "treeGroup"
3495
- ? _c(
3496
- "es-tree-group",
3497
- _vm._g(
3498
- _vm._b(
3499
- {
3500
- key: index,
3501
- attrs: {
3502
- appId:
3503
- _vm.taskExamineAppId,
3504
- display:
3505
- _vm.activeName ===
3506
- String(
3507
- indexs
3895
+ Object.assign(
3896
+ {},
3897
+ contents
3898
+ .dialog
3899
+ .events
3900
+ )
3901
+ )
3508
3902
  ),
3509
- },
3510
- },
3511
- "es-tree-group",
3512
- _vm.handleExclAttribute(
3513
- {
3514
- data: item,
3515
- attrs: [
3516
- "events",
3517
- "visible",
3518
- "type",
3519
- ],
3520
- }
3521
- ),
3522
- false
3523
- ),
3524
- Object.assign(
3525
- {},
3526
- item.events
3903
+ ],
3904
+ 2
3527
3905
  )
3528
- )
3529
- )
3530
- : _vm._e(),
3531
- item.type === "iframe" &&
3532
- !item.blank
3533
- ? _c("iframe", {
3534
- key: index,
3535
- attrs: {
3536
- frameborder: "0",
3537
- width: "100%",
3538
- height: "100%",
3539
- id:
3540
- item.id ||
3541
- item.name,
3542
- name: item.name,
3543
- src: _vm.handleUrlJoinParams(
3544
- item
3545
- ),
3906
+ : _vm._e(),
3907
+ ],
3908
+ 2
3909
+ )
3910
+ : _vm._e(),
3911
+ contents.type === "tree-group" ||
3912
+ contents.type === "treeGroup"
3913
+ ? _c(
3914
+ "es-tree-group",
3915
+ _vm._g(
3916
+ _vm._b(
3917
+ {
3918
+ attrs: {
3919
+ appId:
3920
+ _vm.taskExamineAppId,
3921
+ display:
3922
+ _vm.activeName ===
3923
+ String(indexs),
3924
+ },
3546
3925
  },
3547
- })
3548
- : _vm._e(),
3549
- item.type === "attachment"
3550
- ? _c(
3551
- "es-upload",
3552
- _vm._g(
3553
- _vm._b(
3554
- {
3555
- key: index,
3556
- staticClass:
3557
- "es-attachment",
3558
- attrs: {
3559
- height: "auto",
3560
- ownId:
3561
- _vm.businessId,
3562
- "file-count":
3563
- items.title
3564
- .count,
3565
- display:
3566
- _vm.activeName ===
3567
- String(
3568
- indexs
3569
- ),
3570
- },
3571
- on: {
3572
- "update:fileCount":
3573
- function (
3574
- $event
3575
- ) {
3576
- _vm.$set(
3577
- items.title,
3578
- "count",
3579
- $event
3580
- )
3581
- },
3582
- },
3583
- },
3584
- "es-upload",
3585
- _vm.handleExclAttribute(
3586
- {
3587
- data: item,
3588
- attrs: [
3589
- "events",
3590
- "type",
3591
- ],
3592
- }
3593
- ),
3594
- false
3595
- ),
3596
- Object.assign(
3597
- {},
3598
- item.events
3599
- )
3600
- )
3601
- )
3602
- : _vm._e(),
3603
- item.type === "dialog" &&
3604
- _vm.activeName ===
3605
- String(indexs)
3606
- ? _c(
3607
- "es-dialog",
3608
- _vm._g(
3609
- _vm._b(
3610
- {
3611
- key: index,
3612
- attrs: {
3613
- isReload: true,
3614
- visible:
3615
- item.visible,
3616
- },
3617
- on: {
3618
- "update:visible":
3619
- function (
3620
- $event
3621
- ) {
3622
- _vm.$set(
3623
- item,
3624
- "visible",
3625
- $event
3626
- )
3627
- },
3628
- },
3629
- },
3630
- "es-dialog",
3631
- item,
3632
- false
3633
- ),
3634
- Object.assign(
3635
- {},
3636
- item.events
3637
- )
3638
- )
3926
+ "es-tree-group",
3927
+ _vm.handleExclAttribute(
3928
+ {
3929
+ data: contents,
3930
+ attrs: [
3931
+ "events",
3932
+ "visible",
3933
+ "type",
3934
+ ],
3935
+ }
3936
+ ),
3937
+ false
3938
+ ),
3939
+ Object.assign(
3940
+ {},
3941
+ contents.events
3639
3942
  )
3640
- : _vm._e(),
3641
- ],
3642
- ]
3643
- }
3644
- ),
3645
- ]
3646
- : [
3647
- items.contents.type === "form"
3648
- ? _c(
3649
- "es-form",
3650
- _vm._g(
3651
- _vm._b(
3652
- {
3653
- ref: "esFlowForm",
3654
- refInFor: true,
3655
- attrs: {
3656
- "show-button": false,
3657
- showMsg: _vm.showMsg,
3658
- full: "",
3659
- autoId: true,
3660
- businessId: _vm.businessId,
3661
- closeDialog: false,
3662
- display:
3663
- _vm.activeName ===
3664
- String(indexs),
3665
- model: items.contents.model,
3666
- },
3667
- on: {
3668
- "update:businessId":
3669
- function ($event) {
3670
- _vm.businessId = $event
3671
- },
3672
- },
3673
- },
3674
- "es-form",
3675
- _vm.handleExclAttribute({
3676
- data: items.contents,
3677
- attrs: [
3678
- "events",
3679
- "visible",
3680
- "type",
3681
- "model",
3682
- "ref",
3683
- ],
3684
- }),
3685
- false
3686
- ),
3687
- Object.assign(
3688
- {},
3689
- items.contents.events
3690
- )
3691
- )
3692
- )
3693
- : _vm._e(),
3694
- items.contents.type === "data-table" ||
3695
- items.contents.type === "dataTable" ||
3696
- items.contents.type === "flow-list" ||
3697
- items.contents.type === "flowList"
3698
- ? _c(
3699
- "es-data-table",
3700
- _vm._g(
3701
- _vm._b(
3702
- {
3703
- class: {
3704
- "es-flow-group-data-table":
3705
- items.contents.type ===
3706
- "data-table" ||
3707
- items.contents.type ===
3708
- "dataTable",
3709
- "es-flow-list":
3710
- items.contents.type ===
3711
- "flow-list" ||
3712
- items.contents.type ===
3713
- "flowList",
3714
- },
3715
- attrs: {
3716
- appId: _vm.taskExamineAppId,
3717
- display:
3718
- _vm.activeName ===
3719
- String(indexs),
3720
- },
3721
- },
3722
- "es-data-table",
3723
- _vm.handleExclAttribute({
3724
- data: items.contents,
3725
- attrs: [
3726
- "events",
3727
- "visible",
3728
- "type",
3729
- ],
3730
- }),
3731
- false
3732
- ),
3733
- items.contents.events
3734
- ),
3735
- [
3736
- items.contents.dialog
3943
+ )
3944
+ )
3945
+ : _vm._e(),
3946
+ contents.type === "iframe" &&
3947
+ !contents.blank
3948
+ ? _c("iframe", {
3949
+ attrs: {
3950
+ id:
3951
+ contents.id ||
3952
+ contents.name,
3953
+ name: contents.name,
3954
+ frameborder: "0",
3955
+ width: "100%",
3956
+ height: "100%",
3957
+ src: _vm.handleUrlJoinParams(
3958
+ contents
3959
+ ),
3960
+ },
3961
+ })
3962
+ : _vm._e(),
3963
+ contents.type === "attachment"
3737
3964
  ? _c(
3738
- "template",
3739
- { slot: "dialog" },
3740
- [
3741
- Array.isArray(
3742
- items.contents.dialog
3743
- )
3744
- ? _vm._l(
3745
- items.contents
3746
- .dialog,
3747
- function (
3748
- ele,
3749
- ids
3750
- ) {
3751
- return _c(
3752
- "es-dialog",
3753
- _vm._g(
3754
- _vm._b(
3755
- {
3756
- key: ids,
3757
- attrs: {
3758
- isReload: true,
3759
- visible:
3760
- ele.visible,
3761
- },
3762
- on: {
3763
- "update:visible":
3764
- function (
3765
- $event
3766
- ) {
3767
- _vm.$set(
3768
- ele,
3769
- "visible",
3770
- $event
3771
- )
3772
- },
3773
- },
3774
- },
3775
- "es-dialog",
3776
- ele,
3777
- false
3778
- ),
3779
- Object.assign(
3780
- {},
3781
- ele.events
3782
- )
3965
+ "es-upload",
3966
+ _vm._g(
3967
+ _vm._b(
3968
+ {
3969
+ staticClass:
3970
+ "es-attachment",
3971
+ attrs: {
3972
+ ownId:
3973
+ _vm.businessId,
3974
+ "file-count":
3975
+ title.count,
3976
+ display:
3977
+ _vm.activeName ===
3978
+ String(indexs),
3979
+ height: "auto",
3980
+ },
3981
+ on: {
3982
+ "update:fileCount":
3983
+ function (
3984
+ $event
3985
+ ) {
3986
+ _vm.$set(
3987
+ title,
3988
+ "count",
3989
+ $event
3783
3990
  )
3784
- )
3785
- }
3786
- )
3787
- : _c(
3788
- "es-dialog",
3789
- _vm._g(
3790
- _vm._b(
3791
- {
3792
- attrs: {
3793
- isReload: true,
3794
- visible:
3795
- items
3796
- .contents
3797
- .dialog
3798
- .visible,
3799
- },
3800
- on: {
3801
- "update:visible":
3802
- function (
3803
- $event
3804
- ) {
3805
- _vm.$set(
3806
- items
3807
- .contents
3808
- .dialog,
3809
- "visible",
3810
- $event
3811
- )
3812
- },
3813
- },
3814
- },
3815
- "es-dialog",
3816
- items.contents
3817
- .dialog,
3818
- false
3819
- ),
3820
- Object.assign(
3821
- {},
3822
- items.contents
3823
- .dialog.events
3824
- )
3825
- )
3826
- ),
3827
- ],
3828
- 2
3991
+ },
3992
+ },
3993
+ },
3994
+ "es-upload",
3995
+ _vm.handleExclAttribute(
3996
+ {
3997
+ data: contents,
3998
+ attrs: [
3999
+ "events",
4000
+ "type",
4001
+ ],
4002
+ }
4003
+ ),
4004
+ false
4005
+ ),
4006
+ Object.assign(
4007
+ {},
4008
+ contents.events
4009
+ )
4010
+ )
3829
4011
  )
3830
4012
  : _vm._e(),
3831
4013
  ],
3832
- 2
3833
- )
3834
- : _vm._e(),
3835
- items.contents.type === "tree-group" ||
3836
- items.contents.type === "treeGroup"
3837
- ? _c(
3838
- "es-tree-group",
3839
- _vm._g(
3840
- _vm._b(
3841
- {
3842
- attrs: {
3843
- appId: _vm.taskExamineAppId,
3844
- display:
3845
- _vm.activeName ===
3846
- String(indexs),
3847
- },
3848
- },
3849
- "es-tree-group",
3850
- _vm.handleExclAttribute({
3851
- data: items.contents,
3852
- attrs: [
3853
- "events",
3854
- "visible",
3855
- "type",
3856
- ],
3857
- }),
3858
- false
3859
- ),
3860
- Object.assign(
3861
- {},
3862
- items.contents.events
3863
- )
3864
- )
3865
- )
3866
- : _vm._e(),
3867
- items.contents.type === "iframe" &&
3868
- !items.contents.blank
3869
- ? _c("iframe", {
3870
- attrs: {
3871
- id:
3872
- items.contents.id ||
3873
- items.contents.name,
3874
- name: items.contents.name,
3875
- frameborder: "0",
3876
- width: "100%",
3877
- height: "100%",
3878
- src: _vm.handleUrlJoinParams(
3879
- items.contents
3880
- ),
3881
- },
3882
- })
3883
- : _vm._e(),
3884
- items.contents.type === "attachment"
3885
- ? _c(
3886
- "es-upload",
3887
- _vm._g(
3888
- _vm._b(
3889
- {
3890
- staticClass: "es-attachment",
3891
- attrs: {
3892
- ownId: _vm.businessId,
3893
- "file-count":
3894
- items.title.count,
3895
- display:
3896
- _vm.activeName ===
3897
- String(indexs),
3898
- height: "auto",
3899
- },
3900
- on: {
3901
- "update:fileCount":
3902
- function ($event) {
3903
- _vm.$set(
3904
- items.title,
3905
- "count",
3906
- $event
3907
- )
3908
- },
3909
- },
3910
- },
3911
- "es-upload",
3912
- _vm.handleExclAttribute({
3913
- data: items.contents,
3914
- attrs: ["events", "type"],
3915
- }),
3916
- false
3917
- ),
3918
- Object.assign(
3919
- {},
3920
- items.contents.events
3921
- )
3922
- )
3923
- )
3924
- : _vm._e(),
3925
- ],
3926
- ]
3927
- : _vm._e(),
4014
+ ]
4015
+ },
4016
+ },
4017
+ ]),
4018
+ },
4019
+ "es-tabs-panel",
4020
+ items,
4021
+ false
4022
+ )
4023
+ ),
3928
4024
  ],
3929
- 2
4025
+ 1
3930
4026
  )
3931
4027
  : _vm._e(),
3932
4028
  ]
@@ -3945,7 +4041,6 @@ var render = function () {
3945
4041
  staticClass: "es-group-flow",
3946
4042
  style: { width: _vm._width },
3947
4043
  attrs: {
3948
- pendingId: _vm.pendingId,
3949
4044
  "before-submit": _vm.handleSubmit,
3950
4045
  businessId: _vm.businessId,
3951
4046
  closeParent: _vm.closeParent,
@@ -3957,7 +4052,7 @@ var render = function () {
3957
4052
  },
3958
4053
  },
3959
4054
  "es-flow",
3960
- _vm.flow,
4055
+ _vm._flow,
3961
4056
  false
3962
4057
  )
3963
4058
  )
@@ -3971,12 +4066,25 @@ var staticRenderFns = []
3971
4066
  render._withStripped = true
3972
4067
 
3973
4068
 
3974
- // CONCATENATED MODULE: ./packages/flow-group/src/main.vue?vue&type=template&id=8ca359de&
4069
+ // CONCATENATED MODULE: ./packages/flow-group/src/main.vue?vue&type=template&id=200d21c4&
3975
4070
 
3976
4071
  // EXTERNAL MODULE: ./src/utils/util.js
3977
4072
  var util = __webpack_require__(0);
3978
4073
 
3979
4074
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow-group/src/main.vue?vue&type=script&lang=js&
4075
+ var _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; };
4076
+
4077
+ //
4078
+ //
4079
+ //
4080
+ //
4081
+ //
4082
+ //
4083
+ //
4084
+ //
4085
+ //
4086
+ //
4087
+ //
3980
4088
  //
3981
4089
  //
3982
4090
  //
@@ -4451,6 +4559,9 @@ var util = __webpack_require__(0);
4451
4559
  },
4452
4560
  _width: function _width() {
4453
4561
  return parseInt(this.width, 10) + 'px';
4562
+ },
4563
+ _flow: function _flow() {
4564
+ return !this.flow.pendingId ? _extends({}, this.flow, { pendingId: this.pendingId }) : this.flow;
4454
4565
  }
4455
4566
  },
4456
4567
  watch: {
@@ -4461,11 +4572,12 @@ var util = __webpack_require__(0);
4461
4572
  this.handleChangeData({ businessId: val });
4462
4573
  }
4463
4574
  },
4464
- mounted: function mounted() {
4465
- if (this.pendingId || this.flow.pendingId || this.flow.businessId) {
4466
- this.businessId = this.pendingId || this.flow.pendingId || this.flow.businessId;
4575
+ created: function created() {
4576
+ if (this.flow.businessId || this.flow.pendingId) {
4577
+ this.businessId = this.flow.businessId || this.flow.pendingId;
4467
4578
  }
4468
4579
  },
4580
+ mounted: function mounted() {},
4469
4581
 
4470
4582
  methods: {
4471
4583
  handleHide: function handleHide(res) {