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中取值