src/views/quality/processInspect/index.vue
@@ -160,10 +160,10 @@ type: 'primary', fun: this.addOrUpdateHandle }, { text: '导出', fun: this.exportExcel } // { // text: '导出', // fun: this.exportExcel // } ], operator: [{ text: '作废', @@ -185,7 +185,6 @@ exportExcel(){ let queryParam=this.$refs.processInspect.getQueryParam(); delete queryParam.criteria console.log(queryParam); exportProcessInsProduct(queryParam).then((res)=>{ transform(res) })