|
@@ -59,7 +59,8 @@ export default {
|
|
//分页数据
|
|
//分页数据
|
|
async getPageData(form, msg = true) {
|
|
async getPageData(form, msg = true) {
|
|
return httpApi({
|
|
return httpApi({
|
|
- url: '/api/blade-business/informationWriteQuery/page',
|
|
|
|
|
|
+ //url: '/api/blade-business/informationWriteQuery/page',
|
|
|
|
+ url: '/api/blade-user/wbs/informationWriteQuery/page',
|
|
method: 'post',
|
|
method: 'post',
|
|
data: form,
|
|
data: form,
|
|
}, msg)
|
|
}, msg)
|