1
lkk
8 天以前 c1db2f08301d97e2bf04c7236fa981e5ec083dbb
src/api/hosp/water.js
@@ -148,4 +148,12 @@
    method: 'delete',
    params: data
  })
}
// 获取汇总时间起始时间
export function getbigntime() {
  return request({
    url: '/hosp/summary/getLastTime',
    method: 'get',
  })
}