cuijian
2023-10-24 7f98d8bf975e89b8ced554916d3a46739f5275d3
src/views/eam/modules/operationCertificateApply/OperationCertificateApplyModal.vue
@@ -26,7 +26,8 @@
        title:'',
        width:800,
        visible: false,
        disableSubmit: false
        disableSubmit: false,
        isAchievement:false
      }
    },
    methods:{
@@ -40,6 +41,7 @@
        this.visible=true
        this.$nextTick(()=>{
          this.$refs.realForm.edit(record);
          this.$refs.realForm.isAchievement = true;
        })
      },
      close () {