Browse Source

feature:bug修复

chenqilong 2 years ago
parent
commit
7be18d3f6d
1 changed files with 8 additions and 3 deletions
  1. 8 3
      src/views/supply/pickup/components/pickup_form.vue

+ 8 - 3
src/views/supply/pickup/components/pickup_form.vue

@@ -379,7 +379,14 @@
         </el-popconfirm>
       </div>
     </div>
-    <el-dialog title="物流信息" :visible.sync="visible" width="60%" @close="onClose" :close-on-click-modal="false">
+    <el-dialog
+      title="物流信息"
+      append-to-body
+      :visible.sync="visible"
+      width="60%"
+      @close="onClose"
+      :close-on-click-modal="false"
+    >
       <el-timeline class="logistics" :reverse="false" v-if="logisticsDetail.length">
         <el-timeline-item
           placement="top"
@@ -933,7 +940,6 @@ export default {
           .then(res => {
             this.$successMsg('提交成功')
             this.goBack()
-           
           })
           .finally(res => {
             this.formLoading = false
@@ -943,7 +949,6 @@ export default {
           .then(res => {
             this.$successMsg('提交成功')
             this.goBack()
-           
           })
           .finally(res => {
             this.formLoading = false