From 092ec070976b1fc9acbed1c208aa69e41ef5f38f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B8=B8=E7=86=9F=E5=90=B4=E5=BD=A6=E7=A5=96?= Date: Wed, 17 Jun 2026 15:49:43 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/srmSupplier/supplierList.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/views/modules/srmSupplier/supplierList.vue b/src/views/modules/srmSupplier/supplierList.vue index bd20dde..7ea585d 100644 --- a/src/views/modules/srmSupplier/supplierList.vue +++ b/src/views/modules/srmSupplier/supplierList.vue @@ -85,9 +85,9 @@ - - - + + + @@ -395,7 +395,7 @@ export default { mainDataList: [], supplierGroupRequestList: [], dataListLoading: false, - activeName: 'share', + activeName: 'AddressTab', columnArray1: [ { userId: this.$store.state.user.name, @@ -1254,7 +1254,7 @@ export default { // 防止 Druid 拦截 where 1=1 conSql = " and username <> '' " } - + this.$refs.baseList.init(val, strVal, conSql) })