From d8cc6b27ac0a7903c8378cbd1982f1f5d725fc94 Mon Sep 17 00:00:00 2001 From: xdrm-brackets Date: Thu, 29 Mar 2018 21:29:29 +0200 Subject: [PATCH] [data.ue] fixed manage cannot find 'code' from URI when playing with history back/forth so now uses VueRouter --- webpack/data/ue.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webpack/data/ue.js b/webpack/data/ue.js index c122775..e1db401 100644 --- a/webpack/data/ue.js +++ b/webpack/data/ue.js @@ -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) };