|
|
|
@ -182,7 +182,7 @@ const _sfc_main = /* @__PURE__ */ common_vendor.defineComponent({
|
|
|
|
|
const filterMap = detail.imglist.filter((item2) => details.changeImageList.includes(item2.dictKey)); |
|
|
|
|
isSubmit = filterMap.every((item2) => { |
|
|
|
|
data2.map[item2.dictKey] = item2.imgList; |
|
|
|
|
if (details.ImagesRequiredFields.find((val) => val.key === item2.dictKey) && item2.imgList.length < 3) |
|
|
|
|
if (details.ImagesRequiredFields.find((val) => val.key === item2.dictKey) && item2.imgList.length < 1) |
|
|
|
|
return false; |
|
|
|
|
return true; |
|
|
|
|
}); |
|
|
|
@ -201,7 +201,7 @@ const _sfc_main = /* @__PURE__ */ common_vendor.defineComponent({
|
|
|
|
|
data2.map[item2.dictKey] = item2.imgList; |
|
|
|
|
console.log(2); |
|
|
|
|
console.log("item.imgList :>> ", item2.imgList); |
|
|
|
|
if (details.ImagesRequiredFields.find((val) => val.key === item2.dictKey) && item2.imgList.length < 3) |
|
|
|
|
if (details.ImagesRequiredFields.find((val) => val.key === item2.dictKey) && item2.imgList.length < 1) |
|
|
|
|
isSubmit = false; |
|
|
|
|
else |
|
|
|
|
isSubmit = true; |
|
|
|
|