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
      })
    }
  }
}

 

posted @ 2023-11-11 11:01  fnasklf  阅读(18)  评论(0编辑  收藏  举报