src/components/equipmentDailog/maintenanceDailog.vue
@@ -56,7 +56,7 @@ leadingPersonDepartmentId: '', }); // 开启弹窗 const titles=ref() const titles=ref() const disabled=ref(false) const dialogVisible = ref(false); const openDailog = (title:string,data:any) => { @@ -65,8 +65,9 @@ if(title=='查看'){ disabled.value=true form.value=data }else{ }else if(title == '修改'){ disabled.value=false form.value=data } }; // 开启用户弹窗