Skip to content
  • This project
    • Loading...
  • Sign in

bdc / bdcdj-web

Go to a project
Toggle navigation
Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • bdcdj-web
  • src
  • api
  • lpb.js
  • jiaozeping@pashanhoo.com's avatar
    楼盘表 · 6fab4126
    6fab4126 Browse Files
    jiaozeping@pashanhoo.com committed 2022-10-18 16:33:43 +0800
lpb.js 223 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
import request from '@/utils/request'
/* 
  楼盘查询
*/


// 根据条件进行列表查询
export function getLpZrz(data) {
  return request({
    url: '/zhcx/lpcx/getLpZrz',
    method: 'post',
    data: data
  })
}