Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
rbc-demo
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
王衍超
rbc-demo
Commits
2e52d672
Commit
2e52d672
authored
2 years ago
by
Joey
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(@gms/gms-plugin-billexpand): 同意时保存也储存修改标识等信息
parent
0cc81ff9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
agreeAction.js
...lop/@gms/gms-plugin-billexpand/src/actions/agreeAction.js
+5
-0
No files found.
develop/@gms/gms-plugin-billexpand/src/actions/agreeAction.js
View file @
2e52d672
...
...
@@ -67,6 +67,11 @@ export default {
})
.
then
((
response
)
=>
{
if
(
response
.
data
.
code
==
0
)
{
//存储返回回来的创建时间、修改时间
bill
.
getMasterData
().
setValue
(
"createTime"
,
response
.
data
.
content
.
billData
.
createTime
);
bill
.
getMasterData
().
setValue
(
"modifyTime"
,
response
.
data
.
content
.
billData
.
modifyTime
);
bill
.
getMasterData
().
setValue
(
"recver"
,
response
.
data
.
content
.
billData
.
recver
);
bill
.
getMasterData
().
setValue
(
"billCode"
,
response
.
data
.
content
.
billData
.
billCode
);
let
curTagId
=
window
.
nros
.
context
.
getCurrTag
();
if
(
curTagId
)
{
GMS
.
oldBillDataMap
[
curTagId
]
=
bill
.
getBuillData
()
...
...
This diff is collapsed.
Click to expand it.
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