数通智联化工云平台
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
358 B

<!--
@ 作者: 秦东
@ 时间: 2023-12-07 16:49:57
@ 备注:
-->
<template>
2 years ago
<SignatureMap />
<PaintBoard @updataconbt="qianming" />
</template>
<script lang='ts' setup>
2 years ago
import PaintBoard from '@/views/knowledge/news/paintBoard.vue';
const qianming = (val:any) =>{
console.log("图片回传--->",val)
}
</script>
<style lang='scss' scoped>
2 years ago
</style>