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
bc913ed6
Commit
bc913ed6
authored
Jul 28, 2023
by
闫泽浩
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
letdrv代码更新
parent
7d6f7ae2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
index.js
src/business/letdrv/event/index.js
+4
-4
Drv.vue
src/business/letdrv/views/Drv.vue
+1
-1
No files found.
src/business/letdrv/event/index.js
View file @
bc913ed6
...
...
@@ -114,11 +114,11 @@ export default {
console
.
log
(
key
);
},
// 业务信息=》基本信息=》保函编号-----获取保函编号
async
queryOwnr
ef
()
{
async
getBedgrpOwnR
ef
()
{
let
params
=
{
ptainr
:
this
.
model
.
bedgrp
.
apl
.
pts
.
ptainr
,
businessType
:
'BP'
,
tbl
:
'BP'
,
bedgrp
:{
rec
:
this
.
model
.
bedgrp
.
rec
,
}
};
const
loading
=
this
.
loading
();
let
res
=
await
Api
.
post
(
'/service/letdrv/getbedref'
,
params
);
...
...
src/business/letdrv/views/Drv.vue
View file @
bc913ed6
...
...
@@ -240,7 +240,7 @@
? false
: true
"
@
click=
"
queryOwnr
ef"
@
click=
"
getBedgrpOwnR
ef"
>
获取
</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