From aab65ce7c154a5f586037baf4213f4521b623882 Mon Sep 17 00:00:00 2001 From: zzyuan <781948537@qq.com> Date: Thu, 17 Jul 2025 16:47:22 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B4=A7=E5=93=81=E4=BE=9B=E5=BA=94=E5=95=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../supplierManage/goodsSupplier/index.vue | 35 +++++++------------ 1 file changed, 13 insertions(+), 22 deletions(-) diff --git a/src/views/foodManage/supplierManage/goodsSupplier/index.vue b/src/views/foodManage/supplierManage/goodsSupplier/index.vue index ed1d165c..e142c308 100644 --- a/src/views/foodManage/supplierManage/goodsSupplier/index.vue +++ b/src/views/foodManage/supplierManage/goodsSupplier/index.vue @@ -11,9 +11,9 @@ style="width: 240px" /> - + - + + @@ -169,7 +160,7 @@ :limit.sync="queryParams2.pageSize" @pagination="getList2" /> - + --> @@ -278,7 +269,7 @@ export default { pageNum: 1, pageSize: 10, supplierName: undefined, - categoryIdList:[] + materialTypeIds:[] }, //-----货品类别------ // 总条数 @@ -290,7 +281,7 @@ export default { pageNum: 1, pageSize: 10, canteenId: undefined, - categoryIdList:[] + materialTypeIds:[] }, // 是否显示弹出层 open: false, @@ -345,7 +336,7 @@ export default { pageNum: 1, pageSize: 10, supplierName: undefined, - categoryIdList:[] + materialTypeIds:[] } this.resetForm("queryForm"); this.handleQuery() @@ -354,7 +345,7 @@ export default { this.queryParams2={ pageNum: 1, pageSize: 10, - categoryIdList:[] + materialTypeIds:[] } this.resetForm("queryForm2"); this.handleQuery2() @@ -379,7 +370,7 @@ export default { "pageNum": this.queryParams.pageNum, "pageSize": this.queryParams.pageSize, "supplierName": this.queryParams.supplierName, - "categoryIdList": this.queryParams.categoryIdList, + "materialTypeIds": this.queryParams.materialTypeIds, } supplierBindMaterialListApi(param).then(response => { this.tableListData = response.rows; @@ -499,7 +490,7 @@ export default { let param = { "pageNum": this.queryParams2.pageNum, "pageSize": this.queryParams2.pageSize, - "categoryIdList": this.queryParams2.categoryIdList, + "materialTypeIds": this.queryParams2.materialTypeIds, } // supplierBindMaterialListApi(param).then(response => { // this.tableListData2 = response.rows;