tangning hace 1 año
padre
commit
8d79074294
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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) {