@@ -107,6 +107,10 @@ export default {
this.getList();
},
+ onShow(){
+ this.getCount();
+ },
+
methods: {
getCount() {
this.$api.post('/material/salses/count')
@@ -132,6 +136,7 @@ export default {
this.loadStatus = 2;
}
this.dataList = this.dataList.concat(list);
}).catch(() => {
}).finally(res => {