chenrui hace 1 año
padre
commit
517b88752c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/purchasingManagement/purchaseOrder/list.vue

+ 1 - 1
src/views/purchasingManagement/purchaseOrder/list.vue

@@ -322,7 +322,7 @@ export default {
     },
     // 获取供应商数据
     getSupperList () {
-      queryReturnSupplierList().then(res => {
+      queryReturnSupplierList({}).then(res => {
         if (res.status == 200) {
           this.supplierList = res.data
         } else {