Commit 4b7b067b by LJM

bug

parent 2373e54a
Showing with 1 additions and 1 deletions
...@@ -226,7 +226,7 @@ export default { ...@@ -226,7 +226,7 @@ export default {
} }
for (var i = 0; i < this.multipleSelection.length; i++) { for (var i = 0; i < this.multipleSelection.length; i++) {
arr.push(this.multipleSelection[i]['id']) arr.push(this.multipleSelection[i]['quote_id'])
} }
window.location.href = NODE_ENVS + '/api/quote/export?ids=' + arr.join(",") + '&token=' + Tool.getCookie('token'); window.location.href = NODE_ENVS + '/api/quote/export?ids=' + arr.join(",") + '&token=' + Tool.getCookie('token');
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment