Commit 5f97250b authored by 郭铭瑶's avatar 郭铭瑶 🤘

添加7天参数

parent 07bd98c4
......@@ -176,7 +176,7 @@ export default {
})
},
getDoneList({commit}) { // 获取并全局设置已完成列表
ajax.get({url: api.GET_HANDLE_LIST, params: {state: 5, streetId}}).then(res => {
ajax.get({url: api.GET_HANDLE_LIST, params: {state: 5, days: 7, streetId}}).then(res => {
commit('SET_DONE_LIST', com.confirm(res, 'data.content', []))
})
},
......
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