|
@@ -8,9 +8,7 @@
|
|
|
:visible.sync="dialogVisible"
|
|
|
top="50px"
|
|
|
width="50%"
|
|
|
- :append-to-body="true"
|
|
|
class="statistic_base"
|
|
|
- :modal-append-to-body="true"
|
|
|
custom-class="tagdialog"
|
|
|
>
|
|
|
<div class="tabsdom">
|
|
@@ -88,6 +86,7 @@ export default {
|
|
|
}
|
|
|
},
|
|
|
async setVisible(status, row) {
|
|
|
+ console.log('委托办理')
|
|
|
this.form.flowMainPushId = row.flowMainPushId
|
|
|
this.dialogVisible = status
|
|
|
},
|