|
|
@@ -56,8 +56,6 @@ Component({
|
|
|
let content = this.data.content;
|
|
|
content.sa_orderid = id;
|
|
|
sa_orderid = id;
|
|
|
- detail.sa_order_v = this.data.sa_order_v - 0;
|
|
|
-
|
|
|
if (init) content.pageNumber = 1;
|
|
|
_Http.basic({
|
|
|
"id": "20221109093902",
|
|
|
@@ -90,6 +88,7 @@ Component({
|
|
|
sa_contractid: page.sa_contractid,
|
|
|
type: page.type,
|
|
|
};
|
|
|
+ console.log("base",base)
|
|
|
this.triggerEvent("returnProductCount", res.total)
|
|
|
this.setData({
|
|
|
list: res.pageNumber == 1 ? res.data : this.data.list.concat(res.data),
|