fixed..
This commit is contained in:
parent
b47ec6355c
commit
cd26c3e8e9
@ -69,9 +69,7 @@ export default {
|
|||||||
|
|
||||||
let type = this.type;
|
let type = this.type;
|
||||||
|
|
||||||
window.axios.get(url + '/modals/documents/item-columns/edit', {
|
window.axios.get(url + '/modals/documents/item-columns/edit?type=' + type)
|
||||||
type: type,
|
|
||||||
})
|
|
||||||
.then(response => {
|
.then(response => {
|
||||||
edit_column.show = true;
|
edit_column.show = true;
|
||||||
edit_column.html = response.data.html;
|
edit_column.html = response.data.html;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user