- versione: 1.2.77
- aggiustamenti e miglioramenti estetici
This commit is contained in:
@@ -133,7 +133,7 @@ export default defineComponent({
|
||||
watch(
|
||||
() => myproduct.value,
|
||||
(newval, oldval) => {
|
||||
console.log('myproduct', myproduct.value);
|
||||
// console.log('myproduct', myproduct.value);
|
||||
// loadProduct(myproduct.value._id)
|
||||
updateproductmodif(myproduct.value);
|
||||
}
|
||||
@@ -162,7 +162,7 @@ export default defineComponent({
|
||||
}
|
||||
saveSearch();
|
||||
|
||||
console.log('myproduct.value', myproduct.value);
|
||||
// console.log('myproduct.value', myproduct.value);
|
||||
}
|
||||
|
||||
watch(
|
||||
@@ -332,7 +332,7 @@ export default defineComponent({
|
||||
}
|
||||
|
||||
function updateproductmodif(element: IProduct) {
|
||||
console.log('CSEARCHPRODUCT: updateproductmodif');
|
||||
// console.log('CSEARCHPRODUCT: updateproductmodif');
|
||||
emit('updateproductmodif', element);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user