From ab5fa2dda92d5b88835efd219572c4789bdeddd4 Mon Sep 17 00:00:00 2001 From: mzr <1562242162@qq.com> Date: Thu, 17 Oct 2024 17:01:35 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=96=AD=E7=82=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pu/dhjyd/dhjydmaster/main/index.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/pu/dhjyd/dhjydmaster/main/index.js b/src/pu/dhjyd/dhjydmaster/main/index.js index 4eb2ebc..15436de 100644 --- a/src/pu/dhjyd/dhjydmaster/main/index.js +++ b/src/pu/dhjyd/dhjydmaster/main/index.js @@ -2198,6 +2198,8 @@ export class ApplicationPage extends Component { */ onAddUnPass = () => { let { showmode: oldShowmode } = this.state; + + // debugger; // 获取选中行 let checkedDatas = this.getCheckedDatas(); // 获取选中行主键,多行取第一条,适配列表操作列优先从record中取值