mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-05-03 17:40:13 +08:00
提交
This commit is contained in:
@@ -890,13 +890,13 @@ export default {
|
||||
this.dialogForm.imgList = [this.idCardList[0].url,this.sideCardList[0].url,this.depositBankList[0].url,this.businessList[0].url]
|
||||
}
|
||||
}
|
||||
console.log('执行请求,创建成功')
|
||||
// createSettleAccount(this.dialogForm).then((response) =>{
|
||||
// console.log('新增',response);
|
||||
// this.$message.success('新增成功,请勿重新提交')
|
||||
// this.dialog = false
|
||||
// this.selectAdapayMember();
|
||||
// })
|
||||
// console.log('执行请求,创建成功')
|
||||
createSettleAccount(this.dialogForm).then((response) =>{
|
||||
console.log('新增',response);
|
||||
this.$message.success('新增成功,请勿重新提交')
|
||||
this.dialog = false
|
||||
this.selectAdapayMember();
|
||||
})
|
||||
} else {
|
||||
console.log('表格提交失败');
|
||||
return false
|
||||
|
||||
Reference in New Issue
Block a user