Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
I
isc-web-vue
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
biyuewuhua
isc-web-vue
Commits
fb69b7f8
Commit
fb69b7f8
authored
Sep 29, 2024
by
fukai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
用模拟数据支持打开保函
parent
d39063d0
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
4 deletions
+6
-4
index.js
src/page/Business/Gitsel/event/index.js
+6
-4
No files found.
src/page/Business/Gitsel/event/index.js
View file @
fb69b7f8
...
...
@@ -395,10 +395,12 @@ export default {
}
},
async
getInitButtons
()
{
let
rtnmsg
=
await
Api
.
post
(
"/business/gitsel/getInitButtons"
,
this
.
model
);
// let rtnmsg = await Api.post(
// "/business/gitsel/getInitButtons",
// this.model
// );
//新建模拟数据
let
rtnmsg
=
{
respCode
:
SUCCESS
,
data
:[
'NITOPN'
,
'GITOPN'
,
'HITOPN'
]}
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
const
length
=
rtnmsg
.
data
.
length
;
let
btnStr
=
rtnmsg
.
data
;
...
...
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