Use statusId instead of repliedUser.id
This commit is contained in:
parent
15005a2a50
commit
80ec88beab
@ -29,7 +29,7 @@ const EditStatusModal = {
|
||||
},
|
||||
watch: {
|
||||
params (newVal, oldVal) {
|
||||
if (get(newVal, 'repliedUser.id') !== get(oldVal, 'repliedUser.id')) {
|
||||
if (get(newVal, 'statusId') !== get(oldVal, 'statusId')) {
|
||||
this.resettingForm = true
|
||||
this.$nextTick(() => {
|
||||
this.resettingForm = false
|
||||
|
Loading…
Reference in New Issue
Block a user