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