zuozhengqing
2023-11-22 b0b8b22fc4ac2e76d5e7ab6bc5e6662b2c7fb092
src/views/purchaseManage/purchase/components/AddPurchase.vue
@@ -602,8 +602,8 @@
        page:1,
        pageSize:100
      }).then((res)=>{
        if(res.data.code===200){
          this.productTableList.tableProductList = res.data.data.list
        if(res.code===200){
          this.productTableList.tableProductList = res.data.list
          console.log(this.productTableList.tableProductList,"pop")
        }
      })