瀏覽代碼

需求修改

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