|
|
@@ -509,8 +509,13 @@ export default {
|
|
|
|
|
|
list.forEach((item) => {
|
|
|
item.isNew = 1;
|
|
|
+ item.assetCode = item.extInfo.assetCode;
|
|
|
+ item.assetId = item.extInfo.assetId;
|
|
|
+ item.assetName = item.extInfo.assetName;
|
|
|
});
|
|
|
|
|
|
+ console.log(list, '选择的工位数据');
|
|
|
+
|
|
|
const newList = structuredClone(Array.isArray(list) ? list : []);
|
|
|
|
|
|
this.$set(this.processList[index], 'list', [...oldList, ...newList]);
|