zhuliu 7 달 전
부모
커밋
85ff9e67ea
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      src/views/report/components/dialog/handlePerson.vue

+ 3 - 0
src/views/report/components/dialog/handlePerson.vue

@@ -224,6 +224,9 @@ export default {
           this.$message.success(a+'成功')
           this.loading = false
           this.getList()
+          if(row.id){
+            this.editMessage = {}
+          }
         }
       }).catch(error=>{
         this.loading = false