修复 self.__ 报错

This commit is contained in:
2betop 2020-08-28 10:29:28 +08:00
parent acaf7951c7
commit 47b24b5496

View File

@ -200,10 +200,6 @@ export const FormItemStore = StoreNode.named('FormItemStore')
});
return selectedOptions;
},
get __(): TranslateFn {
return getEnv(self).__;
}
};
})