fix
This commit is contained in:
@@ -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 => {
|
||||
|
||||
Reference in New Issue
Block a user