Commit 308a23a8 authored by 郭铭瑶's avatar 郭铭瑶 🤘

添加7天参数

parent 9dc4e337
......@@ -16,7 +16,7 @@
<!-- built files will be auto injected -->
</body>
<script src="./static/hls.js"></script>
<script src="./static/SMap.min.js"></script>
<!-- <script src="./static/esm/SMap.min.js"></script> -->
<!-- <script src="./static/SMap.min.js"></script> -->
<script src="./static/esm/SMap.min.js"></script>
<script src="./static/Plugins.min.js"></script>
</html>
......@@ -28,7 +28,7 @@ export default {
})
},
getDoneList({commit}) { // 获取并全局设置已完成列表
ajax.get({url: api.GET_HANDLE_LIST, params: {state: 5}}).then(res => {
ajax.get({url: api.GET_HANDLE_LIST, params: {state: 5, days: 7}}).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