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
4b6f5f92
Commit
4b6f5f92
authored
Apr 13, 2023
by
李少勇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改提交
parent
ebacb8b6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
9 deletions
+0
-9
operationFunc.js
src/mixin/operationFunc.js
+0
-9
No files found.
src/mixin/operationFunc.js
View file @
4b6f5f92
...
...
@@ -15,13 +15,6 @@ export default {
transName
:
this
.
trnName
,
userId
:
window
.
sessionStorage
.
userId
||
'ZL'
,
}
// 精简gidgrp
let
gidgrpKeysList
=
Object
.
keys
(
params
.
gidgrp
)
gidgrpKeysList
.
map
((
item
)
=>
{
if
(
params
.
gidgrp
[
item
].
pts
&&
!
params
.
gidgrp
[
item
].
pts
.
extkey
)
{
delete
params
.
gidgrp
[
item
]
}
})
// 精简cfagit
if
(
params
.
cfagit
.
cfaflg
!==
'1'
)
{
delete
params
.
cfagit
...
...
@@ -30,8 +23,6 @@ export default {
if
(
params
.
cnybop
.
vouflg
!==
'1'
)
{
delete
params
.
cnybop
.
cnyvou
}
// gitp被放到了gidgrp
delete
params
.
gitp
const
res
=
await
Api
.
post
(
`/service/
${
this
.
trnName
}
/save`
,
params
);
if
(
res
.
respCode
===
SUCCESS
)
{
this
.
$notify
({
...
...
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