From 78a2c4c89654d905e8578a0a94b103224b5cc777 Mon Sep 17 00:00:00 2001
From: cloudroam <cloudroam>
Date: 星期五, 06 十二月 2024 17:36:50 +0800
Subject: [PATCH] add: 供应商子账号

---
 pages/goods/list/index.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/pages/goods/list/index.vue b/pages/goods/list/index.vue
index db1a79b..e0b3187 100644
--- a/pages/goods/list/index.vue
+++ b/pages/goods/list/index.vue
@@ -106,7 +106,7 @@
                   hasAll: true,
                   childType: 'el-radio-button',
                 },
-                default: '',
+                default: this.$route.query.status || '',
                 span: 24,
                 searchImmediately: true,
               },

--
Gitblit v1.9.3