Explorar o código

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

jbb %!s(int64=2) %!d(string=hai) anos
pai
achega
df8cee74d3
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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