This commit is contained in:
潘晓云
2022-04-11 18:58:34 +08:00
parent dd584274a2
commit 4f8a13c6a3

View File

@ -76,8 +76,8 @@ export class DatatableReportingVerifyResultComponent implements OnInit {
} }
selectTab(e: any) { selectTab(e: any) {
this.subjectType = e?.value;
setTimeout(() => { setTimeout(() => {
this.subjectType = e?.value;
this.st.load(1); this.st.load(1);
}) })
} }