快速報名
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user