This commit is contained in:
Cüneyt Şentürk 2021-01-12 12:54:37 +03:00
parent b47ec6355c
commit cd26c3e8e9

View File

@ -69,9 +69,7 @@ export default {
let type = this.type;
window.axios.get(url + '/modals/documents/item-columns/edit', {
type: type,
})
window.axios.get(url + '/modals/documents/item-columns/edit?type=' + type)
.then(response => {
edit_column.show = true;
edit_column.html = response.data.html;