guoyuji
2024-04-16 329e41ccb0cd24d102b8d5c6db5c167ca01da857
north-glass-erp/northglass-erp/src/views/mm/mainIngredient/CreateIngredients.vue
@@ -87,8 +87,11 @@
  let materialStore={
    id:ruleForm.value.id,
    type:value.value,
    json:productName
    json:productName,
    width:BasicData.value[0].Type,
    height:BasicData.value[1].Type
  }
  console.log(materialStore)
  if(isBool){
    request.post("/MaterialStore/saveMaterialStore", materialStore).then((res) => {
      if(res.code==200){