新增取消售后 优化售后部分逻辑

This commit is contained in:
lemon橪
2021-11-30 14:59:49 +08:00
parent deed875c1b
commit c412c92b3e
5 changed files with 79 additions and 32 deletions

View File

@@ -312,6 +312,7 @@ export default {
return false;
}
console.log(this.form.accountType)
if (this.form.accountType == "BANK_TRANSFER") {
// 银行开户行校验
if (this.$u.test.isEmpty(this.form.bankDepositName)) {