Explorar el Código

bug修复

wulanhaote
hbao hace 3 años
padre
commit
41ef5f1de8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/api/homesteadSurvey/index.js

+ 1
- 1
src/api/homesteadSurvey/index.js Ver fichero

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


Cargando…
Cancelar
Guardar