批次報名移除排序功能·移除一些console.log

This commit is contained in:
2026-06-23 07:56:12 +08:00
parent 5fa147f960
commit 7db39117b4
13 changed files with 47 additions and 54 deletions
+2 -2
View File
@@ -99,7 +99,7 @@
.catch(error => console.log(error))
},
editItem(item) {
console.log("edit", item);
},
copyItem(item) {
@@ -132,7 +132,7 @@
axios
.delete(HTTP_HOST + 'api/activity/' + item.num)
.then(response => {
console.log("del", item);
this.data_table.list.splice(index, 1);
this.data_table.count = this.data_table.list.length
})