Forráskód Böngészése

面损列表-人员勾选

jbb 2 éve
szülő
commit
01b1ee6e00

+ 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