Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcjg-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
e62d58a5
authored
2024-04-15 10:59:21 +0800
by
赵千
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
高级查询,权利人类型
1 parent
bd61ed5a
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
3 deletions
src/views/jktj/daxxcx/index.vue
src/views/jktj/djftj/index.vue
src/views/jktj/dydjxxtj/index.vue
src/views/jktj/daxxcx/index.vue
View file @
e62d58a
...
...
@@ -168,7 +168,6 @@ export default {
this
.
featchData
()
},
async
featchData
()
{
this
.
form
.
receiveStartTime
=
"2019-12-11 00:00:00"
let
{
result
:
res
}
=
await
bdcdj
.
list
(
this
.
form
);
console
.
log
(
res
)
this
.
tableData
.
data
=
res
.
list
...
...
src/views/jktj/djftj/index.vue
View file @
e62d58a
...
...
@@ -161,7 +161,6 @@ export default {
this
.
featchData
()
},
async
featchData
()
{
this
.
form
.
startDate
=
"2019-12-11 00:00:00"
let
{
result
:
res
}
=
await
business
.
djfcx
(
this
.
form
);
console
.
log
(
res
)
this
.
tableData
.
data
=
res
.
list
...
...
src/views/jktj/dydjxxtj/index.vue
View file @
e62d58a
...
...
@@ -160,7 +160,6 @@ export default {
this
.
featchData
()
},
async
featchData
()
{
this
.
form
.
startDate
=
"2019-12-11 00:00:00"
let
{
result
:
res
}
=
await
business
.
diya
(
this
.
form
);
res
.
list
.
forEach
(
it
=>
{
let
mjdws
=
this
.
dicData
[
'A7'
].
filter
(
item
=>
item
.
DCODE
===
it
.
MJDW
.
trim
());
...
...
Please
register
or
sign in
to post a comment