From 6614fa19f18803c5aeaebd6d0d028e69de78cbe4 Mon Sep 17 00:00:00 2001 From: zx <604444282@qq.com> Date: Mon, 21 Nov 2022 17:22:56 +0800 Subject: [PATCH] zx --- pages/insight/pages/modalInsight/modalDataList/index.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/insight/pages/modalInsight/modalDataList/index.js b/pages/insight/pages/modalInsight/modalDataList/index.js index 33dda96..15243f3 100644 --- a/pages/insight/pages/modalInsight/modalDataList/index.js +++ b/pages/insight/pages/modalInsight/modalDataList/index.js @@ -96,7 +96,7 @@ Page({ iTimeType: this.data.iTimeType, //0发布时间 1入库时间 sCrisis: wjList.join(',') || '', sBrand: wx.getStorageSync('sBrand') || '', - sSeries: wx.getStorageSync('sSeriesName') || '', + sSeriesName: wx.getStorageSync('sSeriesName') || '', }).then(res => { let arr = [...this.data.brandDataList, ...res] this.setData({ @@ -138,7 +138,7 @@ Page({ iTimeType: this.data.iTimeType, //0发布时间 1入库时间 sCrisis: wjList.join(',') || '', sBrand: wx.getStorageSync('sBrand') || '', - sSeries: wx.getStorageSync('sSeriesName') || '', + sSeriesName: wx.getStorageSync('sSeriesName') || '', }, (res) => { this.setData({ total: res.totalNum @@ -327,7 +327,7 @@ Page({ sStartTime: this.data.sStartTime, sEndTime: this.data.sEndTime, sBrand: wx.getStorageSync('sBrand') || '', - sSeries: wx.getStorageSync('sSeriesName') || '', + sSeriesName: wx.getStorageSync('sSeriesName') || '', sQuDao: qdList.join(',') || '', sQingGan: qgList.join(',') || '', sCrisis: wjList.join(',') || '',