fixed carrello che scompariva...
This commit is contained in:
@@ -3033,6 +3033,8 @@ export const colTableUsersISP = [
|
||||
subfield: 'email_paypal',
|
||||
label_trans: 'reg.email_paypal',
|
||||
}),
|
||||
AddCol({ name: 'profile.version', label_trans: 'reg.version', fieldtype: costanti.FieldType.number }),
|
||||
|
||||
/* AddCol({
|
||||
name: 'profile.payeer_id',
|
||||
field: 'profile',
|
||||
|
||||
@@ -427,6 +427,7 @@ export const useProducts = defineStore('Products', {
|
||||
else
|
||||
this.userActive = userStore.my
|
||||
|
||||
console.log('userActive', this.userActive)
|
||||
|
||||
ris = await Api.SendReq('/products', 'POST', { userId: this.userActive._id })
|
||||
.then((res) => {
|
||||
|
||||
Reference in New Issue
Block a user