Просмотр исходного кода

解决出现重复花材问题

shish 4 лет назад
Родитель
Сommit
47357dafe8
1 измененных файлов с 6 добавлено и 0 удалено
  1. 6 0
      hdApp/src/mixins/cgProduct.js

+ 6 - 0
hdApp/src/mixins/cgProduct.js

@@ -270,7 +270,13 @@ export default {
 								}
 								}
 							})
 							})
 							this.setSelectInfoByType({ type: this.pageType, info: currentInfo })
 							this.setSelectInfoByType({ type: this.pageType, info: currentInfo })
+						}else{
+							//临时解决方案
+							this.resetSelectInfoByType(this.pageType);
 						}
 						}
+					}else{
+						//临时解决方案
+						this.resetSelectInfoByType(this.pageType);
 					}			
 					}			
 				}
 				}