mirror of
https://github.com/Tencent/Metis.git
synced 2025-12-25 19:52:49 +00:00
解决删除样本的bug
This commit is contained in:
parent
7a3655508a
commit
c6538d0fb8
|
|
@ -224,7 +224,7 @@ Controller('sampleInfo', {
|
|||
Dialog.warning({
|
||||
title: '即将删除该条样本',
|
||||
content: '删除后将无法回滚该条样本',
|
||||
onOk: $model.sampleInfoDelete.deleteSample(record),
|
||||
onOk: () =>{ return $model.sampleInfoDelete.deleteSample(record) } ,
|
||||
});
|
||||
};
|
||||
return (
|
||||
|
|
|
|||
Loading…
Reference in New Issue