增加断点

This commit is contained in:
mzr 2024-10-17 17:01:35 +08:00
parent 580a6c52ec
commit ab5fa2dda9
1 changed files with 2 additions and 0 deletions

View File

@ -2198,6 +2198,8 @@ export class ApplicationPage extends Component {
*/ */
onAddUnPass = () => { onAddUnPass = () => {
let { showmode: oldShowmode } = this.state; let { showmode: oldShowmode } = this.state;
// debugger;
// 获取选中行 // 获取选中行
let checkedDatas = this.getCheckedDatas(); let checkedDatas = this.getCheckedDatas();
// 获取选中行主键多行取第一条适配列表操作列优先从record中取值 // 获取选中行主键多行取第一条适配列表操作列优先从record中取值