Merge pull request #30 from Donkey0619/master

解决删除样本的bug
This commit is contained in:
lxd1190 2018-11-01 21:41:56 +08:00 committed by GitHub
commit eb357c1817
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -224,7 +224,7 @@ Controller('sampleInfo', {
Dialog.warning({
title: '即将删除该条样本',
content: '删除后将无法回滚该条样本',
onOk: $model.sampleInfoDelete.deleteSample(record),
onOk: () =>{ return $model.sampleInfoDelete.deleteSample(record) } ,
});
};
return (