Skip to content
Toggle navigation
Toggle navigation
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
afd76f0d
authored
2023-06-08 13:44:11 +0800
by
yangwei
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
楼盘表接口修改
1 parent
4bca63a1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
src/api/lpb.js
src/api/lpb.js
View file @
afd76f0
/*
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-0
5-18 10:53:07
* @LastEditTime: 2023-0
6-08 13:43:33
*/
import
request
from
'@/utils/request'
let
SERVER
=
window
.
config
?
window
.
config
:
JSON
.
parse
(
localStorage
.
getItem
(
'ApiUrl'
))
...
...
@@ -14,7 +14,7 @@ const url = SERVER.SERVERAPI + '/rest/zhcx/lpcx/'
*/
export
function
getLpZrz
(
data
)
{
return
request
({
url
:
'service-lpb/rest/zhcx/lpcx/getLpZrz'
,
url
:
'service-lpb
-zq
/rest/zhcx/lpcx/getLpZrz'
,
method
:
'post'
,
data
:
data
})
...
...
@@ -27,7 +27,7 @@ export function getLpZrz (data) {
*/
export
function
getLpb
(
zrzbsm
)
{
return
request
({
url
:
url
+
'
getLpb?scyclx=1&zrzbsm='
+
zrzbsm
,
url
:
'service-lpb-zq/rest/zhcx/lpcx/
getLpb?scyclx=1&zrzbsm='
+
zrzbsm
,
method
:
'get'
})
}
...
...
@@ -38,7 +38,7 @@ export function getLpb (zrzbsm) {
*/
export
function
getLpbFwytAndQlxz
(
zrzbsm
)
{
return
request
({
url
:
url
+
'
getLpbFwytAndQlxz?scyclx=1&zrzbsm='
+
zrzbsm
,
url
:
'service-lpb-zq/rest/zhcx/lpcx/
getLpbFwytAndQlxz?scyclx=1&zrzbsm='
+
zrzbsm
,
method
:
'get'
})
}
...
...
Please
register
or
sign in
to post a comment