Browse Source

项目管理

ZaiZai 1 year ago
parent
commit
8fe8a1cf18
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/utils/tools.js

+ 0 - 1
src/utils/tools.js

@@ -30,7 +30,6 @@ export const isNumberReg = (text, lose = true) => {
     return pattern.test(text)
     return pattern.test(text)
 }
 }
 
 
-
 //获取字典数据
 //获取字典数据
 export const getDictionaryData = async (code, biz = false) => {
 export const getDictionaryData = async (code, biz = false) => {
     let res = []
     let res = []