flat: pageAll + 重点人群翻页
This commit is contained in:
@@ -124,7 +124,7 @@ export const getMatchPolicy = params => {
|
|||||||
/*服务日志*/
|
/*服务日志*/
|
||||||
export const getMatchServeList = params => {
|
export const getMatchServeList = params => {
|
||||||
return request({
|
return request({
|
||||||
url: "/api/jobslink-api/tenant/mainserveuserlog/page",
|
url: "/api/jobslink-api/tenant/mainserveuserlog/pageAll",
|
||||||
method: "get",
|
method: "get",
|
||||||
params: params
|
params: params
|
||||||
});
|
});
|
||||||
|
|||||||
@@ -1016,7 +1016,7 @@ export default {
|
|||||||
const {currentPage, total} = this.infoPage
|
const {currentPage, total} = this.infoPage
|
||||||
this.getKeyAudience({
|
this.getKeyAudience({
|
||||||
pageSize: pageSize,
|
pageSize: pageSize,
|
||||||
currentPage: currentPage,
|
current: currentPage,
|
||||||
total: total,
|
total: total,
|
||||||
id: this.selectInfo.id
|
id: this.selectInfo.id
|
||||||
})
|
})
|
||||||
@@ -1025,7 +1025,7 @@ export default {
|
|||||||
const { pageSize, total} = this.infoPage
|
const { pageSize, total} = this.infoPage
|
||||||
this.getKeyAudience({
|
this.getKeyAudience({
|
||||||
pageSize: pageSize,
|
pageSize: pageSize,
|
||||||
currentPage: currentPage,
|
current: currentPage,
|
||||||
total: total,
|
total: total,
|
||||||
id: this.selectInfo.id
|
id: this.selectInfo.id
|
||||||
})
|
})
|
||||||
@@ -1034,7 +1034,7 @@ export default {
|
|||||||
const { currentPage, pageSize, total} = this.infoPage
|
const { currentPage, pageSize, total} = this.infoPage
|
||||||
this.getKeyAudience({
|
this.getKeyAudience({
|
||||||
pageSize: pageSize,
|
pageSize: pageSize,
|
||||||
currentPage: currentPage,
|
current: currentPage,
|
||||||
total: total,
|
total: total,
|
||||||
id: this.selectInfo.id
|
id: this.selectInfo.id
|
||||||
})
|
})
|
||||||
@@ -1438,7 +1438,7 @@ export default {
|
|||||||
this.infoPage.currentPage = 1;
|
this.infoPage.currentPage = 1;
|
||||||
const {currentPage, pageSize} = this.infoPage
|
const {currentPage, pageSize} = this.infoPage
|
||||||
this.getKeyAudience({
|
this.getKeyAudience({
|
||||||
currentPage,
|
current: currentPage,
|
||||||
pageSize,
|
pageSize,
|
||||||
id: this.selectInfo.id,
|
id: this.selectInfo.id,
|
||||||
...params
|
...params
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ module.exports = {
|
|||||||
port: 1888,
|
port: 1888,
|
||||||
proxy: {
|
proxy: {
|
||||||
"/api": {
|
"/api": {
|
||||||
target: 'http://192.168.1.106:8000',
|
target: 'http://10.165.0.173:8000',
|
||||||
ws: true,
|
ws: true,
|
||||||
changeOrigin: true,
|
changeOrigin: true,
|
||||||
pathRewrite: {
|
pathRewrite: {
|
||||||
|
|||||||
Reference in New Issue
Block a user