This commit is contained in:
xiongchengqiang 2020-12-14 14:28:19 +08:00
parent 64ffb4f06e
commit 1d8a4d3ba9
2 changed files with 2 additions and 1 deletions

View File

@ -337,7 +337,7 @@ export default {
resetFlag: 0, resetFlag: 0,
clearFlag: 1 clearFlag: 1
} }
await this.handleResetData(this.$route.query.id || '') await this.handleResetData(this.obj.id || '')
this.dialogFormVisibleChongZhi = true this.dialogFormVisibleChongZhi = true
}, },
// //

View File

@ -551,6 +551,7 @@ export default {
} }
&-content { &-content {
margin-bottom: 10px; margin-bottom: 10px;
transition: 2s all;
&-top { &-top {
display: flex; display: flex;
align-content: center; align-content: center;