ionic-vhframeworks 9.1.6 → 9.1.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -15232,10 +15232,10 @@ export declare class VhQueryAutoWeb {
|
|
|
15232
15232
|
addCustomer(data: any): Promise<unknown>;
|
|
15233
15233
|
/**
|
|
15234
15234
|
* @example:
|
|
15235
|
-
* this.vhQueryAutoWeb.
|
|
15235
|
+
* this.vhQueryAutoWeb.updateCustomer('5fb6780ca2148e09806c5b01', {hidden:true})
|
|
15236
15236
|
.then((rsp:any)=>{
|
|
15237
15237
|
if(rsp.vcode === 0){
|
|
15238
|
-
console.log('
|
|
15238
|
+
console.log('updateCustomer succeed');
|
|
15239
15239
|
}
|
|
15240
15240
|
}, error=>{
|
|
15241
15241
|
console.log('error', error);
|