From 89e21c5e3089b5a7ec8da58e61da22c10b78d763 Mon Sep 17 00:00:00 2001
From: xuxy <1059738716@qq.com>
Date: 星期一, 12 八月 2024 22:36:25 +0800
Subject: [PATCH] 1
---
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