autobots-equipment-depot-js
v1.0.1
Published
基于typescript编写的工具库
Downloads
3
Readme
说明
autobots-equipment-depot-js 是基于typescript编写的工具类库
安装
npm install autobots-equipment-depot-js
yarn add autobots-equipment-depot-js
npm install autobots-equipment-depot-js@latest // 安装最新版
工具库列表
getDataType
鉴别数据类型changeString
截取字符串并使用新字符替换addObjectToArray
在编辑表单时, 下拉框列表中某一项已删除, 但表单中仍保留该字段, 需回显在表单中downloadFile
下载/导出文件, 根据返回的全地址进行下载encodeBase64
使用base64加密字符串encryptPhone
加密手机号(中间四位数字使用星号替换)recursionRouter
根据后台返回的权限路由数据过滤本地路由菜单getBirthdaySex
根据身份证获取出生日期和性别session.js
本地存储封装validate.js
表单项验证urlGetParam
获取url上的值
使用
import _ from 'autobots-equipment-depot-js'
_.getDataType(12)