src/views/goalManagement/targetDecompositionYear/component/DailogAdd.vue
@@ -138,13 +138,12 @@ value:"depId" }; onMounted(() => { department() }); const disabled=ref(false) // 开启弹窗 const dialogVisible = ref(false); const openDailog = (title:string,data:any) => { department(); if(title=='查看'){ disabled.value=true form.value=data @@ -174,7 +173,7 @@ const nameC=ref() const onUser = (e: any) => { form.value.commitPersonId = e.uid; nameC.value=e.realName nameC.value = e.realName }; return { disabled,