更新
This commit is contained in:
parent
ee01eac6af
commit
ade1e0a9ab
@ -214,11 +214,13 @@ export default {
|
||||
*/
|
||||
async getTextList() {
|
||||
let res = await request({
|
||||
url: '/app-api/drivingSchool/text/list',
|
||||
url: '/app-api/base/notice/pageList',
|
||||
method: 'get',
|
||||
params: {
|
||||
pageNum: 1,
|
||||
pageSize: 10000
|
||||
pageSize: 10000,
|
||||
parentServer: 'jiaxiao',
|
||||
server: 'wx'
|
||||
}
|
||||
})
|
||||
// this.textList = res.data.records
|
||||
|
Loading…
Reference in New Issue
Block a user