fujunling
2023-06-09 f5fba15b13911207f3b8750d141b2463ce47d77c
Source/UBCS-WEB/src/components/FormTemplate/FormTempalte.vue
@@ -689,8 +689,7 @@
    // 表单校验
    validate() {
      return new Promise((resolve) => {
        this.$refs.form.validate((valid, done, msg) => {
          console.error(msg, valid);
        this.$refs.form.validate((valid, done) => {
          if (valid) {
            done();
            resolve(true);