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