快速報名

This commit is contained in:
2026-05-21 17:47:47 +08:00
parent 9fa8ef90cf
commit 77f642b2d2
6 changed files with 579 additions and 386 deletions
+4 -3
View File
@@ -28,7 +28,7 @@
<div id="content" class="container py-4">
<keep-alive>
<component :is="currentView" :form-data="$data"
:twoData="twoData"
:num="twoData"
@custom-event="changeView">
</component>
</keep-alive>
@@ -109,11 +109,12 @@
console.log(item);
if (item.action === "detail") {
this.twoData = item.item.num
console.log(this.twoData);
this.currentView = "fastSignUp2-component"
} else if (item.action==="add") {
} else if (item.action === "add") {
this.twoData=item.item.num
this.currentView = "fastSignUp3-component"
}
console.log("item.action:",this.twoData)
},
getDetail() {
const { sortBy, sortDesc, page, itemsPerPage } = this.options