Browse Source

提交代码。

Signed-off-by: zouap <zouap@pcl.ac.cn>
tags/v1.22.1.1^2
zouap 3 years ago
parent
commit
bd31db7198
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      public/home/home.js

+ 1
- 1
public/home/home.js View File

@@ -183,7 +183,7 @@ function getIssueId(record){
var content = record.Content;
var index = content.indexOf("|");
if(index != -1){
Id = record.substring(0,index);
Id = content.substring(0,index);
}
}
}


Loading…
Cancel
Save