From 619f774244a75d747878a9618e960bcede1a077b Mon Sep 17 00:00:00 2001 From: zss <zss@example.com> Date: 星期五, 15 十二月 2023 10:54:26 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- src/views/common/rawMaterial-part.vue | 5 +---- 1 files changed, 1 insertions(+), 4 deletions(-) diff --git a/src/views/common/rawMaterial-part.vue b/src/views/common/rawMaterial-part.vue index 9a29d28..ee2a1a9 100644 --- a/src/views/common/rawMaterial-part.vue +++ b/src/views/common/rawMaterial-part.vue @@ -189,13 +189,12 @@ // props:['currentRow'], methods: { getData() { + console.log(1111); if (this.$refs.rawPartTable !== undefined) { this.$refs.rawPartTable.getDataList() } }, saveSelectRow() { - // console.log(this.multipleSelection); - console.log(); if (this.multiSelect) { this.$emit('handleSelectionChange', this.multipleSelection) } else { @@ -210,9 +209,7 @@ this.$parent.costPlannedAmountChange(this.currentRow) }, handleCurrentChange(row) { - console.log(row); this.currentRow = row - console.log(this.currentRow); }, handleSelectionChange(val) { // 澶氳閫変腑 -- Gitblit v1.9.3