2023-11-24

This commit is contained in:
X1627315083
2023-11-24 17:32:57 +08:00
parent e908818d8d
commit 28a0480bca
25 changed files with 42 additions and 45 deletions

View File

@@ -545,11 +545,7 @@ export default defineComponent({
this.store.commit("setDesignId", rv.designId);
// this.designProgress = 0;
this.startDesignType = "design";
if(this.driver__.driver){
nextTick().then(()=>{
driverObj__.moveNext();
})
}
}
})
.catch((res) => {
@@ -641,6 +637,11 @@ export default defineComponent({
setTimeout(() => {
this.showDesignMark = false
this.designProgress = 0
if(this.driver__.driver){
nextTick().then(()=>{
driverObj__.moveNext();
})
}
}, 500);
}