示例#1
0
        /// <summary>
        /// 模型数据改变
        /// </summary>
        /// <param name="obj"></param>
        private void dataChanged(ProductTypeInfoModel productTypeModel)
        {
            getPageData(pageRepuestParams.PageIndex, pageRepuestParams.PageSize);
            var tmpModel = ProductTypeInfoList.FirstOrDefault(a => a.Id == productTypeModel.Id);

            this.ProductTypeInfo = ProductTypeInfoList.FirstOrDefault();
        }