cz преди 2 години
родител
ревизия
3bf087e497
променени са 2 файла, в които са добавени 2 реда и са изтрити 3 реда
  1. 0 1
      src/components/WDLY/process/SendPurchaseWDLY.vue
  2. 2 2
      src/components/WDLY/product/SelectGoods.vue

+ 0 - 1
src/components/WDLY/process/SendPurchaseWDLY.vue

@@ -491,7 +491,6 @@ const handleChangeSupplier = (val) => {
           e.price = 0;
         }
       }
-      console.log(formData.data.purchaseDetailList, "ad");
       handleChangeAmount();
     });
 };

+ 2 - 2
src/components/WDLY/product/SelectGoods.vue

@@ -261,7 +261,7 @@ const getList = async (req = {}) => {
   };
   loading.value = true;
   proxy
-    .post("/productInfo/page", sourceList.value.pagination)
+    .post("/productInfo/pageByWdly", sourceList.value.pagination)
     .then((message) => {
       sourceList.value.data = message.rows.map((x) => ({ ...x, fileList: [] }));
       sourceList.value.pagination.total = message.total;
@@ -367,7 +367,7 @@ const getDict = () => {
     }));
   });
 };
-getDict()
+getDict();
 onMounted(() => {
   searchItemSelct();
 });