From 7d520e6190241adc647f36f7aea34c365216edb0 Mon Sep 17 00:00:00 2001 From: charles <981744753@qq.com> Date: 星期二, 06 八月 2024 11:45:27 +0800 Subject: [PATCH] feat:更新代码 --- src/views/productManage/silkRegisterForm/addPage.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/productManage/silkRegisterForm/addPage.vue b/src/views/productManage/silkRegisterForm/addPage.vue index df2b635..ad00de8 100644 --- a/src/views/productManage/silkRegisterForm/addPage.vue +++ b/src/views/productManage/silkRegisterForm/addPage.vue @@ -778,7 +778,7 @@ }); //瑙勬牸 getDictList({ - dictType: 3, + dictType: 4, }).then((res) => { if (res.code == 200) { this.specList = res.data || []; -- Gitblit v1.8.0