This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
zhangzl
/
nsgk_mobile
Watch
2
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
bug修复
wulanhaote
hbao
3 years ago
parent
3bbe6a7593
commit
41ef5f1de8
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/api/homesteadSurvey/index.js
+ 1
- 1
src/api/homesteadSurvey/index.js
View File
@@ -3,7 +3,7 @@ import request from '@/utils/request'
// 查询数据调查任务列表
export function listTask(query) {
return request({
url: '/houseSurvey/task/
getL
ist',
url: '/houseSurvey/task/
l
ist',
method: 'get',
params: query
})
Write
Preview
Loading…
Cancel
Save