RuoYi
2021-12-30 cda383534e7dd9a32b5f971805184600b0911cea
src/utils/ruoyi.js
@@ -110,7 +110,7 @@
}
// 转换字符串,undefined,null等转化为""
export function praseStrEmpty(str) {
export function parseStrEmpty(str) {
  if (!str || str == "undefined" || str == "null") {
    return "";
  }