story#6932,我的发布,下架按钮清楚radio的值
This commit is contained in:
@ -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) {
|
||||
|
Reference in New Issue
Block a user