`

构造model的时候还得不到getCustomerCode().

 
阅读更多

由于此处需要通过customeCode查询,但此时构造model的时候还得不到getCustomerCode().所以此处值填null

nomalBase = new SelectableFieldModel(this, new NotifiableList<TypeInfo>(TypeInfo.class, null));
 

loadDate时刷入数据.

protected void loadData() {
    nomalBase.getValues().refresh(productService.findNomalBaseProductForJM(getCustomerCode()));
}
 

 

 

 

 

 

 

 

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics