RuoYi
2022-03-30 2d67d7c8e205a87593cc78853b4a1ec97edbe941
ruoyi-ui/src/views/tool/build/TreeNodeDialog.vue
@@ -59,7 +59,7 @@
      <div slot="footer">
        <el-button
          type="primary"
          @click="handelConfirm"
          @click="handleConfirm"
        >
          确定
        </el-button>
@@ -133,7 +133,7 @@
    close() {
      this.$emit('update:visible', false)
    },
    handelConfirm() {
    handleConfirm() {
      this.$refs.elForm.validate(valid => {
        if (!valid) return
        if (this.dataType === 'number') {