Browse Source

首页改版。

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

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

@@ -204,13 +204,13 @@ function getTaskLink(record){
function refresh3DInfo(record){
if(record.OpType == "25" || record.OpType == "29" || record.OpType == "31"){
//cloudbrain one
var lines = $('.rotation3D__line blue');
var lines = $('.rotation3D__line');
console.log("cloudbrain one line length=" + lines.length);
lines[0].find("span").text(record.RefName);
}else if(record.OpType == "26" || record.OpType == "27" || record.OpType == "28"){
//cloudbrain two
var lines = $('.rotation3D__line blue');
var lines = $('.rotation3D__line');
console.log("cloudbrain two line length=" + lines.length);
lines[1].find("span").text(record.RefName);
}


Loading…
Cancel
Save