Commit ecb431ca by shaojiawen

build:默认筛选近七日

parent 4b50423b
......@@ -69,7 +69,7 @@ export default {
data() {
return {
loading: false,
dateTime: [ , ],
dateTime: [ new Date() - 7 * 24 * 60 * 60 * 1000, new Date() ],
listParams: {
welfareId: this.welfareId,
modifyType: '', // 调整类型(1:加,2:减)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment