@@ -121,11 +121,12 @@ export default {
checkRefresh().then(res=>{
if(res.code == 1){
if(res.data.remind && res.data.remind == 1){
+ clearInterval(that.T)
that.$refs.refrshRef.open('center')
}
})
- }, 8000);
+ }, 9000);
},
//开单完成之后更新花材的库存
rightItemRefresh(){