src/views/hazardousChemicals/systemManage/company/components/companyDialog.vue
@@ -105,7 +105,7 @@ title.value = type === 'add' ? '新增' : type ==='edit' ? '编辑' : '分配课时' ; if(type === 'edit' || type === 'distribute') { state.form = value; state.form = JSON.parse(JSON.stringify(value)); startUsername.value = value.username startPhone.value = value.phone }