sqcx.js 480 Bytes
// import request from '@/utils/request'
// // 根据条件进行列表查询
// export function getJtfcPage (data) {
//   return request({
//     url: '/sqcx/getJtfcPage',
//     method: 'post',
//     data
//   })
// }
// // 新增申请查询家庭房产信息
// export function addJtfcCxjgXx (data) {
//   return request({
//     url: '/sqcx/addJtfcCxjgXx',
//     method: 'post',
//     data,
//     showLoading: true,
//     loadingTarget: '正在查询中...'
//   })
// }