批次報名移除排序功能·移除一些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
+3 -3
View File
@@ -107,7 +107,7 @@
select(t, data) {
data.search.kind = t.num;
data.btn_search()
console.log("select search1", t);
}
}
},
@@ -215,7 +215,7 @@
},
editItem(item) {
console.log("edit", item);
},
deleteItem(item) {
@@ -306,7 +306,7 @@
search[t.id] = t.value;
});
console.log("search_get", api_url, search, params, this.options);
this.search_dialog.loading = true
axios.post(api_url, search, { params: params })
.then(response => {