Skip to content

Commit

Permalink
修复detail页面,整个工单都不由pt-osc执行时,显示不正确的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
deploy committed Aug 7, 2017
1 parent 2b97728 commit 6197e68
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sql/static/user/js/detail.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@ function get_pct(wid, sqlNum){
if (sqlNum <= sqlMaxRowNumber) {
if (data.status == -2) {
// 整个工单不由pt-OSC执行
document.getElementById("td_" + sqlNum).innerHTML = "不由pt-OSC执行";
itemIndex++;
get_pct(wid, itemIndex);
return
}
else if (data.status == 4) {
Expand Down

0 comments on commit 6197e68

Please sign in to comment.