|
@@ -2840,7 +2840,7 @@ export default {
|
|
scalarmax:'',
|
|
scalarmax:'',
|
|
},
|
|
},
|
|
percentage:0,
|
|
percentage:0,
|
|
- animationType:'',
|
|
|
|
|
|
+ animationType:'ContourDisplay',
|
|
hideZones:'',
|
|
hideZones:'',
|
|
checkList:[],
|
|
checkList:[],
|
|
animationobj:{
|
|
animationobj:{
|
|
@@ -3953,7 +3953,6 @@ setpnum(){
|
|
this.hcfdSteplist=steps;
|
|
this.hcfdSteplist=steps;
|
|
this.volumStep=steps;
|
|
this.volumStep=steps;
|
|
this.slidermax =Number( this.boundaryStep.length);
|
|
this.slidermax =Number( this.boundaryStep.length);
|
|
- console.log(this.slidermax );
|
|
|
|
this.median=Number(this.hcfdSteplist[2])-Number(this.hcfdSteplist[1]);
|
|
this.median=Number(this.hcfdSteplist[2])-Number(this.hcfdSteplist[1]);
|
|
})
|
|
})
|
|
}
|
|
}
|
|
@@ -5137,15 +5136,12 @@ if(val==true){
|
|
},
|
|
},
|
|
timesleep(time){
|
|
timesleep(time){
|
|
let num=100;
|
|
let num=100;
|
|
- //this.countnum=0
|
|
|
|
- console.log(this.countnum);
|
|
|
|
- // let len= Number((this.animationobj.currentstep).charAt[0]);
|
|
|
|
this.signnum=true;
|
|
this.signnum=true;
|
|
const sleep = (timeout= time)=>new Promise( (resolve, reject)=>{
|
|
const sleep = (timeout= time)=>new Promise( (resolve, reject)=>{
|
|
setTimeout (resolve, timeout);
|
|
setTimeout (resolve, timeout);
|
|
});
|
|
});
|
|
let timer = async(timeout) => {
|
|
let timer = async(timeout) => {
|
|
- for(let i= this.countnum;i<=this.hcfdSteplist.length-1;i++){//this.hcfdSteplist.length-1
|
|
|
|
|
|
+ for(let i= this.countnum;i<=this.hcfdSteplist.length-1;i++){
|
|
if(this.signnum==true){
|
|
if(this.signnum==true){
|
|
await sleep(time);
|
|
await sleep(time);
|
|
this.jiekou(this.hcfdSteplist[i]);
|
|
this.jiekou(this.hcfdSteplist[i]);
|
|
@@ -5171,7 +5167,6 @@ if(val==true){
|
|
},
|
|
},
|
|
Quickclick(){
|
|
Quickclick(){
|
|
this.numan=true;
|
|
this.numan=true;
|
|
- console.log(this.numan)
|
|
|
|
this.sign='Quick';
|
|
this.sign='Quick';
|
|
this.timesleep(100)
|
|
this.timesleep(100)
|
|
|
|
|