소스 검색

修改之后跳转首页(3697)

zhangxc 5 년 전
부모
커밋
fa29a3b1f9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/js/itemManager.js

+ 1 - 1
src/js/itemManager.js

@@ -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) =>{