二手车交易,不通过原因必填
This commit is contained in:
@ -252,6 +252,10 @@ export default {
|
||||
},
|
||||
// 审核操作
|
||||
async auditHandle(type){
|
||||
if (!type && !this.auditReason){
|
||||
this.$toast('请填写不通过原因')
|
||||
return
|
||||
}
|
||||
try {
|
||||
await auditCarInfo({
|
||||
id: this.id,
|
||||
|
Reference in New Issue
Block a user