fix: refs #6703 fix conflicts
This commit is contained in:
parent
d43976192a
commit
c136395d1e
|
@ -523,7 +523,7 @@ class Controller extends Section {
|
|||
if (!sales) return;
|
||||
|
||||
const salesIds = sales.map(sale => sale.id);
|
||||
const params = {salesIds: salesIds, withWarehouse: withWarehouse};
|
||||
const params = {salesIds: salesIds, withWarehouse: withWarehouse,};
|
||||
const query = 'Sales/clone';
|
||||
this.$http.post(query, params).then(res => {
|
||||
const [refundTicket] = res.data;
|
||||
|
|
Loading…
Reference in New Issue