From f62f9cd4e9f5e5d218034765d78cf7cc0a55f977 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=BE=E5=BA=86=E6=BA=90?= Date: Mon, 17 Feb 2025 19:08:33 +0800 Subject: [PATCH] =?UTF-8?q?[SBBJ-808][=E5=8E=82=E5=86=85=E6=A8=A1=E5=85=B7?= =?UTF-8?q?=E5=8F=B0=E8=B4=A6=E9=A1=B5=E9=9D=A2=E6=90=9C=E7=B4=A2=E9=9A=90?= =?UTF-8?q?=E8=97=8F=20=E5=A4=96=E5=A7=94=E6=89=98=E4=BE=9B=E5=BA=94?= =?UTF-8?q?=E5=95=86=E5=AD=97=E6=AE=B5]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/eam/mold/moldAccounts/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/eam/mold/moldAccounts/index.vue b/src/views/eam/mold/moldAccounts/index.vue index 9aea356..01fcd90 100644 --- a/src/views/eam/mold/moldAccounts/index.vue +++ b/src/views/eam/mold/moldAccounts/index.vue @@ -444,6 +444,7 @@ const init = () => { if (route.name == 'withinMoldAccounts') { MoldAccountsSchema.value.allSchemas.formSchema = MoldAccounts.allSchemas.formSchema.filter(item => item.field !== 'outsourcedSuppliers') MoldAccountsSchema.value.allSchemas.tableColumns = MoldAccounts.allSchemas.tableColumns.filter(item => item.field !== 'outsourcedSuppliers') + MoldAccountsSchema.value.allSchemas.searchSchema = MoldAccounts.allSchemas.searchSchema.filter(item => item.field !== 'outsourcedSuppliers') tableObject.params = { sourceType: "0", }