详情关闭后,图斑还显示问题修改

main
zhufu 2025-05-16 14:49:59 +08:00
parent e643b35891
commit 5ea8ac3388
1 changed files with 5 additions and 1 deletions

View File

@ -100,7 +100,7 @@
</div> </div>
<div class="detail-button"> <div class="detail-button">
<a-button type="primary" @click="detailToEdit"> </a-button> <a-button type="primary" @click="detailToEdit"> </a-button>
<a-button type="primary" @click="showTable = ''" danger> 关闭 </a-button> <a-button type="primary" @click="closeDetail" danger> 关闭 </a-button>
</div> </div>
</div> </div>
<!-- 编辑 --> <!-- 编辑 -->
@ -635,6 +635,10 @@
fileUrlView.value = {}; fileUrlView.value = {};
fileUrl.value = ''; fileUrl.value = '';
}; };
const closeDetail = () => {
showTable.value = ''
DrawingEnd()
}
</script> </script>
<style lang="less" scoped> <style lang="less" scoped>