fix insignia

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2025-05-01 11:40:54 +07:00
parent e279f2fbb0
commit 2f4b1d198f
10 changed files with 26 additions and 23 deletions

View file

@ -105,7 +105,7 @@ export const useBrrowDataStore = defineStore("insigniaBrrow", () => {
/**
* function Table
* @param type
* @param employeeClass
* @param employeeClass
*/
function searchDatatable(type: string, employeeClass: string) {
if (type !== "" && employeeClass !== "all") {
@ -144,8 +144,8 @@ export const useBrrowDataStore = defineStore("insigniaBrrow", () => {
};
/**
* function convert
* @param val
* function convert
* @param val
*/
function profileType(val: string) {
const newVal = val.toLocaleLowerCase();