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
f660a05b
authored
2023-06-16 17:20:43 +0800
by
tianhaohao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
111
1 parent
8cb836ad
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
2 deletions
src/api/selectQlxx.js
src/views/ywbl/ywsq/components/selectDjbbl.vue
src/api/selectQlxx.js
View file @
f660a05
...
...
@@ -66,3 +66,15 @@ export function choiceBdcdy (data) {
})
}
/**
* @description: 选择补录权利信息
* @param {*} data
* @author: renchao
*/
export
function
selectRepairQlxx
(
data
)
{
return
request
({
url
:
'ywbl/ywsq/selectRepairQlxx'
,
method
:
'post'
,
data
})
}
...
...
src/views/ywbl/ywsq/components/selectDjbbl.vue
View file @
f660a05
...
...
@@ -56,7 +56,7 @@
import
store
from
'@/store/index.js'
import
table
from
"@/utils/mixin/table"
;
import
{
datas
,
sendThis
}
from
"../javascript/selectDjbbl.js"
;
import
{
getDjbBysearch
}
from
"@/api/zhc
x.js"
;
import
{
selectRepairQlxx
}
from
"@/api/selectQlx
x.js"
;
import
jump
from
"../components/mixin/djbbljump"
;
export
default
{
name
:
"djbcx"
,
...
...
@@ -100,7 +100,7 @@
// 初始化数据
queryClick
()
{
this
.
$startLoading
()
getDjbBysearch
({
...
this
.
queryForm
,
...
this
.
pageData
}).
then
((
res
)
=>
{
selectRepairQlxx
({
...
this
.
queryForm
,
...
this
.
pageData
}).
then
((
res
)
=>
{
this
.
$endLoading
()
if
(
res
.
code
===
200
)
{
let
{
total
,
records
}
=
res
.
result
;
...
...
Please
register
or
sign in
to post a comment