王震
2023-11-09 d98942fd0d8b9097e5a5ed4e4f2b3161a0174661
src/views/quality/finishedProductInspection/index.vue
@@ -236,7 +236,6 @@
            },
            showPrint(row){
                queryById(row.id).then(res=>{
                    console.log(res);
                this.printFormData = res.data.data
                    this.printDialogVisible = true
                }).catch(error=>{
@@ -244,7 +243,6 @@
                })
            },
            exportExcel(){
                console.log("============");
                let queryParam=this.$refs.finishedProduct.getQueryParam();
                delete queryParam.criteria
                console.log(queryParam);