跳至内容
菜单
此问题已终结
2 回复
414 查看

No Selection field key but value get.

形象
丢弃
最佳答案

Hi,

You can use the code below to get the value of a selection field:


dict(self._fields['field_name'].selection).get(self.field_name)

Regards

形象
丢弃
编写者 最佳答案

Ok, Thanks

形象
丢弃