quanyawei
2024-03-28 2c6d91d758241e1f97fe2790d92b754ea2cc860c
src/components/formTypeComponets/dialog/index.vue
@@ -29,7 +29,7 @@
      <el-button
        v-if="isShowSumbitBut"
        type="primary"
        @click="close()"
        @click="handleSumbmit()"
      >
        确 定
      </el-button>
@@ -81,8 +81,9 @@
      this.visible = false
      this.$emit('update:dialogVisible', false)
    },
    handleClose () {
    handleSumbmit () {
      this.close()
      this.$emit('dialogSubmit', false)
    }
  }
}