金川 未选择物料报错bug
This commit is contained in:
@ -18,7 +18,7 @@ namespace 货架标准上位机.ViewModels
|
||||
public class OutInventoryAddMatViewModel : BindableBase
|
||||
{
|
||||
#region Property
|
||||
private ObservableCollection<MatInventorySummaryModel> dataGridItemSource;
|
||||
private ObservableCollection<MatInventorySummaryModel> dataGridItemSource = new ObservableCollection<MatInventorySummaryModel>();
|
||||
public ObservableCollection<MatInventorySummaryModel> DataGridItemSource
|
||||
{
|
||||
get { return dataGridItemSource; }
|
||||
|
Reference in New Issue
Block a user