瀏覽代碼

bug更改

cz 1 年之前
父節點
當前提交
ff2a26b441
共有 1 個文件被更改,包括 7 次插入1 次删除
  1. 7 1
      src/views/purchaseManage/purchaseManage/alreadyPurchase/index.vue

+ 7 - 1
src/views/purchaseManage/purchaseManage/alreadyPurchase/index.vue

@@ -735,6 +735,12 @@ const getList = async (req) => {
       loading.value = false;
     }, 200);
   });
+
+  proxy
+    .post("/purchase/statisticsPurchaseHead", sourceList.value.pagination)
+    .then((res) => {
+      headerData.value = res;
+    });
 };
 
 const submitForm = async () => {
@@ -867,7 +873,7 @@ const handleArrival = (row) => {
 };
 
 getDict();
-getHeaderData();
+// getHeaderData();
 if (route.query.code) {
   sourceList.value.pagination.keyword = route.query.code;
 }