Gitea 2 years ago
parent 6991bdd578
commit 3a4224969a
  1. 2
      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;
}

Loading…
Cancel
Save