src/views/farmplant/process.vue
@@ -949,7 +949,9 @@ ).then((res) => { const data = res.data.data this.page.total = data.total this.data = data.records this.data = data.records.filter((e)=>{ return e.productInventoryNum != 0 }) this.loading = false this.selectionClear() })