RuoYi
2023-01-12 8b5acaf341fc6dafc3e0a85ecdbcc00a972ebff6
ruoyi-ui/src/utils/generator/js.js
@@ -98,7 +98,7 @@
        close: `close() {
        this.$emit('update:visible', false)
      },`,
        handelConfirm: `handelConfirm() {
        handleConfirm: `handleConfirm() {
        this.$refs['${confGlobal.formRef}'].validate(valid => {
          if(!valid) return
          this.close()