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