Commit c1ff3f46 authored by 赵伟庚's avatar 赵伟庚

fix:清空按钮调用方法

parent 50365532
......@@ -555,7 +555,7 @@ import CryptoJS from "crypto-js";
}
const clearSelected = () => {
dataTable.value.clearSelection();
dataTable.value.clearTable();
}
......
......@@ -893,7 +893,7 @@ import { downloadFileFormatNew } from '@/services/helper'
}
const clearSelected = () => {
dataTable.value.clearSelection();
dataTable.value.clearTable();
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment