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
zhouqian
vue-gjjs
Commits
0d3716d4
Commit
0d3716d4
authored
Jul 30, 2021
by
SunJie
Browse files
Options
Browse Files
Download
Plain Diff
面函
parents
5ed5fb80
7ddc2564
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
4 deletions
+2
-4
Event.js
src/model/Ditopn/Event.js
+2
-2
webpack.config.js
webpack.config.js
+0
-2
No files found.
src/model/Ditopn/Event.js
View file @
0d3716d4
...
...
@@ -325,7 +325,7 @@ export default {
const
params
=
{
index
:
index
}
rtnmsg
=
await
Api
.
post
(
"ditopn/executeDocpan
/trnmod.trndoc.doccur.butshw
"
,
{
...
Utils
.
flatObject
(
this
.
model
),
params
})
rtnmsg
=
await
Api
.
post
(
"ditopn/executeDocpan"
,
{
...
Utils
.
flatObject
(
this
.
model
),
params
})
}
if
(
rtnmsg
.
respCode
==
"AAAAAA"
)
{
if
(
cortyp
==
'SWT'
||
cortyp
==
'FMT'
||
cortyp
==
'CMT'
)
{
...
...
@@ -381,7 +381,7 @@ export default {
const
params
=
{
index
:
index
}
let
rtnmsg
=
await
Api
.
post
(
"ditopn/executeDocpanDetail
/trnmod.trndoc.doccur.butadd
"
,
{
...
Utils
.
flatObject
(
this
.
model
),
params
})
let
rtnmsg
=
await
Api
.
post
(
"ditopn/executeDocpanDetail"
,
{
...
Utils
.
flatObject
(
this
.
model
),
params
})
if
(
rtnmsg
.
respCode
==
"AAAAAA"
)
{
//TODO 处理数据逻辑
let
viewurl
=
"/#/docpan/detail"
;
...
...
webpack.config.js
View file @
0d3716d4
...
...
@@ -55,8 +55,6 @@ module.exports = (options = {}) => ({
extensions
:
[
'.js'
,
'.vue'
,
'.json'
,
'.css'
]
},
devServer
:
{
open
:
true
,
openPage
:
"#/login"
,
host
:
'127.0.0.1'
,
port
:
8010
,
proxy
:
{
...
...
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