cz 2 lat temu
rodzic
commit
3bf087e497

+ 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();
 });