yichu console

This commit is contained in:
yy 2024-06-03 15:09:35 +08:00
parent f7b3ec3756
commit 75a4eec74e
2 changed files with 0 additions and 2 deletions

View File

@ -127,7 +127,6 @@ const viewData = (e: any) => {
formDialogTitle.value = '详情' formDialogTitle.value = '详情'
setTimeout(() => { setTimeout(() => {
logFormRef.value.resetData() logFormRef.value.resetData()
console.log(e)
logFormRef.value.formData = JSON.parse(JSON.stringify(e)) logFormRef.value.formData = JSON.parse(JSON.stringify(e))
}, 0) }, 0)
} }

View File

@ -128,7 +128,6 @@ const importData = () => {
} }
const removeData = (e?: any) => { const removeData = (e?: any) => {
const selectRow = e ? [e] : tableRef.value.getSelectionRows(); const selectRow = e ? [e] : tableRef.value.getSelectionRows();
console.log(selectRow)
tableRemoveRow({data: selectRow}, (res: boolean) => { tableRemoveRow({data: selectRow}, (res: boolean) => {
if (res) { if (res) {
const ids: any = []; const ids: any = [];