批次報名移除排序功能·移除一些console.log
This commit is contained in:
@@ -110,7 +110,7 @@
|
||||
.then(res => {
|
||||
this.activity_statistics.items = res.data.items;
|
||||
this.activity_statistics.totalItems = res.data.count;
|
||||
console.log(this.activity_statistics.options)
|
||||
|
||||
})
|
||||
.catch(error => {
|
||||
|
||||
@@ -123,8 +123,7 @@
|
||||
watch: {
|
||||
selected_activity: {
|
||||
handler(newvalue, oldvalue) {
|
||||
console.log('新值:', newvalue);
|
||||
console.log('舊值:', oldvalue);
|
||||
|
||||
},
|
||||
deep: true
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user