保安服务企业管理项目备份
zhongrj
2024-05-24 f2a74b0b28b74dc29be85ec8e6328bdd262f84b9
src/api/check/postFiling.js
@@ -12,6 +12,17 @@
    })
}
export const getAll = (params) => {
  return request({
    url: '/api/postFiling/getAll',
    method: 'get',
    params: {
      ...params,
    }
  })
}
export const add = (row) => {
    return request({
        url: '/api/postFiling/save',