RuoYi
2021-12-31 f9d754c8864bc1c878f3f867fb1fd32f599c3fac
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 "";
  }