Commit a8d5884c authored by 郭铭瑶's avatar 郭铭瑶 🤘

房屋物业统计数字接口参数改为hoId

parent 490b471e
...@@ -70,7 +70,7 @@ export default { ...@@ -70,7 +70,7 @@ export default {
}, },
getCheckSum({commit}) { getCheckSum({commit}) {
ajax.get({url: api.GET_CHECK_SUM, params: { ajax.get({url: api.GET_CHECK_SUM, params: {
hoId_eq, hoId: hoId_eq,
nearlyMonth: 12, nearlyMonth: 12,
orderType_in: '0,1,2,3', orderType_in: '0,1,2,3',
}}).then(res => { }}).then(res => {
......
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