Source/UBCS-WEB/src/components/BatchImport/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
Source/UBCS-WEB/src/components/MasterCrud/VciMasterCrud.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
Source/UBCS-WEB/src/components/BatchImport/index.vue
@@ -291,16 +291,9 @@ return; } if (this.type === 'bulkEdit') { this.tableHeadFindData.map(item => item.prop) .forEach((prop, index) => { this.exportArrTwo[`attrIdIndexMap[${index}]`] = prop; }); downloadExcelBatchEdit({ codeClassifyOid: this.codeClassifyOid, 'conditionMap[oid]': this.ids, ...this.exportArrTwo, limit: -1 }).then(res => { // console.log('res',res) if (res) { func.downloadFileByBlobHandler(res); this.$message.success('下载成功,请查看!') Source/UBCS-WEB/src/components/MasterCrud/VciMasterCrud.vue
@@ -629,10 +629,6 @@ this.$message.warning('当前选择的分类不是叶子节点,不允许批量编辑!') return; } if (this.selectRow.length <= 0) { this.$message.warning('请选择至少一条数据!') return; } const Editing = this.selectRow.every(item => item.lcstatus === 'Editing'); if (Editing) {