소스 검색

面损列表-人员勾选

jbb 2 년 전
부모
커밋
01b1ee6e00
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      src/views/cost-allocation-total/modal/SelectUserModal.vue

+ 2 - 0
src/views/cost-allocation-total/modal/SelectUserModal.vue

@@ -182,6 +182,8 @@
         this.selectionRows.map(item=>name.push(item.realname))
         this.$emit('selectFinished', name.toString())
         this.visible = false
+        this.selectedRowKeys = []
+        this.selectionRows = []
       },
       add() {
         this.visible = true