RuoYi
2021-12-30 530b2a51d5b15d5c2ffd9df3f75e918d636f4ba0
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 "";
   }