fixed get parameters

This commit is contained in:
Cüneyt Şentürk 2021-01-12 12:38:40 +03:00
parent 40046f4064
commit b47ec6355c

View File

@ -67,8 +67,10 @@ export default {
onEditItemColumns() { onEditItemColumns() {
let edit_column = this.edit_column; let edit_column = this.edit_column;
let type = this.type;
window.axios.get(url + '/modals/documents/item-columns/edit', { window.axios.get(url + '/modals/documents/item-columns/edit', {
type: this.type, type: type,
}) })
.then(response => { .then(response => {
edit_column.show = true; edit_column.show = true;