|
@@ -342,7 +342,6 @@
|
|
title:"正在加载..."
|
|
title:"正在加载..."
|
|
})
|
|
})
|
|
queryProductListForReplenish(params).then(res => {
|
|
queryProductListForReplenish(params).then(res => {
|
|
- uni.hideLoading()
|
|
|
|
if(res.status == 200){
|
|
if(res.status == 200){
|
|
let list = res.data
|
|
let list = res.data
|
|
if (list && list.length){
|
|
if (list && list.length){
|
|
@@ -355,6 +354,9 @@
|
|
}
|
|
}
|
|
this.showTab = false
|
|
this.showTab = false
|
|
this.$refs.productList.setData(_this.partList)
|
|
this.$refs.productList.setData(_this.partList)
|
|
|
|
+ setTimeout(()=>{
|
|
|
|
+ uni.hideLoading()
|
|
|
|
+ },this.partList.length*50)
|
|
})
|
|
})
|
|
},
|
|
},
|
|
// 提交
|
|
// 提交
|