智慧农业后台管理页面
guoshilong
2022-08-22 7af4b24b1ba687fa71fd3de398b570608d59a050
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()
            })