实现结果总览详情弹窗前端接线

This commit is contained in:
wkc
2026-03-25 15:26:03 +08:00
parent a52fb35bd3
commit 78ae93330c
15 changed files with 506 additions and 78 deletions

View File

@@ -12,9 +12,10 @@ const dialog = fs.readFileSync(
[
'activeTab: "abnormalDetail"',
"if (value) {",
"resetDialogState()",
'this.activeTab = "abnormalDetail"',
"handleDialogClosed()",
"if (value) {",
"this.fetchDetailData()",
"this.resetDialogState()",
].forEach((token) => assert(dialog.includes(token), token));