This commit is contained in:
Mr Swift
2024-03-06 11:48:20 +03:30
parent f575aabe12
commit 0c1942023e
5 changed files with 108 additions and 43 deletions
+2 -1
View File
@@ -141,7 +141,8 @@ export default {
this.$axios
.delete(`/api/admin/removeExel/${name}`, {
params: {
type: this.type
type: this.type,
q:this.g
}
})
.then(response => {