We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77ecc8c commit bcffc13Copy full SHA for bcffc13
frontend/src/views/system/model/index.vue
@@ -299,9 +299,6 @@ const handleCurrentChange = (val: number) => {
299
state.pageInfo.currentPage = val
300
search()
301
}
302
-const formatTooltip = (val: number) => {
303
- return val / 100
304
-}
305
const handleSelectionChange = (rows: any) => {
306
state.selectedIds = rows.map((item: any) => item.id)
307
0 commit comments