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 }