Prechádzať zdrojové kódy

供应商产能维护-列表数据

jbb 2 rokov pred
rodič
commit
0ea38441b4

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

@@ -301,7 +301,7 @@ export default {
         // this.queryParam.pageSize = 20
         supplierList(this.queryParam).then(res => {
           if (res.success) {
-            this.suplierListData = res.result;
+            this.suplierListData = res.result.records;
             this.loading = false
             this.pagination = {
               total: res.result.total,