删除没用到的变量

This commit is contained in:
keran 2019-05-28 13:05:24 +08:00
parent eb7009003b
commit 8f1edbb93b

View File

@ -699,7 +699,6 @@ class ConfigurationManagement extends React.Component {
cloneSelectedDataConfirm() {
const { locale = {} } = this.props;
const self = this;
const { init } = self.field;
self.field.setValue('sameConfigPolicy', 'ABORT');
self.field.setValue('cloneTargetSpace', undefined);
if (configsTableSelected.size === 0) {