Browse Source

面损列表-人员勾选

jbb 2 năm trước cách đây
mục cha
commit
01b1ee6e00
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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