zhouwx
2024-08-20 31ab2edfa500364818d2cc2c30acc1f4ae5b8dac
src/views/hazardousChemicals/systemManage/warehouse/components/warehouseDialog.vue
@@ -82,7 +82,7 @@
  title.value = type === 'add' ? '新增仓库' : type ==='edit' ? '编辑仓库':'' ;
  if(type === 'edit' ) {
    state.form = value;
    state.form = JSON.parse(JSON.stringify(value));
    startUsername.value = value.username
  }
  dialogVisible.value = true;