Commit 07c6c23a by liuchenxi

bugfix: 实物礼品删除规格保存时异常

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