zuozhengqing
2023-11-22 b0b8b22fc4ac2e76d5e7ab6bc5e6662b2c7fb092
src/views/supplierManage/supplier/index.vue
@@ -422,9 +422,9 @@
      this.getProductList()
    },
    // 详情
    selCommonClick(row) {
      getPurchaseList({pageSize:10,page:1,supplierId:row.ID}).then((res)=>{
        this.commonDetail.productListInfo=res.data.data.list
    async selCommonClick(row) {
      await getPurchaseList({pageSize:10,page:1,supplierId:row.ID}).then((res)=>{
        this.commonDetail.productListInfo=res.data.list
      })
      this.commonDetail.visible = true
      this.commonDetail.infomation = { ...row }