This commit is contained in:
Taric Xin
2022-04-15 11:24:49 +08:00
parent 28819215fd
commit a08187ca0e

View File

@ -48,6 +48,7 @@ export class ETCBlacklistComponent implements OnInit {
...this.sf.value
});
}
this.selectedRows = [];
return requestOptions;
};
@ -226,7 +227,7 @@ export class ETCBlacklistComponent implements OnInit {
}
}
},
params4: {
carNo: {
title: '车牌号',
type: 'string',
ui: {
@ -236,7 +237,7 @@ export class ETCBlacklistComponent implements OnInit {
}
}
},
params5: {
carOwner: {
title: '车辆所有人',
type: 'string',
ui: {