Browse Source

抽检填报数据bug修改

wucl 1 month ago
parent
commit
42fb58cd40
1 changed files with 3 additions and 1 deletions
  1. 3 1
      src/views/statistical/major/ledgerList.vue

+ 3 - 1
src/views/statistical/major/ledgerList.vue

@@ -210,7 +210,7 @@
         </parentTable>
       </y-page-list-layout>
     </div>
-    <el-dialog :visible.sync="checkDialogVisible">
+    <el-dialog :visible.sync="checkDialogVisible" center width="70%" top="0vh" >
       <el-divider content-position="left">抽检扣分</el-divider>
       <el-form ref="spotCheck" :model="spotCheck">
         <div>
@@ -623,6 +623,7 @@ export default {
             type: 'success',
             duration: 3000,
           });
+          this.checkDialogVisible = false;
         }
       });
     },
@@ -640,6 +641,7 @@ export default {
             type: 'success',
             duration: 3000,
           });
+          this.checkDialogVisible = false;
         }
       });
     },