small adjustments
This commit is contained in:
@@ -87,7 +87,8 @@ export default {
|
||||
},
|
||||
},
|
||||
watch: {
|
||||
visible(newValue) { if (newValue) {
|
||||
visible(newValue) {
|
||||
if (newValue) {
|
||||
this.resetData()
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user