Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
P
precision-effect
Project
Project
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
耿迪迪
precision-effect
Commits
6417f417
Commit
6417f417
authored
Oct 07, 2023
by
王晓倩
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
交易单修改时自动转移支付bug,tradeStatus设为null
parent
e38867ed
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
index.vue
precision-effect-web/src/views/trade/index.vue
+2
-0
No files found.
precision-effect-web/src/views/trade/index.vue
View file @
6417f417
...
...
@@ -613,6 +613,8 @@ export default {
this
.
$refs
[
"form"
].
validate
((
valid
)
=>
{
if
(
valid
)
{
if
(
this
.
form
.
tradeId
!=
null
)
{
// 为区分转移支付,新增和修改时交易单状态传值设为null,新增时数据库默认‘0’
this
.
form
.
tradeStatus
=
null
;
updateProject
(
this
.
form
).
then
((
response
)
=>
{
this
.
msgSuccess
(
"修改成功"
);
this
.
open
=
false
;
...
...
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