caipin 5 년 전
부모
커밋
a44e627cff
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 };