| | |
| | | </template> |
| | | |
| | | <script> |
| | | import { getProductList,getSupplierByNumber} from "@/api/productManage/product" |
| | | import { getProductListTwo,getSupplierByNumber} from "@/api/productManage/product" |
| | | import pageMixin from "@/components/makepager/pager/mixin/pageMixin" |
| | | import DetailSupplier from "@/views/supplierManage/supplier/DetailSupplier" |
| | | export default { |
| | |
| | | // 产品列表 |
| | | async getProductList(val, content) { |
| | | console.log(val, content) |
| | | await getProductList({ |
| | | await getProductListTwo({ |
| | | number: this.editConfig.infomation.number, |
| | | page: this.pagerOptions.currPage, |
| | | pageSize: this.pagerOptions.pageSize |