瀏覽代碼

bug修复

wulanhaote
hbao 3 年之前
父節點
當前提交
41ef5f1de8
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      src/api/homesteadSurvey/index.js

+ 1
- 1
src/api/homesteadSurvey/index.js 查看文件

@@ -3,7 +3,7 @@ import request from '@/utils/request'
// 查询数据调查任务列表 // 查询数据调查任务列表
export function listTask(query) { export function listTask(query) {
return request({ return request({
url: '/houseSurvey/task/getList',
url: '/houseSurvey/task/list',
method: 'get', method: 'get',
params: query params: query
}) })


Loading…
取消
儲存