@@ -651,7 +651,13 @@
.catch(() => {});
},
allSelection(id, list) {
- this.materialList = list;
+ // console.log(list, 'list');
+ this.materialList = list.map((item) => {
+ return {
+ ...item,
+ modelType: item.categoryModel
+ };
+ });
/* 删除 */
remove(row) {