post editing #57
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ const EditStatusModal = {
|
||||||
},
|
},
|
||||||
watch: {
|
watch: {
|
||||||
params (newVal, oldVal) {
|
params (newVal, oldVal) {
|
||||||
if (get(newVal, 'repliedUser.id') !== get(oldVal, 'repliedUser.id')) {
|
if (get(newVal, 'statusId') !== get(oldVal, 'statusId')) {
|
||||||
this.resettingForm = true
|
this.resettingForm = true
|
||||||
this.$nextTick(() => {
|
this.$nextTick(() => {
|
||||||
this.resettingForm = false
|
this.resettingForm = false
|
||||||
|
|
Loading…
Reference in a new issue