Index page path changes..

This commit is contained in:
Cüneyt Şentürk
2020-02-02 21:08:00 +03:00
parent 455e9efcdd
commit 7b3863b1d5
23 changed files with 368 additions and 300 deletions

View File

@ -74,7 +74,7 @@ export default class BulkAction {
this.loading = true;
if (this.value != 'export') {
axios.post(url +'/common/bulk-actions/' + path, {
axios.post(path, {
'handle': this.value,
'selected': this.selected
})
@ -97,7 +97,7 @@ export default class BulkAction {
});
} else {
axios({
url: url +'/common/bulk-actions/' + path,
url: path,
method: 'POST',
data:{
'handle': this.value,