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;
 }