From e28d2be00903947ddd4986391462102c97252ac5 Mon Sep 17 00:00:00 2001 From: CHAN-MINATO <898043143@qq.com> Date: Fri, 10 Feb 2023 15:01:23 +0800 Subject: [PATCH] =?UTF-8?q?FIX=20=E6=9B=B4=E6=94=B9=E5=88=86=E7=B1=BB?= =?UTF-8?q?=E5=AD=97=E5=85=B8=E7=BC=96=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit FIX 更改分类字典编码 --- pages/purchase/newAgr.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/purchase/newAgr.vue b/pages/purchase/newAgr.vue index f09c2fc..0137c21 100644 --- a/pages/purchase/newAgr.vue +++ b/pages/purchase/newAgr.vue @@ -92,7 +92,7 @@ export default { var res=await request("/common/api/dict/categoryValue",{ method:"post", - params:{code:'B04'} + params:{code:'B07'} }) if(res.statu){ this.fields.detailedType.columns=[res.data]