Browse Source

修改bug

chenrui 1 năm trước cách đây
mục cha
commit
517b88752c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 {