课程信息组织名称

This commit is contained in:
U-BOE\ZXYJY05
2023-08-08 13:59:24 +08:00
parent b407e514bf
commit 06713a6905
7 changed files with 9 additions and 35 deletions

View File

@@ -2,7 +2,7 @@
const useOrgName = (namePath) => {
let newName = namePath;
if (newName) {
let names = newName.split(',');
let names = newName.split('/');
let len = names.length;
//使用最后两们
if (len > 1) {