소스 검색

供应商产能报表-查询参数修改

jbb 2 년 전
부모
커밋
df8cee74d3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/reportForms/supplier-capacity.vue

+ 1 - 1
src/views/reportForms/supplier-capacity.vue

@@ -258,7 +258,7 @@ export default {
     getSupplierList(){
       this.$nextTick(() => {
         // this.queryParam.pageSize = 20
-        supplierList({supplier:this.queryParam.supplier}).then(res => {
+        supplierList(this.queryParam).then(res => {
           if (res.success) {
             this.suplierListData = res.result;
             this.loading = false