shj
2022-07-30 9f2882f17b22eddc1c78c4033481c64ac5f395d6
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