This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
leo
/
LAPP_MY_WEBFRONT
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
单园区物业收费率统计
pull/8/head
wangxy
3 years ago
parent
e519fdb0ef
commit
e29b32c80f
1 changed files
with
9 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+9
-0
src/api/reportform/index.js
+ 9
- 0
src/api/reportform/index.js
View File
@ -110,3 +110,12 @@ export function totalChargeByYear (query) {
params
:
query
}
)
}
// 单园区物业收费率数据统计
export
function
propertyFeeData
(
query
)
{
return
request
(
{
url
:
'/admin/chargetab/propertyfeedata'
,
method
:
'get'
,
params
:
query
}
)
}
Write
Preview
Loading…
Cancel
Save