fixed vue..

This commit is contained in:
Cüneyt Şentürk 2021-01-12 11:53:50 +03:00
parent 756e494ff3
commit 7bfe9e16fb

View File

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