fix(代码优化): 修复前端String数据类型使用的不是双引号的问题
修复前端String数据类型使用的不是双引号的问题
This commit is contained in:
parent
afd9c7c97b
commit
f97917b581
|
@ -168,7 +168,7 @@ export default {
|
||||||
this.response = row.response;
|
this.response = row.response;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
if (row.reportId && row.lastResult !=='Running' && row.lastResult !== 'Waiting') {
|
if (row.reportId && row.lastResult !=="Running" && row.lastResult !== "Waiting") {
|
||||||
this.showResponse = true;
|
this.showResponse = true;
|
||||||
this.reportId = row.reportId;
|
this.reportId = row.reportId;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue