mirror of
				https://gitee.com/hhyykk/ipms-sjy-ui.git
				synced 2025-11-04 12:18:43 +08:00 
			
		
		
		
	商品列表:修复添加属性时会返回已存在属性值的问题
This commit is contained in:
		@@ -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'))
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user