fix: 修改时间

main
shengwen.chen 3 months ago
parent d123b52198
commit 56307d180f

@ -138,7 +138,7 @@ export default {
textToColor, textToColor,
onGetPageData() { onGetPageData() {
let today = dayjs().format('YYYY-MM-DD'); let today = dayjs().format('YYYY-MM-DD');
today = '2024-06-06'; // today = '2024-06-06';
const QueryFiledDic = {}; const QueryFiledDic = {};
this.queryCondition.forEach(queryItem => { this.queryCondition.forEach(queryItem => {
if (queryItem['queryType'] == 'dateTime') { if (queryItem['queryType'] == 'dateTime') {
@ -247,7 +247,9 @@ export default {
if (item['Key'] == "StayTime") { if (item['Key'] == "StayTime") {
this.stayTime = Number(item['Value']) this.stayTime = Number(item['Value'])
} }
console.log(item['Key']);
if (item['Key'] == "FooterText") { if (item['Key'] == "FooterText") {
this.FooterText = item['Value'] this.FooterText = item['Value']
} }
if (item['Key'] == "ReflushTime") { if (item['Key'] == "ReflushTime") {

Loading…
Cancel
Save