Ver código fonte

商品列表:修复添加属性时会返回已存在属性值的问题

(cherry picked from commit 5c7796ca6f2dff771357c25161497a8e4b1cf587)
puhui999 1 ano atrás
pai
commit
ca94a1f274

+ 2 - 0
src/views/mall/product/spu/form/ProductPropertyAddForm.vue

@@ -80,6 +80,8 @@ const submitForm = async () => {
       if (res[0].values === null) {
         res[0].values = []
       }
+      // 不需要属性值
+      res[0].values = []
       attributeList.value.push(res[0]) // 因为只用一个
     }
     message.success(t('common.createSuccess'))