Commit 0a5b5247 by wangweidong

优化修改

parent bcd44354
......@@ -8,6 +8,8 @@ import { https } from '../https'
export default {
// page
page: data => http.post('meter/v1/aptitude/page', data).then(res => res),
pageForQuote: data =>
http.post('meter/v1/aptitude/page_for_quote', data).then(res => res),
pageBeyond: data =>
http.post('meter/v1/aptitude/page_beyond', data).then(res => res),
getById: data => http.get('meter/v1/aptitude/' + data).then(res => res),
......
......@@ -118,7 +118,7 @@ export default {
this._page()
},
_page: async function() {
const result = await meterManage.page(this._searchParams())
const result = await meterManage.pageForQuote(this._searchParams())
if (result) {
console.log('查询结果')
console.log(result)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment