wuheng 2 年之前
父節點
當前提交
2148bacf89
共有 1 個文件被更改,包括 4 次插入4 次删除
  1. 4 4
      src/views/issuer/issuer2/index.vue

+ 4 - 4
src/views/issuer/issuer2/index.vue

@@ -142,8 +142,8 @@
       // 提交表单
       submitForm(formName) {
         // 校验表单
-        this.$refs[formName].validate((valid) => {
-          if (valid) {
+        // this.$refs[formName].validate((valid) => {
+        //   if (valid) {
             // 校验通过 调接口提交数据
             createIssuer(this.ruleForm).then((res) => {
               if (res.code === 200) {
@@ -159,8 +159,8 @@
                 // this.$router.back();
               }
             });
-          }
-        });
+          //}
+        //});
       },
       // 自定义上传头像 覆盖默认上传
       handleUpload({ file }) {