@@ -214,8 +214,8 @@ function saveEdit(item,activePage){
post(api.updataQcCasesEntry,param).then(res =>{
if(res.data.code == '0'){
- const data = res.data.data
- getTabData(1)
+ // const data = res.data.data
+ getTabData(activePage)
}else{}
}).catch((e) =>{