[data.ue] fixed manage cannot find 'code' from URI when playing with history back/forth so now uses VueRouter
This commit is contained in:
parent
2d270f5689
commit
d8cc6b27ac
|
@ -1072,7 +1072,7 @@ gstore.add('ccreate', function(){
|
||||||
|
|
||||||
/* (4) Create request */
|
/* (4) Create request */
|
||||||
var rq = {
|
var rq = {
|
||||||
code: gstore.get.URI[2],
|
code: gstore.get.router.history.current.path.split('/').pop(),
|
||||||
volume: parseInt(vol)
|
volume: parseInt(vol)
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue