Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-shop-manage
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
陈峰
2017-08-14 13:47:00 +0800
Commit
68710badbc126fd3a02cbb40320ad2166859dab4
1 parent
db5034cc
message
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
app/pages/repository/invoice/list.vue
app/pages/repository/invoice/list.vue
View file @
68710ba
...
...
@@ -133,7 +133,7 @@
this.$Message.info('操作成功');
this.getOrders();
} else {
this.$Message.info(
'操作失败'
);
this.$Message.info(
result.message
);
}
});
};
...
...
Please
register
or
login
to post a comment