|
Lines 503-509
export default {
Link Here
|
| 503 |
success => { |
503 |
success => { |
| 504 |
setMessage(this.$__("Title updated")) |
504 |
setMessage(this.$__("Title updated")) |
| 505 |
this.$router.push({ |
505 |
this.$router.push({ |
| 506 |
name: "EHoldingsLocalPackagesList", |
506 |
name: "EHoldingsLocalTitlesList", |
| 507 |
}) |
507 |
}) |
| 508 |
}, |
508 |
}, |
| 509 |
error => {} |
509 |
error => {} |
|
Lines 513-519
export default {
Link Here
|
| 513 |
success => { |
513 |
success => { |
| 514 |
setMessage(this.$__("Title created")) |
514 |
setMessage(this.$__("Title created")) |
| 515 |
this.$router.push({ |
515 |
this.$router.push({ |
| 516 |
name: "EHoldingsLocalPackagesList", |
516 |
name: "EHoldingsLocalTitlesList", |
| 517 |
}) |
517 |
}) |
| 518 |
}, |
518 |
}, |
| 519 |
error => {} |
519 |
error => {} |