Fix pageAdmin setPrevioiusPageUsingActivePage writing to wrong property

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-06 08:08:00 +08:00
parent eac33d4888
commit 2141f514c5
2 changed files with 3 additions and 5 deletions

View File

@@ -47,7 +47,7 @@ export default defineStore('pageAdminStore', {
* Set the previous(usually current) pages to the ones we just decide.
*/
setPrevioiusPageUsingActivePage() {
this.previoiusPage = this.activePage;
this.previousPage = this.activePage;
},
/**
* Set the boolean value of status of pending state of the pate