فهرست منبع

去除必填项

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,