แก้ แสดง สังกัด

This commit is contained in:
setthawutttty 2025-03-20 16:58:30 +07:00
parent 708170a2e5
commit fcaf891197
17 changed files with 93 additions and 83 deletions

View file

@ -1248,11 +1248,6 @@ export const useCounterMixin = defineStore("mixin", () => {
}
}
function textTranForm(val: string) {
return (val.match(/[^()\s]+(?:\s*\([^()]+\))?|\([^()]+\)/g) || []).join(
"\n"
);
}
function pathRegistryEmp(routeName: string) {
return routeName
? routeName === "registryNewByid"
@ -1396,6 +1391,5 @@ export const useCounterMixin = defineStore("mixin", () => {
findOrgNameHtml,
findOrgNameOldHtml,
findOrgChildNameHtml,
textTranForm
};
});