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
a6701ec4
authored
2023-07-14 15:16:51 +0800
by
yuanbo
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
删除selectQlxx.js
1 parent
750598ad
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
57 deletions
src/api/selectQlxx.js
src/api/ywsq.js
src/views/ywbl/ywsq/components/selectDjbbl.vue
src/api/selectQlxx.js
deleted
100644 → 0
View file @
750598a
/*
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-05-16 13:49:57
*/
import
request
from
'@/utils/request'
let
SERVER
=
window
.
config
?
window
.
config
:
JSON
.
parse
(
localStorage
.
getItem
(
'ApiUrl'
))
/**
* @description: 获取自然幢下其他户
* @param {*} data
* @author: renchao
*/
export
function
selectOtherH
(
data
)
{
return
request
({
url
:
'ywbl/ywsq/selectOtherH'
,
method
:
'post'
,
data
})
}
/**
* @description: 业务办理-选择抵押权信息-根据条件进行列表查询
* @param {*} data
* @author: renchao
*/
export
function
selectDiyaq
(
data
)
{
return
request
({
url
:
SERVER
.
SERVERAPI
+
'/rest/ywbl/ywsq/selectDiyaq'
,
method
:
'post'
,
data
})
}
/**
* @description: 业务办理-选择查封信息-根据条件进行列表查询
* @param {*} data
* @author: renchao
*/
export
function
selectCfdj
(
data
)
{
return
request
({
url
:
SERVER
.
SERVERAPI
+
'/rest/ywbl/ywsq/selectCfdj'
,
method
:
'post'
,
data
})
}
/**
* @description: 选择补录权利信息
* @param {*} data
* @author: renchao
*/
export
function
selectRepairQlxx
(
data
)
{
return
request
({
url
:
SERVER
.
SERVERAPI
+
'/rest/ywbl/ywsq/selectRepairQlxx'
,
method
:
'post'
,
data
})
}
src/api/ywsq.js
View file @
a6701ec
...
...
@@ -242,3 +242,15 @@ export function selectHQjdc (data) {
data
})
}
/**
* @description: 选择补录权利信息
* @param {*} data
* @author: renchao
*/
export
function
selectRepairQlxx
(
data
)
{
return
request
({
url
:
SERVER
.
SERVERAPI
+
'/rest/ywbl/ywsq/selectRepairQlxx'
,
method
:
'post'
,
data
})
}
...
...
src/views/ywbl/ywsq/components/selectDjbbl.vue
View file @
a6701ec
...
...
@@ -62,7 +62,7 @@
import
{
ywPopupDialog
}
from
"@/utils/popup.js"
;
import
{
startRepairFlow
}
from
"@/api/workFlow.js"
;
import
{
datas
,
sendThis
}
from
"../javascript/selectDjbbl.js"
;
import
{
selectRepairQlxx
}
from
"@/api/
selectQlxx
.js"
;
import
{
selectRepairQlxx
}
from
"@/api/
ywsq
.js"
;
import
jump
from
"../components/mixin/djbbljump"
;
export
default
{
name
:
"djbcx"
,
...
...
Please
register
or
sign in
to post a comment