From 624dbdf2b7e3dc1bbcb9d6ebe8fd9d2ab36e214a Mon Sep 17 00:00:00 2001 From: zuozhengqing <a13193816592@163.com> Date: 星期三, 15 十一月 2023 18:40:28 +0800 Subject: [PATCH] 重订货规则列表-产品调整 --- src/views/warehouseManage/listingRules/index.vue | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/views/warehouseManage/listingRules/index.vue b/src/views/warehouseManage/listingRules/index.vue index 6d60a38..22a6742 100644 --- a/src/views/warehouseManage/listingRules/index.vue +++ b/src/views/warehouseManage/listingRules/index.vue @@ -279,6 +279,7 @@ }, // 琛岀偣鍑� tableRowClick(row, rowIndex) { + this.thatRow=row this.tableList.rowClickIndex=rowIndex this.rowIndex = rowIndex @@ -290,8 +291,8 @@ this.addTitle = "淇濆瓨" this.showDiscard = true this.isRowClick = true - if (!this.isNoProduct) { - this.tableData.splice(this.tableData.length - 1, 1) + if (this.isNoProduct) { + // this.tableData.splice(this.tableData.length - 1, 1) this.tableData.map((item, index) => { if (index === rowIndex) { item.isEdit = false -- Gitblit v1.8.0