tangning 1 년 전
부모
커밋
8d79074294
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/views/customer/scene.vue

+ 1 - 0
src/views/customer/scene.vue

@@ -260,6 +260,7 @@
       });
       function changeTable(val: string) {
         tableType.value = val;
+        clearSelectedRowKeys()
         reload();
       }
       async function handleCopy(record: Recordable) {