Remove redundant variables from record page recorID watcher
This commit is contained in:
@@ -303,7 +303,7 @@ export default {
|
||||
watch: {
|
||||
recordID: {
|
||||
immediate: true,
|
||||
handler (o, n) {
|
||||
handler () {
|
||||
this.record = undefined
|
||||
this.initialRecordState = undefined
|
||||
this.refresh()
|
||||
|
||||
Reference in New Issue
Block a user