|
...
|
...
|
@@ -102,9 +102,10 @@ |
|
|
|
querygx(){
|
|
|
|
// var that = this;
|
|
|
|
const params = {
|
|
|
|
orderNumber:this.model.orderId,
|
|
|
|
productType:this.model.productTypeId
|
|
|
|
orderId:this.model.orderId,
|
|
|
|
productType:this.model.productType
|
|
|
|
}
|
|
|
|
console.log(params)
|
|
|
|
querygx(this.url.querygx,params).then((res)=>{
|
|
|
|
if(res.success){
|
|
|
|
console.log('res',res)
|
...
|
...
|
|