|
@@ -410,6 +410,7 @@ export default {
|
|
|
queryByTypeSum (flag) {
|
|
|
const params = JSON.parse(JSON.stringify(this.queryParam))
|
|
|
delete params.bizType
|
|
|
+ this.spinning = true
|
|
|
shelfReplenishStateCount(params).then(res => {
|
|
|
if (res.data && res.status == 200) {
|
|
|
this.tabPaneData[1].countNum = res.data.WAIT_CONFIRM || 0
|
|
@@ -420,6 +421,7 @@ export default {
|
|
|
this.queryParam.bizType = this.curBizType
|
|
|
this.$refs.table.refresh(!flag)
|
|
|
}
|
|
|
+ this.spinning = false
|
|
|
})
|
|
|
},
|
|
|
setTableH () {
|