This commit is contained in:
X1627315083
2025-09-11 14:56:08 +08:00
parent 7e6a3b1144
commit 14725b430e
10 changed files with 25 additions and 15 deletions

View File

@@ -4,7 +4,6 @@
<!-- :class="[driver__.driver?'hideEvents':'']" -->
<div class="canvasContent" ref="canvasContent">
<div class="content-bottom" ref="canvasContent">
<div class="contet">
<div class="canvas" v-if="currentView === 'canvasEditor'" @click.stop>
<editCanvas v-if="canvasLoad" :config="canvasConfig"
@@ -271,7 +270,8 @@ export default defineComponent({
})
onMounted(()=>{
nextTick(async ()=>{
detailData.currentView = 'canvasEditor'
setTimeout(()=>{
})
if(detailData.selectDetail.canvasId){
detailData.isShowMark = true
await new Promise((resolve, reject) => {
@@ -282,6 +282,7 @@ export default defineComponent({
Https.axiosPost(Https.httpUrls.exportSearch, value)
.then((rv) => {
detailData.canvasJSON = rv
detailData.currentView = 'canvasEditor'
resolve('')
})
.catch((rv) => {