shish 4 년 전
부모
커밋
802adc295f
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      ghsApp/src/mixins/product.js

+ 1 - 2
ghsApp/src/mixins/product.js

@@ -270,7 +270,7 @@ export default {
 				return
 				return
 			}
 			}
 			//涉及记住花材的代码和流程,请全项目搜索关键词remember_item
 			//涉及记住花材的代码和流程,请全项目搜索关键词remember_item
-			//将已选的花材按classId_productId键名组合
+			//将已选的花材按productId键名组合
 			let selectListData = []
 			let selectListData = []
 			if(!this.$util.isEmpty(this.selectList)){
 			if(!this.$util.isEmpty(this.selectList)){
 				this.selectList.forEach((i)=>{
 				this.selectList.forEach((i)=>{
@@ -293,7 +293,6 @@ export default {
 					currentItem.userPrice = 0
 					currentItem.userPrice = 0
 					currentItem.smallCount = 0
 					currentItem.smallCount = 0
 				}
 				}
-
 				let elePy = (currentItem.py && currentItem.py.toLocaleUpperCase()) || "";
 				let elePy = (currentItem.py && currentItem.py.toLocaleUpperCase()) || "";
 				let hasPy = elePy.indexOf(this.py.toLocaleUpperCase()) >= 0;
 				let hasPy = elePy.indexOf(this.py.toLocaleUpperCase()) >= 0;
 				if (hasPy) {
 				if (hasPy) {