x
Showing
with
84 additions
and
96 deletions
Please
register
or
sign in
to comment
... | ... | @@ -50,7 +50,8 @@ router.afterEach((to, from, next) => { |
tabOldJson = [ | ||
{ | ||
path: to.path, | ||
title: to.meta.title | ||
title: to.meta.title, | ||
query:to.query | ||
} | ||
] | ||
... | ... |
... | ... | @@ -52,7 +52,7 @@ const routes = [ |
path: '/listDetail', | ||
name: 'ListDetail', | ||
meta: { | ||
title: '库存列表详情' | ||
title: '库存导入详情' | ||
}, | ||
component: () => import('../views/Store/listDetail.vue') | ||
... | ... |
... | ... | @@ -145,7 +145,7 @@ |
}) | ||
}, | ||
downwj() { | ||
this.$http('get', "/api/uploadSku/downUploadCsv", {}).then(res => { | ||
this.$http('post', "/api/uploadSku/downUploadCsv", {}).then(res => { | ||
}) | ||
}, | ||
... | ... |