This commit is contained in:
熊成强 2020-11-20 17:51:40 +08:00
parent 75838af011
commit 7d0a8c53de
2 changed files with 2 additions and 2 deletions

View File

@ -249,7 +249,7 @@ export default {
message: res.msg,
type: 'success'
})
history.go(0)
// history.go(0)
}).catch(() => {
this.$message({
type: 'info',

View File

@ -117,7 +117,7 @@ export default {
width: 100%;
justify-content: space-between;
align-items: flex-start;
overflow: hidden;
&-left{
flex: 1;
padding: 0 30px 0 0;