@@ -78,7 +78,7 @@ export default {
this.openNewProduct = false
if (this.onlineFalg == '1') {
this.onlineFalg = '0'
- setTimeout(() => { _this.openNewProduct = true }, 100)
+ setTimeout(() => { _this.hasNewProduct() }, 100)
}
},