Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
vue-gjjs
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
fukai
vue-gjjs
Commits
97d3e2b6
Commit
97d3e2b6
authored
Jul 28, 2023
by
WH
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
letdrv
parent
23904e68
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
5 deletions
+6
-5
index.js
src/business/letdrv/event/index.js
+5
-5
Drv.vue
src/business/letdrv/views/Drv.vue
+1
-0
No files found.
src/business/letdrv/event/index.js
View file @
97d3e2b6
...
...
@@ -116,15 +116,15 @@ export default {
// 业务信息=》基本信息=》保函编号-----获取保函编号
async
queryOwnref
()
{
let
params
=
{
ptainr
:
this
.
model
.
gi
dgrp
.
apl
.
pts
.
ptainr
,
businessType
:
'
LG
'
,
tbl
:
'
LG
'
,
ptainr
:
this
.
model
.
be
dgrp
.
apl
.
pts
.
ptainr
,
businessType
:
'
BP
'
,
tbl
:
'
BP
'
,
};
const
loading
=
this
.
loading
();
let
res
=
await
Api
.
post
(
'/service/letdrv/get
OwnR
ef'
,
params
);
let
res
=
await
Api
.
post
(
'/service/letdrv/get
bedr
ef'
,
params
);
if
(
res
.
respCode
==
SUCCESS
)
{
loading
.
close
();
this
.
model
.
gi
dgrp
.
rec
.
ownref
=
res
.
data
;
this
.
model
.
be
dgrp
.
rec
.
ownref
=
res
.
data
;
}
},
// 获取letdrv弹框表格数据
...
...
src/business/letdrv/views/Drv.vue
View file @
97d3e2b6
...
...
@@ -240,6 +240,7 @@
? false
: true
"
@
click=
"queryOwnref"
>
获取
</c-button>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment