构造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()));
}
 

 

 

 

 

 

 

 

你可能感兴趣的:(Model)