Commit c87c9ee6 by LJM

适配

parent 9cba68e2
Showing with 5 additions and 0 deletions
...@@ -124,6 +124,7 @@ export default { ...@@ -124,6 +124,7 @@ export default {
currentIndex: -1, currentIndex: -1,
image_list: [], //图片列表 image_list: [], //图片列表
goods_check_pic_list: [], //商检图片列表 goods_check_pic_list: [], //商检图片列表
goods_check_pic_list_id: [], //商检图片列表ID标识
list: [], //商检型号列表 list: [], //商检型号列表
maxNum: 4, //最大上传图片数量 maxNum: 4, //最大上传图片数量
disabled: false, disabled: false,
...@@ -235,6 +236,10 @@ export default { ...@@ -235,6 +236,10 @@ export default {
return entry.isEntryInspOrg === true; return entry.isEntryInspOrg === true;
}); });
this.goods_check_pic_list_id = this.list.map(function(entry) {
return entry.ptEntryID;
});
const length = this.list.length; const length = this.list.length;
this.goods_check_pic_list = Array.from({ length }, () => []); this.goods_check_pic_list = Array.from({ length }, () => []);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment