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