Browse Source

fix preview label color

tags/v1.21.12.1
zhoupzh 4 years ago
parent
commit
c38bdf3ac3
1 changed files with 5 additions and 2 deletions
  1. +5
    -2
      public/self/dataset_preview.js

+ 5
- 2
public/self/dataset_preview.js View File

@@ -432,14 +432,17 @@ function getCanvasLocationY(num){

function page(current,pageSize){
list(current,pageSize);
getLabelInfo(dataset_id);
showlabelflist();
showfilelist();
breadFiles();
loadimg();
setPage(tablePageData,pageSize);
}


getLabelInfo(dataset_id);
showlabelflist();


function nextPage(){
var current = $('#displayPage1').text();


Loading…
Cancel
Save