保存项目

This commit is contained in:
liuyuan
2025-03-07 17:52:57 +08:00
parent 4aabbe0f77
commit 216c44164e

View File

@@ -159,7 +159,7 @@ export default {
result.push(keyword.substring(0, 1)); result.push(keyword.substring(0, 1));
} }
}); });
return result.join(" / "); return result.join("");
}, },
//获取数据 //获取数据
getData(id){ getData(id){