| | |
| | | } |
| | | }) |
| | | } |
| | | export const selectTy = (hn) => { |
| | | return request({ |
| | | url: '/api/blade-system/tenant/selectTy', |
| | | method: 'post', |
| | | params: { |
| | | hn |
| | | } |
| | | }) |
| | | } |
| | | export const deletey = (hn) => { |
| | | return request({ |
| | | url: '/api/blade-system/tenant/deletey', |
| | | method: 'post', |
| | | params: { |
| | | hn |
| | | } |
| | | }) |
| | | } |
| | | export const deletes = (hn) => { |
| | | return request({ |
| | | url: '/api/blade-system/tenant/deletes', |
| | | method: 'post', |
| | | params: { |
| | | hn |
| | | } |
| | | }) |
| | | } |
| | | export const deleter = (hn) => { |
| | | return request({ |
| | | url: '/api/blade-system/tenant/deleter', |
| | | method: 'post', |
| | | params: { |
| | | hn |
| | | } |
| | | }) |
| | | } |
| | | |
| | | |
| | | export const selectTs = (hn) => { |
| | | return request({ |
| | | url: '/api/blade-system/tenant/selectTs', |
| | | method: 'post', |
| | | params: { |
| | | hn |
| | | } |
| | | }) |
| | | } |
| | | export const selectTr = (hn) => { |
| | | return request({ |
| | | url: '/api/blade-system/tenant/selectTr', |
| | | method: 'post', |
| | | params: { |
| | | hn |
| | | } |
| | | }) |
| | | } |
| | | |
| | | export const remove = (ids) => { |
| | | return request({ |
| | |
| | | data: row |
| | | }) |
| | | } |
| | | export const instery = (dj, had, ht, ctime, content,hn) => { |
| | | return request({ |
| | | url: '/api/blade-system/tenant/instery', |
| | | method: 'post', |
| | | params: { |
| | | dj, |
| | | had, |
| | | ht, |
| | | ctime, |
| | | content, |
| | | hn |
| | | } |
| | | }) |
| | | } |
| | | export const insertsr = (category, attributes, developers, had, housetype, content, hn) => { |
| | | return request({ |
| | | url: '/api/blade-system/tenant/insertsr', |
| | | method: 'post', |
| | | params: { |
| | | category, |
| | | attributes, |
| | | developers, |
| | | had, |
| | | housetype, |
| | | content, |
| | | hn |
| | | } |
| | | }) |
| | | } |
| | | export const updateInfor = (category, attributes, developers, had, housetype, content, hn) => { |
| | | return request({ |
| | | url: '/api/blade-system/tenant/updateInfor', |
| | | method: 'post', |
| | | params: { |
| | | category, |
| | | attributes, |
| | | developers, |
| | | had, |
| | | housetype, |
| | | content, |
| | | hn |
| | | } |
| | | }) |
| | | } |
| | | |
| | | export const updateInfoy = (dj, had, ht, ctime, content,hn) => { |
| | | return request({ |
| | | url: '/api/blade-system/tenant/updateInfoy', |
| | | method: 'post', |
| | | params: { |
| | | dj, |
| | | had, |
| | | ht, |
| | | ctime, |
| | | content, |
| | | hn |
| | | } |
| | | }) |
| | | } |
| | | export const insertss = (nature, had, motto, ctime, content,hn) => { |
| | | return request({ |
| | | url: '/api/blade-system/tenant/insertss', |
| | | method: 'post', |
| | | params: { |
| | | nature, |
| | | had, |
| | | motto, |
| | | ctime, |
| | | content, |
| | | hn |
| | | } |
| | | }) |
| | | } |
| | | export const updateInfos = (nature, had, motto, ctime, content,hn) => { |
| | | return request({ |
| | | url: '/api/blade-system/tenant/updateInfoy', |
| | | method: 'post', |
| | | params: { |
| | | nature, |
| | | had, |
| | | motto, |
| | | ctime, |
| | | content, |
| | | hn |
| | | } |
| | | }) |
| | | } |
| | | |
| | | export const setting = (ids, form) => { |
| | | return request({ |