Commit 361f2dea by liuchenxi

Merge branch 'bugfix/实物礼品删除规格时保存异常'

parents 88c9fd1b 07c6c23a
...@@ -2006,7 +2006,7 @@ export default { ...@@ -2006,7 +2006,7 @@ export default {
} }
} }
// 检验规格图片 // 检验规格图片
if (this.IsAgreeUploadStatus) { if (this.IsAgreeUploadStatus && this.giftProStandardJson.length) {
if (this.giftProStandardJson[0].valueList) { if (this.giftProStandardJson[0].valueList) {
for (let item of this.giftProStandardJson[0].valueList) { for (let item of this.giftProStandardJson[0].valueList) {
if (!item.propImg) { if (!item.propImg) {
......
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 to comment