07 2024 档案
摘要:this.data = this.data.filter((item, index, self) => { // 根据id 去重 return index self.findIndex(obj => obj.id item.id) })
阅读全文
摘要:computed: { getsourceOfGoodsLabel() { return val => { return this.getLocationList.find(item => item.value == val)?.label } }, }
阅读全文
摘要:const requiredProps = ['legalEntityId', 'businessSegmentId', 'counterpartyId'] requiredProps.forEach(prop => { this.$refs?.formData?.resetFormItemRule
阅读全文
摘要:const loading = this.$loading({ lock: true, text: '下载中...', spinner: 'el-icon-loading' }) batchDownload(params).then((res) => { //res格式:{data:二进制文件流 f
阅读全文