|
@@ -23,7 +23,7 @@ var curingEdition= async function (req, res){
|
|
|
|
|
|
var curingList=await cloudService.getCuringList(req, res); //养护用户列表
|
|
|
var compilationList=await cloudService.getCompilationList(); //编办信息
|
|
|
-
|
|
|
+console.log(curingList.pageData.previousPage);
|
|
|
var data={ 'curingList': curingList.curingList,'sortList':curingList.sortList,'pageData':curingList.pageData,'compilationList':compilationList };
|
|
|
|
|
|
|