zouyu
2023-11-09 e5486974dcbbfc0549c41eca4f87c7730f0aa981
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);