提交 4e3cc95f 编写于 作者: Q qq_38870145

Sat Oct 7 09:10:00 CST 2023 inscode

上级 67d591eb
......@@ -2,6 +2,9 @@
<div>
<a-button type="primary" style="margin: 10px 0;" :loading="state.exportLoading" @click="onExport">
导出Excel </a-button>
<a-button type="primary" style="margin: 10px 10px;" @click="onPrint">
打印Json </a-button>
</div>
</template>
<script setup>
......@@ -47,4 +50,11 @@ watch(() => props.userId,
deep: true,
immediate: true
})
const onPrint=()=>{
const json={}
console.log('state.dataSource',state.dataSource)
}
</script>
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册