From 4541fcfcd241146e7d746ace9976de357f6ab0e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=AE=B8=E5=85=81=E6=9E=9E?= <3422692813@qq.com> Date: Wed, 20 Nov 2024 15:45:13 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/partner/customerSource.vue | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/views/partner/customerSource.vue b/src/views/partner/customerSource.vue index 32d533c..a232899 100644 --- a/src/views/partner/customerSource.vue +++ b/src/views/partner/customerSource.vue @@ -279,14 +279,11 @@ import {getCustomerSource, addCustomerSource, delCustomerSource, delCustomerSour }, /** 删除按钮操作 */ handleDelete(row) { - console.log('当前行',row) let dictCodes = [] if (row.id) { - console.log('看看执行') dictCodes.push(row.id) } else if (this.ids) { dictCodes = this.ids - console.log('看看执行ids') } this.$modal.confirm('是否确认删除字典编码为"' + dictCodes + '"的数据项?').then(function() { return delCustomerSourceBatch(dictCodes);