From 666bcc20d989be1c7a2acb314594e8e017a611ac Mon Sep 17 00:00:00 2001 From: xuxueyang <xuxy@fengyuntec.com> Date: 星期日, 11 八月 2024 23:18:51 +0800 Subject: [PATCH] update花店的一些问题等 --- sub_pages/customer/trade/list.vue | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/sub_pages/customer/trade/list.vue b/sub_pages/customer/trade/list.vue index 75af0a7..64ba348 100644 --- a/sub_pages/customer/trade/list.vue +++ b/sub_pages/customer/trade/list.vue @@ -221,7 +221,8 @@ columnStr: '', column: '', levelStr: '', - level: '', + level: '', + supplierId:'', }, categoryInfo: {}, params: [], @@ -269,7 +270,8 @@ this.query.category = options.categoryId || options.category || '' this.query.zoneId = options.zoneId || '' this.query.name = options.name || '' - this.query.supplierName = options.supplierName || '' + this.query.supplierName = options.supplierName || '' + this.query.supplierId = options.supplierId || '' if (this.query.name) { -- Gitblit v1.9.3