07 2024 档案

摘要:this.data = this.data.filter((item, index, self) => { // 根据id 去重 return index self.findIndex(obj => obj.id item.id) }) 阅读全文
posted @ 2024-07-26 10:13 泽泽生龙 阅读(26) 评论(0) 推荐(0) 编辑
摘要:computed: { getsourceOfGoodsLabel() { return val => { return this.getLocationList.find(item => item.value == val)?.label } }, } 阅读全文
posted @ 2024-07-24 09:18 泽泽生龙 阅读(3) 评论(0) 推荐(0) 编辑
摘要:const requiredProps = ['legalEntityId', 'businessSegmentId', 'counterpartyId'] requiredProps.forEach(prop => { this.$refs?.formData?.resetFormItemRule 阅读全文
posted @ 2024-07-23 14:11 泽泽生龙 阅读(4) 评论(0) 推荐(0) 编辑
摘要:const loading = this.$loading({ lock: true, text: '下载中...', spinner: 'el-icon-loading' }) batchDownload(params).then((res) => { //res格式:{data:二进制文件流 f 阅读全文
posted @ 2024-07-16 17:14 泽泽生龙 阅读(13) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示