chenrui пре 1 година
родитељ
комит
517b88752c
1 измењених фајлова са 1 додато и 1 уклоњено
  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 {