zhuliu 1 년 전
부모
커밋
dc1ad8cfdb
1개의 변경된 파일6개의 추가작업 그리고 1개의 파일을 삭제
  1. 6 1
      src/views/report/InvalidResponse/components/reasonsAndEvidence/common.js

+ 6 - 1
src/views/report/InvalidResponse/components/reasonsAndEvidence/common.js

@@ -172,7 +172,12 @@ export default {
             if(res.code == 200){
                 this.$message.success('编辑成功')
                 this.editField = null
-                this.getData(row,field,value)
+                if(parts.length>1){
+                    this.init()
+                }else{
+                  this.getData(row,field,value)  
+                }
+                
             }
           }).catch(error=>{