[data.ue] fixed manage cannot find 'code' from URI when playing with history back/forth so now uses VueRouter

This commit is contained in:
xdrm-brackets 2018-03-29 21:29:29 +02:00
parent 2d270f5689
commit d8cc6b27ac
1 changed files with 1 additions and 1 deletions

View File

@ -1072,7 +1072,7 @@ gstore.add('ccreate', function(){
/* (4) Create request */
var rq = {
code: gstore.get.URI[2],
code: gstore.get.router.history.current.path.split('/').pop(),
volume: parseInt(vol)
};