标准拆分-避免没有数据一直请求

This commit is contained in:
zyn
2023-10-09 09:18:39 +08:00
parent 30f8783c85
commit 6cbe9dc6e4
+3 -1
View File
@@ -1017,7 +1017,9 @@ export default {
this.total = res.data.count
}else{
this.splitInfoPage = 1
this.getSarFileSplitInfoEOPage()
// this.getSarFileSplitInfoEOPage()
this.standInfoList = []
this.total = 0
}
}, e => {
})