cyy-vue-material 1.1.81 → 1.1.82
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.
package/package.json
CHANGED
|
@@ -370,7 +370,7 @@ export default {
|
|
|
370
370
|
// 默认查
|
|
371
371
|
this.secGoodList = [];
|
|
372
372
|
// return
|
|
373
|
-
url = `${queryPromotionPageForC}?pbCode=0007&dataStateStr=1,4&rows=200&page=1&orderStr=PROMOTION_ENDTIME asc`;
|
|
373
|
+
url = `${queryPromotionPageForC}?pbCode=0007&dataStateStr=1,4&rows=200&page=1&orderStr=PROMOTION_ENDTIME asc&channelCode=${query.channelCode}`;
|
|
374
374
|
}
|
|
375
375
|
const { list } = await fetchPost(url);
|
|
376
376
|
handleResponse({ list });
|
|
@@ -429,7 +429,7 @@ export default {
|
|
|
429
429
|
} else {
|
|
430
430
|
this.secGoodList = [];
|
|
431
431
|
// return
|
|
432
|
-
url = `${queryPromotionPageForC}?pbCode=0008&dataStateStr=1,4&rows=200&page=1&orderStr=PROMOTION_ENDTIME asc`;
|
|
432
|
+
url = `${queryPromotionPageForC}?pbCode=0008&dataStateStr=1,4&rows=200&page=1&orderStr=PROMOTION_ENDTIME asc&channelCode=${query.channelCode}`;
|
|
433
433
|
}
|
|
434
434
|
const { rows } = await fetchPost(url);
|
|
435
435
|
handleResponse({ rows }, true);
|