debug
This commit is contained in:
parent
a16f6d908c
commit
79987f777c
2 changed files with 2 additions and 2 deletions
|
@ -101,7 +101,7 @@ let monTableau = {
|
||||||
pages: [],
|
pages: [],
|
||||||
triOrders: [],
|
triOrders: [],
|
||||||
triProps: [],
|
triProps: [],
|
||||||
selectTr: [275]
|
selectTr: []
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
mounted() {
|
mounted() {
|
||||||
|
|
|
@ -120,7 +120,7 @@ var monTableau = {
|
||||||
pages: [],
|
pages: [],
|
||||||
triOrders: [],
|
triOrders: [],
|
||||||
triProps: [],
|
triProps: [],
|
||||||
selectTr: [275]
|
selectTr: []
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
mounted: function mounted() {
|
mounted: function mounted() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue