From 3a4224969ae4519ca495f33ac59b8131be6cf8e0 Mon Sep 17 00:00:00 2001 From: Gitea Date: Tue, 23 May 2023 17:11:49 +0800 Subject: [PATCH] bug --- .../src/views/zyclothsample/modules/ZyClothSampleForm.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ant-design-vue-jeecg/src/views/zyclothsample/modules/ZyClothSampleForm.vue b/ant-design-vue-jeecg/src/views/zyclothsample/modules/ZyClothSampleForm.vue index eca3c159..cce2bcd4 100644 --- a/ant-design-vue-jeecg/src/views/zyclothsample/modules/ZyClothSampleForm.vue +++ b/ant-design-vue-jeecg/src/views/zyclothsample/modules/ZyClothSampleForm.vue @@ -259,7 +259,7 @@ export default { }, edit(record) { this.model = Object.assign({}, record); - this.dict="zy_cloths_style,style_names,nums,enterprise_id="+"'"+this.model.enterpriseId+"'"; + this.dict="zy_cloths_style,style_names,id,enterprise_id="+"'"+this.model.enterpriseId+"'"; this.modenumber="zy_style_model,model_number,id,style_id="+"'"+this.model.styleId+"'" this.visible = true; }