故障诊断中的apm的诊断项接口isAbnormal不传参
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -27,7 +27,7 @@ | @@ -27,7 +27,7 @@ | ||
27 | <div style="width: 200px;margin-left: 20px;display: flex;align-self: center;align-items:center;color: #666666;font-size: 16px"> | 27 | <div style="width: 200px;margin-left: 20px;display: flex;align-self: center;align-items:center;color: #666666;font-size: 16px"> |
28 | <img src="../src/style/img/fault/disItem.png"> | 28 | <img src="../src/style/img/fault/disItem.png"> |
29 | <span style="margin: 0px 6px 0px 6px;width: 105px"> 诊断项</span> | 29 | <span style="margin: 0px 6px 0px 6px;width: 105px"> 诊断项</span> |
30 | - <h class="text-link" @click="openDiagnosticItem('normal')">{{getFaultItemValue(dialTest,'diagnosticItem')}}</h> | 30 | + <h class="text-link" @click="openDiagnosticItem()">{{getFaultItemValue(dialTest,'diagnosticItem')}}</h> |
31 | </div> | 31 | </div> |
32 | </div> | 32 | </div> |
33 | <div style="text-align: left;display: flex;margin-top: 10px;"> | 33 | <div style="text-align: left;display: flex;margin-top: 10px;"> |
-
Please register or login to post a comment