wuye
/
webui
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
b604cafc00c87cbb13901b45ea7d76c5878ee28f
Authored by
wuxw
2025-09-16 17:57:31 +0800
1 parent
76f3695d
v1.9 解决结束费用bug
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/api/fee/finishFeeApi.js
src/api/fee/finishFeeApi.js
View file @
b604caf
...
...
@@ -3,7 +3,7 @@ import request from '@/utils/request'
3
3
export function finishFee(data) {
4
4
return new Promise((resolve, reject) => {
5
5
request({
6
- url: '/fee
/
finishFee',
6
+ url: '/fee
.
finishFee',
7
7
method: 'post',
8
8
data
9
9
}).then(response => {
...
...