refactor: deleted log
gitea/salix-front/pipeline/pr-master Build queued...
Details
gitea/salix-front/pipeline/pr-master Build queued...
Details
This commit is contained in:
parent
b02199eb07
commit
c9e82f2caf
|
@ -105,7 +105,6 @@ const showSmsDialog = (template) => {
|
||||||
const calculateSalePrice = async () => {
|
const calculateSalePrice = async () => {
|
||||||
if (!props.sales) return;
|
if (!props.sales) return;
|
||||||
|
|
||||||
console.log('CALLED');
|
|
||||||
await axios.post(`Sales/recalculatePrice`, props.sales);
|
await axios.post(`Sales/recalculatePrice`, props.sales);
|
||||||
notify(t('globals.dataSaved'), 'positive');
|
notify(t('globals.dataSaved'), 'positive');
|
||||||
emit('reCalculatedPrice', props.sales);
|
emit('reCalculatedPrice', props.sales);
|
||||||
|
|
Loading…
Reference in New Issue