若依
2022-02-12 d00dc3b03aa218210b38ab63e69aeee8a611ade5
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') {