mirror of
https://gitee.com/xiongmao1988/rax-medical.git
synced 2025-08-23 20:44:58 +08:00
yichu console
This commit is contained in:
parent
f7b3ec3756
commit
75a4eec74e
|
@ -127,7 +127,6 @@ const viewData = (e: any) => {
|
|||
formDialogTitle.value = '详情'
|
||||
setTimeout(() => {
|
||||
logFormRef.value.resetData()
|
||||
console.log(e)
|
||||
logFormRef.value.formData = JSON.parse(JSON.stringify(e))
|
||||
}, 0)
|
||||
}
|
||||
|
|
|
@ -128,7 +128,6 @@ const importData = () => {
|
|||
}
|
||||
const removeData = (e?: any) => {
|
||||
const selectRow = e ? [e] : tableRef.value.getSelectionRows();
|
||||
console.log(selectRow)
|
||||
tableRemoveRow({data: selectRow}, (res: boolean) => {
|
||||
if (res) {
|
||||
const ids: any = [];
|
||||
|
|
Loading…
Reference in New Issue
Block a user