소스 검색

去除必填项

pengyh 1 년 전
부모
커밋
83ef0f5284
1개의 변경된 파일6개의 추가작업 그리고 6개의 파일을 삭제
  1. 6 6
      src/views/setting/organizationManagement/tenantDetails/index.vue

+ 6 - 6
src/views/setting/organizationManagement/tenantDetails/index.vue

@@ -793,15 +793,15 @@ export default {
       })
     },
     submitStep5Form() {
-      if (!this.qrcode1_url) {
-        return this.$errorMsg('请上传小程序图片');
-      }
+      // if (!this.qrcode1_url) {
+      //   return this.$errorMsg('请上传小程序图片');
+      // }
       if (!this.qrcode2_url) {
         return this.$errorMsg('请上传公众号图片');
       }
-			if (!this.qrcode3_url) {
-			  return this.$errorMsg('请上传收款二维码图片');
-			}
+	  // if (!this.qrcode3_url) {
+	  //   return this.$errorMsg('请上传收款二维码图片');
+	  // }
       this.formLoading = true;
       let params = {
         adminUserId: this.id,