RuoYi
2022-01-01 10ae0bce65e6b33dbaec80d702372a39233775df
ruoyi-ui/src/utils/ruoyi.js
@@ -108,7 +108,7 @@
}
// 转换字符串,undefined,null等转化为""
export function praseStrEmpty(str) {
export function parseStrEmpty(str) {
   if (!str || str == "undefined" || str == "null") {
      return "";
   }