提交 f6494602 authored 作者: yyf's avatar yyf

首页时间筛选限制修改

上级 b34babce
...@@ -538,7 +538,6 @@ export default { ...@@ -538,7 +538,6 @@ export default {
let date=data.getDate() let date=data.getDate()
this.value1[1]=`${year}-${month}-${date} 23:59:59` this.value1[1]=`${year}-${month}-${date} 23:59:59`
} }
console.log(this.value1)
if (this.value1 == null) { if (this.value1 == null) {
this.value1 = []; this.value1 = [];
let objNum = this.numberChartDataCopy; let objNum = this.numberChartDataCopy;
...@@ -585,9 +584,6 @@ export default { ...@@ -585,9 +584,6 @@ export default {
// query.start_time=this.value1[0] // query.start_time=this.value1[0]
// query.end_time=this.value1[1] // query.end_time=this.value1[1]
// const result=await getGoodsSale(query) // const result=await getGoodsSale(query)
// console.log(result)
// console.log(query)
// console.log(this.value2,'热销类目选择时间')
}, },
//修改表格样式 //修改表格样式
changeCellStyle(row, column, rowIndex, columnIndex) { changeCellStyle(row, column, rowIndex, columnIndex) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论