| | |
| | | } |
| | | }) |
| | | } |
| | | export const saveOrUpdateHouseLabelInfo = (row) => { |
| | | return request({ |
| | | url: '/api/blade-householdLabel/householdLabel/saveOrUpdateHouseLabel', |
| | | method: 'post', |
| | | data: row |
| | | }) |
| | | } |
| | | export const saveOrUpdateHouseholdLabel = (row) => { |
| | | return request({ |
| | | url: '/api/blade-householdLabel/householdLabel/saveOrUpdateHouseholdLabel', |
| | |
| | | |
| | | export const statisticalLabels = (current, size, params) => { |
| | | return request({ |
| | | url: '/api/blade-houseLabel/userHouseLabel/statisticalLabels', |
| | | url: '/api/blade-householdLabel/householdLabel/getRegionStatisticalLabels', |
| | | method: 'get', |
| | | params: { |
| | | ...params, |
| | | current, |
| | | size, |
| | | } |
| | | }) |
| | | } |
| | | |
| | | export const getOrgStatisticalLabels = (current, size, params) => { |
| | | return request({ |
| | | url: '/api/blade-householdLabel/householdLabel/getOrgStatisticalLabels', |
| | | method: 'get', |
| | | params: { |
| | | ...params, |
| | | current, |
| | | size, |
| | | } |
| | | }) |
| | | } |
| | | |
| | | |
| | | export const getUnitedFrontStatisticalLabels = (current, size, params) => { |
| | | return request({ |
| | | url: '/api/blade-householdLabel/householdLabel/getUnitedFrontStatisticalLabels', |
| | | method: 'get', |
| | | params: { |
| | | ...params, |
| | | current, |
| | | size, |
| | | } |
| | | }) |
| | | } |
| | | |
| | | |
| | | export const getFollowStatisticalLabels = (current, size, params) => { |
| | | return request({ |
| | | url: '/api/blade-householdLabel/householdLabel/getFollowStatisticalLabels', |
| | | method: 'get', |
| | | params: { |
| | | ...params, |
| | | current, |
| | | size, |
| | | } |
| | | }) |
| | | } |
| | | |
| | | export const getCommunityStatisticalLabels = (current, size, params) => { |
| | | return request({ |
| | | url: '/api/blade-householdLabel/householdLabel/getCommunityStatisticalLabels', |
| | | method: 'get', |
| | | params: { |
| | | ...params, |