“linengliang”
2023-10-19 99611d5098f9325e3ab378b55d3e51ccd6521c14
src/views/eam/modules/operationCertificateApply/OperationCertificateApplyModal.vue
@@ -26,7 +26,8 @@
        title:'',
        width:800,
        visible: false,
        disableSubmit: false
        disableSubmit: false,
        isAchievement:false
      }
    },
    methods:{
@@ -40,7 +41,9 @@
        this.visible=true
        this.$nextTick(()=>{
          this.$refs.realForm.edit(record);
          this.$refs.realForm.isAchievement = true;
        })
        console.log("123123123123",this.isAchievement)
      },
      close () {
        this.$emit('close');