zhouwx
2024-09-06 ae36dc20aea3d2f74d893305d9f94a1845d8fa20
src/views/hazardousChemicals/finishedBasicInfo/components/finishedBasicDialog.vue
@@ -329,7 +329,7 @@
  t.value = type
  title.value = type === 'add' ? '新增' : type ==='edit' ? '编辑' : '' ;
  if(type === 'edit' || type === 'distribute') {
    state.form = value;
    state.form = JSON.parse(JSON.stringify(value));
    state.characterList = state.form.productCharacter.split(',')
    startUsername.value = value.productSn
  }