mirror of
https://gitee.com/xiongmao1988/rax-medical.git
synced 2025-08-24 04:54:58 +08:00
yichu console
This commit is contained in:
parent
f7b3ec3756
commit
75a4eec74e
|
@ -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)
|
||||||
}
|
}
|
||||||
|
|
|
@ -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 = [];
|
||||||
|
|
Loading…
Reference in New Issue
Block a user