|
@@ -84,7 +84,9 @@ export default {
|
|
status: this.value,
|
|
status: this.value,
|
|
id: this.id,
|
|
id: this.id,
|
|
beforeRedirect: async () => {
|
|
beforeRedirect: async () => {
|
|
- await this.beforeRedirect()
|
|
|
|
|
|
+ if (_this.beforeRedirect) {
|
|
|
|
+ await _this.beforeRedirect()
|
|
|
|
+ }
|
|
},
|
|
},
|
|
cancel() {
|
|
cancel() {
|
|
_this.syncLabels([])
|
|
_this.syncLabels([])
|