@@ -549,7 +549,7 @@ export default {
}
})
con.forEach((list, pos) => {
- if (!list.provincePrice || !list.cityPrice || !list.specialPrice) {
+ if (list.provincePrice && list.cityPrice && list.specialPrice) {
newConArr.push(list)