src/views/hazardousChemicals/electronicWarehouse/components/rawWarehouseRecord.vue
@@ -58,7 +58,7 @@ const openDialog = async (value) => { title.value = value.hazmatBasic.name + ' ' + '(编号:' + value.hazmatBasic.productSn + ')' + ' '+ '的取用记录' state.form = value; state.form = JSON.parse(JSON.stringify(value)); await getRecord() dialogVisible.value = true; }