快速報名增加可選哪一次法會,複製另一個牌位內容成新一張牌位
This commit is contained in:
@@ -42,9 +42,8 @@
|
||||
let VueApp = new Vue({
|
||||
el: '#app',
|
||||
vuetify: new Vuetify(),
|
||||
activated() {
|
||||
mounted() {
|
||||
this.getDetail();
|
||||
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
@@ -87,7 +86,8 @@
|
||||
hasPrice: '',
|
||||
},
|
||||
currentView: 'fastSignUp-component',
|
||||
twoData: {}
|
||||
twoData: {},
|
||||
detail_table:[]
|
||||
};
|
||||
},
|
||||
components: {
|
||||
@@ -107,7 +107,6 @@
|
||||
},
|
||||
methods: {
|
||||
changeView(item) {
|
||||
console.log(item);
|
||||
if (item.action === "detail") {
|
||||
this.twoData = item.item.num
|
||||
this.currentView = "fastSignUp2-component"
|
||||
@@ -119,9 +118,9 @@
|
||||
this.currentView = "fastSignUp4-component"
|
||||
} else if (item.action === "signup1") {
|
||||
this.twoData = item.item
|
||||
this.currentView = "fastSignUp1-component"
|
||||
this.currentView = "fastSignUp-component"
|
||||
}
|
||||
console.log("item.action:",this.twoData)
|
||||
//console.log("item.action:",this.twoData)
|
||||
},
|
||||
getDetail() {
|
||||
const { sortBy, sortDesc, page, itemsPerPage } = this.options
|
||||
|
||||
Reference in New Issue
Block a user