不选择相关方项目报错问题
parent
210f813ca0
commit
85624e1cfd
|
|
@ -670,6 +670,7 @@ abstract class SpecialWorkApplyBaseState<T extends SpecialWorkApplyBasePage>
|
|||
(ctx) => RelatedPartiesPicker(
|
||||
listdata: [],
|
||||
onSelectedJson: (id, name, pdId, json) {
|
||||
if (id.isEmpty) return;
|
||||
setState(() {
|
||||
pd['projectId'] = id;
|
||||
pd['projectName'] = name;
|
||||
|
|
|
|||
Loading…
Reference in New Issue