zuozhengqing
2023-11-22 386878d3b2c54585c3d572ff34b3d5831d5175a1
src/views/supplierManage/supplier/index.vue
@@ -278,7 +278,6 @@
        name: this.searchSupplierName,
        page: this.pagerOptions.currPage,
        pageSize: this.pagerOptions.pageSize,
        status:1,
      }).then((res) => {
        console.log(res)
        if (res.code === 200) {
@@ -324,14 +323,13 @@
        page: this.productPagerOptions.currPage,
        pageSize: this.productPagerOptions.pageSize
      }).then((res) => {
        console.log(res.data)
        const list = res.data.data.list.map((item) => {
        let list = res.data.list.map((item) => {
          return {
            ...item
          }
        })
        this.productTableList.tableInfomation = list || []
        this.productPagerOptions.totalCount = res.data.data.total
        this.productPagerOptions.totalCount = res.data.total
      })
    },
    // 搜索供应商