forked from verdnatura/salix-front
mini change
This commit is contained in:
parent
c31e865faa
commit
6b7c76dde3
|
@ -240,7 +240,13 @@ const updateConcept = async (sale) => {
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
const DEFAULT_EDIT = { price: null, discount: null, sale: null, sales: null };
|
const DEFAULT_EDIT = {
|
||||||
|
price: null,
|
||||||
|
discount: null,
|
||||||
|
sale: null,
|
||||||
|
sales: null,
|
||||||
|
oldQuantity: null,
|
||||||
|
};
|
||||||
const edit = ref({ ...DEFAULT_EDIT });
|
const edit = ref({ ...DEFAULT_EDIT });
|
||||||
const usesMana = ref(null);
|
const usesMana = ref(null);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue