zt пре 7 месеци
родитељ
комит
e18e1e2f76
1 измењених фајлова са 1 додато и 2 уклоњено
  1. 1 2
      src/views/workflow/components/myProcess/changeClient.vue

+ 1 - 2
src/views/workflow/components/myProcess/changeClient.vue

@@ -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
         },