diff --git a/jsowell-ui/src/views/pile/merchant/components/adapayMember.vue b/jsowell-ui/src/views/pile/merchant/components/adapayMember.vue index 129e2e30e..e6728bc1c 100644 --- a/jsowell-ui/src/views/pile/merchant/components/adapayMember.vue +++ b/jsowell-ui/src/views/pile/merchant/components/adapayMember.vue @@ -1,10 +1,6 @@ - + - + - + - + - 长期 + 长期 - + - + - + - 长期 + 长期 @@ -641,19 +436,10 @@ - +
只能上传jpg/png文件格式 @@ -661,19 +447,10 @@ - +
只能上传jpg/png文件格式 @@ -681,19 +458,10 @@ - +
只能上传jpg/png文件格式 @@ -701,19 +469,10 @@ - +
只能上传jpg/png文件格式 @@ -721,11 +480,7 @@ - 提交 + 提交 @@ -1418,12 +1173,12 @@ export default { }, // 新建提交按钮 submitDialogForm(adapayCorpMember) { - const loading = this.$loading({ - lock: true, - text: '提交中', - spinner: 'el-icon-loading', - background: 'rgba(0, 0, 0, 0.7)' - }); + const loading = this.$loading({ + lock: true, + text: '提交中', + spinner: 'el-icon-loading', + background: 'rgba(0, 0, 0, 0.7)' + }); this.adapayCorpMember.businessName = this.adapayCorpMember.name; console.log( "新建 企业名称传递的值.businessName", @@ -1468,15 +1223,17 @@ export default { this.$message.success("新增成功,请勿重新提交!"); this.dialog = false; this.selectAdapayMember(); + loading.close(); } ); } else { console.log("表格提交失败,请联系系统管理员!"); + this.$message.error("表格提交失败,请联系系统管理员!"); + loading.close(); return false; } - this.dialog = false; + this.dialog = false; }); - loading.close(); }, resetForm(adapayCorpMember) { this.$refs[adapayCorpMember].resetFields();