|  | @@ -215,9 +215,11 @@ const cocodeIndex = ref(0);
 | 
	
		
			
				|  |  |  const cocodeIsInit = ref("false");
 | 
	
		
			
				|  |  |  //滑块
 | 
	
		
			
				|  |  |  function sliderchange(val) {
 | 
	
		
			
				|  |  | +  newcount.value=count.value;
 | 
	
		
			
				|  |  |    fcon.step = count.value;
 | 
	
		
			
				|  |  |    console.log(count.value);
 | 
	
		
			
				|  |  | -  vtkScalarRead();
 | 
	
		
			
				|  |  | +  // vtkScalarRead();
 | 
	
		
			
				|  |  | +  // getMonitor();
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  |  //播放
 | 
	
		
			
				|  |  |  function play(time) {
 | 
	
	
		
			
				|  | @@ -232,8 +234,9 @@ function play(time) {
 | 
	
		
			
				|  |  |          await sleep(time);
 | 
	
		
			
				|  |  |          count.value++;
 | 
	
		
			
				|  |  |          fcon.step = count.value;
 | 
	
		
			
				|  |  | -        vtkScalarRead();
 | 
	
		
			
				|  |  | -        getMonitor();
 | 
	
		
			
				|  |  | +        newcount.value=count.value;
 | 
	
		
			
				|  |  | +        // vtkScalarRead();
 | 
	
		
			
				|  |  | +        // getMonitor();
 | 
	
		
			
				|  |  |        }
 | 
	
		
			
				|  |  |      }
 | 
	
		
			
				|  |  |    };
 | 
	
	
		
			
				|  | @@ -245,9 +248,10 @@ function increment() {
 | 
	
		
			
				|  |  |      return;
 | 
	
		
			
				|  |  |    }
 | 
	
		
			
				|  |  |    count.value++;
 | 
	
		
			
				|  |  | +  newcount.value=count.value;
 | 
	
		
			
				|  |  |    fcon.step = count.value;
 | 
	
		
			
				|  |  | -  vtkScalarRead();
 | 
	
		
			
				|  |  | -  getMonitor();
 | 
	
		
			
				|  |  | +  // vtkScalarRead();
 | 
	
		
			
				|  |  | +  // getMonitor();
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  |  //暂停
 | 
	
		
			
				|  |  |  function suspend() {
 | 
	
	
		
			
				|  | @@ -258,16 +262,17 @@ function Prev() {
 | 
	
		
			
				|  |  |    isstop.value = false;
 | 
	
		
			
				|  |  |    count.value--;
 | 
	
		
			
				|  |  |    fcon.step = count.value;
 | 
	
		
			
				|  |  | -  vtkScalarRead();
 | 
	
		
			
				|  |  | -  getMonitor();
 | 
	
		
			
				|  |  | +  newcount.value=count.value;
 | 
	
		
			
				|  |  | +  // vtkScalarRead();
 | 
	
		
			
				|  |  | +  // getMonitor();
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  function zdtimechange() {
 | 
	
		
			
				|  |  |    const zdtimestamp = Date.parse(zdtime.value);
 | 
	
		
			
				|  |  |    const zdtimeDate = new Date(zdtimestamp);
 | 
	
		
			
				|  |  |    reddate(zdtimeDate);
 | 
	
		
			
				|  |  | -  vtkScalarRead();
 | 
	
		
			
				|  |  | -  getMonitor();
 | 
	
		
			
				|  |  | +  // vtkScalarRead();
 | 
	
		
			
				|  |  | +  // getMonitor();
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  |  function chengeMonitor(){
 | 
	
		
			
				|  |  |      for (let index = 0; index < cocodes.value.length; index++) {
 | 
	
	
		
			
				|  | @@ -333,7 +338,7 @@ function chengeMonitor(){
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  |  function regionchange() {
 | 
	
		
			
				|  |  | -chengeMonitor();
 | 
	
		
			
				|  |  | +  chengeMonitor();
 | 
	
		
			
				|  |  |    vtkShow();
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  |  // aid获取
 |