增加断点
This commit is contained in:
parent
580a6c52ec
commit
ab5fa2dda9
|
@ -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中取值
|
||||||
|
|
Loading…
Reference in New Issue