mirror of
https://github.com/pipipi-pikachu/PPTist.git
synced 2025-04-15 02:20:00 +08:00
style: remove console.log
This commit is contained in:
parent
8b15e02a17
commit
8222b6b9f9
@ -151,7 +151,6 @@ export default defineComponent({
|
|||||||
|
|
||||||
// 更新表格内容数据
|
// 更新表格内容数据
|
||||||
const updateTableCells = (data: TableCell[][]) => {
|
const updateTableCells = (data: TableCell[][]) => {
|
||||||
console.log(data)
|
|
||||||
store.commit(MutationTypes.UPDATE_ELEMENT, {
|
store.commit(MutationTypes.UPDATE_ELEMENT, {
|
||||||
id: props.elementInfo.id,
|
id: props.elementInfo.id,
|
||||||
props: { data },
|
props: { data },
|
||||||
|
Loading…
x
Reference in New Issue
Block a user