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
fbb72e1a
authored
2023-06-19 09:29:26 +0800
by
xiaomiao
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'dev' of
http://yun.pashanhoo.com:9090/bdc/bdcdj-web
into dev
2 parents
825a7745
89e6e781
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
src/api/djbbl.js
src/views/djbworkflow/workFrame.vue
src/api/djbbl.js
View file @
fbb72e1
...
...
@@ -77,11 +77,11 @@ export function leftMenubl (params) {
// method: 'get',
// })
// }
export
function
getQllxByBdcdyid
(
data
)
{
export
function
getQllxByBdcdyid
(
params
)
{
return
request
({
url
:
SERVER
.
SERVERAPI
+
'/rest/djbDetail/getQllxByBdcdyid'
,
method
:
'get'
,
data
params
})
}
/**
...
...
src/views/djbworkflow/workFrame.vue
View file @
fbb72e1
...
...
@@ -130,7 +130,7 @@ export default {
methods
:
{
getQllxByBdcdyid
(){
console
.
log
(
"this.currentSelectProps.bdcdyid"
,
this
.
currentSelectProps
.
bdcdyid
);
getQllxByBdcdyid
(
this
.
currentSelectProps
.
bdcdyid
).
then
((
res
)
=>
{
getQllxByBdcdyid
(
{
bdcdyid
:
this
.
currentSelectProps
.
bdcdyid
}
).
then
((
res
)
=>
{
if
(
res
.
code
===
200
)
{
console
.
log
(
"Qllxlist"
,
res
);
...
...
Please
register
or
sign in
to post a comment