caipin %!s(int64=5) %!d(string=hai) anos
pai
achega
a44e627cff
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      app/controller/cloudEditionController.js

+ 1 - 1
app/controller/cloudEditionController.js

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