13937891274
2022-07-30 f91c24d2b2b513716ffe9f4259a8a343c841bb00
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,