Commit 72f615d8 authored by neo's avatar neo

[bugfix] fiexed url for get output items

parent 74371ef5
......@@ -46,7 +46,7 @@
},
queryOutputInvoiceItemList: function (invoiceID,tag) {
return $http.get('/outputInvoiceImport/queryOutputInvoiceItemList/' + invoiceID+"?tag="tag, apiConfig.createVat());
return $http.get('/outputInvoiceImport/queryOutputInvoiceItemList/' + invoiceID+'?tag='+tag, apiConfig.createVat());
},
getExportOutputInvoiceList: function (param) {
......
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 to comment