From 36ab0fc6e00a22abd17911c088f8429d48f1ff28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=91=A3=E5=93=B2=E5=A5=87?= <13840175730@139.com> Date: Fri, 10 Jan 2025 13:12:16 +0800 Subject: [PATCH] =?UTF-8?q?1.=E4=BF=AE=E5=A4=8Dbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/zyjhzx/hxianfkui/comps/pgdTable.js | 2 +- src/views/zyjhzx/qgefkui/comps/pgdTable.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/zyjhzx/hxianfkui/comps/pgdTable.js b/src/views/zyjhzx/hxianfkui/comps/pgdTable.js index 254b8a9..5be228e 100644 --- a/src/views/zyjhzx/hxianfkui/comps/pgdTable.js +++ b/src/views/zyjhzx/hxianfkui/comps/pgdTable.js @@ -60,7 +60,7 @@ export default function () { } const formatKw=function ({cellValue}){ - for (const item of this.ycldw) { + for (const item of ycldw) { if (cellValue===item.bm){ return item.bmsm } diff --git a/src/views/zyjhzx/qgefkui/comps/pgdTable.js b/src/views/zyjhzx/qgefkui/comps/pgdTable.js index f24351e..ae8688f 100644 --- a/src/views/zyjhzx/qgefkui/comps/pgdTable.js +++ b/src/views/zyjhzx/qgefkui/comps/pgdTable.js @@ -60,7 +60,7 @@ export default function () { } const formatKw=function ({cellValue}){ - for (const item of this.ycldw) { + for (const item of ycldw) { if (cellValue===item.bm){ return item.bmsm }