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() {
let edit_column = this.edit_column;
let type = this.type;
window.axios.get(url + '/modals/documents/item-columns/edit', {
type: this.type,
type: type,
})
.then(response => {
edit_column.show = true;