Lodash-前端 js工具库
官网:Lodash 简介 | Lodash中文文档 | Lodash中文网 (lodashjs.com)
import _ from 'lodash' const dialogHandler = (val) => { if (val) { listCompanyByCurrentUserIdFn() if (!_.isEmpty(props.dialogData.id)) { baseDialog.value.setProps({ title: '编辑签名' }) getSignById(props.dialogData.id).then(res => { formData.value = res.data }) } } }