fix(代码优化): 修复前端String数据类型使用的不是双引号的问题

修复前端String数据类型使用的不是双引号的问题
This commit is contained in:
song-tianyang 2022-01-29 15:32:53 +08:00 committed by fit2-zhao
parent afd9c7c97b
commit f97917b581
1 changed files with 1 additions and 1 deletions

View File

@ -168,7 +168,7 @@ export default {
this.response = row.response;
}
} else {
if (row.reportId && row.lastResult !=='Running' && row.lastResult !== 'Waiting') {
if (row.reportId && row.lastResult !=="Running" && row.lastResult !== "Waiting") {
this.showResponse = true;
this.reportId = row.reportId;
}