zouyu
2023-12-11 41e0df8413624e6034c967f3afae30da59370879
src/views/quality/processInspect/index.vue
@@ -185,7 +185,6 @@
            exportExcel(){
                let queryParam=this.$refs.processInspect.getQueryParam();
                delete queryParam.criteria
                console.log(queryParam);
                exportProcessInsProduct(queryParam).then((res)=>{
                    transform(res)
                })