|
@@ -319,7 +319,7 @@ export default {
|
|
|
if (ele.id === that.faultid) {
|
|
|
that.history(ele.modelName);
|
|
|
that.reportData = ele;
|
|
|
- that.modelName = ele.modelName.split("-")[2];
|
|
|
+ that.modelName = ele.modelName.split("-")[4];
|
|
|
let faultList = [],
|
|
|
faultResult = "";
|
|
|
ele.result.split(" ").forEach((ele) => {
|