疯狂的狮子li
2022-02-14 ee2f74dc5e8495e82dd2a3c27e1ac37849c8c455
ruoyi-ui/src/views/tool/build/CodeTypeDialog.vue
@@ -41,7 +41,7 @@
        <el-button @click="close">
          取消
        </el-button>
        <el-button type="primary" @click="handelConfirm">
        <el-button type="primary" @click="handleConfirm">
          确定
        </el-button>
      </div>
@@ -94,7 +94,7 @@
    close(e) {
      this.$emit('update:visible', false)
    },
    handelConfirm() {
    handleConfirm() {
      this.$refs.elForm.validate(valid => {
        if (!valid) return
        this.$emit('confirm', { ...this.formData })