Commit 25779495 authored by 成旭东's avatar 成旭东

fix

parent 2d55a1fc
Pipeline #28866 passed with stage
in 2 minutes 29 seconds
......@@ -140,7 +140,7 @@ const ProjectDetailComponent = (props: any) => {
const deleteHtmlLabel = (str: string) => {
const htmlReg = /<\/?.+?\/?>/g;
return str.replace(htmlReg, '');
return str && str.replace(htmlReg, '');
}
const changeMapSearchValue = (e: any) => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment