shj
2022-08-03 96103611f97b412453ecf0948792987956e4f29f
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
         }
      };
      // 开启用户弹窗