zt il y a 9 mois
Parent
commit
35ea9d561b
1 fichiers modifiés avec 7 ajouts et 0 suppressions
  1. 7 0
      src/views/workflow/components/myProcess/changeClient.vue

+ 7 - 0
src/views/workflow/components/myProcess/changeClient.vue

@@ -7,6 +7,9 @@
     top="50px"
     width="50%"
     :append-to-body="true"
+    class="statistic_base"
+    :modal-append-to-body="true"
+    custom-class="tagdialog"
   >
     <div class="tabsdom">
       <el-form ref="form" :model="form" :rules="1" style="width: 100%;padding: 5px">
@@ -21,6 +24,10 @@
                   :multiple="false"
                   width="700"
                   @selectValue="parentMethod"
+                  class="statistic_base"
+                  :append-to-body="true"
+                  :modal-append-to-body="true"
+                  custom-class="tagdialog"
                 />
               </el-col>
             </el-row>