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