zx 3 years ago
parent aec759ff4b
commit 6614fa19f1

@ -96,7 +96,7 @@ Page({
iTimeType: this.data.iTimeType, //0发布时间 1入库时间 iTimeType: this.data.iTimeType, //0发布时间 1入库时间
sCrisis: wjList.join(',') || '', sCrisis: wjList.join(',') || '',
sBrand: wx.getStorageSync('sBrand') || '', sBrand: wx.getStorageSync('sBrand') || '',
sSeries: wx.getStorageSync('sSeriesName') || '', sSeriesName: wx.getStorageSync('sSeriesName') || '',
}).then(res => { }).then(res => {
let arr = [...this.data.brandDataList, ...res] let arr = [...this.data.brandDataList, ...res]
this.setData({ this.setData({
@ -138,7 +138,7 @@ Page({
iTimeType: this.data.iTimeType, //0发布时间 1入库时间 iTimeType: this.data.iTimeType, //0发布时间 1入库时间
sCrisis: wjList.join(',') || '', sCrisis: wjList.join(',') || '',
sBrand: wx.getStorageSync('sBrand') || '', sBrand: wx.getStorageSync('sBrand') || '',
sSeries: wx.getStorageSync('sSeriesName') || '', sSeriesName: wx.getStorageSync('sSeriesName') || '',
}, (res) => { }, (res) => {
this.setData({ this.setData({
total: res.totalNum total: res.totalNum
@ -327,7 +327,7 @@ Page({
sStartTime: this.data.sStartTime, sStartTime: this.data.sStartTime,
sEndTime: this.data.sEndTime, sEndTime: this.data.sEndTime,
sBrand: wx.getStorageSync('sBrand') || '', sBrand: wx.getStorageSync('sBrand') || '',
sSeries: wx.getStorageSync('sSeriesName') || '', sSeriesName: wx.getStorageSync('sSeriesName') || '',
sQuDao: qdList.join(',') || '', sQuDao: qdList.join(',') || '',
sQingGan: qgList.join(',') || '', sQingGan: qgList.join(',') || '',
sCrisis: wjList.join(',') || '', sCrisis: wjList.join(',') || '',

Loading…
Cancel
Save