|
@@ -127,6 +127,10 @@ export default {
|
|
|
return []
|
|
|
}
|
|
|
},
|
|
|
+ itemSn: {
|
|
|
+ type: String,
|
|
|
+ default: ''
|
|
|
+ },
|
|
|
zIndex: { // 层级
|
|
|
type: [String, Number],
|
|
|
default: 1000
|
|
@@ -176,6 +180,7 @@ export default {
|
|
|
const params = Object.assign(parameter, this.queryParam)
|
|
|
params.hideProductSnList = this.chooseData
|
|
|
params.productTypeSnList = this.chooseType
|
|
|
+ params.promoActiveSn = this.itemSn
|
|
|
return queryWaitingProductPage(params).then(res => {
|
|
|
let data
|
|
|
if (res.status == 200) {
|