แก้ แสดง สังกัด
This commit is contained in:
parent
708170a2e5
commit
fcaf891197
17 changed files with 93 additions and 83 deletions
|
|
@ -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
|
||||
};
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue