shuishen
2021-09-17 e39c78a3a9e00f94a37e71e0bd92f8c3c93693a0
src/api/securityUnit/securityUnit.js
@@ -13,6 +13,20 @@
  })
}
export const getOncedata = (params) => {
  return request({
    url: '/api/information/detail',
    // url: 'http://192.168.0.104:80/information/page',
    method: 'get',
    params: {
      ...params,
      // current,
      // size,
    }
  })
}
export const adddata = (row) => {
  return request({
    url: '/api/information/save',