fixed get parameters
This commit is contained in:
parent
40046f4064
commit
b47ec6355c
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user