|
@@ -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);
|
|
|
+console.log(curingList.sortList[0]);
|
|
|
var data={ 'curingList': curingList.curingList,'pageData':curingList.pageData,'compilationList':compilationList };
|
|
|
|
|
|
|