二手车交易,不通过原因必填

This commit is contained in:
2025-03-12 09:43:48 +08:00
parent 5371e43b53
commit c71b1fc709
2 changed files with 17 additions and 5 deletions

View File

@ -252,6 +252,10 @@ export default {
},
// 审核操作
async auditHandle(type){
if (!type && !this.auditReason){
this.$toast('请填写不通过原因')
return
}
try {
await auditCarInfo({
id: this.id,