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;