From 094d2dcab7e057e5c4f5f96c30c164795a8d96cc Mon Sep 17 00:00:00 2001 From: haoxuan <haoxuan> Date: 星期日, 28 四月 2024 19:10:59 +0800 Subject: [PATCH] 相关供应商分页报错的问题修改 --- src/views/supplierManage/supplier/RaleteSupplierList.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/supplierManage/supplier/RaleteSupplierList.vue b/src/views/supplierManage/supplier/RaleteSupplierList.vue index c888f6b..e4dfbf2 100644 --- a/src/views/supplierManage/supplier/RaleteSupplierList.vue +++ b/src/views/supplierManage/supplier/RaleteSupplierList.vue @@ -64,7 +64,7 @@ }, created() { this.setTable() - this.getProductList() + this.getData() }, methods: { setColumnVisible(showCol) { @@ -99,7 +99,7 @@ this.tableList.tableColumn = this.setColumnVisible(val) }, // 浜у搧鍒楄〃 - async getProductList(val, content) { + async getData(val, content) { console.log(val, content) await getProductListTwo({ number: this.editConfig.infomation.number, -- Gitblit v1.8.0