story#6932,我的发布,下架按钮清楚radio的值

This commit is contained in:
2025-07-30 14:09:19 +08:00
parent c44851f636
commit 2de215bd1f

View File

@ -163,6 +163,7 @@ export default {
}
if(this.xiajiaInfo?.type==1 && this.radio==1){
this.poupShow=false
this.radio = ''
this.$router.push({ name: "sellingInfo", query: {id:this.xiajiaInfo.id,type:'revise'}})
}else{
await usedCarRemove({
@ -209,6 +210,7 @@ export default {
},
xiajiaHandle(item){//下架
this.poupShow=true
this.radio = ''
this.xiajiaInfo=item
},
isToday(time) {