实现结果总览详情弹窗前端接线
This commit is contained in:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user